/**
 * @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.detail-9 .news-container {
  padding: 1rem 0 1.6rem;
}
div.detail-9 .news-container h3 {
  font-family: '微软雅黑';
  font-size: 0.34rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container h3 {
    font-size: 0.32rem;
  }
}
div.detail-9 .news-container .content {
  padding: 0.4rem 0 0.8rem;
}
div.detail-9 .news-container .content,
div.detail-9 .news-container .content p,
div.detail-9 .news-container .content span {
  font-family: '微软雅黑' !important;
  font-size: 0.18rem !important;
  color: #333333 !important;
  line-height: 2 !important;
}
div.detail-9 .news-container .content img {
  display: block !important;
  margin: 0.2rem auto !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .content,
  div.detail-9 .news-container .content p,
  div.detail-9 .news-container .content span {
    font-size: 0.26rem !important;
    line-height: 1.5;
  }
}
div.detail-9 .news-container .model-page {
  margin: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .model-page {
    flex-wrap: wrap;
  }
}
div.detail-9 .news-container .model-page .page-left-up,
div.detail-9 .news-container .model-page .page-left-down {
  width: calc((100% - 2rem)/2);
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.14rem;
  color: #343434;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .model-page .page-left-up,
  div.detail-9 .news-container .model-page .page-left-down {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.26rem;
  }
}
div.detail-9 .news-container .model-page .page-left-up .text,
div.detail-9 .news-container .model-page .page-left-down .text {
  display: flex;
  justify-content: flex-start;
}
div.detail-9 .news-container .model-page .page-left-up a,
div.detail-9 .news-container .model-page .page-left-down a {
  max-width: calc(100% - 1rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.14rem;
  color: #343434;
}
div.detail-9 .news-container .model-page .page-left-up a:hover,
div.detail-9 .news-container .model-page .page-left-down a:hover {
  color: #E60012;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .model-page .page-left-up a,
  div.detail-9 .news-container .model-page .page-left-down a {
    max-width: calc(100% - 1.2rem);
    font-size: 0.26rem;
  }
}
div.detail-9 .news-container .model-page .page-center {
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid #CCCCCC;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: #333333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
div.detail-9 .news-container .model-page .page-center a {
  display: block;
  font-family: '思源黑体 CN Regular', '微软雅黑';
  font-size: 0.16rem;
  color: #333333;
}
div.detail-9 .news-container .model-page .page-center:hover {
  border-color: #E60012;
}
div.detail-9 .news-container .model-page .page-center:hover a {
  color: #E60012;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .model-page .page-center {
    width: 2rem;
    height: 0.7rem;
    margin-top: 0.2rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 0.38rem;
  }
  div.detail-9 .news-container .model-page .page-center a {
    font-size: 0.26rem;
  }
}
div.detail-9 .news-container .model-page .page-left-down {
  text-align: right;
}
div.detail-9 .news-container .model-page .page-left-down .text {
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .model-page .page-left-down {
    text-align: left;
  }
  div.detail-9 .news-container .model-page .page-left-down .text {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .model-page-pc {
    display: none;
  }
}
div.detail-9 .news-container .model-page-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .model-page-phone {
    display: block;
  }
}
div.detail-9 .news-container .attachmentDownload {
  display: flex;
}
div.detail-9 .news-container .attachmentDownload .attachmentDownload-title {
  width: 0.5rem;
  font-family: "思源黑体 CN Regular", "微软雅黑";
  font-size: 0.18rem;
  color: #343434;
  line-height: 2;
}
div.detail-9 .news-container .attachmentDownload .attachmentDownload-list {
  width: 95%;
}
div.detail-9 .news-container .attachmentDownload .attachmentDownload-list li,
div.detail-9 .news-container .attachmentDownload .attachmentDownload-list li a {
  font-family: "思源黑体 CN Regular", "微软雅黑";
  font-size: 0.18rem;
  color: #343434;
  line-height: 2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
div.detail-9 .news-container .attachmentDownload .attachmentDownload-list li:hover {
  color: #e60012;
}
div.detail-9 .news-container .attachmentDownload .attachmentDownload-list li:hover a {
  color: #e60012;
}
@media screen and (max-width: 1024px) {
  div.detail-9 .news-container .attachmentDownload .attachmentDownload-title {
    width: 0.9rem;
    font-size: 0.28rem;
  }
  div.detail-9 .news-container .attachmentDownload .attachmentDownload-list li a {
    font-size: 0.28rem;
  }
}

