/**
 * @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_1 {
  padding-bottom: 0.6rem;
}
.list-box .form_list_pc {
  border: 0.01rem solid #e7e7e7;
  margin-bottom: 0.3rem;
}
.list-box .form_list_pc dl {
  display: flex;
  background-color: #f5f5f5;
  min-height: 0.45rem;
  line-height: 0.44rem;
  border-bottom: 0.01rem solid #e7e7e7;
}
.list-box .form_list_pc dl:last-child {
  border-bottom: none;
}
.list-box .form_list_pc dl dt {
  width: 1.33rem;
  text-align: center;
  font-size: 0.14rem;
  color: #959595;
}
@media screen and (max-width: 1024px) {
  .list-box .form_list_pc dl dt {
    font-size: 0.24rem;
  }
}
.list-box .form_list_pc dl dd {
  background-color: #FFF;
  border-left: 0.01rem solid #e7e7e7;
  flex: 1;
}
.list-box .form_list_pc dl dd a {
  font-size: 0.14rem;
  color: #6c6c6c;
  margin: 0px 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .list-box .form_list_pc dl dd a {
    font-size: 0.24rem;
  }
}
.list-box .form_list_pc .act-formItem {
  color: #D3A111;
}
@media screen and (max-width: 1024px) {
  .list-box .form_list_pc {
    display: none;
  }
}
.list-box .form_list_mobile {
  display: none;
  border-bottom: 0.01rem solid #e7e7e7;
  position: relative;
  margin-bottom: 0.3rem;
}
.list-box .form_list_mobile dl {
  flex: 1;
  line-height: 0.6rem;
  font-size: 0.28rem;
  text-align: center;
}
.list-box .form_list_mobile dl dd {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  z-index: 9;
  left: 0;
  top: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  text-align: left;
  flex-wrap: wrap;
  overflow: hidden;
  color: #666;
}
.list-box .form_list_mobile dl dd a {
  border: 0.01rem solid #e7e7e7;
  border-radius: 0.03rem;
  display: block;
  float: left;
  width: calc((100% - 0.3rem)/3);
  margin-right: 0.15rem;
  text-align: center;
  margin-bottom: 0.15rem;
  box-sizing: border-box;
}
.list-box .form_list_mobile dl dd a:nth-child(3n) {
  margin-right: 0;
}
.list-box .form_list_mobile dl dd .act-formItem {
  border: 0.01rem solid #D3A111;
  color: #D3A111;
}
.list-box .form_list_mobile .addPre {
  color: #D3A111;
}
@media screen and (max-width: 1024px) {
  .list-box .form_list_mobile {
    display: flex;
  }
}
.list-box .list .flex-warp {
  display: flex;
  flex-wrap: wrap;
}
.list-box .list .flex-warp li {
  width: calc((100% - 0.7rem)/3);
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
  border: 0.01rem solid #E7E6E6;
  box-sizing: border-box;
}
.list-box .list .flex-warp li:nth-child(3n) {
  margin-right: 0;
}
.list-box .list .flex-warp li a {
  display: block;
  font-size: 0.16rem;
}
.list-box .list .flex-warp li:hover .mask-show {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .list-box .list .flex-warp li {
    width: calc((100% - 0.4rem)/2);
    margin-right: 0.2rem;
  }
  .list-box .list .flex-warp li:nth-child(3n) {
    margin-right: 0.2rem;
  }
  .list-box .list .flex-warp li:nth-child(2n) {
    margin-right: 0;
  }
  .list-box .list .flex-warp li a {
    font-size: 0.26rem;
  }
  .list-box .list .flex-warp li .head-img {
    display: none;
  }
  .list-box .list .flex-warp li .head-right {
    width: 100%;
    font-size: 0.26rem;
    padding: 0;
  }
  .list-box .list .flex-warp li .item-text {
    padding: 0.15rem 0.2rem;
    display: block;
  }
  .list-box .list .flex-warp li .mask-show {
    padding: 0.2rem 0.25rem;
  }
}
.list-box .list .item-text {
  padding: 0.2rem 0.34rem 0.23rem;
  box-sizing: border-box;
  display: flex;
  font-size: 0.16rem;
  color: #333333;
  align-items: center;
}
.list-box .list .item-text .head-right {
  padding-left: 0.15rem;
  box-sizing: border-box;
  width: calc(100% - 1rem);
}
.list-box .list .item-text h6 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-box .list .item-text .head-img {
  width: 1rem;
  height: 1rem;
  background: center top / cover no-repeat;
  border-radius: 50%;
}
.list-box .list .item-text .desc {
  color: #999999;
  margin-top: 0.2rem;
}
.list-box .list .item-text .desc i {
  display: inline-block;
  height: 100%;
  width: 0.01rem;
  background: #999999;
  margin: 0 0.08rem;
  height: 0.16rem;
  vertical-align: middle;
}
.list-box .list .item-img {
  width: 100%;
  height: 2.75rem;
  position: relative;
}
.list-box .list .item-img img {
  display: block;
  width: 100%;
}
.list-box .list .item-img .mask-show {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.7rem 0.5rem;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.4s ease;
}
.list-box .list .item-img .mask-show p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #FFF;
  line-height: 1.8;
}
