.a_more {
  display: block;
  width: 2.1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #fff;
  color: #999;
  border: 1px solid #c9c9c9;
  text-align: center;
  font-size: 0.16rem;
  box-sizing: border-box;
  border-radius: 0.28rem;
}
.a_more:hover {
  background: #347afc;
  color: #fff;
  border: 1px solid #347afc;
  box-shadow: 0 0.1rem 0.3rem 0.05rem rgba(69, 119, 247, 0.3);
}
.news img {
  display: block;
  width: 100%;
}
.news .content {
  max-width: none;
  padding: 0;
}
.news .content .news_top {
  height: 6.69rem;
  padding: 0 2.6rem;
  padding-top: 1.2rem;
  background: url(/uploads/image/scwinews/ne_bg01.jpg) no-repeat center bottom #f0f3f7;
  background-size: 19.2rem 6.69rem;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
  position: relative;
}
.news .content .news_top ul li::after {
  content: "";
  display: block;
  clear: both;
}
.news .content .news_top ul li .div_l {
  width: 45%;
  padding-right: 1.1rem;
  box-sizing: border-box;
}
.news .content .news_top ul li .div_l span {
  display: inline-block;
  font-size: 0.16rem;
  color: #347afc;
  border-bottom: 1px solid #347afc;
  padding-bottom: 0.05rem;
  margin-bottom: 0.4rem;
}
.news .content .news_top ul li .div_l h2 {
  font-size: 0.36rem;
  color: #222;
  line-height: 1.3;
  opacity: 0.8;
  margin-bottom: 0.2rem;
}
.news .content .news_top ul li .div_l h2 a {
  font-size: 0.34rem;
  color: #000;
}
.news .content .news_top ul li .div_l h2:hover {
  opacity: 1;
}
.news .content .news_top ul li .div_l h2:hover a {
  color: #347afc;
  opacity: 1;
}
.news .content .news_top ul li .div_l b {
  display: block;
  font-size: 0.14rem;
  color: #000;
  margin-bottom: 0.25rem;
}
.news .content .news_top ul li .div_l p {
  font-size: 0.18rem;
  color: #000;
  line-height: 2;
  margin-bottom: 0.7rem;
}
.news .content .news_top ul li .div_r {
  width: 55%;
}
.news .content .news_top ul li .div_r a {
  display: block;
  overflow: hidden;
}
.news .content .news_top ul li .div_r img {
  transition: all 1s;
  transform: scale(1);
}
.news .content .news_top ul li .div_r:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news .content .news_top .newsicons {
  position: absolute;
  top: 0;
  right: 1.5rem;
  height: 100%;
  width: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.news .content .news_top .newsicons span {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #a8aaac;
  border-radius: 0.1rem;
  margin: 0.05rem 0;
  cursor: pointer;
}
.news .content .news_top .newsicons span.current {
  background: #347afc;
}
.news .content .news_list {
  padding: 0 2.6rem;
}
.news .content .news_list ul {
  display: flex;
  flex-wrap: wrap;
}
.news .content .news_list ul li {
  width: 28%;
  margin-bottom: 0.6rem;
  padding-bottom: 0.3rem;
  background: #fff;
}
.news .content .news_list ul li:nth-last-child(-n   3) {
  margin-bottom: 0;
}
.news .content .news_list ul li:not(:nth-child(3n)) {
  margin-right: calc(16% / 2);
}
.news .content .news_list ul li .imgbox {
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.news .content .news_list ul li .imgbox a {
  display: block;
  overflow: hidden;
}
.news .content .news_list ul li .imgbox img {
  transition: all 1s;
  transform: scale(1);
}
.news .content .news_list ul li span {
  display: block;
  text-align: center;
  margin-bottom: 0.2rem;
}
.news .content .news_list ul li span b {
  display: inline-block;
  font-size: 0.14rem;
  color: #808080;
  border-bottom: 1px solid #808080;
  padding: 0 0.02rem;
  padding-bottom: 0.05rem;
  margin: 0 0.15rem;
}
.news .content .news_list ul li h3 {
  font-size: 0.26rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  padding: 0 0.3rem;
}
.news .content .news_list ul li h3 a {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.5;
}
.news .content .news_list ul li h3:hover a {
  color: #347afc;
}
.news .content .news_list ul li p {
  font-size: 0.16rem;
  color: #666;
  line-height: 2;
  margin-bottom: 0.35rem;
  padding: 0 0.3rem;
}
.news .content .news_list ul li .a_more {
  margin: 0 auto;
}
.news .content .news_list ul li:hover {
  box-shadow: 0 0 0.15rem 0.1rem rgba(0, 0, 0, 0.1);
}
.news .content .news_list ul li:hover .imgbox img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.newsinner {
  position: relative;
  background: none;
  background: #f4f6f8;
}
.newsinner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}
.newsinner .content .div_tit {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.newsinner .content .div_tit h2 {
  font-size: 0.40rem;
  color: #444;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.2rem;
}
.newsinner .content .div_tit .time_share {
  display: flex;
  justify-content: center;
}
.newsinner .content .div_tit .time_share span {
  display: inline-block;
  line-height: 0.28rem;
  font-size: 0.16rem;
  background:  no-repeat left center;
  color: #666;
  margin: 0 0.3rem;
}
.newsinner .content .div_tit .time_share #sharepage {
  margin: 0 0.3rem;
}
.newsinner .content .div_tit .time_share #sharepage .fx {
  font-size: 0.16rem;
  color: #666;
  display: inline-block;
  line-height: 0.28rem;
}
.newsinner .content .div_text{
	padding-top:0rem;
}
.newsinner .content .div_text p {
  font-size: 0.18rem;
  color: #000;
  line-height: 2;
  padding: 0.2rem 0;
  text-align: justify;
}
.newsinner .content .div_text p strong{
  font-size: 0.18rem; font-weight:bold;
}
.newsinner .content .div_text p a {
  font-size: 0.18rem;
}
.newsinner .content .div_text p a strong{
  font-size: 0.18rem; font-weight:bold;
}
.newsinner .content .div_text p img {
 /* max-width: 7rem;
  width: 100%;*/
  display: block;
  margin: 0 auto;
}
.newsinner .content .div_buttom {
  text-align: center; padding-top:0.5rem; padding-bottom:0.5rem;
}
.newsinner .content .div_buttom a {
  display: inline-block;
  width: 45%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.16rem;
  color: #999999;
  margin: 0 0.1rem;
}
.newsinner .content .div_buttom a:hover {
  color: #fff;
}
.div_recommend {
  background: #fff;
  max-width: 14rem;
  margin: 0 auto;
  padding-top: 0.7rem;
}
.div_recommend .div_tit {
  position: relative;
  text-align: center;
  margin-bottom: 0.9rem;
}
.div_recommend .div_tit h2 {
  padding-top: 0.15rem;
  font-size: 0.34rem;
  color: #000;
  font-weight: bold;
}
.div_recommend .div_tit span {
  display: inline-block;
  width: 100%;
  font-size: 0.40rem;
  color: #000;
  opacity: 0.1;
  text-transform: uppercase;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.div_recommend ul {
  display: flex;
  flex-wrap: wrap;
}
.div_recommend ul li {
  width: 48%;
  float: left;
  overflow: hidden;
  margin-bottom: 0.7rem;
}
.div_recommend ul li:not(:nth-child(2n)) {
  margin-right: calc(2% / 1);
}
.div_recommend ul li .div_l {
  width: 33%;
}
.div_recommend ul li .div_l img {
  display: block;
  width: 100%;
}
.div_recommend ul li .div_r {
  width: 64%;
}
.div_recommend ul li .div_r span {
  display: inline-block;
  font-size: 0.14rem;
  color: #808080;
  border-bottom: 1px solid #808080;
  padding-bottom: 0.05rem;
  margin-bottom: 0.15rem;
}
.div_recommend ul li .div_r h4 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.15rem;
  font-weight: bold;
}
.div_recommend ul li .div_r h4 a {
  font-size: 0.18rem;
  color: #333;
}
.div_recommend ul li .div_r h4 a:hover {
  color: #347afc;
}
.div_recommend ul li .div_r p {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.5;
}
.social-share {
  font-size: 0.16rem !important;
}
.social-share .social-share-icon {
  width: 0.28rem !important;
  height: 0.28rem !important;
  border: none!important;
}
.social-share .social-share-icon::before {
  display: none;
}
.social-share .social-share-icon {
  margin: 0 0.05rem !important;
}
.social-share .icon-wechat,
.social-share .icon-wechat:hover {
  background: url(/uploads/image/scwinews/wechaticon.png) no-repeat no-repeat center !important;
  background-size: cover!important;
}
.social-share .icon-weibo,
.social-share .icon-weibo:hover {
  background: url(/uploads/image/scwinews/weiboicon.png) no-repeat no-repeat center !important;
  background-size: cover!important;
}
@media screen and (max-width: 991px) {
  .news .content .news_top,
  .news .content .news_list {
    padding: 0.3rem;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .news .content .news_top ul li .div_l {
    padding-right: 0;
    padding-left: 0.3rem;
    float: right;
  }
  .news .content .news_list ul li {
    margin-bottom: 0.25rem;
  }
  .news .content .news_top ul li .div_r {
    float: left;
  }
  .news .content .news_top ul li .div_l p {
    display: none;
  }
  .news .content .news_top ul li .div_l span {
    margin-bottom: 0.2rem;
  }
  .div_recommend {
    padding: 0.3rem;
  }
  .div_recommend ul li {
    width: 100%;
    margin-right: 0!important;
  }
  .div_recommend ul li .div_l {
    width: 25%;
  }
  .div_recommend ul li .div_r {
    width: 70%;
  }
  .news .content .news_top .newsicons {
    position: static;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 0.25rem;
  }
  .news .content .news_top .newsicons span {
    display: inline-block;
  }
  .newsinner .content .div_buttom {
padding-top:0.5rem; padding-bottom:0.5rem;
}
.newsinner .content .div_buttom a { float:left;
  display: inline-block;
  width: 45%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.16rem;
  color: #999999;
}
}
@media screen and (max-width: 640px) {
  .news .content .news_top ul li .div_r {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .news .content .news_top ul li .div_l {
    width: 100%;
  }
  .news .content .news_list ul li {
    width: 100%;
  }
  .news .content .news_list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .news .content .news_list ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .newsinner .content .div_tit {
    padding-bottom: 0.3rem;
  }
  .newsinner .content .div_tit .time_share {
    display: block;
  }
  .newsinner .content .div_tit .time_share::after {
    content: "";
    display: block;
    clear: both;
  }
  .newsinner .content .div_tit .time_share span {
    display: block;
    width: 50%;
    float: left;
    margin: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .newsinner .content .div_tit .time_share #sharepage {
    float: right;
    margin: 0;
  }
.newsinner .content .div_buttom {
padding-top:0.5rem; padding-bottom:0.5rem; height: 1.5rem;
}
.newsinner .content .div_buttom a { 
  float:left; text-align:left; padding-left:0.2rem;
  display: inline-block;
  width: 98%;
  margin-bottom:0.2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.16rem;
  color: #999999;
}
}

@media screen and (max-width: 640px) {

    .newsinner .content .div_text p {font-size:.28rem!important;padding: 0;margin-bottom: .2rem;}
    .newsinner .content .div_text p span {font-size:.28rem!important;}
    .newsinner .content .div_text p a {font-size:.28rem!important;}
    .newsinner .content .div_text p strong {font-size:.28rem!important;}
    .newsinner .content .div_text p img {width: 100%!important;height: auto!important;}
.newsinner .content .div_text center img {width: 100%!important;height: auto!important;}
}

