.announcement {
  background-color: #fff;
  padding: 20px;
}

.announcement .top {
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E9EC;
}

.announcement .top .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
}

.announcement .top span {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  margin-left: 10px;
  max-width: 60%;
}

.announcement .list a {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  margin-top: 16px;
}

.announcement .list .left {
  flex: 1;
}

.announcement .list a img {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}

.announcement .list a .name {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}

.announcement .list a .time {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.announcement .list a .left {
  margin-right: 85px;
}

.page-news__container-right-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-news__container-right-content-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page-news__container-right-content-list-item-th {
  margin-bottom: -5px;
}

.en-latestNews .title {
  font-size: 48px;
  color: #333333;
  line-height: 70px;
  position: relative;
}

.en-latestNews .title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #E5000E;
  bottom: -22px;
  left: 0;
}

.en-latestNews .top .right {
  display: flex;
  align-items: center;
}

.en-latestNews .top .right span {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-right: 10px;
}

.en-latestNews .top .right img {
  width: 34px;
  height: 34px;
}

.en-latestNews {
  padding-top: 90px;
  margin-bottom: 66px;
}
.en-latestNews .top {
  background-color: transparent;
  margin-bottom: 66px;
}
.en-latestNews .red-jiantou {
  display: none;
}
.en-latestNews .right {
  cursor: pointer;
}
.en-latestNews .right:hover .white-jiantou {
  display: none;
}
.en-latestNews .right:hover .red-jiantou {
  display: block;
}
.en-latestNews .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.en-latestNews .news-list .item {
  padding: 32px 20px;
  background-color: #fff;
  cursor: pointer;
  transition: 450ms;
  border-right: 1px solid #E8E9EC;
}
.en-latestNews .news-list .item .time img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.en-latestNews .news-list .item .time span {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #E5000E;
  line-height: 20px;
}
.en-latestNews .news-list .item p {
  font-size: 20px;
  color: #333333;
  line-height: 29px;
  margin-bottom: 30px;
}
.en-latestNews .news-list .item button {
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #E5000E;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #E5000E;
  line-height: 20px;
  text-align: center;
  padding: 8px 31px;
  margin-bottom: 30px;
  transition: 450ms;
}
.en-latestNews .news-list .item .newImg {
  width: 100%;
}
.en-latestNews .news-list .item .gray-line {
  background-color: #E8E9EC;
  height: 1px;
  width: 100%;
}
.en-latestNews .news-list .item .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.en-latestNews .news-list .item .img img {
  transition: 450ms;
}
.en-latestNews .news-list .item:hover {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
  transform: scale(1.02);
}
.en-latestNews .news-list .item:hover .img img {
  transform: scale(1.1);
}
.en-latestNews .news-list .item:hover button {
  color: #FFFFFF !important;
  background: #E5000E;
}

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