html {
  background: url() no-repeat center top #f0f0f0;
  font-size: 14px;
  min-width: 1200px;
  overflow-x: hidden;
}
a:hover{
  text-decoration: none;
}
.pd-10, .content-padding {
  padding: 10px
}
.pd-horizontal {
  padding: 0 10px;
}
.cl:after,.clearfix:after{
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

.center-container {
  max-width: 1004px;
  margin: auto;
}

.top-bar {
  background: #c00000;
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  position:relative;
  z-index:999;
}


.navbar{
  display: block;
  padding: 0;
  background: #c00000;
  clear: both;
}
.navbar:after{
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
.navbar-item{
  position: relative;
  display: block;
  float: left;
  width: 14.0%;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  z-index: 99;
}
.navbar-item.active{
  background: #FFCCCC;
  color: #000;
}

.area1{
  margin-top: 1px;
  background: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
  padding: 10px;
}
.area1-left{
  float: left;
  width: 45%;
}
.area1-right{
  float: right;
  width: 55%;
  padding-left: 24px;
  box-sizing: border-box;
}
.area1:after{
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
.swiper1{
  height: 380px;
}
.swiper1 .swiper-pagination{
  position: absolute;
  right: 10px;
  left: auto;
  width: auto;
  bottom: 0;
  line-height: 30px;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet{
  background: #ffffff;
  opacity: 1;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet-active{
  background: #000;
}
.swiper1 .swiper-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  padding: 0 10px;
  line-height: 30px;
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.swiper1 .swiper-slide{
  position: relative;
}
.swiper1 .swiper-slide img{
  width: 100%;
  height: 100%;
}

/*datacontent*/
.datacontent{
}
.datacontent__hd{
  line-height: 38px;
  border-bottom: 2px solid #c00000;
}
.datacontent__hd .tt{
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.datacontent__hd-right{
  float: right;
}
.datacontent__hd .more{
  color: #000;
  padding: 0 10px;
  display: inline-block;
}
.datacontent__hd .more:hover{
  color: #c00000;
}
.datacontent__bd{
  padding: 10px;
  overflow: auto;
}

/*itemlist*/
.itemlist li{
  line-height: 26px;
  padding: 5px;
}
.itemlist li:hover{
  background: #fff;
}
.itemlist li:hover a,.itemlist li:hover .item-right{
  color: #c00000;
}
.itemlist .item-right{
  float: right;
  margin-left: 15px;
}
.itemlist .item-title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.itemlist a{
  font-size: 14px;
  color: #000;
}

/*banner*/
.banner-container{
  height: 96px;
  margin-top: 0px;
}
.banner-container .swiper-pagination{
  position: absolute;
  width: auto;
  right: 10px;
  left: auto;
  bottom: 0px;
  width: auto;
}
.banner-container .swiper-pagination .swiper-pagination-bullet{
  background: #ffffff;
  color: #c00000;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.banner-container .swiper-pagination .swiper-pagination-bullet-active{
  background: #c00000;
  color: #fff;
}

.area2{
  margin-top: 18px;
}
.area2-center{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 0px;
}
.area2-right{
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
}

/*panel*/
.panel{
  border: 1px solid #dbdbdb;
  background: #ffffff;
}
.panel__bd{
  padding: 10px;
  overflow: auto;
}
.panel__hd{
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding: 3px 8px 3px  90px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}
.panel.size-large>.panel__hd{
  padding: 12px 8px 12px 105px;
}
.panel__hd .tt2{
  color: #000;
}
.panel.size-large>.panel__hd .panel__hd-icon-wrap{
  width: 56px;
}
.panel.size-large>.panel__hd .panel__hd-icon-wrap:before,.panel.size-large>.panel__hd .panel__hd-icon-wrap:after{
  border-bottom-width: 58px;
}
.panel__hd-icon-wrap{
  display: block;
  position: absolute;
  width: 46px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #c00000;
  padding-left: 10px;
  box-sizing: border-box;
}
.panel__hd-icon-wrap:before{
  content: ' ';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 12px;
  height: 0;
  border-bottom: 40px solid #ced5e6;
  border-right: 24px solid transparent;
}
.panel__hd-icon-wrap:after{
  content: ' ';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #c00000;
  border-right: 24px solid transparent;
}
.panel__hd-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -10px;
  z-index: 2;
  background: url(/images/icons1.png) no-repeat;
}
.panel__hd-icon_log{
  background-position: 0 -24px;
}
.panel__hd-icon_people{
  background-position: -24px -24px;
}
.menu1{
  padding: 10px 0;
}
.menu1-item{
  display: block;
  padding: 14px 15px 14px 36px;
  color: #000;
}
.menu1-item:hover{
  background: #fff;
  color: #c00000;
}
.menu1-item.active{
  background: #ffffff;
  color: #c00000;
}
.menu1-item.active .menu1-item-text:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 6px solid #c00000;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.menu1-item-text{
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding: 3px 0 3px 21px;
  margin-left: 30px;
}
.size-large .menu1-item-text{
  margin-left: 45px;
}
.menu1-item-icon+.menu1-item-text{
  margin-left: 0;
}
.size-large .menu1-item-icon+.menu1-item-text{
  margin-left: 15px;
}
.menu1-item-icon{
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(/images/icons1.png) no-repeat;
}
.menu1-item-icon_zzjg{
  background-position: 0 -48px;
}
.menu1-item:hover .menu1-item-icon_zzjg{
  background-position: 0 -78px;
}
.menu1-item-icon_czxx{
  background-position: -30px -48px;
}
.menu1-item:hover .menu1-item-icon_czxx{
  background-position: -30px -78px;
}
.menu1-item-icon_ghjh{
  background-position: -60px -48px;
}
.menu1-item:hover .menu1-item-icon_ghjh{
  background-position: -60px -78px;
}
.menu1-item-icon_ywgz{
  background-position: -90px -48px;
}
.menu1-item:hover .menu1-item-icon_ywgz{
  background-position: -90px -78px;
}
.menu1-item-icon_zcwj{
  background-position: -120px -48px;
}
.menu1-item:hover .menu1-item-icon_zcwj{
  background-position: -120px -78px;
}

.img-title{
  display: block;
  position: relative;
  height: 76px;
  margin-bottom: 5px;
}

.img-title .more{
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  color: #ffffff;
}

.img-links{
  padding: 5px 0 5px 5px;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  display: table;
  width:100%;
  box-sizing: border-box;
}
.img-links-item{
  display:table-cell;
  text-align: center;
  padding-right: 5px;
  box-sizing: border-box;
}
.img-links-item img{
  width: 263px;
}
.area3{
  margin-top: 20px;
  height: 300px;
}

.footer{
  position: relative;
  margin-top: 20px;
  background: #0069b7;
  padding: 30px;
  text-align: center;
  color: #fcfcfc;
  font-size: 14px;
  line-height: 2;
}
.footer .center-container{
  position: relative;
}
.footer-a1{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 70px
}
.footer-a2{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 70px
}

/**
* 列表页
*/
.area4{
  margin-top: 0px;
  width: 100%;
  min-height: 500px;
}
.area4-left{
  vertical-align: top;
  padding-right: 20px;
  width: 22.85%;
  box-sizing: border-box;
  float:left;
}
.area4-right{
  vertical-align: top;
  width: 77.15%;
  float:left;
}
.area4-left .panel,.area4-right .panel{
  height: 100%;
}

.navbar1{
  position: relative;
  padding: 15px 26px;
  line-height: 30px;
}
.navbar1:before{
  content: '';
  display: block;
  position: absolute;
  height: 0;
  left: 18px;
  right: 18px;
  bottom: 0;
  border-bottom: 1px solid #dbdbdb;
}
.navbar1 .tt{
  font-size: 18px;
  color: #0069b7;
  font-weight: bold;
}
.navbar1-left{
  float: left;
}
.navbar1-right{
  float: right;
}
.ui-location{
  color: #000;
}
.ui-location a{
  color: #000;
}
.ui-location-pre{
  float: left;
}
.ui-location-paths{
  float: left;
}
.ui-location-paths li{
  float: left;
}
.ui-location-paths li+li:before{
  content: '>';
  display: inline;
  margin: 0 5px;
}

.itemlist2 li{
  padding: 12px 16px;
}
.itemlist2 li{
  border-bottom: 1px solid #eee;
}

.pagination-container{
  margin-top: 10px;
  padding: 10px;
  text-align: right;
}

.pagination-container__left{
  float: left;
  color: #666666;
}
.pagination-container .pagination-default{
  float: right;
}

.area5{
  margin-top: 0px;
}
/*分享*/
.btn-share{
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 30px;
  height: 30px;
  background: url(/images/icons1.png) no-repeat;
  margin-right: 5px;
}
.btn-share_wx{
  background-position: -48px 0;
}
.btn-share_wb{
  background-position: -78px 0;
}
.btn-share_qq{
  background-position: -108px 0;
}
.btn-share_qqkj{
  background-position: -138px 0;
}

/*article*/
.article {
  color: #4C4C4C;
  padding: 24px;
}

.article-header {
  text-align: center;
}

.article-title {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  margin: 10px 0;
}

.article-info {
  display: block;
  line-height: 30px;
  margin: 15px;
  color: #666666;
  background: #f2f6f9;
  font-size: 14px;
}

.article-pdate, .article-pauthor, .article-other {
  margin-right: 32px;
}

.article-content {
  padding: 20px;
  font-size: 18px;
  line-height: 2.4;
  color: #4d4d4d;
  text-align: justify;
}
.page-qrcode{
  text-align: center;
  margin: 50px;
}
.page-qrcode__hd{
  margin-bottom: 10px;
}
.page-qrcode__bd{
  width: 160px;
  height: 160px;
  background: #f9f9f9;
  margin: auto;
}
.page-footer{
  text-align: right;
  margin: 20px 50px;
}
.page-footer__link{
  color: #666666;
  margin-right: 5px;
}
.page-footer__link:hover{
  color: #c00000;
}





/*导航栏下拉菜单*/
.navbar-item:hover:not(.active){
  background: #c00000;
}
.navbar-item__title{
  display: block;
  color: #ffffff;
}
.navbar-item__menu{
  display: none;
  background: #c00000;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-animation: slidein 0.3s;
  -o-animation: slidein 0.3s;
  animation: slidein 0.3s;
}
@-webkit-keyframes slidein {
  0%{ -webkit-transform: translateY(-10px);opacity: 0; }
  100%{ -webkit-transform: translateY(0px);opacity: 1; }
}
@-o-keyframes slidein {
  0%{ -o-transform: translateY(-10px);opacity: 0; }
  100%{ -o-transform: translateY(0px);opacity: 1; }
}
@keyframes slidein {
  0%{ transform: translateY(-10px);opacity: 0; }
  100%{ transform: translateY(0px);opacity: 1; }
}
.navbar-item:hover .navbar-item__menu{
  display: block;
}
.navbar-item__menu-item{
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  margin-top: 2px;
}
.navbar-item__menu-item:hover{
  background: #005b9e;
}
.navbar-item__menu-item:before{
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: -2px;
  border-top: 1px solid #c00000;
  border-bottom: 1px solid #c00000;
}
.navbar-item__menu-item:first-child:before{
  left: 5px;
  right: 5px;
  border-top: 1px solid #c00000;
  border-bottom: 1px solid #c00000;
}