/* 新闻公告详情 */
.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: 3.6rem;
  text-align: center;
  background: url(../image/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;
  /* background: url(../image/newsBulletin/text.png) center center no-repeat;
  background-size: 100% 100%; */
}

 /* 新闻详情内容 */
 .main-cont{
  /* background: url(../image/newsBulletin/bg.png) center center no-repeat;
  background-size: 100% 100%; */
  background: #fff;
  padding-bottom: 3.125%;
  margin-top:.8rem;
 }
 .swiper-container-news-detail{
   padding:1.2rem 1.68rem 0;
	 height:auto;
	 margin:auto;
	 background:#fff;
 }
 .slide2{   
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
 .news-detail-slide1 { 
    width: 63.379%;
    height: auto;
 }

.news-detail-slide1 .news-header {
   width: 100%;
}
.news-detail-slide1 .news-header.virtual{
   border-bottom:none
} 
.news-detail-slide1 .news-header .news-title {
  font-size: .4rem;
  text-align: left;
  margin-bottom: .13rem;
}
.news-detail-slide1 .news-header.virtual .news-title{
	text-align:left;
  line-height:.5rem;
  position:relative;
  /* font-weight:normal; */
  margin-bottom: .4rem;
}
.phone .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:none;
	width:.1rem;
	height:.4rem;
	margin-right:.1rem;
	background-color:#1A2A45;
	display:block;
	position:absolute;
	top:.07rem;
	left:0;
}
.phone .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: #9CA6B8;
}

.news-detail-slide1 .news-header .news-info {
  
}
.news-detail-slide1 .news-header.virtual .news-info{
	display:none
}
.news-detail-slide1 .news-content .news-abstract {
  font-size: .14rem;
  line-height:.2rem;
  min-height:.2rem;
  margin: .5rem 0 .384rem 0;
  padding:.43rem .25rem .47rem .95rem;
  background-color: #F5F7F9;
  position:relative;
}
.news-detail-slide1 .news-content .news-abstract::before{
content:'【摘要】：';
position:absolute;
top:.43rem;
left:0.25rem;
}
.news-detail-slide1 .news-content .news-text {
  font-size: .16rem;
  font-weight: 400;
  /* text-indent: .32rem; */
  line-height: .24rem;
  padding-bottom: 4.115%;
  margin-top: .2rem;
}
.news-detail-slide1 .news-content .news-text img{
	max-width: 100%!important;
    height: auto!important;
}
.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-top: .2rem;
 }
 
 .news-detail-slide1 .news-nav a {
   font-size: .14rem;
   font-weight: 400;
   line-height: .3rem;
   color: #1A2A45;
 }
 
 .news-detail-slide1 .news-nav a:hover {
   color: #007CD8;
 } */

.news-detail-slide2 { 
  width: 28.69%;
  padding:.4rem .3rem;
  max-height: 6.14rem;
  box-shadow: 1px 4px 8px 1px rgba(39, 45, 69, 0.23);
  border-radius: 6px;
  border-top:.08rem solid #007CD8
}
.news-detail-slide2 .others-title{color:#1A212C;font-size:.2rem;line-height: 1;}
.news-detail-slide2 .others-title::after{content:'';display:block;width:2em;height:0;border-top:2px solid #007CD8;margin-top:.2rem}
.news-detail-slide2 .others-nav {
  margin-top: .2rem;
 }
 .news-detail-slide2 .others-nav>div{padding:.46rem 0;border-bottom:1px solid #EFF3F5}
 .news-detail-slide2 .others-nav>div:last-child{border-bottom:none}
 .news-detail-slide2 .others-nav>div:hover{border-bottom:1px solid #EEF2F5}
 .news-detail-slide2 .others-nav a {
   font-size: .18rem;
   line-height: .24rem;
   height:.48rem;
   color: #1A2A45;
 }
 
 .news-detail-slide2 .others-nav a:hover {
   color: #007CD8;
 }
 .news-detail-slide2 .others-nav p{color:#9CA6B8;font-size:.14rem;margin-top:.16rem}
.back {
  display: inline-block;
  margin-top: 5.81%;
  margin-bottom: 6.516%;
  font-size: 0.15rem;
  color: #448dca; 
}

.back:hover {
  cursor: pointer;
}
.cont-footer{margin-top:0}

/*移动端  */
.phone .swiper-container-body{height:3.6rem}
.phone .news-detail-banner{height:100%;}
/* 内容*/
.phone .main-cont{
  background:#fff;
  margin-top:1.12rem
}
.phone .news-detail-slide1 .news-header .news-title{
	font-size:.34rem
}
.phone .news-detail-slide1 .news-header .news-info > div{font-size:.18rem}
.phone .news-detail-slide1 .news-header .news-info .browse-times >img{width:.3rem}
.phone .swiper-container-news-detail,.phone .bread-cont{
  width:90%;
  padding:1.2rem 0 0;
}
.phone .news-detail-slide1{width:100%}
.phone .news-detail-slide1 .news-content .news-abstract{font-size:.28rem;line-height:1;padding: .43rem .25rem .47rem 1.55rem;}
.phone .news-detail-slide1 .news-content .news-text p
,.phone .news-detail-slide1 .news-content .news-text span
,.phone .news-detail-slide1 .news-content .news-text b{font-size:.28rem!important;line-height:1.5}
.phone .news-detail-slide1 .news-content .news-text img{margin:.28rem 0!important;padding:0!important;max-width:100%!important;}
.phone .news-detail-slide2 {display:none}
.phone .news-detail-slide2 .news-nav a{font-size:.24rem;line-height:.33rem}
.phone .back{display:none}
/*脚部  */
/* .phone .news-detail-footer{
	background:#27517f;
}
.news-detail-footer .footer-info .footer-info-left{
	width:90%;
	padding-left:3%;
}
.phone .news-detail-footer .footer-info{
	color:#fff;
}
.phone .news-detail-footer .footer-info .footer-info-left .title::before{
	content:'';
	display:inline-block;
	width:4px;
	height:.54rem;
	background:#1A2A45;
	vertical-align:text-bottom;
	position:absolute;
}
.phone .title-set{
	margin-left:.15rem;
	line-height:1.3;
}
.phone .news-detail-footer .footer-info .footer-info-left .little-title{
	display:block
}
.phone .news-detail-footer .footer-info .footer-info-left .phonenum {
    padding-top: 10.26%;
} 
.phone .news-detail-footer .footer-info .footer-info-left .address{
	font-size:.16rem;
}
.phone .phonenum>b,.phone .address>b{display:none}
.phone .news-detail-footer .footer-info .footer-info-right .tao-bao{
	display:none
}
.phone .news-detail-footer .footer-info .footer-info-right .customer-service{
	display:none
}

.phone .news-detail-footer .record-info{
	background:#242834;
	display:flex;
	justify-content: center;
    flex-direction: column;
 }
 .phone .news-detail-footer .record-info >span{
    height: auto;
    padding-top:0;
 } */
/* 媒体查询 */
@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1450px) {
  .search:hover {
    width: 1.5rem;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width:980px) {
  html{font-size:13.33vw;}
  html.pc{font-size:85px}
}





