.banner{
  background-color: #edf3fd;
}
.banner .bxslider>li{
  position: relative;
}
.banner .banner-title{
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  background-color: rgba(64,111,191,.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.banner .banner-title:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 4px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
}
.banner .bx-wrapper img{
  width: 100%;
  height: 382px;
  object-fit: cover;
}
.banner .bx-wrapper .bx-pager,.banner .bx-wrapper .bx-controls-auto{
  padding-right: 10px;
  bottom: 4px;
  text-align: right;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner .bx-wrapper .bx-pager.bx-default-pager a.active{
  background-color: #fff;
}
.banner .bx-wrapper .bx-controls-direction a{
  width: 59px;
  height: 59px;
  margin-top: -44px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
  background-color: rgba(255, 255, 255, .5);
  text-align: center;
}
.banner .bx-wrapper .bx-prev{
  background: url(../images/banner_arrow_Left.png) no-repeat;
  background-size: 100% 100%;
}
.banner .bx-wrapper .bx-next{
  background: url(../images/banner_arrow_Right.png) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 768px){
  .banner{
    padding-top: 60px;
  }
  .banner .container {
    width: 100%;
  }
  .banner .bx-wrapper,.banner .bx-wrapper img{
    height: 10.0rem;
  }
  .banner .banner-title{
    font-weight: normal;
  }
  .banner .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
.outer-box{
  padding: 10px 0;
}
.box-list{
  float: left;
}
.box-list.zxzx,.box-list.xsdt{
  width: 42%;
}
.box-list.tzgg,.box-list.kxpj{
  width: 32%;
}
.box-list.zxzx,.box-list.tzgg,.box-list.xsdt,.box-list.kxpj{
  margin-right: 3%;
}
.box-link.mobile{
  display: none;
}
@media (max-width: 992px){
  .box-list.zxzx,.box-list.xsdt{
    width: 49%;
  }
  .box-list.tzgg,.box-list.kxpj{
    width: 49%;
  }
  .box-list.zxzx,.box-list.xsdt{
    margin-right: 2%;
  }
  .box-list.tzgg,.box-list.kxpj{
    margin-right: 0;
  }
}
@media (max-width: 768px){
  .box-list.zxzx,.box-list.xsdt{
    width: 100%;
  }
  .box-list.tzgg,.box-list.kxpj{
    width: 100%;
    margin-bottom: 10px;
  }
  .box-list.zxzx,.box-list.xsdt{
    margin-right: 0;
  }
  .hdtj{
    margin-bottom: 15px;
  }
  .hdtj .bx-controls-direction{
    display: none;
  }
  .box-link.pc{
    display: none;
  }
  .box-link.mobile{
    display: block;
  }
}
.box-list .head{
  padding: 3px 0;
  line-height: 30px;
  border-bottom: 1px solid #c9c9c9;
}
.box-list .head-title{
  position: relative;
  float: left;
}
.box-list .head-title:after{
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 4px;
  background-color: #406fbf;
}
.box-list .head-title a{
  font-size: 18px;
  line-height: 30px;
  color: #406fbf;
}
.box-list .head .more{
  float: right;
  color: #131313;
}
.zxzx .list{
  padding-top: 12px;
}
.box-list .cover-left{
  float: left;
  margin-right: 2%;
  width: 38%;
  height: 108px;
  background-position: center center;
  background-size: cover;
}
.box-list .text-right{
  position: relative;
  float: left;
  padding-bottom: 28px;
  width: 60%;
  height: 108px;
  border-bottom: 1px dashed #dcdcdc;
}
.box-list .text-right:after{
  content: '';
  position: absolute;
  width: 38px;
  height: 10px;
  bottom: 16px;
  right: 14px;
  background: url(../images/list_item_arrow.png) no-repeat center center;
  background-size: cover;
}
.box-list .list-item:hover .text-right:after{
  right: 0px;
}
.zxzx .list-item{
  position: relative;
  margin-bottom: 20px;
}
.zxzx .others .list-item-title{
  padding-right: 50px;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.zxzx .others .list-item-date{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #999;
}
.zxzx .first .list-item-date{
  font-size: 14px;
  color: #4e4e4e;
  text-align: left;
}
.zxzx .first .list-item-title{
  padding-right: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  color: #131313;
}
.zxzx .list-item:hover .list-item-title{
  color: #406fbf;
}
.list-notice{
    padding: 0;
    position: relative;
}
.list-notice>a{
    color: #419ee6;
    font-size:12px;
    position: absolute;
    right:24px;
    bottom:4px;
}
.list-notice .list-item{
  position: relative;
  padding-left: 66px;
    margin-top: 13px;
    overflow: hidden;
}
.list-notice .date{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    width: 56px;
    height:56px;
    color: #fff;
    text-align: center;
    background-color: #e5e5e5;
}
@media (max-width: 400px){
  .list-notice .date{
    width: 55px;
  }
}
.list-notice .date h6{
    font-size:20px;
    font-weight: bold;
    line-height:28px;
    color: #2d61bb;
}
.list-notice .date p{
    font-size:13px;
    line-height:28px;
    color: #2d61bb;
}
.list-notice .text{
    display: table;
    height: 56px;
}
.list-notice .text a{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    line-height: 22px;
    font-size: 15px;
    color: #131313;
}
.list-notice .list-item:hover .text a{
  color: #2d61bb;
}
.box-link{
  float: left;
  width: 20%;
}
@media (max-width: 992px){
  .box-link{
    width: 100%;
  }
}
.box-link .head{
    padding: 3px 0;
    line-height: 30px;
    background: url(../images/links_title_bg.png) no-repeat left bottom;
    background-size: 100%;
}
.box-link .head .head-title{
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: url(../images/link_head_bg.png) no-repeat left center;
}
@media (max-width: 992px){
  .box-link .head{
    background: none;
  }
}
.box-link .body{
  margin-top: 16px;
  height: 304px;
  background-color: #f1f1f1;
}
.box-link .bx-wrapper .bx-pager, .box-link .bx-controls-direction{
  display: none;
}
@media (max-width: 768px){
  .box-link .body{
    margin-top: 5px;
  }
}
.list-links{
  padding: 0 10px;
  background-color: #f1f1f1;
}
.list-links li{
  padding: 10px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.list-links li:last-child{
  border-bottom: none;
}
.list-links li>a{
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.list-links li:hover a{
  color: #2d61bb;
}
.box-list.hdtj {
  width: 100%;
}
.box-list.hdtj .bxslider>li{
  position: relative;
}
.box-list.hdtj .banner-title{
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 6px 10px;
  background-color: rgba(0,0,0,.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.box-list.hdtj .body{
  padding: 15px 0;
}
.box-list.hdtj .bx-wrapper img{
  width: 100%;
}
.box-list.hdtj .bx-wrapper .bx-prev{
  top: 0;
  bottom: 0;
  width: 30px;
  height: auto;
  margin-top: 0;
  left: -46px;
  background: url(../images/left_arrow.png) no-repeat center center;
  background-color: #b9c8e0;
}
.box-list.hdtj .bx-wrapper .bx-next{
  top: 0;
  bottom: 0;
  width: 30px;
  height: auto;
  margin-top: 0;
  right: -46px;
  background: url(../images/right_arrow.png) no-repeat center center;
  background-color: #b9c8e0;
}
.box-list.hdtj .bx-wrapper .bx-pager{
  display: none;
}
.banner-hdtj{
  background-color: #eee;
}
.xsdt .list-item{
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #f2f2f2;
  border-bottom: 2px solid #bccae3;
}
.xsdt .list-item-date{
  margin-bottom: 8px;
  font-size: 12px;
  color: #4e4e4e;
}
.xsdt .list-item-title{
  font-size: 15px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xsdt .list-item:hover .list-item-title{
  color: #406fbf;
}
.kxpj .cover{
  margin-top: 15px;
  margin-bottom: 15px;
  height: 95px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kxpj .list-item{
  position: relative;
  padding-left: 48px;
  margin-bottom: 18px;
}
.kxpj .list-item-date{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #406fbf;
  vertical-align: middle;
}
.kxpj .list-item-title{
  font-size: 15px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.kxpj .list-item:hover .list-item-title{
  color: #406fbf;
}
.qytj .bx-wrapper .bx-pager,.qytj .bx-controls-direction{
  display: none;
}
.qytj .body{
  height: 304px;
  background-color: #f1f1f1;
}
.box-link .bx-wrapper,.box-link .bx-wrapper .bx-viewport{
  height: 100% !important;
}
.list-banner-box{
  margin-bottom: 20px;
  background-color: #edf3fd;
}
.list-banner-box .outer{
  height: 160px;
  line-height: 160px;
  background: url(../images/list_banner.png) no-repeat top center;
  background-size: 100% 100%;
}
.list-banner-box .name-column{
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  background: url(../images/name_column_bg.png) no-repeat bottom center;
}
@media (max-width: 768px){
  .list-banner-box{
    margin-top: 60px;
  }
  .list-banner-box .container{
    padding: 0;
  }
  .list-banner-box .outer{
    height: 100px;
    line-height: 100px;
  }
  .list-banner-box .name-column{
    font-size: 18px;
  }
}

.aside{
  float: left;
  margin-bottom: 30px;
  width: 20%;
}
@media (max-width: 991px){
  .aside{
    display: none;
  }
}
.nav-side{
  margin-bottom: 5px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .3);
}
.nav-side li{
  line-height: 45px;
}
.nav-side li a{
  display: block;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
}
.nav-side .cur-item a{
  color: #567fc6;
}
.nav-side li a:hover{
  color: #fff;
  background-color: #567fc6;
}
.nav-side>li.current>a{
  position: relative;
  font-weight: bold;
  color: #fff;
  background-color: #567fc6;
}
.nav-side>li.current>a:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 8px;
  height: 9px;
  background: url(../images/side_nav_arrow.png) no-repeat center center;
}
.nav-side .subnav-menu>li>a{
  padding-left: 50px;
}

.wrapper-info{
  float: right;
  width: 75%;
  margin-bottom: 40px;
}
@media (max-width: 991px){
  .wrapper-info{
    width: 100%;
  }
}
.wrapper-info-head{
  padding: 12px 0 8px 0;
  border-bottom: 3px solid #567fc6;
}
.crumb{
  float: left;
}
.crumb a{
  font-size: 12px;
  color: #666;
}
.crumb a:first-child{
  padding-left: 14px;
  background: url(../images/location_home.png) no-repeat left center;
}
.wrapper-info .list-news{
  min-height: 360px;
}
.wrapper-info .list-news .list-news-item{
  position: relative;
  line-height: 56px;
  border-bottom: 1px solid #e5e5e5;
}
.wrapper-info .list-news .list-news-item a{
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 150px;
  font-size: 16px;
  color: #000;
  background: url(../images/list_item_bg.png) no-repeat left center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 991px){
  .wrapper-info .list-news .list-news-item a{
    padding-right: 80px;
    font-size: 15px;
  }
}
.wrapper-info .list-news .list-news-item a:hover{
  color: #0f6a7b;
}
.wrapper-info .list-news .list-news-date{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #767676;
}
.wp_paging{
  padding: 20px 0;
}
.wp_paging .page_nav span,.wp_paging .page_nav a{
  position: relative;
  width: 30px;
  height: 22px;
}
.wp_paging .page_nav span>img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 22px;
}
.wp_paging .page_jump,.wp_paging .page_jump a{
  margin-left: 0;
  height: 22px;
  line-height: 22px;
}
.wp_paging li input{
  width: 30px;
  height: 100%;
  margin-top: 0;
}

.wrapper-info-details{
  padding: 15px 0;
}
.wrapper-info-details .title-article{
  padding: 10px 0;
  font-size: 18px;
  line-height: 28px;
  color: #567fc6;
  text-align: center;
}
.wrapper-info-details .info-article{
  padding: 14px 0;
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
}
.wrapper-info-details .info-article .publisher{
  margin-left: 6px;
}
.wrapper-info-details .details p{
  font-size: 15px;
  line-height: 30px;
}
.tab-head{
  padding: 14px 0;
  margin-bottom: 10px;
  font-size: 0;
  color: #333;
  background: url(../images/links_title_bg.png) no-repeat bottom left;
  background-size: 100%;
}
.tab-head .tab-title{
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
/* .tab-head .tab-title:first-child{
  border-right: 1px solid #bfbfbf;
} */
.tab-head .tab-title.on{
  font-weight: bold;
  color: #527dc5;
}
.tab-content{
  display: none;
}
.tab-content.on{
  display: block;
}
.box-contactUs p{
  font-size: 15px;
  line-height: 1.8;
}