/**
 * @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: 
 */
div.i6 {
  padding-bottom: 0.88rem;
}
@media screen and (max-width: 1024px) {
  div.i6 {
    padding-top: 0.37rem;
  }
}
div.i6 div.nav-title {
  height: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
  background: #006dc2;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  div.i6 div.nav-title {
    display: none;
  }
}
div.i6 div.nav-title h2.subtitle {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.5rem;
  color: #fff;
  text-align: justify;
}
div.i6 div.nav-title h2.subtitle span {
  margin-left: 0.2rem;
  display: block;
  float: left;
  background: url(../images/centent-information-icon.png) center left no-repeat;
  background-size: 0.24rem auto;
  padding-left: 0.35rem;
  font-weight: bold;
}
div.i6 div.nav-title h2.subtitle a {
  display: block;
  float: right;
  color: #fff;
}
div.i6 div.nav-title h2.subtitle div.jun-btn {
  color: #fff;
}
div.i6 .advantage-title {
  display: none;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  div.i6 .advantage-title {
    display: block;
    width: 80%;
  }
}
div.i6 .advantage-title .advantage-title-in {
  width: 100%;
  position: relative;
}
div.i6 .advantage-title .advantage-title-in .advantage-title-in-straight {
  display: block;
  width: 3rem;
  height: 0.03rem;
  background: #bfbfbf;
  position: absolute;
  top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.i6 .advantage-title .advantage-title-in .advantage-title-in-straight {
    width: 1.8rem;
  }
}
div.i6 .advantage-title .advantage-title-in .straight-left {
  left: -2%;
}
div.i6 .advantage-title .advantage-title-in .straight-right {
  right: -2%;
}
div.i6 .advantage-title .advantage-title-in .advantage-title-in-rotate {
  display: block;
  width: 0.5rem;
  height: 0.03rem;
  background: #bfbfbf;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  position: absolute;
  top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.i6 .advantage-title .advantage-title-in .advantage-title-in-rotate {
    width: 0.4rem;
  }
}
div.i6 .advantage-title .advantage-title-in .rotate-left {
  left: 2.76rem;
}
@media screen and (max-width: 1024px) {
  div.i6 .advantage-title .advantage-title-in .rotate-left {
    left: 1.46rem;
  }
}
div.i6 .advantage-title .advantage-title-in .rotate-right {
  right: 2.76rem;
}
@media screen and (max-width: 1024px) {
  div.i6 .advantage-title .advantage-title-in .rotate-right {
    right: 1.47rem;
  }
}
div.i6 .advantage-title .advantage-title-in h2.title {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.i6 .advantage-title .advantage-title-in h2.title {
    font-size: 0.36rem;
  }
}
div.i6 div.news-list {
  padding-top: 0.4rem;
}
@media screen and (max-width: 1024px) {
  div.i6 div.news-list {
    padding-top: 0.49rem;
  }
}
div.i6 div.news-list div.left {
  float: left;
  width: 6rem;
  height: 3.38rem;
  position: relative;
}
div.i6 div.news-list div.left img {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div.i6 div.news-list div.left {
    float: none;
    display: none;
  }
}
div.i6 div.news-list div.right {
  margin-left: 6.45rem;
}
@media screen and (max-width: 1024px) {
  div.i6 div.news-list div.right {
    width: 100%;
    margin-left: 0;
  }
}
div.i6 div.news-list div.right ul.list li.list-item {
  padding-bottom: 0.28rem;
  margin-bottom: 0.27rem;
  height: 0.64rem;
}
@media screen and (max-width: 1024px) {
  div.i6 div.news-list div.right ul.list li.list-item {
    height: 1rem;
  }
}
div.i6 div.news-list div.right ul.list li.list-item a {
  display: block;
}
div.i6 div.news-list div.right ul.list li.list-item:hover p.info-time {
  background: #006dc2;
  color: #fff;
}
div.i6 div.news-list div.right ul.list li.list-item:hover span {
  border-color: #ffffff;
}
div.i6 div.news-list div.right ul.list li.list-item:hover div.info-abstrc {
  background: #006dc2;
  color: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
}
div.i6 div.news-list div.right ul.list li.list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.i6 div.news-list div.right ul.list p.info-time {
  width: 0.64rem;
  height: 0.64rem;
  float: left;
  margin-right: 0.05rem;
  padding: 0.07rem;
  box-sizing: border-box;
  border: 1px solid #b5b5b5;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.26rem;
  color: #b5b5b5;
}
@media screen and (max-width: 1024px) {
  div.i6 div.news-list div.right ul.list p.info-time {
    width: 15%;
    height: 1rem;
    padding: 0.08rem 0.11rem;
    font-size: 0.3rem;
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
}
div.i6 div.news-list div.right ul.list p.info-time span {
  font-weight: bold;
  border-bottom: 3px #b5b5b5 solid;
}
@media screen and (max-width: 1024px) {
}
div.i6 div.news-list div.right ul.list .info-abstrc {
  width: 4.76rem;
  height: 0.64rem;
  padding: 0.05rem 0.1rem;
  float: left;
  margin-right: 0.05rem;
  overflow: hidden;
}
div.i6 div.news-list div.right ul.list .info-abstrc h6 {
  font-size: 0.18rem;
}
@media screen and (max-width: 1024px) {
  div.i6 div.news-list div.right ul.list .info-abstrc h6 {
    font-size: 0.3rem;
  }
}
div.i6 div.news-list div.right ul.list .info-abstrc div {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
  margin-top: 0.03rem;
  height: 0.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.i6 div.news-list div.right ul.list .info-abstrc div {
    height: 0.5rem;
    font-size: 0.26rem;
  }
}
div.i6 div.news-list div.right ul.list .info-abstrc div * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0!important;
}
@media screen and (max-width: 1024px) {
  div.i6 div.news-list div.right ul.list .info-abstrc {
    height: 1rem;
    width: 83%;
    font-size: 0.28rem;
    margin-top: 0;
    line-height: 0.44rem;
    margin-right: 0;
  }
}
div.i6 div.jun-btn-group {
  margin-top: 0.59rem;
  display: none;
  text-align: center;
}
div.i6 div.jun-btn-group .jun-btn {
  border: 1px #006dc2 solid;
  background: #006dc2;
  border-radius: 3px;
  color: #fff;
  transition: background 0.2s;
  width: 1.5rem;
  height: 0.6rem;
  margin: 0 auto;
  font-size: 0.22rem;
  line-height: 0.6rem;
}
@media screen and (max-width: 1024px) {
  div.i6 div.jun-btn-group .jun-btn {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  div.i6 div.jun-btn-group {
    display: block;
  }
}
