/**
 * @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.list-13 {
  background: url(../images/product-bg.png) left bottom no-repeat;
  background-size: 100% auto;
  padding: 0 0 0.87rem;
}
@media screen and (max-width: 1024px) {
  div.list-13 {
    padding: 0 0 1rem;
  }
}
div.list-13 .information .information-top {
  margin-top: 2.24rem;
  width: 100%;
  height: 2.86rem;
  background: #f9f9f9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top {
    margin-top: 1.8rem;
    height: 8.6rem;
  }
}
div.list-13 .information .information-top .information-top-in {
  width: 100%;
  height: 4.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in {
    height: auto;
  }
}
div.list-13 .information .information-top .information-top-in .container {
  position: relative;
}
div.list-13 .information .information-top .information-top-in .container .news-bg {
  width: 3.4rem;
  height: 1.45rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.1rem;
  color: #ededed;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .news-bg {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
div.list-13 .information .information-top .information-top-in .container .pagination {
  position: absolute;
  bottom: 0.2rem;
  left: 35%;
  text-align: center;
  z-index: 98;
  cursor: pointer;
}
div.list-13 .information .information-top .information-top-in .container .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 0.09rem;
  height: 0.09rem;
  background: #c2c2c2;
  margin-right: 0.12rem;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .pagination .swiper-pagination-switch {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.15rem;
  }
}
div.list-13 .information .information-top .information-top-in .container .pagination .swiper-pagination-switch.swiper-active-switch {
  background: #06247a;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .pagination {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .swiper-containter-information {
    height: 10.3rem;
  }
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper {
  height: 4.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper {
    height: 10rem !important;
  }
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide {
  height: 4.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide {
    height: 10.3rem !important;
  }
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left {
  width: 4.5rem;
  float: left;
  margin-top: 2.05rem;
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left a {
  display: block;
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left a h6 {
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #06247a;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left a h6 {
    font-size: 0.28rem;
  }
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left a h5 {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333333;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left a h5 {
    font-size: 0.32rem;
    line-height: 0.34rem;
  }
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left a div {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #737373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left a div {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left:hover a h5 {
  color: #06247a;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .left {
    width: 100%;
    float: none;
  }
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .right {
  width: 6rem;
  float: right;
  overflow: hidden;
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .right a {
  display: block;
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .right a img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .right:hover a img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-top .information-top-in .container .swiper-containter-information .swiper-wrapper .swiper-slide .right {
    width: 100%;
    float: none;
    margin-top: 0.3rem;
  }
}
div.list-13 .information .information-content {
  margin-top: 0.45rem;
}
div.list-13 .information .information-content .information-content-list {
  width: 12.8rem;
  margin: 0.1rem auto 0;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-content .information-content-list {
    width: 100%;
    padding: 0 0.3rem;
  }
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.3rem 0.55rem;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a {
  display: block;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-left {
  width: 3rem;
  float: left;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-left img {
  width: 100%;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right {
  width: calc(100% - 3.2rem);
  float: right;
  padding-top: 0.15rem;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #203A57;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .time {
  font-size: 0.16rem;
  color: #707070;
  margin-top: 0.05rem;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .desc {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.28rem;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .more {
  display: inline-block;
  margin-top: 0.1rem;
  width: 0.32rem;
  height: 0.32rem;
  background-color: #203A57;
  line-height: 0.32rem;
  text-align: center;
  transition: all 0.5s;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .more span {
  transition: all 0.5s;
  font-size: 0.14rem;
  color: #FFFFFF;
  display: none;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .more img {
  width: 0.1rem;
  height: 0.16rem;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item:first-child {
  border-top: 1px solid #e5e5e5;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item:hover a .infor .infor-right .title {
  color: #EE7E00;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item:hover a .infor .infor-right .more {
  background-color: #EE7E00;
  width: auto;
  padding: 0 0.15rem;
}
div.list-13 .information .information-content .information-content-list ul.list li.list-item:hover a .infor .infor-right .more span {
  display: inline-block;
  margin-right: 0.05rem;
}
@media screen and (max-width: 1024px) {
  div.list-13 .information .information-content .information-content-list {
    margin-top: 0.4rem;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item {
    padding: 0.3rem 0;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-left {
    width: 25%;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-left span {
    font-size: 0.28rem;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-left span:after {
    height: 0;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right {
    width: 73%;
    padding-top: 0;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .title {
    font-size: 0.3rem;
    line-height: 0.32rem;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .time {
    font-size: 0.26rem;
    margin-top: 0;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .desc {
    margin-top: 0;
    font-size: 0.28rem;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  div.list-13 .information .information-content .information-content-list ul.list li.list-item a .infor .infor-right .more span {
    font: 0.28rem;
  }
}
