body {
  background-color: #fff;
}
.top-block {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../img/news-bg.png) no-repeat center center;
  background-size: cover;
}
.top-block .top-cont {
  padding-top: 178px;
}
.top-block .top-cont .text-1 {
  font-size: 60px;
  color: #ffffff;
  line-height: 80px;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.28);
}
.top-block .top-cont .text-2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  letter-spacing: 10px;
}
.news-block {
  background-color: #fff;
  padding-bottom: 100px;
}
.news-block .list-item {
  position: relative;
  display: block;
  padding: 44px 40px;
  cursor: pointer;
}
.news-block .list-item .line {
  position: absolute;
  width: 1120px;
  height: 1px;
  background: #f0f2f5;
  bottom: 0;
}
.news-block .list-item .day-1 {
  font-size: 40px;
  color: #121736;
  line-height: 44px;
}
.news-block .list-item .day-2 {
  margin-top: 8px;
  font-size: 16px;
  color: #121736;
  line-height: 17px;
}
.news-block .list-item .right {
  width: 805px;
  margin-left: 28px;
}
.news-block .list-item .title-1 {
  font-size: 20px;
  font-weight: 500;
  color: #121736;
  line-height: 28px;
}
.news-block .list-item .title-2 {
  margin-top: 8px;
  font-size: 16px;
  color: #878b9b;
  line-height: 22px;
}
.news-block .list-item .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../img/news-arrow-01.png);
  background-size: 28px 28px;
  right: 40px;
  top: 66px;
}
.news-block .list-item:hover {
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.news-block .list-item:hover .day-1,
.news-block .list-item:hover .day-2,
.news-block .list-item:hover .title-1 {
  color: #00b85c;
}
.news-block .list-item:hover .icon {
  background: url(../img/news-arrow-02.png);
  background-size: 28px 28px;
}
.news-block .list-item:hover .line {
  display: none;
}
.news-block .page-box .superPage {
  text-align: center;
}
.news-block .page-box .page-btn,
.news-block .page-box .page-word {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  color: #595c72;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
}
.news-block .page-box .page-btn:hover {
  border-color: transparent;
  background: #15c359;
  color: #fff;
}
.news-block .page-box .page-prev:hover,
.news-block .page-box .page-next:hover {
  color: transparent;
}
.news-block .page-box .page-current {
  background: #15c359;
  border-color: transparent;
  color: #fff;
}
.news-block .page-box .page-prev {
  position: relative;
  color: transparent;
  cursor: pointer;
}
.news-block .page-box .page-prev::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.65);
  border-left: 1px solid rgba(0, 0, 0, 0.65);
  transform: rotate(-45deg);
  left: 13px;
  color: rgba(0, 0, 0, 0.65);
  top: 13px;
}
.news-block .page-box .page-next {
  position: relative;
  color: transparent;
  cursor: pointer;
}
.news-block .page-box .page-next::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.65);
  border-left: 1px solid rgba(0, 0, 0, 0.65);
  transform: rotate(135deg);
  left: 13px;
  color: rgba(0, 0, 0, 0.65);
  top: 13px;
}
.news-detail {
  background-color: #f4f5f9;
}
.news-detail .bread-block {
  padding: 20px 0;
}
.news-detail .bread-block span,
.news-detail .bread-block a {
  font-size: 16px;
  color: #878b9b;
  line-height: 22px;
}
.news-detail .new-detail-box {
  width: 700px;
  padding: 40px 118px 56px 56px;
  background: #ffffff;
  border-radius: 16px;
}
.news-detail .new-detail-box span,
.news-detail .new-detail-box a {
  font-size: 16px;
  color: #878b9b;
  line-height: 22px;
}
.news-detail .new-detail-box h1 {
  font-weight: 400;
  font-size: 32px;
  color: #111738;
  line-height: 45px;
}
.news-detail .new-detail-box .source-box {
  margin: 24px 0;
  font-size: 16px;
  color: #888b9a;
  line-height: 22px;
}
.news-detail .new-detail-box .detail-con {
  font-size: 14px;
  color: #111738;
  line-height: 32px;
}
.news-detail .news-list {
  width: 266px;
  padding: 0 22px 56px;
  background: #ffffff;
  border-radius: 16px;
}
.news-detail .news-list h3 {
  padding: 30px 0 20px;
  font-size: 18px;
  font-weight: 400;
  color: #111738;
  line-height: 18px;
  border-bottom: 1px solid #f0f2f5;
}
.news-detail .news-list .list-item {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
.news-detail .news-list .list-item .text-1 {
  color: #111738;
  line-height: 20px;
}
.news-detail .news-list .list-item .text-2 {
  margin-top: 10px;
  color: #888b9a;
  line-height: 20px;
}
.news-detail .news-list .list-item:hover .text-1 {
  color: #00b85c;
}
.news-detail .image {
  margin-top: 20px;
}
.news-detail .image figcaption {
  margin-top: 10px;
  text-align: center;
}
