/**
 * @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: 
 */
.brand-nav {
  border-bottom: 1px #E2E2E2 solid;
  height: 0.62rem;
  line-height: 0.62rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .brand-nav {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
.brand-nav .location {
  font: 0.14rem / 0.62rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.14rem !important;
  line-height: 0.62rem !important;
  color: #999999;
  font-weight: 400 !important;
}
.brand-nav .location i {
  display: inline-block;
  width: 0.19rem;
  height: 0.25rem;
  background: url("../image/brand-nav-icon.png") center center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.brand-nav .location a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .brand-nav .location {
    font: 0.28rem / 0.7rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.7rem !important;
    color: #999999;
    font-weight: 400 !important;
    float: none;
  }
  .brand-nav .location i {
    width: 0.2rem;
    height: 0.28rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .brand-nav .location {
    font-size: 0.16rem !important;
  }
}
.public-inner-cont {
  margin-top: 0.67rem;
}
@media screen and (max-width: 1024px) {
  .public-inner-cont {
    margin-top: 0.4rem;
  }
}
.news-list {
  margin-top: 0.38rem;
}
.news-list .news-list-list {
  margin-bottom: 0.07rem;
}
.news-list .news-list-list li a {
  display: block;
  padding: 0.27rem 0;
}
.news-list .news-list-list li a:hover {
  background: #f4f4f4;
}
.news-list .news-list-list li a:hover .title {
  font-weight: bold;
}
.news-list .news-list-list li dl {
  padding-right: 0.3rem;
}
.news-list .news-list-list li dt {
  float: left;
  width: 1.58rem;
  text-align: right;
  padding-top: 0.15rem;
}
.news-list .news-list-list li dt .time1 {
  font-size: 0.14rem;
  line-height: 1.1;
  color: #c8c8c8;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .news-list .news-list-list li dt .time1 {
    font-size: 0.16rem;
  }
}
.news-list .news-list-list li dt .time2 {
  font-size: 0.48rem;
  line-height: 1;
  color: #c8c8c8;
}
.news-list .news-list-list li dd {
  overflow: hidden;
  padding-left: 0.27rem;
}
.news-list .news-list-list li dd .title {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.16rem;
}
.news-list .news-list-list li dd .text {
  font-size: 0.14rem;
  line-height: 1.7;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.12rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .news-list .news-list-list li dd .text {
    font-size: 0.16rem;
  }
}
.news-list .news-list-list li dd .link {
  font-size: 0.14rem;
  line-height: 1.5;
  color: #C8C8C8;
  margin-top: 0.21rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .news-list .news-list-list li dd .link {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .news-list .news-list-list {
    margin-bottom: 0.07rem;
  }
  .news-list .news-list-list li a {
    display: block;
    padding: 0.27rem 0;
  }
  .news-list .news-list-list li dt {
    padding-top: 0.25rem;
  }
  .news-list .news-list-list li dt .time1 {
    font-size: 0.28rem;
  }
  .news-list .news-list-list li dt .time2 {
    font-size: 0.38rem;
    line-height: 1.2;
  }
  .news-list .news-list-list li dd .title {
    font-size: 0.32rem;
  }
  .news-list .news-list-list li dd .text {
    font-size: 0.28rem;
  }
  .news-list .news-list-list li dd .link {
    font-size: 0.28rem;
  }
}
.new-list-swiper-wrap {
  position: relative;
}
.new-list-swiper .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  z-index: 10;
  width: 52%;
  padding-right: 0.58rem;
  text-align: right;
}
.new-list-swiper .pagination .swiper-pagination-switch {
  width: 0.09rem;
  height: 0.09rem;
  background: #C2C2C2;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.new-list-swiper .pagination .swiper-pagination-switch:last-child {
  margin-right: 0;
}
.new-list-swiper .pagination .swiper-active-switch {
  background: #707070;
}
.new-list-swiper .swiper-slide a {
  display: block;
  padding: 0.1rem 0;
}
.new-list-swiper .swiper-slide dl {
  width: 3.83rem;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.2);
}
.new-list-swiper .swiper-slide dl dt {
  height: 2.17rem;
  overflow: hidden;
}
.new-list-swiper .swiper-slide dl dt img {
  display: block;
  width: 100%;
  height: auto;
}
.new-list-swiper .swiper-slide dl dd {
  padding: 0.21rem 0.15rem;
}
.new-list-swiper .swiper-slide .new-list-swiper-title {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-list-swiper .swiper-slide .new-list-swiper-time {
  font-size: 0.14rem;
  line-height: 1.5;
  color: #999999;
  margin-top: 0.05rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .new-list-swiper .swiper-slide .new-list-swiper-time {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .new-list-swiper .pagination {
    width: 100%;
    text-align: center;
    padding-right: 0;
    bottom: -0.3rem;
  }
  .new-list-swiper .pagination .swiper-pagination-switch {
    width: 0.12rem;
    height: 0.12rem;
  }
  .new-list-swiper .swiper-slide {
    box-sizing: border-box;
  }
  .new-list-swiper .swiper-slide dl {
    width: 100%;
  }
  .new-list-swiper .swiper-slide dl dt {
    height: 4.5rem;
  }
  .new-list-swiper .swiper-slide .new-list-swiper-time {
    font-size: 0.28rem;
  }
  .new-list-swiper .swiper-slide .new-list-swiper-title {
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
