.page_news .rows {
  padding: 0;
}
.page_news .banner {
  height: 640px;
  background: url("../imgs/news/banner2.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page_news .banner .rows {
  color: #ffffff;
}
.page_news .banner .rows h2 {
  font-size: 60px;
  font-weight: 600;
  padding-top: 292px;
  margin-bottom: 36px;
  font-family: "MiSansDemibold";
  -webkit-animation: goLeftFadeIn 1s 0s both;
          animation: goLeftFadeIn 1s 0s both;
}
.page_news .banner .rows .sub_title {
  font-family: "MiSansRegular";
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 0px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-animation: goLeftFadeIn 1s 0.5s both;
          animation: goLeftFadeIn 1s 0.5s both;
}
.page_news .comm-tabs {
  position: relative;
}
.page_news .comm-tabs .tabs-anchor-point {
  position: absolute;
  top: -128px;
}
.page_news .comm-tabs a {
  text-decoration: none;
  color: inherit;
}
.page_news .comm-tabs .border-tit {
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-top: 80px;
}
.page_news .comm-tabs .border-tit span {
  font-size: 40px;
  font-weight: 600;
  color: #333333;
  padding: 20px 5px;
  position: relative;
}
.page_news .comm-tabs .border-tit span::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e3a11c;
  height: 2px;
}
.page_news .article_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 60px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 410px;
}
.page_news .article_con .article {
  height: 410px;
  width: 384px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-bottom: 1px solid #efefef;
  border-radius: 0px 0px 0px 0px;
}
.page_news .article_con .article:hover {
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #e3a11c;
}
.page_news .article_con .article .article-image {
  width: 384px;
  height: 214.69px;
}
.page_news .article_con .article .text {
  font-family: "MiSansDemibold";
  font-size: 20px;
  color: #333333;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 24px 21px 30px 27px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
.page_news .article_con .article .text:hover {
  color: #e3a11c;
}
.page_news .article_con .article .time {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 27px;
  position: absolute;
  bottom: 28px;
}
.page_news .article_con .page-link {
  margin: 0 5px;
  cursor: pointer;
}
.page_news .article_con .page-link.active {
  font-weight: bold;
}
.page_news .news_pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.page_news .news_pagination .page-link {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #707070;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border: none;
  cursor: pointer;
}
.page_news .news_pagination .active {
  border: 1px solid #e3a11c;
  color: #e3a11c;
  border-radius: 50%;
}
