/**
 * @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 {
  background: #fff;
}
.list-10 .list-10-content {
  border: 1px solid #D8D8D8;
  border-top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 0.1rem 0.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content {
    width: 100%;
    padding: 0.3rem;
  }
}
.list-10 .list-10-content .top-filter .current-location {
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 0.08rem;
}
.list-10 .list-10-content .top-filter .current-location span {
  color: #333;
  font-size: 0.14rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .current-location span {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
}
.list-10 .list-10-content .top-filter .current-location .has-choose {
  display: inline-block;
}
.list-10 .list-10-content .top-filter .current-location .has-choose p {
  padding: 0.03rem 0.05rem;
  font-size: 0.14rem;
  display: inline-block;
  border: 1px solid #DEDEDE;
  border-radius: 0.04rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  color: #707070;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .current-location .has-choose p {
    font-size: 0.28rem;
    padding: 0.03rem 0.1rem;
    margin-bottom: 0.15rem;
  }
}
.list-10 .list-10-content .top-filter .current-location .has-choose p i {
  margin-left: 0.05rem;
  vertical-align: middle;
  font-size: 0.13rem;
  cursor: pointer;
  color: #DEDEDE;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .current-location .has-choose p i {
    font-size: 0.26rem;
  }
}
.list-10 .list-10-content .top-filter .current-location .clear {
  display: inline-block;
  font-size: 0.14rem;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .current-location .clear {
    font-size: 0.28rem;
    float: right;
  }
}
.list-10 .list-10-content .top-filter .current-location .clear i {
  margin-left: 0.05rem;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.list-10 .list-10-content .top-filter .classify {
  margin-top: 0.08rem;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 0.08rem;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .classify {
    padding-top: 0.15rem;
  }
}
.list-10 .list-10-content .top-filter .classify p {
  font-size: 0.14rem;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  margin-top: 0.03rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .classify p {
    font-size: 0.28rem;
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.list-10 .list-10-content .top-filter .classify dl {
  display: inline-block;
  width: calc(100% - 1rem);
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .classify dl {
    width: 100%;
  }
}
.list-10 .list-10-content .top-filter .classify dl dt {
  display: inline-block;
  height: 0.28rem;
  line-height: 0.28rem;
  border-radius: 0.04rem;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #707070;
  margin-right: 0.1rem;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .classify dl dt {
    height: 0.42rem;
    line-height: 0.42rem;
    border-radius: 0.04rem;
    margin-bottom: 0.2rem;
    width: 25%;
    padding: 0;
    text-align: center;
    margin-right: 0;
    float: left;
    font-size: 0.28rem;
  }
}
.list-10 .list-10-content .top-filter .classify dl dd {
  display: inline-block;
  height: 0.28rem;
  line-height: 0.28rem;
  border-radius: 0.14rem;
  font-size: 0.14rem;
  padding: 0 0.1rem;
  margin-left: 0.3rem;
  color: #707070;
  cursor: pointer;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .top-filter .classify dl dd {
    height: 0.42rem;
    line-height: 0.42rem;
    border-radius: 0.04rem;
    margin-bottom: 0.2rem;
    margin-left: 0;
    width: 25%;
    padding: 0;
    text-align: center;
    float: left;
    font-size: 0.28rem;
  }
}
.list-10 .list-10-content .top-filter .classify dl dd:hover {
  background: #00579F;
  color: #fff !important;
}
.list-10 .list-10-content .top-filter .classify dl dd:hover i {
  display: inline-block !important;
}
.list-10 .list-10-content .classActive {
  background: #00579F;
  color: #fff !important;
}
.list-10 .list-10-content .classActive i {
  display: inline-block !important;
}
.list-10 .list-10-content .data-list {
  border: 1px solid #D8D8D8;
  border-top: none;
  padding: 0 0.1rem;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .data-list {
    display: none;
  }
}
.list-10 .list-10-content .data-list .top-name {
  border-bottom: 1px solid #D8D8D8;
  padding: 0.1rem 0 0.1rem 0.4rem;
  color: #333333;
  font-size: 0.14rem;
  font-weight: bold;
}
.list-10 .list-10-content .data-list .top-name span {
  display: inline-block;
}
.list-10 .list-10-content .data-list .top-name span:nth-child(1) {
  width: 2.3rem;
}
.list-10 .list-10-content .data-list .top-name span:nth-child(2) {
  width: 1.8rem;
}
.list-10 .list-10-content .data-list .top-name span:nth-child(3) {
  width: 1.86rem;
}
.list-10 .list-10-content .data-list .top-name span:nth-child(4) {
  width: 1.8rem;
}
.list-10 .list-10-content .data-list .top-name span:nth-child(5) {
  width: 1.8rem;
}
.list-10 .list-10-content .data-list .top-name span:nth-child(6) {
  width: 1.2rem;
}
.list-10 .list-10-content .data-list ul li .list-detail {
  border-bottom: 1px solid #D8D8D8;
  padding: 0.1rem 0 0.1rem 0.4rem;
  color: #333333;
  font-size: 0.14rem;
  cursor: pointer;
  background: url(../images/down.png) 0.1rem center no-repeat;
  background-size: 0.2rem auto;
}
.list-10 .list-10-content .data-list ul li .list-detail span {
  display: inline-block;
}
.list-10 .list-10-content .data-list ul li .list-detail span:nth-child(1) {
  width: 2.3rem;
  color: #00579F;
  cursor: pointer;
}
.list-10 .list-10-content .data-list ul li .list-detail span:nth-child(2) {
  width: 1.8rem;
}
.list-10 .list-10-content .data-list ul li .list-detail span:nth-child(3) {
  width: 1.86rem;
}
.list-10 .list-10-content .data-list ul li .list-detail span:nth-child(4) {
  width: 1.8rem;
}
.list-10 .list-10-content .data-list ul li .list-detail span:nth-child(5) {
  width: 1.8rem;
}
.list-10 .list-10-content .data-list ul li .list-detail span:nth-child(6) {
  width: 1.2rem;
}
.list-10 .list-10-content .data-list ul li .data-detail {
  margin: 0.1rem 0 0.1rem 0.4rem;
  border: 1px solid #D8D8D8;
  padding: 0.06rem;
  display: none;
}
.list-10 .list-10-content .data-list ul li .data-detail dd h6 {
  font-size: 0.16rem;
  color: #00579F;
  padding-left: 0.05rem;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
  border-bottom: 1px solid #D8D8D8;
}
.list-10 .list-10-content .data-list ul li .data-detail dd .text {
  padding: 0.15rem 0.1rem 0.15rem 0.05rem;
  border-bottom: 1px solid #D8D8D8;
}
.list-10 .list-10-content .data-list ul li .data-detail dd:last-child .text {
  border-bottom: none;
}
.list-10 .list-10-content .data-list ul li:last-child .list-detail {
  border-bottom: none;
}
.list-10 .list-10-content .mobile-list {
  display: none;
}
@media screen and (max-width: 1024px) {
  .list-10 .list-10-content .mobile-list {
    display: block;
  }
  .list-10 .list-10-content .mobile-list li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .list-10 .list-10-content .mobile-list li dd {
    margin-bottom: 0.1rem;
  }
  .list-10 .list-10-content .mobile-list li dd span {
    font-size: 0.28rem;
    color: #333;
  }
  .list-10 .list-10-content .mobile-list li dd p {
    display: inline-block;
    font-size: 0.28rem;
    color: #707070;
  }
}
