/**
 * @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-18 {
  background-color: #F6F6F6;
}
div.detail-18 .news-detail {
  padding: 0.3rem 0 0.6rem;
}
div.detail-18 .news-detail .news-detail-content {
  background-color: #ffffff;
  padding: 0.6rem 1rem 0.7rem;
}
div.detail-18 .news-detail .news-detail-content h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #005FAB;
  text-align: center;
}
div.detail-18 .news-detail .news-detail-content .time-look {
  margin-top: 0.2rem;
  text-align: center;
}
div.detail-18 .news-detail .news-detail-content .time-look span {
  font-size: 0.14rem;
  color: #999999;
  padding-left: 0.22rem;
}
div.detail-18 .news-detail .news-detail-content .content {
  margin-top: 0.35rem;
}
div.detail-18 .news-detail .news-detail-content .content,
div.detail-18 .news-detail .news-detail-content .content p,
div.detail-18 .news-detail .news-detail-content .content span {
  font-size: 0.16rem !important;
  font-family: "Microsoft YaHei" !important;
  line-height: 2.1 !important;
  color: #666 !important;
  background: #ffffff !important;
}
div.detail-18 .news-detail .news-detail-content .content img {
  max-width: 100%;
  display: block !important;
  margin: auto !important;
  width: auto !important;
  height: auto !important;
}
div.detail-18 .news-detail .news-detail-page {
  margin-top: 0.8rem;
  border-top: 0.01rem solid #DDDDDD;
  padding: 0.3rem 0 0;
}
div.detail-18 .news-detail .news-detail-page ul {
  width: calc(100% - 1.5rem);
  float: left;
}
div.detail-18 .news-detail .news-detail-page ul li {
  width: 100%;
  font-size: 0.16rem;
  color: #666666;
}
div.detail-18 .news-detail .news-detail-page ul li:last-child {
  margin-top: 0.2rem;
}
div.detail-18 .news-detail .news-detail-page ul li a,
div.detail-18 .news-detail .news-detail-page ul li span {
  font-size: 0.16rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.detail-18 .news-detail .news-detail-page ul li a:hover {
  color: #005FAB;
}
div.detail-18 .news-detail .news-detail-page .return {
  width: 1.1rem;
  height: 0.5rem;
  float: right;
  background-color: #005FAB;
}
div.detail-18 .news-detail .news-detail-page .return a {
  display: block;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.detail-18 .news-detail {
    margin: 0.4rem 0;
  }
  div.detail-18 .news-detail .news-detail-content {
    padding: 0;
  }
  div.detail-18 .news-detail .news-detail-content h3 {
    font-size: 0.32rem;
    line-height: 1.5;
  }
  div.detail-18 .news-detail .news-detail-content .time-look {
    margin-top: 0.1rem;
    text-align: center;
  }
  div.detail-18 .news-detail .news-detail-content .time-look span {
    font-size: 0.28rem;
    padding-left: 0;
    line-height: 1.5;
  }
  div.detail-18 .news-detail .news-detail-content .content {
    margin-top: 0.2rem;
  }
  div.detail-18 .news-detail .news-detail-content .content,
  div.detail-18 .news-detail .news-detail-content .content p {
    font-size: 0.28rem !important;
  }
  div.detail-18 .news-detail .news-detail-page ul li {
    font-size: 0.28rem;
    float: none;
    width: 100%;
    margin: 0.1rem 0;
  }
  div.detail-18 .news-detail .news-detail-page ul li:last-child {
    float: none;
    text-align: left;
  }
  div.detail-18 .news-detail .news-detail-page ul li a,
  div.detail-18 .news-detail .news-detail-page ul li span {
    font-size: 0.28rem;
  }
}
