/* #region reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #555;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: '', Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: auto;
}

div {
  position: relative;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

ul,
ol,
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
/* #endregion */

.d-lg-block {
  display: block !important;
}
.d-lg-none {
  display: none;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.p-10 {
  padding: 10px;
}
.pb-30 {
  padding-bottom: 30px;
}
.text-center {
  text-align: center !important;
}
.display-none {
  display: none !important;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

/* #region header */
.header {
  background: url(../images/header.jpg) top center no-repeat;
}
.header .logo {
  float: left;
  display: inline;
 /* padding: 28px 0 27px 0;*/
  margin: 0;
  overflow: hidden;
}
.header .search-container {
  float: right;
  display: inline-table;
  vertical-align: middle;
  position: relative;
  border-collapse: separate;
  margin-top: 50px;
}
.search-container input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  vertical-align: middle;
}
.search-container input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.search-container button {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  height: 34px;
  width: 50px;
  background: #214497;
  color: #fff;
  vertical-align: middle;
  margin-left: -1px;
}
/* #endregion */

/* #region pc */
.nav-container {
  background-color: #214497;
  min-height: 50px;
}
.nav-container .navbar > li {
  float: left;
  display: block;
  position: relative;
  padding: 18px 0;
  font-size: 16px;
}
.nav-container .navbar > li > a {
  color: #fff;
  text-decoration: none;
  padding: 5px 42px;
  font-size: 16px;
  text-decoration: none;
}
.nav-container .search-container {
  display: none;
}
.navbar-toggle {
  position: absolute;
  right: 5px;
  top: 8px;
}
.nav-container ul li .subNav {
  position: absolute;
  top: 100%;
  left: -14px;
  z-index: 1000;
  display: none;
  list-style: none;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background: #214497;
  color: #333;
  border: 0;
  font-size: 16px;
  min-width: 130px;
  text-align: center;
}
.nav-container ul li:hover .subNav {
  display: block;
}
.nav-container ul li:hover .subNav > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  line-height: 2;
  color: #fff;
  padding: 2px 20px;
  font-size: 14px;
}
.nav-container ul li:hover .subNav > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* #endregion */

/*#region  */
.m_nav {
  position: fixed;
  top: 0px;
  -webkit-box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 100%;
  height: 100%;
  background: #fff;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  *right: 100%; /** IE7 only**/
}
.m_nav.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0 \9;
  *right: 0;
}
.m_nav .top {
  height: 60px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
.m_nav .logo {
  width: 100%;
  margin: 0 auto;
}
.m_nav .logo img {
  height: 50px;
  display: block;
  margin: 30px auto;
}
.m_nav ul {
  margin-top: 30px;
}
.m_nav ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}
.m_nav.open ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m_nav ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(9) {
  -webkit-transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(10) {
  -webkit-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.m_nav ul li .dropdown_menu {
  display: none;
}
.m_nav ul li.dropdown.active .dropdown_menu {
  display: block;
}
.m_nav ul li .dropdown_menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.m_nav ul li .dropdown_menu a:last-child {
  border: none;
}

.m_nav ul .subNav ul {
  margin-top: 0;
}
/*#endregion*/

.list {
  font-size: 14px;
  color: #454545;
}
.list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li:hover {
  background: #f2f0f2;
}
.list li a {
  position: relative;
  display: block;
  zoom: 1;
  padding: 11px 0 11px 15px;
  background: url(../images/dot.jpg) left 19px no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li a:hover {
  color: #1e3883;
}
.list li a > h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 90px;
}
.label_datatime {
  position: absolute;
  right: 0;
  top: 12px;
  color: #656668;
  font-size: 14px;
}

.footer {
  width: 100%;
  background: #214497;
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  margin-top: 30px;
}
