body {
  background-color: #FFFFFF;
}
.news-catBox .news-catBox-list {
  display: flex;
}
.news-catBox .news-catBox-list li {
  font-size: 15px;
  color: #666666;
  margin-left: 30px;
}
.news-catBox .news-catBox-list .active {
  color: #FA2324;
}
.news-content {
  display: flex;
  justify-content: space-between;
}
.news-content .news-list {
  margin-top: 40px;
  width: 978px;
}
.news-content .news-item:nth-child(2n) .news-item-img {
  float: right;
}
.news-content .news-item-img {
  width: 401px;
  height: 270px;
  border-radius: 5px;
  float: left;
}
.news-content .news-item-box {
  width: 575px;
  height: 270px;
  border: 1px solid #F6F7FB;
  border-radius: 0px 5px 5px 0px;
  padding: 36px 11px 17px 15px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 48px;
}
.news-content .news-item-box .news-item-box-title {
  width: 549px;
  height: 62px;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: #333333;
}
.news-content .news-item-box .news-item-box-text {
  width: 531px;
  height: 41px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #999999;
  margin: 23px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-content .news-item-box .news-item-box-time {
  font-size: 14px;
  color: #CCCCCC;
}
.news-content .news-item-box .news-item-box-more {
  width: 100px;
  height: 31px;
  line-height: 31px;
  border-radius: 16px;
  font-size: 16px;
  color: #999999;
  margin-top: 16px;
  float: right;
  position: relative;
}
.news-content .news-item-box .news-item-box-more a {
  padding-left: 17px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #999999;
}
.news-content .news-item-box .news-item-box-more a img {
  width: 13.71px;
  height: 9.81px;
}
.news-content .news-item-box .news-item-box-more a:hover {
  background-color: #E50012;
  color: #FFFFFF;
  border: none;
}
.news-content .hot-articles {
  width: 281px;
}
.news-content .hot-articles .hot-articles-title {
  width: 281px;
  height: 52px;
  background-color: #F6F7FB;
  padding: 15px 24px;
  box-sizing: border-box;
}
.news-content .hot-articles .hot-articles-list {
  padding: 10px 24px;
  border: 1px solid #F6F7FB;
}
.news-content .hot-articles .hot-articles-list li {
  font-size: 14px;
  color: #999999;
  margin-bottom: 25px;
  display: flex;
}
.news-content .hot-articles .hot-articles-list li:nth-child(n+4) .hot-cornerMarks {
  background-color: #9F9F9F;
}
.news-content .hot-articles .hot-articles-list li .hot-cornerMarks {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 50%;
  text-align: center;
}
.news-content .hot-articles .hot-articles-list li .hot-item-text {
  width: 193px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-left: 10px;
}
