/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
.supage-347 {
  padding: 0.35rem 0 1rem;
}
.supage-347 .news-center {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.supage-347 .news-center .news-center-title h2 {
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.supage-347 .news-center .news-center-title h3 {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0.06rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-title h2 {
    font-size: 0.32rem;
  }
  .supage-347 .news-center .news-center-title h3 {
    font-size: 0.28rem;
  }
}
.supage-347 .news-center .news-center-content {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content {
    flex-wrap: wrap;
  }
}
.supage-347 .news-center .news-center-content .left {
  width: 6.8rem;
  box-shadow: 0px 0px 6px rgba(86, 84, 84, 0.16);
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left {
    width: 100%;
  }
}
.supage-347 .news-center .news-center-content .left .left-title {
  display: flex;
  justify-content: space-between;
}
.supage-347 .news-center .news-center-content .left .left-title .left-title-icon {
  width: 0.81rem;
  height: 0.81rem;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left .left-title .left-title-icon {
    width: 1rem;
    height: 1rem;
  }
}
.supage-347 .news-center .news-center-content .left .left-title .left-title-wrap {
  width: 5.98rem;
  height: 0.81rem;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0.2rem 0 0.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left .left-title .left-title-wrap {
    width: calc(100% - 1rem);
    height: 1rem;
  }
}
.supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .text {
  width: calc(100% - 1rem);
}
.supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .text .title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #1D1C22;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .text .title {
    font-size: 0.3rem;
  }
}
.supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .text .sub-title {
  font-size: 0.14rem;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .text .sub-title {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .text .sub-title {
    font-size: 0.16rem;
  }
}
.supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .more a {
  font-size: 0.14rem;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .more a {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-347 .news-center .news-center-content .left .left-title .left-title-wrap .more a {
    font-size: 0.16rem;
  }
}
.supage-347 .news-center .news-center-content .left .left-content {
  padding: 0.28rem 0.28rem 0.3rem 0.3rem;
}
.supage-347 .news-center .news-center-content .left .left-content a {
  display: block;
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #D5D5D5;
}
.supage-347 .news-center .news-center-content .left .left-content a:first-child {
  border-top: 1px dashed #D5D5D5;
}
.supage-347 .news-center .news-center-content .left .left-content a dl dt {
  display: flex;
  justify-content: space-between;
}
.supage-347 .news-center .news-center-content .left .left-content a dl dt .title {
  width: 70%;
  font-size: 0.16rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supage-347 .news-center .news-center-content .left .left-content a dl dt .title i {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  margin-right: 0.15rem;
  background-color: #707070;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left .left-content a dl dt .title {
    font-size: 0.28rem;
  }
}
.supage-347 .news-center .news-center-content .left .left-content a dl dt .time {
  font-size: 0.14rem;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left .left-content a dl dt .time {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-347 .news-center .news-center-content .left .left-content a dl dt .time {
    font-size: 0.16rem;
  }
}
.supage-347 .news-center .news-center-content .left .left-content a dl dd {
  margin-top: 0.14rem;
  font-size: 0.14rem;
  color: #999999;
  padding-left: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .left .left-content a dl dd {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-347 .news-center .news-center-content .left .left-content a dl dd {
    font-size: 0.16rem;
  }
}
.supage-347 .news-center .news-center-content .left .left-content a:hover dl dd {
  text-decoration: underline;
}
.supage-347 .news-center .news-center-content .right {
  width: 5.2rem;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .right {
    width: 100%;
  }
}
.supage-347 .news-center .news-center-content .right a {
  display: block;
  width: 100%;
}
.supage-347 .news-center .news-center-content .right a .img {
  width: 2.6rem;
  height: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .right a .img {
    width: 50%;
    height: 3.6rem;
  }
}
.supage-347 .news-center .news-center-content .right a .text {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #333333;
  padding: 0.34rem 0.16rem 0.33rem 0.34rem;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .right a .text {
    width: 50%;
    height: 3.6rem;
  }
}
.supage-347 .news-center .news-center-content .right a .text .title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .right a .text .title {
    font-size: 0.28rem;
  }
}
.supage-347 .news-center .news-center-content .right a .text .desc {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  font-weight: normal;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .right a .text .desc {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-347 .news-center .news-center-content .right a .text .desc {
    font-size: 0.16rem;
  }
}
.supage-347 .news-center .news-center-content .right a .text .more {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.supage-347 .news-center .news-center-content .right a .text .more i {
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .supage-347 .news-center .news-center-content .right a .text .more {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-347 .news-center .news-center-content .right a .text .more {
    font-size: 0.16rem;
  }
}
.supage-347 .news-center .news-center-content .right a:nth-child(2n-1) .img {
  float: left;
}
.supage-347 .news-center .news-center-content .right a:nth-child(2n-1) .text {
  float: right;
}
.supage-347 .news-center .news-center-content .right a:nth-child(2n) .img {
  float: right;
}
.supage-347 .news-center .news-center-content .right a:nth-child(2n) .text {
  float: left;
}
.supage-347 .news-center .news-center-content .right a:hover .text .more i {
  display: inline-block;
  margin-left: 0.15rem;
}
