/**
 * @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 .news-module .news-module-content {
  position: relative;
}
div.i5 .news-module .news-module-content .left {
  width: 47%;
  height: 6.05rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .left {
    width: 100%;
    height: 6.35rem;
    float: none;
  }
}
div.i5 .news-module .news-module-content .right {
  width: 47%;
  height: 6.05rem;
  float: right;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .right {
    width: 100%;
    height: 6.35rem;
    float: none;
  }
}
div.i5 .news-module .news-module-content .main {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0.3rem 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .main {
    padding: 0.3rem 0.3rem 0.5rem;
  }
}
div.i5 .news-module .news-module-content .main .main-content {
  margin-top: 0.5rem;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot {
  width: 6.9rem;
  float: left;
  position: relative;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a {
  display: block;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a .img {
  height: 4.02rem;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a .text {
  width: 100%;
  padding: 0.1rem 0.15rem;
  background-color: rgba(51, 51, 51, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .title-desc {
  width: calc(100% - 1.2rem);
  float: left;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .title-desc .title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .title-desc .desc {
  margin-top: 0.05rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.2rem;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .time {
  float: right;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .time .day {
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .time .year {
  margin-top: 0.05rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: right;
}
div.i5 .news-module .news-module-content .main .main-content .left-hot:hover a .title-desc .desc {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .main .main-content .left-hot {
    width: 100%;
    float: none;
  }
  div.i5 .news-module .news-module-content .main .main-content .left-hot a .img {
    height: 4.5rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .title-desc .title {
    font-size: 0.3rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .title-desc .desc {
    font-size: 0.26rem;
    height: 0.35rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .time .day {
    font-size: 0.3rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .left-hot a .text .time .year {
    margin-top: 0.15rem;
    font-size: 0.26rem;
  }
}
div.i5 .news-module .news-module-content .main .main-content .right-list {
  width: 7.16rem;
  float: right;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(153, 153, 153, 0.16);
  margin-top: 0.2rem;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a {
  display: block;
  padding: 0.14rem;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .img {
  width: 0.92rem;
  height: 0.92rem;
  float: left;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text {
  width: 4.8rem;
  float: left;
  margin-left: 0.14rem;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text .title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #315DB4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text .desc {
  height: 0.55rem;
  margin-top: 0.14rem;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text .desc p,
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text .desc span {
  font-size: 0.16rem !important;
  color: #333333;
  line-height: 0.28rem;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .time {
  float: right;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .time .day {
  font-size: 0.3rem;
  color: #999999;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .time .year {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #999999;
  text-align: right;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li:first-child {
  margin-top: 0;
}
div.i5 .news-module .news-module-content .main .main-content .right-list ul li:hover a .text .desc {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  div.i5 .news-module .news-module-content .main .main-content .right-list {
    width: 100%;
    float: none;
    margin-top: 0.5rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .img {
    width: 1.3rem;
    height: 1.3rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text {
    width: 60%;
    margin-left: 0.25rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text .title {
    font-size: 0.3rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text .desc {
    height: 0.75rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text .desc p,
  div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .text .desc span {
    font-size: 0.26rem !important;
    line-height: 0.4rem;
  }
  div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .time .day {
    line-height: 1.5;
  }
  div.i5 .news-module .news-module-content .main .main-content .right-list ul li a .time .year {
    font-size: 0.26rem;
  }
}
