.container {
  width: 100%;
  min-width: 1282px;
}

.wrapper {
  width: 1282px;
  margin: 0 auto;
}

.left-wrapper {
  float: left;
  width: 270px;
}

.right-wrapper {
  float: right;
  width: 990px;
}

/* -------------------------- header container ----------------------------*/
.header-container {
  background: #004ea1;
}

.header-container .wrapper {
  height: 120px;
  background: url("../img/header_banner.png") no-repeat;
  background-position-x: 100%;
}

.header-container .nav-search {
  width: 360px;
  margin-top: 18px;
  margin-right: 34px;
}

.header-container .nav a {
  color: #064fa0;
  font-size: 14px;
}

.header-container .nav a:hover {
  color: #004ea1;
  text-decoration: underline;
}

.header-container .nav .s {
  padding: 0 8px;
  color: #064fa0;
  font-size: 14px;
}

.header-container .search {
  margin: 25px 0 0 80px;
  padding: 0 3px 0 12px;
  height: 33px;
  line-height: 33px;
  background: #fff;
}

.header-container .search input {
  width: 205px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  border: none;
  color: #000;
  outline: none;
}

.header-container .search button {
  border: none;
  width: 33px;
  height: 33px;
  background: url("../img/search.png") no-repeat;
  background-position: center;
  outline: none;
  cursor: pointer;
}

.header-container .logo {
  //margin-top: 18px;
  margin-top: 29px;
    width:372px;
}
.header-container .logo img{
    width:100%;
}

/* -------------------------- navbar container ----------------------------*/
.navbar-container {
  background: #003b7a;
}

.navbar-container .wrapper {
  height: 50px;
}

.navbar-container .nav {
   list-style-type: none;
}


.navbar-container .nav>li {
  position: relative;
  float: left;
  z-index: 99;
}

.navbar-container .nav li:hover a {
  background: #0559b4;
}

.navbar-container .nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 38px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.navbar-container .nav li img {
  vertical-align: top;
  margin-top: 21px;
  padding-left: 13px;
  *margin-top: 0;
  *vertical-align: middle;
}

.navbar-container .nav li .menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #0559b4;
  display: none;
  z-index: 99;
    list-style-type:none;
}

.navbar-container .nav li .menu a {
  font-weight: normal;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.navbar-container .nav li .menu a:hover {
  background: #004ea1;
}

/* -------------------------- footer container ----------------------------*/
.footer-container {
  margin-top: 35px;
  padding-top: 29px;
  background: #004ea1;
}

.footer-container .logo-box {
  float: left;
  width: 430px;
  height: 98px;
  border-right: 1px solid #2b6cb1;
  vertical-align: top;
}

.footer-container .logo-box img {
  margin-top: 14px;
  margin-left: 12px;
    width:372px;
}

.footer-container .info-box {
  float: left;
  /* width: 430px; */
  width: 380px;
  height: 98px;
  border-right: 1px solid #2b6cb1;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}

.footer-container .info-box div {
  /* padding-left: 40px; */
  padding-left: 20px;
}

.footer-container .other-box {
  float: left;
  /* width: 400px; */
  width: 465px;
  vertical-align: top;
}

.footer-container .other-box .scan-0 {
  width: 135px;
  margin-top: -5px;
  /* margin-left: 20px; */
}

.footer-container .other-box .scan-0 img {
  display: block;
  margin: 0 auto;
}

.footer-container .other-box .scan-0 span {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.footer-container .other-box .scan-1 {
  width: 150px;
  margin-top: -5px;
  /* margin-left: 20px; */
}

.footer-container .other-box .scan-1 img {
  display: block;
  margin: 0 auto;
}

.footer-container .other-box .scan-1 span {
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.footer-container .other-box .links {
  position: relative;
  /* width: 150px; */
  width: 200px;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  //margin-top: 20px;
  margin-top: 32px;
  /* margin-left: 10px; */
  margin-left: 100px;
  font-size: 14px;
  color: #909090;
  background: #fff;
  cursor: pointer;
}

.footer-container .other-box .links .link-box {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
  height: 132px;
  overflow: auto;
  background: #fff;
  display: none;
}

.footer-container .other-box .links .link-box a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.footer-container .other-box .links .link-box a:hover {
  background: #eee;
}

.footer-container .other-box .links img {
  vertical-align: top;
  margin-top: 10px;
}

.footer-container .copyright {
  margin-top: 15px;
  line-height: 24px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #004084;
}

.footer-container .copyright a {
  color: #4e81b7;
}

.footer-container .copyright a:hover {
  text-decoration: underline;
}

.footer-container .copyright .space {
  padding: 0 10px;
}

.list-box .list-header {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

.list-box .list-header img {
  vertical-align: top;
}

.list-box .list-header h3 span {
  padding-left: 10px;
  font-size: 22px;
  color: #004ea1;
  font-weight: bold;
}

.list-box .list-header a {
  font-size: 14px;
  color: #999999;
}

.list-box .list-header a:hover {
  color: #004ea1;
}

.list-box .list-item {
  margin-top: 10px;
    list-style-type:none;
}

.list-box .list-item li {
  position: relative;
  height: 41px;
  line-height: 41px;
  border-bottom: 1px dashed #929292;
}


.list-box .list-item li .time {
  color: #004ea1;
  font-size: 14px;
}


.list-box .list-item li .s {
  font-size: 14px;
  padding: 0 10px;
}

.list-box .list-item li .a_ {
  display: inline-block;
  width: 505px;
  line-height: 41px;
  vertical-align: top;
}

.list-box .list-item li .a_ a {
  font-size: 16px;
  color: #333;
}

.list-box .list-item li .a_ a:hover {
  color: #004ea1;
  text-decoration: underline;
}

.list-box .list-item li .news {
  display: none;
  position: absolute;
  right: 0;
  top: 9px;
  line-height: 0;
}

.list-box .list-item .news .news {
  display: block;
}

.menu-header {
  height: 69px;
  line-height: 69px;
  padding-left: 26px;
  background: #003f88;
  font-size: 22px;
  color: #fff;
}

.menu_{
    list-style-type:none;
}

.menu_ .menu_li {
  position: relative;
  line-height: 54px;
  background: #f9f9f9;
}

.menu_ .menu_a {
  display: block;
  height: 54px;
  line-height: 54px;
  padding-left: 24px;
  font-size: 16px;
  color: #004ea1;
  border: 1px solid #eee;
  border-top: none;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu_ .menu_span {
  position: absolute;
  right: 10px;
  top: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
}

.menu__ {
  display: none;
  overflow: visible;
  background: #fff;
}

.menu__ .menu__li {
  height: 44px;
  line-height: 44px;
}

.menu__ .menu__li.selected {
  background: #eee;
}

.menu__ .menu__a {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #eee;
  border-top: none;
}

.menu__ .menu__a:hover {
  background: #eee;
}

.menu__ .menu__a img {
  margin-left: 50px;
  margin-right: 6px;
}

.menu_ .menu_li.selected .menu_a,
.menu_ .menu_li.parent .menu_a {
  border-left: 5px solid #0559b4;
  background: #fff;
  padding-left: 19px;
}

.menu_li.selected .menu__,
.menu_li.parent .menu__ {
  display: block;
}

/* ---------------------- pagation --------------------*/
.pagation-wrapper {
  padding: 35px 0 0;
}

.pagation {
  font-size: 0;
  letter-spacing: 0;
}

.pagation .all,
.pagation .home,
.pagation .last,
.pagation .page,
.pagation .prev,
.pagation .next {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  background: #eeeeee;
  color: #666666;
  margin-right: 8px;
}

.pagation .all {
  width: 50px;
}

.pagation .home,
.pagation .last {
  width: 60px;
}

.pagation .home:hover,
.pagation .last:hover {
  background: #0268bf;
  border-color: #0268bf;
  color: #fff;
}

.pagation .prev,
.pagation .next {
  width: 50px;
}

.pagation .prev:hover,
.pagation .next:hover {
  background: #0268bf;
  border-color: #0268bf;
  color: #fff;
}

.pagation .page {
  width: 29px;
  background: #fff;
}

.pagation .page:hover {
  background: #0268bf;
  border-color: #0268bf;
  color: #fff;
}

.pagation .page.in {
  width: 32px;
  background: #0268bf;
  border-color: #0268bf;
  color: #fff;
}

.pagation .page.in a {
  color: #fff;
}

/* -------------------------- main container ----------------------------*/
.main-container .wrapper {
  overflow: hidden;
}

.main-container .row {
  margin-left: -11px;
  margin-right: -11px;
}

.main-container .row-0 {
  margin-top: 22px;
}

.main-container .swiper {
  position: relative;
  float: left;
  /* width: 422px; */
  width: 641px;
  margin: 0 11px;
  height: 300px;
  overflow: hidden;
}

.main-container .swiper #banner-swipe {
  position: relative;
}

.main-container .swiper #banner-swipe li {
  position: relative;
  float: left;
  width: 20%;
  height: 300px;
  font-size: 0;
}

.main-container .swiper #banner-swipe img {
  width: 100%;
  height: 300px;
}

.main-container .swiper #banner-swipe li a {
  display: inline-block;
  width: 100%;
}

.main-container .swiper #banner-swipe li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.main-container .swiper #banner-swipe li p span {
  padding-left: 15px;
}

.main-container .swiper #banner-dots {
  position: absolute;
  bottom: 20px;
  right: 11px;
  z-index: 99;
    list-style-type:none;
}

.main-container .swiper #banner-dots li {
  float: left;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.main-container .swiper #banner-dots li.dot-active {
  background: #bb3828;
}

.main-container .notice {
  float: left;
  width: 619px;
  margin: 0 11px;
}

.main-container .zpinfo {
  float: left;
  width: 401px;
  margin: 0 11px;
}

.main-container .row-1 {
  margin-top: 34px;
}

.main-container .row-1 .col {
  float: left;
  /* width: 33.33%;
  *width: 33.32%; */
  width: 50%;
  *width: 50%;
}

.main-container .row-1 .col-box {
  margin: 0 11px;
}

.main-container .other {
  //height: 300px;
  height: 214px;
  background: #cce1f8;
  overflow: hidden;
}

.main-container .other-box {
  /* margin: 16px 22px 0; */
  margin: 0 22px 0;
  font-size: 0;
  letter-spacing: 0;
}

.main-container .other-box a {
  float: left;
  width: 250px;
  height: 80px;
  line-height: 80px;
  /* margin: 22px 21px 0; */
  margin: 20px 21px 0;
  text-align: center;
  background: #ffffff;
  color: #004ea1;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.main-container .other-box a:hover {
  background: #004ea1;
  color: #fff;
}

.main-container .other-box a span {
  display: inline-block;
  width: 80px;
  line-height: 80px;
  padding-left: 12px;
  font-size: 20px!important;
  vertical-align: top;
  text-align: left;
}

.main-container .other-box a img {
  vertical-align: middle;
  /* margin-top: 28px; */
}

.main-container .other-box .blue {
  background: #004ea1;
  color: #fff;
}

/* -------------------------- navbar container ----------------------------*/
.navbar-header {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #eaeaea;
}

.navbar-header .title {
  font-size: 22px;
  color: #003f88;
}

.navbar-header .nav a {
  font-size: 14px;
}

.navbar-header .nav a:hover {
  color: #004ea1;
  text-decoration: underline;
}

.navbar-header .nav .possplit {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 18px;
  *margin-top: 0;
  background: url("../img/nav_r.png");
}

.navbar-header img {
  vertical-align: top;
  margin-top: 13px;
  *margin-top: 0;
}

/* -------------------------- list container ----------------------------*/
.list-container .wrapper {
  padding-top: 20px;
}

.list-container .list li {
  position: relative;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dotted #c5c5c5;
}

.list-container .list li .i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: 22px;
  margin: 22px 8px 0;
  vertical-align: top;
  *margin-top: 0;
  background: #cecece;
  border-radius: 50%;
}

.list-container .list li a {
  font-size: 16px;
}

.list-container .list li a:hover {
  color: #004ea1;
  text-decoration: underline;
}

.list-container .list li .time {
  position: absolute;
  right: 0;
  color: #888888;
}

.list-container .center-box {
  text-align: center;
}

.list-container .center {
  display: inline-block;
}
.list-container .list li div p span{font-size:16px!important;}

/* -------------------------- detail container ----------------------------*/
.detail-container .wrapper {
  padding-top: 20px;
}

.detail-container .page {
  padding: 24px 32px 0;
}

.detail-container .page-header {
  padding-bottom: 24px;
  border-bottom: 1px dotted #dddddd;
}

.detail-container h1 {
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  color: #003f88;
}

.detail-container .info {
  margin-top: 5px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.detail-container .info .space {
  padding: 0 15px;
}

.detail-container .page-content {
  /* padding: 35px 0; */
  padding-top: 35px;
  /* border-bottom: 1px dotted #dddddd; */
}

.detail-container .page-content p {
  //line-height: 150%;
  text-indent: 2em;
}

.detail-container .page-content .b {
  text-indent: 0;
}

.detail-container .page-content .pt40 {
  padding-top: 25px;
}

.detail-container .page-content .h {
  font-size: 20px;
  color: #003b7a;
  font-weight: bold;
}

.detail-container .page-content .r {
  text-align: right;
}

.detail-container .prev-next {
  margin-top: 30px;
}

.detail-container .prev-next div {
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

.detail-container .prev-next span {
  display: inline-block;
  width: 74px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  background: #e9e9e9;
  border-radius: 5px;
}

.detail-container .prev-next a:hover {
  color: #004ea1;
  text-decoration: underline;
}


#wp_paging_w20 {
  display: none !important;
}

/* ??? */
.page-content * {
  font-size: 16px!important;
  font-family: "Microsoft YaHei" !important;
  line-height: 150% !important;
  background: #fff !important;
}

.page-content p {
     //padding-bottom: 1em !important;
   padding-bottom: 10px !important;

}
.page-content p span{
   font-size: 16px !important;
}

.page-content b span{
   font-size: 16px !important;
    /*color: #003b7a !important;
    font-weight: bold !important;*/
}
.page-content strong {
  //font-size: 18px !important;
  font-weight: bold !important;
}
.page-content strong span{
  font-weight: bold !important;
}



.page-content a {
  color: #003b7a !important;
  text-decoration: underline !important;
}

.page-content a:hover {
  color: #888;
}

.wp_entry a:hover {
  color: #888;
}

.wp_entry {
  padding: 40px 20px 10px;
}

.wp_entry h2 {
  font-size: 18px !important;
  color: #003b7a !important;
  font-weight: bold !important;
}

.wp_entry * {
  font-family: "Microsoft YaHei" !important;
  font-size: 16px !important;
  line-height: 35px !important;
  text-indent: 2em !important;
}