

#navBox .topNav .slideNav{
    background: rgb(255 255 255 / 100%);
}

@media only screen and (min-width: 769px) {
    #navBox .logoImg1 {
	    display: block!important;
    }

    #navBox .logoImg {
	    display: none!important;
    }
    #navBox {
		background: #fff!important;
		top: 0!important;
	}

	#navBox .seachBut {
		color: #333!important;
	}

	#navBox .topYuyan {
		color: #333!important;
	}

	#navBox .navTitle1 {
		color: #333 !important;
		line-height: 80px !important;
	}
}
.news_title_detail {
  margin-top:120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7f2f8));
  background-image: linear-gradient(#fff, #e7f2f8);
  padding-bottom: 2.5vw;
}
.news_title_detail h3 {
  margin-bottom: 2vw;
  margin-top: 0.5vw;
}

.social-share .icon-wechat .wechat-qrcode {
  top: 40px !important;
}

.social-share .icon-wechat .wechat-qrcode:after {
  border-color: transparent transparent #d5d1d0 transparent !important;
  top: -14px !important;
  bottom: auto !important;
}

.social-share .icon-wechat {
  color: #d5d1d0 !important;
  border: 0 !important;
}

.social-share .icon-wechat:hover {
  background: var(--yx_Color) !important;
}

.social-share .icon-wechat:hover:before {
  color: #fff !important;
}

.social-share .icon-weibo {
  color: #d5d1d0 !important;
  border: 0 !important;
}

.social-share .icon-weibo:hover {
  background: var(--yx_Color) !important;
}

.social-share .icon-weibo:hover:before {
  color: #fff !important;
}

.news_con_detail {
  padding: 3vw 0 5vw;
}
.news_con_detail .detail {
  border-bottom: 1px solid #eee;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
}
.news_con_detail .detail p {
  margin-bottom: 1vw;
}
.news_con_detail .detail img {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 2vw;
}
.news_con_detail .next_prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_con_detail .next_prev .np_con:hover {
  color: var(--yx_Color);
}
.news_con_detail .next_prev .np_con:hover a {
  color: var(--yx_Color);
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .news_title_detail{margin-top:80px;}
  .news_con_detail {
      
    padding: 10vw 0 15vw;
  }
  .news_con_detail .detail {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
  .news_con_detail .detail img{
      max-width: 100%;
      width: 100%!important;
      height: auto!important;
  }
  .news_con_detail .detail p {
    margin-bottom: 3vw;
    line-height: 1.7;
  }
  .next_prev .np_con {
    margin-bottom: 3vw;
  }
}
