/**
 * @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: 
 */
div.i5 {
  height: 9rem;
  background-color: #F2F4F6;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 1024px) {
  div.i5 {
    height: auto;
    padding: 0.6rem 0;
  }
}
div.i5 .news-module .product-module-title .public-title {
  float: left;
}
div.i5 .news-module .product-module-title .classification {
  float: right;
}
div.i5 .news-module .product-module-title .classification ul li {
  display: inline-block;
  position: relative;
}
div.i5 .news-module .product-module-title .classification ul li:after {
  content: '';
  width: 1px;
  height: 21px;
  background-color: #707070;
  position: absolute;
  right: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
div.i5 .news-module .product-module-title .classification ul li a {
  display: block;
  background: url(../images/product-module-classification-icon.png) right center no-repeat;
  background-size: 0.2rem auto;
  padding-right: 0.3rem;
  font-size: 0.16rem;
  color: #707070;
  line-height: 0.45rem;
}
div.i5 .news-module .product-module-title .classification ul li:last-child {
  margin-left: 0.2rem;
}
div.i5 .news-module .product-module-title .classification ul li:last-child:after {
  display: none;
}
div.i5 .news-module .product-module-title .classification ul li:hover a {
  background: url(../images/product-module-classification-icon-hover.png) right center no-repeat;
  background-size: 0.2rem auto;
  color: #EE7E00;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .product-module-title .public-title {
    float: none;
  }
  div.i5 .news-module .product-module-title .classification {
    float: none;
    margin-top: 0.2rem;
  }
  div.i5 .news-module .product-module-title .classification ul li a {
    font-size: 0.28rem;
    background: url(../images/product-module-classification-icon.png) right center no-repeat;
    background-size: 0.25rem auto;
    padding-right: 0.35rem;
  }
  div.i5 .news-module .product-module-title .classification ul li:last-child {
    margin-left: 0.3rem;
  }
}
div.i5 .news-module .news-module-content {
  width: 13.58rem;
  margin: 0.6rem auto 0;
  height: 5.6rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content {
    width: 100%;
    padding: 0 0.5rem;
    height: 9rem;
  }
}
div.i5 .news-module .news-module-content .arrow {
  width: 0.34rem;
  height: 0.34rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .arrow {
    width: 0.4rem;
    height: 0.4rem;
  }
}
div.i5 .news-module .news-module-content .arrow-left {
  background: url(../images/news-module-content-arrow-left.png) left top no-repeat;
  background-size: 0.34rem auto;
  left: 0;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .arrow-left {
    left: 0;
    background-size: 0.4rem auto;
  }
}
div.i5 .news-module .news-module-content .arrow-right {
  background: url(../images/news-module-content-arrow-right.png) left top no-repeat;
  background-size: 0.34rem auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .arrow-right {
    right: 0;
    background-size: 0.4rem auto;
  }
}
div.i5 .news-module .news-module-content .swiper-container-news {
  height: 5.7rem;
  padding-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .swiper-container-news {
    width: 100%;
    height: 8.6rem;
    padding: 0;
  }
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper {
  height: 100%;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide {
  height: 5.6rem;
  padding: 0 0.13rem;
  box-sizing: border-box;
  transition: all 0.5s;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a {
  display: block;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .img {
  width: 100%;
  height: 2.77rem;
  overflow: hidden;
  text-align: center;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .img img {
  width: auto;
  height: 100%;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor {
  width: 100%;
  height: calc(100% - 2.77rem);
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.2rem 0.25rem 0.3rem;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .time-column .time {
  display: inline-block;
  position: relative;
  font-size: 0.14rem;
  color: #203A57;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .time-column .time:after {
  content: '';
  width: 1px;
  height: 21px;
  background-color: #203A57;
  position: absolute;
  right: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .time-column .column {
  display: inline-block;
  margin-left: 0.11rem;
  font-size: 0.14rem;
  color: #203A57;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .desc {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .more {
  margin-top: 0.3rem;
  display: inline-block;
  background: url(../images/product-module-classification-icon.png) right center no-repeat;
  background-size: 0.2rem auto;
  padding-right: 0.3rem;
  font-size: 0.16rem;
  color: #707070;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide:hover {
  margin-top: -0.1rem;
}
div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide:hover a .infor .more {
  background: url(../images/product-module-classification-icon-hover.png) right center no-repeat;
  background-size: 0.2rem auto;
  color: #EE7E00;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide {
    height: 8.5rem;
    padding: 0;
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .img {
    height: 4.68rem;
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor {
    height: calc(100% - 4.8rem);
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .time-column .time {
    font-size: 0.26rem;
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .time-column .time:after {
    right: -0.1rem;
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .time-column .column {
    font-size: 0.26rem;
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .title {
    font-size: 0.32rem;
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  div.i5 .news-module .news-module-content .swiper-container-news .swiper-wrapper .swiper-slide a .infor .more {
    font-size: 0.28rem;
    background: url(../images/product-module-classification-icon.png) right center no-repeat;
    background-size: 0.25rem auto;
  }
}
