body {
  background-color: #fff;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.tc {
  text-align: center;
}
.fr {
  float: right;
}
.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: 85px;
  text-align: center;
}
.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;
}
.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;
}
.advice-tip-box {
  display: flex;
  justify-content: right;
  padding-right: 40px;
  font-weight: 600;
  font-size: 20px;
  color: #00b85c;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
}
.advice-tip-box img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.advice-popup-wrapper {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.advice-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 150px;
  padding: 32px 24px 24px 24px;
  background: #ffffff;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  box-sizing: border-box;
}
.advice-popup .advice-content {
  font-size: 14px;
  color: #595c72;
  line-height: 22px;
}
.advice-popup .advice-content .mail {
  color: #595c72;
}
.advice-popup .advice-close-btn {
  width: 79px;
  height: 32px;
  line-height: 32px;
  margin-top: 18px;
  background: #00b85c;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.advice-block {
  min-height: calc(100vh - 580px);
}
.advice-block .list-item {
  padding: 44px 42px 44px 48px;
}
.advice-block .list-item .right {
  width: auto;
  margin-left: 0;
}
.advice-block .title-1 {
  max-width: 950px;
  font-weight: 600;
}
.advice-block .top-cont {
  display: flex;
}
.advice-block .tip-text {
  width: 54px;
  height: 24px;
  margin-left: 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 184, 92, 0.2);
  font-weight: 500;
  font-size: 14px;
  color: #00b85c;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
}
.advice-block .text-2 {
  color: #888b9a;
}
.advice-detail {
  background-color: #fff;
}
.advice-detail .advice-detail-box {
  width: 100%;
  min-height: calc(100vh - 700px);
  padding: 40px 0;
}
.advice-detail .advice-detail-box h1 {
  color: #121736;
}
.advice-detail .advice-detail-box .detail-con {
  color: #121736;
}
.empty-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.empty-box img {
  width: 120px;
  height: 120px;
}
.empty-box p {
  margin-top: 16px;
  font-size: 16px;
  color: #888b9a;
}
/* 文字换行溢出处理 */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
