/**
 * @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: 
 */
.news-list {
  background: #ffffff;
}
.news-list img {
  max-width: 100%;
}
.hot-news-list {
  float: right;
  width: 3rem;
}
.hot-news-list .hot_news_title {
  font-size: 0.16rem;
  border-bottom: 1px solid #EDEDED;
  position: relative;
  margin-bottom: 0.2rem;
}
.hot-news-list .hot_news_title h2 {
  font-size: 0.16rem;
  padding-bottom: 0.1rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .hot-news-list .hot_news_title h2 {
    font-size: 0.26rem;
  }
}
.hot-news-list .hot_news_title i {
  display: block;
  position: absolute;
  height: 0.03rem;
  width: 0.8rem;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .hot-news-list .hot_news_title i {
    width: 1.2rem;
  }
}
.hot-news-list .hot_list li {
  margin-bottom: 0.3rem;
}
.hot-news-list .hot_list li:hover img {
  transform: scale(1.08, 1.08);
}
.hot-news-list .hot_list li:hover h2 {
  text-decoration: underline;
}
.hot-news-list .hot_list img {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
}
.hot-news-list .hot_list .text h2 {
  font-size: 0.18rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.14rem 0 0.1rem;
}
@media screen and (max-width: 1024px) {
  .hot-news-list .hot_list .text h2 {
    font-size: 0.26rem;
  }
}
.hot-news-list .hot_list .text text {
  -webkit-line-clamp: 2;
  font-size: 0.14rem;
  line-height: 1.8;
  color: #999;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .hot-news-list .hot_list .text text {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .hot-news-list .hot_list .text text {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .hot-news-list {
    width: 100%;
    float: inherit;
  }
  .hot-news-list h2 {
    font-size: 0.26rem;
  }
}
.news-detail-content {
  width: calc(100% - 3rem);
  padding-right: 0.6rem;
  box-sizing: border-box;
  float: left;
}
.news-detail-content h1 {
  font-size:28px;
  line-height: 1.5;
  color: #4f4c4c;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .news-detail-content h4 {
    font-size: 0.4rem;
    line-height: 2;
  }
}
.news-detail-content .nature_box {
  text-align: left;
  margin-top: 0.3rem;
  border-bottom: 0.01rem solid #EDEDED;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.news-detail-content .nature_box .nature {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #999999;
  font-weight: 400;
  margin-right: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .news-detail-content .nature_box .nature {
    line-height: 2;
    font-size: 0.26rem;
  }
}
.news-detail-content .content {
  margin-top: 0.3rem;
  text-align: left;
  padding-bottom: 0.5rem;
  line-height: 1.8;
  color: #333333;
  font-size: 0.16rem;
}
.news-detail-content .content,
.news-detail-content .content p {
  font-size: 0.16rem;
  line-height: 1.8;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .news-detail-content .content,
  .news-detail-content .content p {
    font-size: 0.26rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1024px) {
  .news-detail-content .content {
    font-size: 0.26rem;
    line-height: 2;
  }
}
.news-detail-content .content > img,
.news-detail-content .content p > img {
  display: block;
  max-width: 100%;
  margin: 0.2rem 0;
}
@media screen and (max-width: 1024px) {
  .news-detail-content {
    width: 100%;
    float: inherit;
    padding-right: 0;
  }
  .news-detail-content .nature_box {
    display: block;
  }
  .news-detail-content .content p {
    text-indent: 0.2rem;
  }
}
.news-detail-page .page-in {
  display: flex;
}
.news-detail-page .page-in li {
  margin-bottom: 0.1rem;
  width: calc(50% - 0.1rem);
  margin-right: 0.2rem;
}
.news-detail-page .page-in li:nth-child(2n) {
  margin-right: 0;
}
.news-detail-page .page-in li .prev-en,
.news-detail-page .page-in li .next-en {
  width: 100%;
  padding: 0.2rem;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
}
.news-detail-page .page-in li i {
  display: block;
  font-weight: bold;
  width: 0.6rem;
  height: 1px;
  background-color: #CCCCCC;
  margin: 0.1rem 0;
}
.news-detail-page .page-in li span {
  font-size: 0.14rem;
  color: #333333;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .news-detail-page .page-in li span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .news-detail-page .page-in li span {
    font-size: 0.24rem;
  }
}
.news-detail-page .page-in li a {
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .news-detail-page .page-in li a {
    font-size: 0.26rem;
  }
}
.news-detail-page .page-in li:hover a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .news-detail-page .page-in {
    display: block;
  }
  .news-detail-page .page-in li {
    width: 100%;
    margin: 0 0 0.2rem;
  }
  .news-detail-page .page-in li:nth-child(2n) {
    margin-bottom: 0;
  }
  .news-detail-page .page-in li i {
    width: 1rem;
  }
}
.file-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.file-list ul li {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.file-list ul li img {
  width: 18px;
  display: block;
  margin: 0;
  margin-right: 0.06rem;
}
.file-list ul li span {
  display: block;
}
.file-list ul li a {
  display: block;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .file-list ul li a {
    font-size: 0.26rem;
  }
  .file-list ul li a img {
    width: 26px;
  }
}
.public-inner-content {
  padding: 0.8rem 0 1rem;
}
.supage_504 .news-detail .no-tuijian {
  width: 100% ;
  padding-right: 0 ;
  float: none ;
}
.supage_504 .news-detail .no-tuijian h6,
.supage_504 .news-detail .no-tuijian h4 {
  text-align: center;
}