
.news_cont_d_l{padding: 0;display: flex;justify-content: center;align-items: center;}
.news_cont_d_l span{margin-left: 15px;}
.news_cont_d_r{display: flex;align-items: center;}
.duanbox img{vertical-align: bottom;}

/**
.social-share{display: flex;justify-content: space-between;}
.social-share .social-share-icon{margin: 0 4px;display: flex;justify-content: center;align-items: center;line-height: normal;}
.social-share .social-share-icon::before{display: none;}
.social-share .social-share-icon img{transition: all 0.3s ease-out 0s;}
.social-share .social-share-icon:hover>img{filter: brightness(0) invert(1);}
.social-share .icon-wechat .wechat-qrcode{height: auto;padding-bottom: 5px;top: -230px;left: 50%;transform: translateX(-50%);}
.social-share .icon-wechat .wechat-qrcode h4{height: auto;padding: 5px;line-height: normal;}
.social-share .icon-wechat .wechat-qrcode .qrcode{width: auto;display: flex;justify-content: center;align-items: center;}
.social-share .help{padding: 0 5px;}
**/

@media (max-width:1280px) {
  .news_cont{padding: 30px;}
  .social-share .icon-wechat .wechat-qrcode{left: auto;transform: none;right: -20px;}
  .social-share .icon-wechat .wechat-qrcode:after{left: 84%;}
}
@media (max-width:1024px) {
  .nr_box{padding-bottom: 30px;}
  .news_cont{padding: 30px 15px;}
}
@media (max-width:768px) {
  .news_cont > h3{font-size: 22px;}

  .news_cont_d{padding-bottom: 15px;}
  .news_cont_d_l{width: 120px;}
  .news_cont_d_l span{margin-left: 10px;}
  .news_cont_d_l i{width: 25px;height: 25px;line-height: 25px;}
  .news_cont_d_r span{line-height: normal;}

  .duanbox {margin-top: 15px;}
}
@media (max-width:500px) {
  .news_cont{padding: 15px;}
  .news_cont > h3{margin-bottom: 15px;font-size: 20px;}
  .news_cont_d_l{width: 110px;padding: 4px 0;}
  .news_cont_d_l span{margin-left: 5px;}
  .social-share .social-share-icon{width: 30px;height: 30px;}
  .social-share a{margin: 0 4px;}
}