/**
 * @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: 
 */
.list-10 .news .news-list {
  padding: 0.6rem 0 0.8rem;
}
.list-10 .news .news-list .hot-news a {
  display: block;
}
.list-10 .news .news-list .hot-news a .hot-news-in {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .list-10 .news .news-list .hot-news a .hot-news-in {
    position: static;
  }
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test {
  width: 5.93rem;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem 0 0 0;
  z-index: 10;
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test .title {
  font-size: 0.24rem;
  color: #333333;
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test .time {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #999999;
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test .desc {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test .btn {
  margin-top: 0.4rem;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  display: inline-block;
  border: 1px solid #DDDDDD;
  border-radius: 0.2rem;
  font-size: 0.16rem;
  color: #666666;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test {
    width: 100%;
    position: static;
    left: auto;
    top: auto;
  }
  .list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test .title {
    font-size: 0.32rem;
  }
  .list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test .time {
    font-size: 0.26rem;
  }
  .list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test .desc {
    font-size: 0.28rem;
  }
  .list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-test .btn {
    font-size: 0.28rem;
  }
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-img {
  width: 7.2rem;
  height: 3.8rem;
  float: right;
  position: relative;
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-img .bg {
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-img .img {
  width: 5.06rem;
  height: 3.8rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-img .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .list-10 .news .news-list .hot-news a .hot-news-in .hot-news-in-img {
    width: 100%;
    float: none;
    margin-top: 0.3rem;
  }
}
.list-10 .news .news-list .hot-news:hover a .hot-news-in .hot-news-in-test .btn {
  border: 1px solid #1E34A8;
  color: #1E34A8;
}
.list-10 .news .news-list .list-news {
  margin-top: 0.6rem;
}
.list-10 .news .news-list .list-news ul li {
  display: block;
}
.list-10 .news .news-list .list-news ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-10 .news .news-list .list-news ul li a .time {
  width: 1.1rem;
  height: 1.1rem;
  float: left;
  background: #F4F4F4;
  padding: 0.22rem 0.2rem;
  text-align: center;
  margin-top: 0.45rem;
}
.list-10 .news .news-list .list-news ul li a .time .day,
.list-10 .news .news-list .list-news ul li a .time .year {
  color: #333333;
}
.list-10 .news .news-list .list-news ul li a .time .day {
  font-size: 0.48rem;
  line-height: 0.48rem;
}
.list-10 .news .news-list .list-news ul li a .time .year {
  font-size: 0.14rem;
  line-height: 0.14rem;
}
.list-10 .news .news-list .list-news ul li a .content {
  width: 10.6rem;
  height: 100%;
  float: right;
  padding: 0.45rem 0.45rem 0.45rem 0;
  border-bottom: 1px solid #DDDDDD;
}
.list-10 .news .news-list .list-news ul li a .content .content-in .content-test {
  width: 8.85rem;
  float: left;
}
.list-10 .news .news-list .list-news ul li a .content .content-in .content-test .title {
  font-size: 0.22rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-10 .news .news-list .list-news ul li a .content .content-in .content-test .desc {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-10 .news .news-list .list-news ul li a .content .content-in .content-icon {
  width: 0.36rem;
  height: 0.88rem;
  float: right;
  position: relative;
  background: url(../images/news-icon.png) center center no-repeat;
  background-size: 0.36rem auto;
}
.list-10 .news .news-list .list-news ul li a .content .content-in .content-icon:before {
  content: '';
  width: 1px;
  height: 0.87rem;
  background: #DDDDDD;
  position: absolute;
  left: -0.4rem;
  top: 0;
}
.list-10 .news .news-list .list-news ul li:hover a .time {
  background: #1E34A8;
}
.list-10 .news .news-list .list-news ul li:hover a .time .day,
.list-10 .news .news-list .list-news ul li:hover a .time .year {
  color: #FFFFFF;
}
.list-10 .news .news-list .list-news ul li:hover a .content .content-in .content-test .title {
  color: #1E34A8;
}
.list-10 .news .news-list .list-news ul li:hover a .content .content-in .content-icon {
  background: url(../images/news-icon-hover.png) center center no-repeat;
  background-size: 0.36rem auto;
}
@media screen and (max-width: 1024px) {
  .list-10 .news .news-list .list-news ul li a .time {
    margin-top: 0.2rem;
    padding: 0.25rem 0 0.25rem;
  }
  .list-10 .news .news-list .list-news ul li a .time .day,
  .list-10 .news .news-list .list-news ul li a .time .year {
    font-size: 0.26rem;
    line-height: 0.28rem;
  }
  .list-10 .news .news-list .list-news ul li a .content {
    width: calc(100% - 1.3rem);
    padding-top: 0.15rem;
    padding: 0.15rem 0.15rem 0.15rem 0;
  }
  .list-10 .news .news-list .list-news ul li a .content .content-in .content-test {
    width: calc(100% - 1rem);
  }
  .list-10 .news .news-list .list-news ul li a .content .content-in .content-test .title {
    font-size: 0.32rem;
  }
  .list-10 .news .news-list .list-news ul li a .content .content-in .content-test .desc {
    font-size: 0.26rem;
    margin-top: 0.1rem;
    line-height: 0.32rem;
  }
  .list-10 .news .news-list .list-news ul li a .content .content-in .content-icon {
    height: 1.2rem;
  }
  .list-10 .news .news-list .list-news ul li a .content .content-in .content-icon:before {
    height: 1.2rem;
  }
}
