/**
 * @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.i6 {
  padding: 0.5rem 0;
}
@media screen and (max-width: 1024px) {
  div.i6 {
    height: auto;
    padding: 0.6rem 0;
  }
}
div.i6 .news-module .news-module-content {
  margin-top: 0.3rem;
}
div.i6 .news-module .news-module-content .news-module-content-title {
  margin-top: 0.5rem;
  border-bottom: 1px solid #e5e3e6;
  padding-bottom: 0.13rem;
}
div.i6 .news-module .news-module-content .news-module-content-title ul.list {
  float: left;
}
div.i6 .news-module .news-module-content .news-module-content-title ul.list li {
  display: block;
  float: left;
  margin-right: 0.15rem;
}
div.i6 .news-module .news-module-content .news-module-content-title ul.list li span {
  display: inline-block;
  padding-right: 0.07rem;
  font-size: 0.2rem;
  color: #333333;
  position: relative;
  cursor: pointer;
}
div.i6 .news-module .news-module-content .news-module-content-title ul.list li span:after {
  content: '';
  width: 0;
  height: 0.03rem;
  background: #043695;
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  transition: all 0.5s;
}
div.i6 .news-module .news-module-content .news-module-content-title ul.list li i {
  display: inline-block;
  margin-left: 0.05rem;
  font-size: 0.16rem;
  color: #333333;
}
div.i6 .news-module .news-module-content .news-module-content-title ul.list li:hover span,
div.i6 .news-module .news-module-content .news-module-content-title ul.list li.newsActive span {
  color: #043695;
}
div.i6 .news-module .news-module-content .news-module-content-title ul.list li:hover span:after,
div.i6 .news-module .news-module-content .news-module-content-title ul.list li.newsActive span:after {
  width: 0.87rem;
}
@media screen and (max-width: 1024px) {
  div.i6 .news-module .news-module-content .news-module-content-title ul.list li span {
    font-size: 0.3rem;
  }
  div.i6 .news-module .news-module-content .news-module-content-title ul.list li i {
    font-size: 0.3rem;
  }
  div.i6 .news-module .news-module-content .news-module-content-title ul.list li:hover span,
  div.i6 .news-module .news-module-content .news-module-content-title ul.list li.newsActive span {
    color: #043695;
  }
  div.i6 .news-module .news-module-content .news-module-content-title ul.list li:hover span:after,
  div.i6 .news-module .news-module-content .news-module-content-title ul.list li.newsActive span:after {
    width: 1.2rem;
  }
}
div.i6 .news-module .news-module-content .news-module-content-title .icon {
  width: 54%;
  height: 0.22rem;
  float: right;
  margin-top: 0.02rem;
}
div.i6 .news-module .news-module-content .news-module-content-title .icon ul {
  width: 0.22rem;
  height: 0.22rem;
  position: relative;
}
div.i6 .news-module .news-module-content .news-module-content-title .icon ul li {
  display: block;
  width: 100%;
  height: 100%;
}
div.i6 .news-module .news-module-content .news-module-content-title .icon ul li img {
  width: 100%;
  height: auto;
}
div.i6 .news-module .news-module-content .news-module-content-title .icon ul li:last-child {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  div.i6 .news-module .news-module-content .news-module-content-title .icon {
    width: auto;
  }
  div.i6 .news-module .news-module-content .news-module-content-title .icon ul {
    width: 0.3rem;
    height: 0.3rem;
  }
}
div.i6 .news-module .news-module-content .news-module-content-in .left-list {
  width: 6.3rem;
  float: left;
}
div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li {
  display: block;
  height: 0.22rem;
  margin-top: 0.18rem;
}
div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li i {
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background: #333333;
  border-radius: 50%;
  float: left;
  margin-top: 0.06rem;
}
div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li .title {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.08rem;
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li .time {
  float: right;
  font-size: 0.14rem;
  color: #333333;
}
div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li:hover .title {
  color: #043695;
}
div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li:hover .time {
  color: #043695;
}
@media screen and (max-width: 1024px) {
  div.i6 .news-module .news-module-content .news-module-content-in .left-list {
    width: 100%;
    float: none;
    margin-top: 0.5rem;
  }
  div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li {
    height: 0.3rem;
  }
  div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li i {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.15rem;
  }
  div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li .title {
    width: calc(100% - 1.8rem);
    font-size: 0.28rem;
  }
  div.i6 .news-module .news-module-content .news-module-content-in .left-list ul li .time {
    font-size: 0.28rem;
  }
}
div.i6 .news-module .news-module-content .news-module-content-in .right-img {
  width: 6.6rem;
  height: 3rem;
  float: right;
  overflow: hidden;
  margin-top: 0.18rem;
}
div.i6 .news-module .news-module-content .news-module-content-in .right-img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div.i6 .news-module .news-module-content .news-module-content-in .right-img {
    width: 100%;
    height: 3.14rem;
    margin-top: 0.5rem;
  }
}
