.header {
  background-color: rgba(0, 0, 0, 0.75);
}

.news-wrapper {
  background-color: #fff;
}

.news {
  width: 1200px;
  margin: 0 auto;
  padding-top: 144px;
}

.news .news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .news-title .name {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #181818;
}

.news .news-title .search-box {
  display: flex;
  align-items: center;
  width: 190px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cdd0dd;
  padding: 0 20px;
}

.news .news-title .search-box input {
  width: 100%;
  height: 38px;
  font-size: 13px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #000000;
  border: none;
  outline: none;
}

.news .news-title .search-box .btn-search {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}

.news .tabs {
  display: flex;
}

.news .tabs .tab {
  display: flex;
  align-items: center;
  position: relative;
  height: 160px;
  padding: 0 30px;
  cursor: pointer;
}

.news .tabs .tab.active::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #181818;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.news .news-list {
  display: flex;
  flex-wrap: wrap;
}

.news .news-list .item {
  width: 380px;
  position: relative;
  margin: 0 30px 50px 0;
  cursor: pointer;
}

.news .news-list .item:nth-child(3n) {
  margin-right: 0;
}

.news .news-list .item .img {
  width: 380px;
  height: 280px;
  background: #999EAD;
}

.news .news-list .item .pubtime {
  font-size: 13px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #999ead;
  padding: 20px 0 10px;
}

.news .news-list .item .name {
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #000000;
}

.news .list-more {
  padding: 20px 0 60px;
  display: flex;
  justify-content: center;
}

.news .list-more .btn-more {
  width: 160px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #cdd0dd;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.news .list-more .btn-more:hover {
  background: #e60027;
  border: 2px solid #e60027;
  color: #ffffff;
}

.news-detail {
  width: 1200px;
  margin: 0 auto;
  padding-top: 144px;
  padding-bottom: 80px;
}

.news-detail .title {
  font-size: 30px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #181818;
  text-align: center;
}

.news-detail .subtitle {
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #181818;
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.news-detail .subtitle .divider {
  padding: 0 10px;
  color: #999ead;
}

.news-detail .news-content {
  padding: 60px 0 0;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #181818;
  line-height: 1.5;
}

.news-detail .news-content img {
  max-width: 100%;
}

.news-detail .list-back {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.news-detail .list-back .btn-back {
  width: 160px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #cdd0dd;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.news-detail .list-back .btn-back:hover {
  background: #e60027;
  border: 2px solid #e60027;
  color: #ffffff;
}
