.news-header-box {
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem 0;
  background: url("../images/aboutUs/background.jpg") no-repeat;
  background-size: cover;
}
.news-header-box .header-title {
  text-align: center;
}
.news-header-box .header-title .title {
  font-size: 0.65rem;
  color: #fff;
}
.news-header-box .header-title .desc {
  font-size: 0.275rem;
  color: #fff;
  margin-top: 0.225rem;
}
.news-header-box .header-title .button-group {
  margin-top: 0.425rem;
}

.category-name {
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}

.news-nav {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  padding: 0.25rem 0;
}
.news-nav .navbar-item {
  text-align: center;
  margin-right: 0.125rem;
}
.news-nav .navbar-item a {
  display: block;
  padding: 0.1rem 0.25rem;
  font-size: 0.225rem;
  border-radius: 17px;
}
.news-nav .active a {
  background: #007dff;
  color: #ffffff;
}

.news-list .news-item {
  width: 100%;
  height: 3.475rem;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0.45rem 0;
}
.news-list .news-item .img-warp {
  width: 4.5125rem;
  height: 100%;
  border-radius: 0.125rem;
  background: #aaaaaa;
  flex-shrink: 0;
  overflow: hidden;
}
.news-list .news-item .img-warp img {
  width: 100%;
  height: 100%;
}
.news-list .news-item .text-warp {
  width: 9.75rem;
  margin-left: 0.375rem;
}
.news-list .news-item .text-warp .title {
  font-size: 0.25rem;
  color: #333333;
  font-weight: 500;
}
.news-list .news-item .text-warp .desc {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 0.25rem;
}
.news-list .news-item .text-warp .attr {
  font-size: 0.175rem;
  color: #999;
  margin-top: 0.375rem;
}
.news-list .news-item .text-warp .attr span {
  margin-right: 0.375rem;
}
.news-list .news-item .time {
  text-indent: 0.55rem;
  margin-top: 0.825rem;
  height: 0.9375rem;
  border-left: 1px solid #e9e9e9;
  font-size: 0.4rem;
  color: #333333;
}
.news-list .news-item .time .year {
  font-size: 0.25rem;
  color: #666;
  margin-top: 0.125rem;
}

.features-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features-list > li {
  width: 5.7rem;
  height: 6.025rem;
  margin-bottom: 0.625rem;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.features-list > li .img-warp {
  width: 100%;
  height: 2.7625rem;
  background: #aaaaaa;
  flex-shrink: 0;
}
.features-list > li .img-warp img {
  width: 100%;
  height: 100%;
}
.features-list > li .text-warp {
  width: 100%;
  padding: 0 0.2rem;
}
.features-list > li .text-warp .title {
  font-size: 0.275rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.features-list > li .text-warp .desc {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.features-list > li .text-warp .preview-button {
  width: 1.5rem;
  display: block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  font-size: 0.2rem;
  margin: 0 auto;
  padding: 0.125rem 0.25rem;
  border-radius: 0.075rem;
}
.features-list > li .text-warp .preview-button:hover {
  background: #007dff;
  border-color: #007dff;
  color: #ffffff;
}

.article-header-box {
  height: 7.625rem;
  background: url("../images/article/background.jpg") no-repeat;
  background-size: cover;
}
.article-header-box .banner-content {
  padding: 0.25rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-header-box .banner-content .banner-text {
  max-width: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.article-header-box .banner-content .banner-text .title {
  font-size: 0.525rem;
  color: #333;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.article-header-box .banner-content .banner-text .desc {
  font-size: 0.25rem;
  color: #333;
  line-height: 1.6;
  margin-top: 0.375rem;
  margin-bottom: 0.5rem;
}
.article-header-box .banner-content .banner-text .button {
  display: block;
  width: 3.375rem;
  height: 1rem;
  line-height: 1rem;
  border: none;
  border-radius: 0.125rem;
  background-color: #0079ff;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
}
.article-header-box .banner-content .banner-preview {
  flex-shrink: 0;
  margin-right: 1rem;
}
.article-header-box .banner-content .banner-preview img {
  max-width: 8.75rem;
  max-height: 5.75rem;
}

.breadcrumb {
  line-height: 0.3125rem;
  font-size: 0.175rem;
  color: #444;
}
.breadcrumb .iconfont {
  margin-right: 0.0625rem;
}
.breadcrumb i {
  font-style: normal;
}

.article-warp {
  display: flex;
  justify-content: space-between;
}
.article-warp .article-left {
  width: 73.6111%;
  flex-shrink: 0;
}
.article-warp .article-special .art_title h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.article-warp .article-special .art_title .info {
  font-size: 14px;
  color: #666;
  background-color: #f9fafc;
  padding: 10px;
  margin-top: 16px;
}
.article-warp .article-special .art_title .info .separate {
  padding: 0 10px;
  color: #e9e9e9;
}
.article-warp .article-special .art_description {
  margin-top: 30px;
  padding: 30px 10px;
  background-color: #f9fafc;
  font-size: 16px;
  color: #333;
}
.article-warp .article-special .art_content {
  margin-top: 50px;
}
.article-warp .special-art_tag {
  margin-top: 40px;
}
.article-warp .special-art_tag b {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.article-warp .special-art_tag .tag-item {
  background-color: rgba(0, 120, 255, 0.08);
  font-size: 18px;
  color: #0079ff;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.article-warp .special-art_tag .tag-item:hover {
  background-color: #0079ff;
  color: #fff;
}
.article-warp .article-right {
  width: 21.875%;
  flex-shrink: 0;
}
.article-warp .article-right .special-pagination {
  background-color: #f9fafc;
  border-radius: 20px;
  padding: 30px;
  font-size: 18px;
  color: #666;
}
.article-warp .article-right .yarpp-related {
  margin-top: 0.875rem;
}
.article-warp .article-right .yarpp-related h3 {
  font-size: 0.3rem;
  color: #333;
}
.article-warp .article-right .yarpp-related ul {
  margin-top: 0.25rem;
}
.article-warp .article-right .yarpp-related ul li {
  font-size: 0.2rem;
  color: #333;
  padding: 0.1rem 0;
}

.news_point {
  padding: 0.75rem 0;
}
.news_point .art_title {
  margin-bottom: 0.375rem;
  text-align: center;
}
.news_point .art_title h1 {
  font-size: 22px;
  color: #444;
  font-weight: bold;
  margin-bottom: 30px;
}
.news_point .art_title .info {
  width: 100%;
  background: #f2f2f2;
  font-size: 0.175rem;
  color: #666;
  padding: 10px 2.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.news_point .art_title .info span {
  display: block;
  width: 33.33%;
}
.news_point .art_content {
  text-align: justify;
}
.news_point .art_content img {
  max-width: 100%;
}
.news_point .art_tag {
  font-size: 16px;
}
.news_point .art_tag .tag-item {
  color: #0079ff;
}
.news_point .article-list {
  margin-top: 30px;
}
.news_point .page-updown {
  margin-top: 30px;
  font-size: 16px;
}
.news_point .yarpp-related {
  width: 45%;
}
.news_point .yarpp-related h3 {
  font-size: 18px;
  margin: 10px 0;
}
.news_point .yarpp-related ul {
  list-style-type: disc;
  margin-left: 22px;
}
.news_point .yarpp-related ul li {
  font-size: 16px;
  padding: 6px 0;
}

/*# sourceMappingURL=news.css.map */
