@charset "UTF-8";
/*盒子布局*/
/*单行省略*/
/*多行省略*/
/**
* 将px转换为rem（以2560px的屏幕为基准）
*/
.news-detail-page-box .section-2 {
  margin: 0.70312rem 0;
}

.news-detail-page-box .section-2 .section-container {
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: flex-start;
  -ms-align-items: flex-start;
  /* IE 9 */
  -moz-align-items: flex-start;
  /* Firefox */
  -webkit-align-items: flex-start;
  /* Safari  Chrome */
  -o-align-items: flex-start;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */
}

.news-detail-page-box .article-box {
  margin-right: 0.58594rem;
}

.news-detail-page-box .article-box .article-header {
  border-bottom: 1px solid #cecece;
  padding-bottom: 0.3125rem;
}

.news-detail-page-box .article-box .article-header .article-tit {
  font-size: 0.1875rem;
  line-height: 1.5;
}

.news-detail-page-box .article-box .article-header .release-box {
  font-size: 0.07812rem;
  color: #999999;
  margin-top: 0.08594rem;
}

.news-detail-page-box .article-box .article-header .release-box .news-type {
  background-color: #e5e5e5;
  padding: 0 0.03906rem;
  margin-right: 0.03125rem;
  border-radius: 50px;
}

.news-detail-page-box .article-box .article-header .release-box .time {
  margin-left: 0.23438rem;
}

.news-detail-page-box .article-box .article-content {
  padding-top: 0.3125rem;
  font-size: 0.07812rem;
  color: #666;
  line-height: 1.5;
}

.news-detail-page-box .article-box .article-content p,
.news-detail-page-box .article-box .article-content span,
.news-detail-page-box .article-box .article-content a {
  font-size: 0.07812rem;
}

.news-detail-page-box .article-box .article-content img {
  max-width: 100%;
  height: auto;
}

.news-detail-page-box .other-article-box {
  width: 1.60156rem;
}

.news-detail-page-box .other-article-box .other-tit {
  font-size: 0.125rem;
}

.news-detail-page-box .other-article-box .other-article-list .article-item {
  display: block;
  margin-top: 0.15625rem;
}

.news-detail-page-box .other-article-box .other-article-list .article-item .article-tit {
  color: #000000;
  font-size: 0.09375rem;
  line-height: 1.5;
  margin: 0.07812rem 0 0.08594rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-detail-page-box .other-article-box .other-article-list .article-item .release-box {
  font-size: 0.05469rem;
  color: #999999;
}

.news-detail-page-box .other-article-box .other-article-list .article-item .release-box .news-type {
  background-color: #e5e5e5;
  padding: 0 0.01953rem;
  margin-right: 0.01953rem;
  border-radius: 50px;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .news-detail-page-box .section-2 {
    margin: 1.53846rem 0;
  }
  .news-detail-page-box .section-2 .section-container {
    display: block;
  }
  .news-detail-page-box .article-box {
    margin-right: 0;
  }
  .news-detail-page-box .article-box .article-header {
    border-bottom: none;
    padding-bottom: 0.83333rem;
  }
  .news-detail-page-box .article-box .article-header .article-tit {
    font-size: 0.61538rem;
    line-height: 1.5;
  }
  .news-detail-page-box .article-box .article-header .release-box {
    font-size: 0.25641rem;
    margin-top: 0.38462rem;
  }
  .news-detail-page-box .article-box .article-header .release-box .news-type {
    padding: 0 0.12821rem;
    margin-right: 0.30769rem;
  }
  .news-detail-page-box .article-box .article-header .release-box .time {
    margin-left: 0.30769rem;
  }
  .news-detail-page-box .article-box .article-content {
    padding-top: 0;
    font-size: 0.30769rem;
  }
  .news-detail-page-box .article-box .article-content p,
  .news-detail-page-box .article-box .article-content span,
  .news-detail-page-box .article-box .article-content a {
    font-size: 0.30769rem;
  }
  .news-detail-page-box .other-article-box {
    width: 100%;
  }
  .news-detail-page-box .other-article-box .other-tit {
    font-size: 0.61538rem;
    margin: 0.76923rem 0;
    text-align: center;
  }
  .news-detail-page-box .other-article-box .other-article-list .article-item {
    display: block;
    margin-top: 0;
    margin-bottom: 1.28205rem;
  }
  .news-detail-page-box .other-article-box .other-article-list .article-item .article-tit {
    font-size: 0.46154rem;
    margin: 0.20513rem 0 0.30769rem 0;
  }
  .news-detail-page-box .other-article-box .other-article-list .article-item .release-box {
    font-size: 0.25641rem;
  }
  .news-detail-page-box .other-article-box .other-article-list .article-item .release-box .news-type {
    background-color: #e5e5e5;
    padding: 0 0.12821rem;
    margin-right: 0.12821rem;
    border-radius: 50px;
  }
}
