
.news-detail-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 2.2rem;
  text-align: center;
  background: url(../images/newsBulletin/banner.jpg) center center no-repeat;
  background-size: 100% 100%;
}

.news-detail-banner .news-detail-banner-text {
  width: 5.29rem;
  height: 1.04rem;
  text-align: center;
}
.item__head{ width:100%;height:100%;text-align: center;}
.item__title{ font-size:.36rem; line-height:.6rem;color:#fff; }
.item__subheading{font-size:.2rem;color:#fff;}
.item__subheading::before,
.item__subheading::after{content:'';display:inline-block;width:1.2rem;height:1px;vertical-align: middle}
.item__subheading::before{background: linear-gradient(to left,#DCDCDC,transparent);margin-right:.1rem}
.item__subheading::after{background: linear-gradient(to right,#DCDCDC,transparent);margin-left:.1rem}
.bread-cont{
  width:82.5%;
  height:auto;
  margin:auto;
  padding:.2rem 0;
  font-size:.18rem;
}
.bread-cont>span{
  font-size:.14rem;
  color:#424242;
}
.bread-cont>span:first-child::before{
	display:inline-block;
	content:'';
	height:.14rem;
	width:.1rem;
	margin-right:.15rem;
	background:#ff8a33;
}
.bread-cont>span:last-child{
  color:#ff8b35
}
 .main-cont{
  background: url(../image/newsBulletin/bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding-bottom: .2rem;
 }
 .swiper-container-news-detail{
	 width:82.5%;
	 height:auto;
	 margin:auto;
	 background:#fff;
	 box-shadow: 0px 0px 3px 3px rgba(204, 204, 204,.2);
 }
 .news-detail-slide1 { 
    width: 80%;
    height: auto;
    margin: 4.792% auto 0 auto;
 }

.news-detail-slide1 .news-header {
   width: 100%;
   border-bottom: 1px dotted #BFBFBF;
}
.news-detail-slide1 .news-header.virtual{
   border-bottom:none
} 
.news-detail-slide1 .news-header .news-title {
  font-size: .2rem;
  font-weight:bold;
  color: #333333;
  text-align: center;
  margin-bottom: .08rem;
}
.news-detail-slide1 .news-header.virtual .news-title{
	text-align:left;
  line-height:.3rem;
  padding-left:.2rem;
  position:relative;
  /* font-weight:normal; */
  margin-bottom: .4rem;
}
.mobile .news-detail-slide1 .news-header.virtual .news-title{
	line-height:.5rem;
	padding-left: .3rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-detail-slide1 .news-header.virtual .news-title::before{
	content:'';
	width:.1rem;
	height:.2rem;
	margin-right:.1rem;
	background-color:#ff8a33;
	display:block;
	position:absolute;
	top:.05rem;
	left:0;
}
.mobile .news-detail-slide1 .news-header.virtual .news-title::before{
	height:.4rem;
	margin-right:.2rem;
}
.news-detail-slide1 .news-header .news-info > div {
  font-size: .14rem;
  font-weight:400;
  color: #999999;
  margin-bottom: .12rem;;
}

.news-detail-slide1 .news-header .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news-detail-slide1 .news-header.virtual .news-info{
	display:none
}
/* .news-detail-slide1 .news-header .news-info .new-time {
  position: relative;
  top: -.1rem;
} */

.news-detail-slide1 .news-header .news-info .browse-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.news-detail-slide1 .news-header .news-info .browse-times >img {
  margin-right: 0.03rem;
  width:.2rem
}

.news-detail-slide1 .news-content .news-abstract {
  font-size: .2rem;
  font-weight:400;
  color: #333333;
  margin: .5rem 0 .384rem 0; 
}

.news-detail-slide1 .news-content .news-text {
  font-size: .16rem;
  font-weight: 400;
  /* text-indent: .32rem; */
  color: #333333;
  line-height: .24rem;
  padding-bottom: 4.115%;
}
.news-detail-slide1 .news-content .news-text img{
  max-width: 100%!important;
  height: auto!important;
  margin: .2rem auto;
}
.news-detail-slide1 .news-content {
  border-bottom: 1px dotted #BFBFBF;
}

.news-detail-slide1 .news-content .picture-container { 
  position: relative;
  width: 69.265%;
  padding-bottom: 31.87%;
  margin: 0 auto;
  margin-bottom: 2.904%;
}

.news-detail-slide1 .news-content .news-picture { 
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../image/newsBulletin/news.png) center center no-repeat;
  background-size: contain;
}

.news-detail-slide1 .news-nav {
 margin: .2rem 0;
 display: flex;
 justify-content: space-between;
 flex-wrap:wrap;
}

.news-detail-slide1 .news-nav a {
  font-size: .14rem;
  font-weight: 400;
  line-height: .3rem;
}

.news-detail-slide1 .news-nav a:hover {
  color: #FF8A33;
}

.back {
  display: inline-block;
  margin-top: 5.81%;
  margin-bottom: 6.516%;
  font-size: 0.15rem;
  color: #448dca; 
}

.back:hover {
  cursor: pointer;
}


/* .news-detail-footer {
  width: 100%;
  height: 3.32rem;
  background: url(../image/footer1.png)left top no-repeat;
  background-size: cover;
}

.news-detail-footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 84.036%;
  width: 100%;
  color: #FFFFFF;
}

.news-detail-footer .footer-info .footer-info-left {
  width: 50%;
  height: 100%;
  padding-left: 8.333%;
  box-sizing: border-box;
}

.news-detail-footer .footer-info .footer-info-left .title {
  margin-top: .2rem
}
 
.news-detail-footer .footer-info .footer-info-left .title-set>span{
	font-size: .3rem;
}
.news-detail-footer .footer-info .footer-info-left .title-set .little-title{
	color:#ff8a33;
	font-size:.16rem;
	display:none;
}
.news-detail-footer .footer-info .footer-info-left .mobilenum {
  font-size: .2rem;
  padding-top: 4.26%;
}

.news-detail-footer .footer-info .footer-info-left .address {
  font-size: .14rem;
  padding-top: 4.26%;
}

.news-detail-footer .footer-info .footer-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-size: .1228rem;
}

.news-detail-footer .footer-info .footer-info-right .public-number {
  position: relative;
  width: 16.146%;
  padding-bottom: 18.188%;
  background: url(../image/index/contact/official-accounts.png) center center no-repeat;
  background-size: contain;
}

.news-detail-footer .footer-info .footer-info-right .customer-service {
  position: relative;
  width: 16.146%;
  padding-bottom: 18.188%;
  background: url(../image/index/contact/service-weChat.png) center center no-repeat;
  background-size: contain;
}

.news-detail-footer .footer-info .footer-info-right .tao-bao {
  position: relative;
  width: 16.146%;
  padding-bottom: 18.188%;
  background: url(../image/index/contact/official-taobao.png) center center no-repeat;
  background-size: contain;
}

.news-detail-footer .footer-info .footer-info-right >div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  margin: 0 2%;
}

.news-detail-footer .footer-info .footer-info-right span {
  position: absolute;
  bottom: 3%;
  display: block;
}

.news-detail-footer .record-info {
  position: relative;
  text-align: center;
  height: 15.964%;
  width: 100%;
  color: #FFFFFF;
  font-size: .14rem;
}

.news-detail-footer .record-info >span {
  display: inline-block;
  height: 100%;
  padding-top: .185rem;
} */


.mobile .news-detail-banner{
	height:auto;
}
.mobile .news-detail-banner .news-detail-banner-text{
	width: 80%;
  padding-top: 17.143%;
  height: 0;
  margin: 10% 0;
}
.mobile .item__head{
  position: absolute;
  top: 0;
}

.mobile .main-cont{
	background:#fff
}
.mobile .news-detail-slide1 .news-header .news-title{
	font-size:.34rem
}
.mobile .news-detail-slide1 .news-header .news-info > div{font-size:.18rem}
.mobile .news-detail-slide1 .news-header .news-info .browse-times >img{width:.3rem}
.mobile .swiper-container-news-detail,.mobile .bread-cont{
	width:90%
}
.mobile .news-detail-slide1{width:100%}
.mobile .news-detail-slide1 .news-content .news-abstract{font-size:.28rem!important}
.mobile .news-detail-slide1 .news-content .news-text p
,.mobile .news-detail-slide1 .news-content .news-text span
,.mobile .news-detail-slide1 .news-content .news-text b{font-size:.28rem!important;line-height:1.5}
.mobile .news-detail-slide1 .news-content .news-text img{margin:.28rem 0!important;padding:0!important;max-width:100%!important;}
.mobile .news-detail-slide1 .news-nav a{font-size:.26rem}
.mobile .back{display:none}

.mobile .news-detail-footer{
	background:#27517f;
	font-size:.18rem
}
.news-detail-footer .footer-info .footer-info-left{
	width:90%;
	padding-left:3%;
}
.mobile .news-detail-footer .footer-info{
	color:#fff;
}
.mobile .news-detail-footer .footer-info .footer-info-left .title::before{
	content:'';
	display:inline-block;
	width:4px;
	height:.54rem;
	background:#ff8a33;
	vertical-align:text-bottom;
	position:absolute;
}
.mobile .title-set{
	margin-left:.15rem;
	line-height:1.3;
}
.mobile .news-detail-footer .footer-info .footer-info-left .little-title{
	display:block
}
.mobile .news-detail-footer .footer-info .footer-info-left .mobilenum {
    padding-top: 10.26%;
} 
.mobile .news-detail-footer .footer-info .footer-info-left .address{
	font-size:.16rem;
}
.mobile .mobilenum>b,.mobile .address>b{display:none}
.mobile .news-detail-footer .footer-info .footer-info-right .tao-bao{
	display:none
}
.mobile .news-detail-footer .footer-info .footer-info-right .customer-service{
	display:none
}

.mobile .news-detail-footer .record-info{
	background:#242834;
	display:flex;
	justify-content: center;
    flex-direction: column;
 }
 .mobile .news-detail-footer .record-info >span{
    height: auto;
    padding-top:0;
 }

 
.mobile  .landscape  .swiper-container-body{height:4.16rem}
.mobile  .landscape  .news-detail-banner .news-detail-banner-text{
 padding:0;
 height:1.04rem;
 margin:5% 0;}

 
@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
  .news-detail-slide1 { 
    width: 77.54%;
 }
}

@media screen and (max-width: 1450px) {
  .search:hover {
    width: 1.5rem;
  }
  .news-detail-slide1 { 
    width: 81.54%;
 }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 85px;
  }
  .news-detail-slide1 { 
    width: 85.54%;
 }
}





