/**
 * @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: 
 */
.supage-782 {
  padding: 0.85rem 0 0.9rem;
}
.supage-782 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage-782 .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .supage-782 .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.supage-782 .honor .public-title .title h2 {
  font-size: 0.36rem;
  color: #263248;
  text-align: center;
}
.supage-782 .honor .public-title .point-line {
  margin-top: 0.15rem;
  text-align: center;
}
.supage-782 .honor .public-title .point-line i,
.supage-782 .honor .public-title .point-line span {
  display: inline-block;
}
.supage-782 .honor .public-title .point-line i {
  width: 0.03rem;
  height: 0.03rem;
  background-color: #263248;
  margin-right: 0.05rem;
}
.supage-782 .honor .public-title .point-line span {
  width: 2.75rem;
  height: 0.03rem;
  background-color: #263248;
}
.supage-782 .honor .honor-content {
  padding-top: 0.2rem;
}
.supage-782 .honor .honor-content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.supage-782 .honor .honor-content ul li {
  width: calc((100% - 0.8rem)/3);
  margin-top: 0.5rem;
  margin-right: 0.4rem;
}
.supage-782 .honor .honor-content ul li:nth-child(3n) {
  margin-right: 0;
}
.supage-782 .honor .honor-content ul li .top {
  position: relative;
}
.supage-782 .honor .honor-content ul li .top .top-bg {
  height: 1.68rem;
  background-color: rgba(38, 50, 72, 0.9);
}
.supage-782 .honor .honor-content ul li .top .top-bg h2 {
  padding: 0.25rem 0.75rem;
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
}
.supage-782 .honor .honor-content ul li .top .top-bg .icon {
  width: 0.67rem;
  height: 0.67rem;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.1rem;
  top: 0.15rem;
}
.supage-782 .honor .honor-content ul li .top .top-bg .icon img {
  display: block;
  max-width: 0.4rem;
  max-height: 0.44rem;
  width: auto;
  height: auto;
}
.supage-782 .honor .honor-content ul li .top .top-bg .title {
  width: calc(100% - 0.2rem);
  background-color: #ff9801;
  margin: 0 auto;
  line-height: 0.76rem;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.supage-782 .honor .honor-content ul li .img {
  width: calc(100% - 0.2rem);
  height: 2.66rem;
  overflow: hidden;
  margin: 0.2rem auto;
}
.supage-782 .honor .honor-content ul li .img img {
  width: 100%;
  height: auto;
}
.supage-782 .honor .honor-content ul li .more-btn {
  display: block;
  background-color: #ff9801;
  line-height: 0.5rem;
  text-align: center;
}
.supage-782 .honor .honor-content ul li .more-btn span {
  font-size: 0.24rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .supage-782 .honor .honor-content ul li {
    width: calc((100% - 0.3rem)/2);
    margin-right: 0.3rem;
  }
  .supage-782 .honor .honor-content ul li:nth-child(3n) {
    margin-right: 0.3rem;
  }
  .supage-782 .honor .honor-content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .supage-782 .honor .honor-content ul li .top .top-bg .title {
    font-size: 0.26rem;
  }
  .supage-782 .honor .honor-content ul li .more-btn {
    line-height: 0.6rem;
  }
  .supage-782 .honor .honor-content ul li .more-btn span {
    font-size: 0.26rem;
  }
}
