/**
 * @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-12 .news {
  padding: 0.6rem 0 1.3rem;
}
@media screen and (max-width: 1024px) {
  div.list-12 .news {
    padding: 0.2rem 0 1.3rem;
  }
}
div.list-12 .news .news-container {
  position: relative;
}
div.list-12 .news .news-container .time-screen {
  width: 0.9rem;
  position: absolute;
  right: 0;
  top: -1.1rem;
}
@media screen and (max-width: 1024px) {
  div.list-12 .news .news-container .time-screen {
    width: 1.5rem;
    display: none;
  }
}
div.list-12 .news .news-container .time-screen dl dt {
  padding: 0.05rem;
  font-size: 0.14rem;
  color: #666666;
  position: relative;
  cursor: pointer;
}
div.list-12 .news .news-container .time-screen dl dt:after {
  content: '>';
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translatey(-50%) rotate(270deg);
  -webkit-transform: translatey(-50%) rotate(270deg);
  -moz-transform: translatey(-50%) rotate(270deg);
  -ms-transform: translatey(-50%) rotate(270deg);
  -o-transform: translatey(-50%) rotate(270deg);
  font-family: serif;
  font-size: 0.14rem;
  color: #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  div.list-12 .news .news-container .time-screen dl dt {
    font-size: 0.26rem;
  }
}
div.list-12 .news .news-container .time-screen dl dd {
  width: 100%;
  height: 1.3rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
  border: 1px solid #ebecf0;
  position: absolute;
  left: 0;
  top: -100%;
  opacity: 0;
  visibility: hidden;
  padding: 0.05rem;
  overflow-y: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
div.list-12 .news .news-container .time-screen dl dd::-webkit-scrollbar {
  width: 4px;
  background: #ffffff;
}
div.list-12 .news .news-container .time-screen dl dd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
div.list-12 .news .news-container .time-screen dl dd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #b3b3b3;
  height: 0.5rem;
}
div.list-12 .news .news-container .time-screen dl dd a {
  display: block;
  padding: 0.05rem 0;
  text-align: center;
  font-size: 0.14rem;
  color: #666666;
}
div.list-12 .news .news-container .time-screen dl dd a.act-formitem {
  color: #e60012;
}
@media screen and (max-width: 1024px) {
  div.list-12 .news .news-container .time-screen dl dd {
    height: 2rem;
  }
  div.list-12 .news .news-container .time-screen dl dd a {
    padding: 0.1rem 0;
    font-size: 0.26rem;
  }
}
div.list-12 .news .news-container .time-screen dl.newstimescreenactive dt:after {
  transform: translatey(-50%) rotate(90deg);
  -webkit-transform: translatey(-50%) rotate(90deg);
  -moz-transform: translatey(-50%) rotate(90deg);
  -ms-transform: translatey(-50%) rotate(90deg);
  -o-transform: translatey(-50%) rotate(90deg);
}
div.list-12 .news .news-container .time-screen dl.newstimescreenactive dd {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
div.list-12 .news .news-container .news-content ul li a {
  display: block;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e6e6e6;
}
div.list-12 .news .news-container .news-content ul li a .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.list-12 .news .news-container .news-content ul li a .wrap .img {
  width: 3.3rem;
  height: 1.82rem;
  overflow: hidden;
}
div.list-12 .news .news-container .news-content ul li a .wrap .img img {
  width: 100%;
  height: auto;
}
div.list-12 .news .news-container .news-content ul li a .wrap .text {
  width: calc(100% - 3.7rem);
}
div.list-12 .news .news-container .news-content ul li a .wrap .text .title {
  font-size: 0.24rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  line-height: 1;
}
div.list-12 .news .news-container .news-content ul li a .wrap .text .title span {
  display: inline-block;
  max-width: 100%;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.list-12 .news .news-container .news-content ul li a .wrap .text .desc {
  margin-top: 0.22rem;
  font-size: 0.16rem;
  color: #999999;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.list-12 .news .news-container .news-content ul li a .wrap .text .company-name-time {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  color: #b3b3b3;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  div.list-12 .news .news-container .news-content ul li a .wrap {
    align-items: flex-start;
  }
  div.list-12 .news .news-container .news-content ul li a .wrap .img {
    width: 2.5rem;
    height: auto;
    max-height: 1.52rem;
  }
  div.list-12 .news .news-container .news-content ul li a .wrap .text {
    width: calc(100% - 2.74rem);
  }
  div.list-12 .news .news-container .news-content ul li a .wrap .text .title {
    display: block;
    font-size: 0.3rem;
  }
  div.list-12 .news .news-container .news-content ul li a .wrap .text .desc {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    -webkit-line-clamp: 1;
  }
  div.list-12 .news .news-container .news-content ul li a .wrap .text .company-name-time {
    margin-top: 0.25rem;
    font-size: 0.2rem;
  }
}
div.list-12 .news .news-container .news-content ul li:hover a .wrap .text .title span {
  color: #e60012;
  border-bottom-color: #e60012;
}
