.banner-bg {
  background-image: linear-gradient(180deg, rgba(216, 216, 216, 0.2) 0%, rgba(216, 216, 216, 0.2) 100%);
}

.banner {
  padding-top: 18px;
}

.banner .flex-box {
  display: flex;
  justify-content: space-between;
}

.banner .swiper-pagination-bullet {
  background: #ffffff;
}

.banner .swiper-pagination-bullet-active {
  background: #ffffff;
}

.banner .swiper-pagination {
  left: unset;
  right: 0;
  width: 20%;
}

.banner .slideshow-content {
  width: 58%;
}

.banner .slideshow-content .news-content {
  height: 430px;
  background-size: cover;
  position: relative;
}

.banner .slideshow-content .news-content .news-text {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 73px;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.banner .slideshow-content .news-content .news-text .date {
  width: 58px;
  height: 56px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin: 12px;
  padding-left: 6px;
}

.banner .slideshow-content .news-content .news-text .date .day {
  font-family: Rajdhani-Bold;
  font-size: 28px;
  color: #404040;
  font-weight: 700;
}

.banner .slideshow-content .news-content .news-text .date .year {
  font-family: Rajdhani-SemiBold;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-weight: 600;
}

.banner .slideshow-content .news-content .news-text .news-title {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 12px;
  margin-left: 5px;
}

.banner .slideshow-content .news-content .news-text a {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 12px;
  margin-left: 5px;
}

.banner .notice-content {
  width: 36.5%;
  height: 378px;
  background-image: linear-gradient(136deg, #F6F3F1 0%, #D3CEC1 100%);
  border-radius: 6px;
  padding: 26px 28px;
}

.banner .notice-content .top-content .title {
  display: inline-block;
  font-size: 20px;
  color: #5D4724;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
}

.banner .notice-content .top-content .more {
  float: right;
  opacity: 0.87;
  font-family: Rajdhani-Bold;
  font-size: 13px;
  color: #685128;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
}

.banner .notice-content .top-content .more::before {
  content: '';
  position: absolute;
  width: 21.4vw;
  height: 8px;
  left: -19.4vw;
  top: 15px;
  opacity: 0.72;
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/more_line.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .notice-content ul {
  margin-top: 23px;
}

.banner .notice-content ul li {
  border-bottom: 1px solid rgba(104, 81, 40, 0.11);
}

.banner .notice-content ul li .text-content {
  padding: 10px 0;
  display: flex;
}

.banner .notice-content ul li .text-content .date {
  width: 58px;
  height: 56px;
  position: relative;
}

.banner .notice-content ul li .text-content .date::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 80%;
  color: rgba(104, 81, 40, 0.2);
  background: rgba(104, 81, 40, 0.2);
}

.banner .notice-content ul li .text-content .date .day {
  display: block;
  font-family: Rajdhani-Bold;
  font-size: 24px;
  color: #BB9E71;
  font-weight: 700;
}

.banner .notice-content ul li .text-content .date .year {
  font-family: Rajdhani-SemiBold;
  font-size: 12px;
  color: #BB9E71;
  letter-spacing: 0;
  font-weight: 600;
  opacity: 0.85;
}

.banner .notice-content ul li .text-content .text {
  margin-left: 20px;
  padding-right: 10px;
  flex: 1;
  position: relative;
}

.banner .notice-content ul li .text-content .text .title {
  font-size: 16px;
  color: #5D4724;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}

.banner .notice-content ul li .text-content .text a {
  font-size: 16px;
  color: #5D4724;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}

.banner .notice-content ul li .text-content .text p {
  display: none;
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #5D4724;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  padding-top: 6px;
}

.banner .notice-content ul li .text-content .text p a {
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #5D4724;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  padding-top: 6px;
}

.banner .notice-content ul li .text-content .text::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url(/_upload/tpl/0e/3f/3647/template3647/images/arrow.png) no-repeat center;
}

.banner .notice-content ul li:first-child .date {
  padding-left: 6px;
  background: rgba(225, 222, 219, 0.88);
  border-radius: 5px;
}

.banner .notice-content ul li:first-child .date::after {
  display: none;
}

.banner .notice-content ul li:first-child .date .day {
  font-size: 28px;
}

.banner .notice-content ul li:first-child .date .year {
  opacity: 0.85;
}

.banner .notice-content ul li:first-child .text {
  padding-right: 0;
}

.banner .notice-content ul li:first-child .text .title {
  font-size: 18px;
  color: #5D4724;
  letter-spacing: 0;
  font-weight: 400;
}

.banner .notice-content ul li:first-child .text a {
  font-size: 18px;
  color: #5D4724;
  letter-spacing: 0;
  font-weight: 400;
}

.banner .notice-content ul li:first-child .text::after {
  display: none;
}

.banner .notice-content ul li:first-child .text p {
  display: block;
}

.banner .notice-content ul li:last-child {
  border-bottom: none;
}

.banner .notice-content ul li:last-child .text-content {
  padding: 10px 0 0 0;
}

.banner .fast-link {
  padding-top: 25px;
  padding-bottom: 30px;
}

.banner .fast-link .link-content a {
  display: flex;
  align-items: center;
}

.banner .fast-link .link-content a .imgBox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}

.banner .fast-link .link-content a .link-name {
  margin-left: 16px;
  font-size: 16px;
  color: #4F545B;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
}

.banner .fast-link .link-content:nth-child(1) .imgBox {
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/icon-1-red.png);
}

.banner .fast-link .link-content:nth-child(1):hover .imgBox {
  background-color: #C53A3A;
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/icon-1-white.png);
}

.banner .fast-link .link-content:nth-child(2) .imgBox {
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/icon-2-red.png);
}

.banner .fast-link .link-content:nth-child(2):hover .imgBox {
  background-color: #C53A3A;
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/icon-2-white.png);
}

.banner .fast-link .link-content:nth-child(3) .imgBox {
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/icon-3-red.png);
}

.banner .fast-link .link-content:nth-child(3):hover .imgBox {
  background-color: #C53A3A;
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/icon-3-white.png);
}

.banner .fast-link .link-content:nth-child(4) .imgBox {
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/icon-4-red.png);
}

.banner .fast-link .link-content:nth-child(4):hover .imgBox {
  background-color: #C53A3A;
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/icon-4-white.png);
}

.list-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.list-content .tab-content {
  width: 30%;
  height: 100%;
  border-radius: 6px;
  padding: 26px 10px;
}

.list-content .tab-content .top-content .title {
  display: inline-block;
  font-size: 20px;
  color: #303133;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
}

.list-content .tab-content .top-content .more {
  float: right;
  opacity: 0.87;
  font-family: Rajdhani-Bold;
  font-size: 13px;
  color: #685128;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
}

.list-content .tab-content .top-content .more::before {
  content: '';
  position: absolute;
  height: 8px;
  top: 15px;
  opacity: 0.72;

  width: 16vw;
  left: -14vw;
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/more_lineRed.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.list-content .tab-content ul {
  margin-top: 23px;
}

.list-content .tab-content ul li {
  border-bottom: 1px solid rgba(104, 81, 40, 0.11);
}

.list-content .tab-content ul li .text-content {
  padding: 10px 0;
  display: flex;
}

.list-content .tab-content ul li .text-content .date {
  width: 58px;
  height: 56px;
  position: relative;
}

.list-content .tab-content ul li .text-content .date::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 80%;
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.list-content .tab-content ul li .text-content .date .day {
  display: block;
  font-family: Rajdhani-Bold;
  font-size: 24px;
  color: #C53A3A;
  font-weight: 700;
}

.list-content .tab-content ul li .text-content .date .year {
  font-family: Rajdhani-SemiBold;
  font-size: 12px;
  color: #C53A3A;
  letter-spacing: 0;
  font-weight: 600;
  opacity: 0.8;
}

.list-content .tab-content ul li .text-content .text {
  margin-left: 20px;
  padding-right: 15px;
  flex: 1;
  position: relative;
}

.list-content .tab-content ul li .text-content .text .title,
.list-content .tab-content ul li .text-content .text a {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #303133;
  letter-spacing: 0;
  font-weight: 400;
}

.list-content .tab-content ul li .text-content .text p {
  display: none;
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #5D4724;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
}

.list-content .tab-content ul li .text-content .text::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url(/_upload/tpl/0e/3f/3647/template3647/images/arrow2.png) no-repeat center;
}

.list-content .tab-content ul li:last-child {
  border-bottom: none;
}

.list-content .tab-content ul li:last-child .text-content {
  padding: 10px 0 0 0;
}

.list-content .tab-content:nth-child(2) .more::before {
    width: 17vw;
    left: -15vw;
    background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/more_lineRed.png);
}

.list-content .tab-content:nth-child(3) .more::before {
  width: 13vw;
  left: -11vw;
  background-image: url(/_upload/tpl/0e/3f/3647/template3647/images/more_lineRed2.png);
}

@media screen and (max-width: 768px) {
  .banner .slideshow-content .news-content {
    background-size: contain;
  }
  .banner .flex-box {
    display: block;
  }
  .banner {
    margin-top: 20px;
  }
  .banner .slideshow-content {
    width: 100%;
  }
  .banner .notice-content {
    width: 95%;
    margin-top: 20px;
    padding: 20px 10px;
  }
  .banner .notice-content .top-content {
    width: 95%;
  }
  .banner .notice-content .top-content .more::before {
    width: 280px;
    height: 6px;
    left: -240px;
  }
  .banner .fast-link {
    display: flex;
    flex-wrap: wrap;
  }
  .banner .fast-link .link-content {
    width: 50%;
    margin-bottom: 5px;
  }
  .banner .fast-link .link-content a .link-name {
    margin-left: 10px;
    font-size: 14px;
  }
  .list-content {
    display: block;
  }
  .list-content .tab-content {
    width: 95%;
  }
  .list-content .tab-content .top-content .more::before {
    width: 250px;
    height: 6px;
    left: -210px;
  }
  .list-content .tab-content:nth-child(2) .top-content .more::before {
    width: 280px;
    height: 6px;
    left: -240px;
  }
  .list-content .tab-content:nth-child(3) .top-content .more::before {
    width: 200px;
    height: 6px;
    left: -160px;
  }
}

@media screen and (max-width: 500px){
  .banner .slideshow-content .news-content {
    background-size: cover;
    height: 300px;
  }

  .banner .notice-content ul li:first-child .text p {
    display: none;
}
} 
