.w1200 {
  width: 1200px;
  position: relative;
}
.news-list {
  background-color: #f8f8f8;
}
.news-list .page1 {
  padding-top: 240px;
  height: 620px;
  width: 100%;
  background-image: url("../img/news/newsList-page1-bg.jpg");
  background-size: 100% 100%;
}
.news-list .page2 {
  width: 100%;
  height: 633px;
  background-image: url("../img/news/newsList-page2-bg.jpg");
  background-size: 100% 100%;
  padding-top: 120px;
  box-sizing: border-box;
}
.news-list .page2 .w1200 {
  display: flex;
  justify-content: space-between;
}
.news-list .page2 .left {
  flex: none;
  width: 600px;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.news-list .page2 .left .time-box {
  position: absolute;
  width: 90px;
  height: 85px;
  background-color: #cba751;
  color: #fff;
  text-align: center;
}
.news-list .page2 .left .time-box .year {
  font-size: 12px;
  margin-top: 10px;
}
.news-list .page2 .left .time-box .day {
  font-size: 26px;
  margin-top: 5px;
}
.news-list .page2 .right {
  flex: none;
  width: 565px;
  padding-top: 20px;
}
.news-list .page2 .right .title {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.news-list .page2 .right .text {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  margin-top: 20px;
  text-align: justify;
}
.news-list .page2 .right .more {
  text-align: right;
  margin-top: 70px;
}
.news-list .page2 .right .more .btn-more {
  display: inline-block;
  padding: 8px 25px;
  color: #fff;
  background: linear-gradient(to right, #0565c4, #0776e4);
  border-radius: 20px;
}
.news-list .page3 {
  margin-top: 100px;
  padding-bottom: 120px;
}
.news-list .page3 .news-list .list-item {
  margin-top: 35px;
}
.news-list .page3 .news-list .list-item:hover .time-box {
  color: #fff;
  background-color: #0571dd;
}
.news-list .page3 .news-list .list-item:hover .time-box::after {
  background-color: #0571dd;
}
.news-list .page3 .news-list .list-item:hover .text-box {
  color: #0571dd;
}
.news-list .page3 .news-list .list-item a {
  display: flex;
}
.news-list .page3 .news-list .list-item .time-box {
  width: 113px;
  height: 113px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #b5b5b5;
}
.news-list .page3 .news-list .list-item .time-box .year,
.news-list .page3 .news-list .list-item .time-box .day {
  position: relative;
  z-index: 5;
}
.news-list .page3 .news-list .list-item .time-box .year {
  font-size: 14px;
}
.news-list .page3 .news-list .list-item .time-box .day {
  font-size: 28px;
  margin-top: 5px;
}
.news-list .page3 .news-list .list-item .time-box::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  background: #f3f3f3;
  transform: translate(-50%, -50%);
}
.news-list .page3 .news-list .list-item .text-box {
  margin-left: 18px;
  color: #333333;
}
.news-list .page3 .news-list .list-item .text-box .title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.news-list .page3 .news-list .list-item .text-box .text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}
.news-list .page3 .paging-box {
  text-align: right;
  margin-top: 30px;
}
.news-details .page1 {
  width: 100%;
  height: 294px;
  background-image: url("../img/news/newsDetails-page1-bg.jpg");
  background-size: 100% 100%;
  padding-top: 155px;
  box-sizing: border-box;
  color: #fff;
}
.news-details .page1 .title {
  font-size: 34px;
  font-weight: bold;
}
.news-details .page1 .list-box {
  margin-top: 15px;
  display: flex;
}
.news-details .page1 .list-box .item {
  font-size: 16px;
  position: relative;
  padding-right: 25px;
  margin-right: 10px;
}
.news-details .page1 .list-box .item:nth-last-child(1)::after {
  display: none;
}
.news-details .page1 .list-box .item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: url("../img/icon-arr.png") no-repeat center / 100%;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.news-details .page1 .list-box .item a {
  color: #fff;
  font-size: 16px;
}
.news-details .page2 {
  padding-top: 50px;
  padding-bottom: 120px;
}
.news-details .page2 .title {
  font-size: 34px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.news-details .page2 .time {
  font-size: 16px;
  color: #8e8e8e;
  text-align: center;
  margin-top: 10px;
}
.news-details .page2 .line {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #333333;
  margin-top: 15px;
}
.news-details .page2 .content-box {
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
}
.news-details .page2 .content-box img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
.news-details .page2 .content-box a {
  color: inherit;
  text-decoration: underline;
  font-size: inherit;
}
