/**
 * @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_1113 .container {
  width: 13.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.supage_1113 .puilic-title {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
.supage_1113 .puilic-title .line {
  margin: 0.1rem auto 0;
  width: 0.6rem;
  height: 0.04rem;
  background: #DF2012;
}
.supage_1113 .puilic-title .title-top {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  color: #666666;
}
.supage_1113 .puilic-title .sub_title {
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
  font-family: Arial, Arial;
}
.supage_1113 .puilic-title .more {
  font-size: 0.18rem;
  color: #666666;
}
.supage_1113 .puilic-title .more span {
  display: inline-block;
  margin-left: 0.07rem;
  width: 0.17rem;
  height: 0.17rem;
  vertical-align: middle;
  background: url(../images/73_puilic_icon.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .puilic-title .more {
    font-size: 0.24rem;
  }
  .supage_1113 .puilic-title .more span {
    width: 0.22rem;
    height: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1113 .puilic-title {
    padding: 0 0.3rem;
  }
}
.supage_1113 .puilic_button a {
  letter-spacing: 0.01rem;
  display: block;
  font-size: 0.16rem;
  color: #FFFFFF;
  width: 1.6rem;
  height: 0.44rem;
  background-color: #fff;
  padding: 0.11rem 0.16rem 0.12rem 0.2rem;
  border-radius: 0.22rem;
  background: #DF2012;
}
.supage_1113 .puilic_button a span {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  float: right;
  background: url(../images/1109_white_icon.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .puilic_button a {
    font-size: 0.26rem;
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem 0;
    border-radius: 0.3rem;
  }
  .supage_1113 .puilic_button a span {
    margin-top: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.supage_1113 .new-list-swiper-wrap {
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-swiper-wrap {
    padding-bottom: 0.6rem;
  }
}
.supage_1113 .new-list-swiper-wrap .title {
  font-weight: bold;
  padding-top: 0.3rem;
  font-size: 0.18rem;
  color: #000000;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-swiper-wrap .title {
    font-size: 0.28rem;
  }
}
.supage_1113 .new-list-swiper-wrap .abstract {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-swiper-wrap .abstract {
    font-size: 0.24rem;
    line-height: 1.8;
  }
}
.supage_1113 .new-list-swiper-wrap .time {
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #B3B3B3;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-swiper-wrap .time {
    font-size: 0.2rem;
  }
}
.supage_1113 .new-list-top {
  padding: 1rem 0 0.66rem;
  background: #F1F3F5;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-top {
    padding: 0.6rem 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-top .new-list-swiper {
    padding-bottom: 0.5rem;
  }
}
.supage_1113 .new-list-top .new-list-swiper .swiper-wrapper {
  height: 3.34rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-top .new-list-swiper .swiper-wrapper {
    height: 4rem;
    overflow: hidden;
  }
}
.supage_1113 .new-list-top .new-list-swiper .top-news {
  display: flex;
  height: 3.34rem;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-top .new-list-swiper .top-news {
    flex-direction: column;
    height: fit-content;
  }
}
.supage_1113 .new-list-top .new-list-swiper .top-news .top-news-img {
  width: 5rem;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-top .new-list-swiper .top-news .top-news-img {
    width: 100%;
    height: 3rem;
  }
}
.supage_1113 .new-list-top .new-list-swiper .top-news .top-news-intro {
  background-color: #fff;
  flex: 1;
  height: 100%;
  padding: 0.41rem 0.46rem 0 0.6rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-top .new-list-swiper .top-news .top-news-intro {
    flex: none;
    width: 100%;
    height: fit-content;
    padding: 0.41rem 0.46rem 1rem 0.6rem;
  }
}
.supage_1113 .new-list-top .new-list-swiper .top-news .top-news-intro .puilic_button {
  left: 0.6rem;
  bottom: 0.6rem;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-top .new-list-swiper .top-news .top-news-intro .puilic_button {
    bottom: 0.3rem;
  }
}
.supage_1113 .new-list-top .pagination {
  width: fit-content;
  margin: 0.3rem auto 0;
  z-index: 10;
}
.supage_1113 .new-list-top .pagination .swiper-pagination-switch {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
  width: 0.8rem;
  height: 0.04rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .new-list-top .pagination .swiper-pagination-switch {
    height: 0.08rem;
  }
}
.supage_1113 .new-list-top .pagination .swiper-active-switch {
  background: #DF2012;
}
.supage_1113 .news-lists {
  padding-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.supage_1113 .news-lists .news_item {
  margin-right: 0.46rem;
  display: block;
  height: fit-content;
  width: fit-content;
  margin-bottom: 0.6rem;
}
.supage_1113 .news-lists .news_item:hover .content {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.supage_1113 .news-lists .news_item:nth-child(3n) {
  margin-right: 0;
}
.supage_1113 .news-lists .news_item a {
  display: block;
}
.supage_1113 .news-lists .news_item .content {
  width: 4.09rem;
  height: 2.73rem;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.supage_1113 .news-lists .news_item .text {
  width: 4.09rem;
  margin: 0.2rem auto 0;
  font-weight: bold;
  font-size: 0.16rem;
  color: #000000;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.supage_1113 .news-lists .news_item .text p {
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
  line-height: 0.28rem;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .news-lists .news_item {
    width: 95%;
    margin: 0 auto 0.2rem;
  }
  .supage_1113 .news-lists .news_item:nth-child(3n) {
    margin: 0 auto 0.2rem;
  }
  .supage_1113 .news-lists .news_item .content {
    width: 100%;
  }
  .supage_1113 .news-lists .news_item .text {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
  }
  .supage_1113 .news-lists .news_item .text p {
    font-size: 0.26rem;
  }
}
.supage_1113 .layer-page {
  padding-bottom: 0;
}
.supage_1113 .layer-page .laypage_prev:before,
.supage_1113 .layer-page .laypage_next:before {
  display: none !important;
}
.supage_1113 .layer-page .laypage_main {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .layer-page .laypage_main {
    margin-top: 0;
  }
}
.supage_1113 .layer-page .laypage_main span.laypage_curr {
  border: 0.01rem solid #ccc;
}
.supage_1113 .layer-page .laypage_main a.laypage_next,
.supage_1113 .layer-page .laypage_main a.laypage_prev {
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .layer-page .laypage_main a.laypage_next,
  .supage_1113 .layer-page .laypage_main a.laypage_prev {
    font-size: 0.24rem;
  }
}
.supage_1113 .layer-page .laypage_main a,
.supage_1113 .layer-page .laypage_main span {
  border-radius: 0.3rem;
  width: auto;
  height: auto;
  background: #fff;
  border: 0.01rem solid #CCCCCC;
  line-height: 1.5;
  color: #666;
  font-size: 0.14rem;
  padding: 0.13rem 0.19rem;
  margin: 0 0.14rem;
}
@media screen and (max-width: 1024px) {
  .supage_1113 .layer-page {
    padding: 0;
  }
  .supage_1113 .layer-page .laypage_main a,
  .supage_1113 .layer-page .laypage_main span {
    font-size: 0.24rem;
    padding: 0.1rem 0.2rem;
    margin: 0 0.08rem;
  }
}
.supage_1113 .template_main_color {
  color: #DF2012;
}
.supage_1113 .template_main_back {
  background-color: #DF2012;
}
.supage_1113 .template_main_border {
  border-color: #DF2012;
}
