.news {
  width: 100%;
}
.news .news-container {
  width: 100%;
}
.news .news-container .news-main .news-tab-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.news .news-container .news-main .news-tab-lists a {
  margin-right: 40px;
}
.news .news-container .news-main .news-tab-lists a .news-tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  padding: 0 32px;
  font-weight: bold;
  font-size: 18px;
  line-height: 51px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #F51C30;
  border-right-width: 0;
  color: #F51C30;
}
.news .news-container .news-main .news-tab-lists a .news-tab-list::after {
  position: absolute;
  top: -2px;
  right: -19px;
  content: '';
  display: block;
  width: 20px;
  height: 107%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  background-image: url(/static/cn/images/home/part_three_tab_arrow.png);
}
.news .news-container .news-main .news-tab-lists a .news-tab-list:hover {
  background-color: #EC2026;
  color: #fff;
}
.news .news-container .news-main .news-tab-lists a .news-tab-list:hover::after {
  background-image: url(/static/cn/images/home/part_three_tab_arrow_a.png);
}
.news .news-container .news-main .news-tab-lists a .news-tab-list-active {
  background-color: #EC2026;
  color: #fff;
}
.news .news-container .news-main .news-tab-lists a .news-tab-list-active::after {
  background-image: url(/static/cn/images/home/part_three_tab_arrow_a.png);
}
.news .news-container .news-main .news-tab-lists a:last-child {
  margin-right: 0;
}
.news .news-container .news-main .news-lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.news .news-container .news-main .news-lists a {
  display: block;
  width: 405px;
  margin-right: 42px;
  margin-bottom: 90px;
}
.news .news-container .news-main .news-lists a:nth-child(3n) {
  margin-right: 0;
}
.news .news-container .news-main .news-lists .news-list {
  width: 100%;
}
.news .news-container .news-main .news-lists .news-list .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 228px;
}
.news .news-container .news-main .news-lists .news-list .img-box img {
  display: block;
  max-width: 100%;
}
.news .news-container .news-main .news-lists .news-list .img-box .img-more {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.news .news-container .news-main .news-lists .news-list .img-box .img-more p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.news .news-container .news-main .news-lists .news-list .new-infor {
  padding: 40px 23px;
}
.news .news-container .news-main .news-lists .news-list .new-infor h6 {
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.news .news-container .news-main .news-lists .news-list .new-infor p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: bold;
  color: #999999;
  line-height: 1.5;
}
.news .news-container .news-main .news-lists .news-list .new-infor span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #999999;
  line-height: 1;
}
.news .news-container .news-main .news-lists .news-list:hover {
  box-shadow: 0px 6px 61px 7px rgba(130, 130, 130, 0.11);
}
.news .news-container .news-main .news-lists .news-list:hover .img-box .img-more {
  display: flex;
}
.news .news-container .news-detail {
  margin-top: 70px;
}
.news .news-container .news-detail .title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #f51c30;
  line-height: 30px;
  text-align: center;
}
.news .news-container .news-detail .detail-date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.news .news-container .news-detail .detail-date img {
  display: block;
  margin-right: 10px;
}
.news .news-container .news-detail .detail-date p {
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  line-height: 30px;
}
.news .news-container .news-detail p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.news .news-container .news-detail p img {
  display: inline-block;
  max-width: 100% !important;
}
.news .news-container .news-detail .img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news .news-container .goback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 51px;
  margin: 70px auto;
  font-size: 18px;
  font-weight: bold;
  color: #f51c30;
  background-image: url('../../images/news/init.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
