.news-box {
  padding: 80px 0 0 0;
  background-color: #f5f5f5;
}
.news-box .news-list {
  background-color: #fff;
  width: 100%;
}
.news-box .news-list .news-card-body {
  width: 1200px;
  margin: 0 auto;
}
.news-box .news-list .news-card-body .news-recommend-cate {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.news-box .news-list .news-card-body .news-recommend-cate .cate {
  width: 164px;
  height: 69px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.news-box .news-list .news-card-body .news-recommend-cate .cate a.p2 {
  border-radius: 20px;
  display: block;
  background-repeat: no-repeat;
  color: #333;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.news-box .news-list .news-card-body .news-recommend-cate .cate a.p2 img {
  filter: brightness(0);
  width: 30px;
  padding: 0 10px 5px 0;
}
.news-box .news-list .news-card-body .news-recommend-cate .cate a.active {
  border-radius: 20px;
  background: #01afba;
  width: 140px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.news-box .news-list .news-card-body .news-recommend-cate .cate a.active img {
  filter: brightness(100);
}
.news-box .news-list .news-card-body .pp3 .news-row .info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-radius: 9px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  padding: 10px;
  background-image: url("/images/clarity_bookmark-solid.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 535px 10px;
}
.news-box .news-list .news-card-body .pp3 .news-row .info .cover {
  width: 156px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.news-box .news-list .news-card-body .pp3 .news-row .info .news-info {
  padding: 0 0 0 20px;
}
.news-box .news-list .news-card-body .pp3 .news-row .info .news-info .news-title {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-box .news-list .news-card-body .pp3 .news-row .info .news-info .news-body-summary {
  color: rgba(51, 51, 51, 0.5);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 10px 0 0 0;
  width: 360px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}
.news-box .news-list .news-card-body .pp3 .news-row .info .news-info .dd {
  padding: 20px 0 0 0;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
}
.news-box .news-list .news-card-body .pp3 .news-row .info .news-info .dd .news-date {
  color: #333;
}
.news-box .news-list .news-card-body .cover-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 22vh;
}
.news-box .news-detail {
  background-color: #fff;
  width: 100%;
}
.news-box .news-detail .news-card-body {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.news-box .news-detail .news-card-body .breadcrumb {
  background-color: #fff;
  padding: 10px 0;
}
.news-box .news-detail .news-card-body .blog-header {
  line-height: 26px;
  color: #555;
}
.news-box .news-detail .news-card-body .blog-header .blog-title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 20px 0;
}
.news-box .news-detail .news-card-body .blog-header .date-box {
  color: #999;
}
.news-box .news-detail .news-card-body .blog-post {
  color: #333;
  line-height: 24px;
}
.news-box .news-detail .news-card-body .blog-post .ckeditor-html5-video {
  width: 100%;
}
.news-box .news-detail .news-card-body .blog-post .ckeditor-html5-video video {
  width: 100%;
}
.news-box .news-detail .news-card-body .blog-post img {
  width: 100%;
}
.news-box .news-detail .news-card-body .blog-sidebar .sidebar-module .right-recommend {
  border-radius: 10px;
  background: #fafafa;
  padding: 0 0 5px 0;
}
.news-box .news-detail .news-card-body .blog-sidebar .sidebar-module .right-recommend .mo-title {
  padding: 10px 0;
  border-bottom: solid 1px #efefef;
}
.news-box .news-detail .news-card-body .blog-sidebar .sidebar-module .right-recommend .mo-title h4 {
  background-image: url(/images/news-detail-icon.png);
  background-repeat: no-repeat;
  padding: 0 0 0 36px;
  background-position: 12px 4px;
  background-size: 15px;
}
.news-box .news-detail .news-card-body .blog-sidebar .sidebar-module .right-recommend .list-unstyled li {
  padding: 10px 15px 0;
}

