header {
  background: #FCF8F3;
}
header .head-r .search-box input {
  background: #FCF8F3;
}
.banner-box {
  background: #FCF8F3;
  position: relative;
  margin-bottom: 23px;
}
.banner-box .swiper {
  width: 1200px;
  height: 486px;
  padding: 12px 0px 76px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  --swiper-pagination-color: #B88E2F;
}
.banner-box .swiper .swiper-wrapper .swiper-slide .banner {
  display: flex;
  justify-content: space-between;
}
.banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l {
  padding: 130px 0 0 85px;
  position: relative;
}
.banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l h2 {
  width: 506px;
  font-family: b;
  font-weight: bold;
  font-size: 40px;
  color: #3A3A3A;
  line-height: 48px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l span {
  display: block;
  width: 506px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #616161;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l .more {
  width: 176px;
  padding: 12px 44px;
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  background: #B88E2F;
  border-radius: 4px 4px 4px 4px;
}
.banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r {
  position: relative;
}
.banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r .img-box {
  width: 534px;
  height: 357px;
}
.banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r .img-box img {
  width: 100%;
}
.banner-box .swiper .swiper-pagination-bullets {
  bottom: 73px;
  left: 67%;
  width: auto;
}
.banner-box .swiper::before {
  content: "";
  width: 984px;
  height: 375px;
  background: #FFF3E3;
  border-radius: 12px 12px 12px 12px;
  position: absolute;
  bottom: 40px;
  left: 7px;
}
#content .articles,
#content .must-read,
#content .featured-articles,
#content .cate,
#content .trending-articles {
  margin-bottom: 24px;
}
#content .articles h3,
#content .must-read h3,
#content .featured-articles h3,
#content .cate h3,
#content .trending-articles h3 {
  font-family: b;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3A;
  margin-bottom: 12px;
}
#content .articles .ar-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 15px;
}
#content .articles .ar-list li {
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  background: #F9FBFC;
}
#content .articles .ar-list li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .articles .ar-list li .ar-img {
  width: 100%;
  height: 218px;
  overflow: hidden;
}
#content .articles .ar-list li .ar-img img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}
#content .articles .ar-list li .title {
  margin: 12px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #030712;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .articles .ar-list li:hover {
  background: #B88E2F;
}
#content .articles .ar-list li:hover .ar-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .articles .ar-list li:hover .title {
  color: #fff;
}
#content .must-read .read-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 15px;
}
#content .must-read .read-list .read-item {
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  background: #F9FBFC;
}
#content .must-read .read-list .read-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .must-read .read-list .read-item .read-img {
  width: 100%;
  height: 350px;
}
#content .must-read .read-list .read-item .read-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
#content .must-read .read-list .read-item .title-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 16px;
}
#content .must-read .read-list .read-item .title-box span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .must-read .read-list .read-item:hover .read-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .must-read .read-list .read-item:hover .title {
  color: #fff;
}
#content .must-read .read-list .first {
  grid-area: 1/1/2/3;
}
#content .featured-articles .feat-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 15px;
}
#content .featured-articles .feat-list .feat-item {
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  background: #F9FBFC;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .featured-articles .feat-list .feat-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .featured-articles .feat-list .feat-item .feat-img {
  width: 156px;
  height: 115px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
#content .featured-articles .feat-list .feat-item .feat-img img {
  width: 100%;
  height: 115px;
}
#content .featured-articles .feat-list .feat-item .title {
  width: calc(100% - 169px);
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #030712;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#content .featured-articles .feat-list .feat-item:hover {
  background: #B88E2F;
  transform: scale(1.05);
  transition: 0.3s;
}
#content .featured-articles .feat-list .feat-item:hover .title {
  color: #fff;
}
#content .cate .cate-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
  grid-gap: 15px;
}
#content .cate .cate-list .cate-item {
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  background: #F9FBFC;
}
#content .cate .cate-list .cate-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cate .cate-list .cate-item .cate-img {
  width: 100%;
  height: 216px;
}
#content .cate .cate-list .cate-item .cate-img img {
  width: 100%;
  height: 216px;
  object-fit: cover;
}
#content .cate .cate-list .cate-item .title-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 52%);
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  padding: 39px 12px 0;
}
#content .cate .cate-list .cate-item .title-box span {
  width: 100%;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#content .cate .cate-list .cate-item:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .cate .cate-list .first {
  grid-area: 1/1/2/3;
}
#content .trending-articles .cate-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 15px;
}
#content .trending-articles .cate-list .cate-item {
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  padding: 24px 20px;
}
#content .trending-articles .cate-list .cate-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .trending-articles .cate-list .cate-item .title {
  margin-bottom: 6px;
  font-family: bk;
  font-size: 20px;
  color: #333333;
  position: relative;
}
#content .trending-articles .cate-list .cate-item .title::before {
  position: absolute;
  top: 15px;
  left: 0px;
  content: "";
  width: 61px;
  height: 10px;
  z-index: -1;
  background: #FFC800;
  border-radius: 7px 7px 7px 7px;
}
#content .trending-articles .cate-list .cate-item p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #050B20;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .trending-articles .cate-list .cate-item::after {
  width: 100%;
  height: 100%;
  background: #F9FBFC;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#content .trending-articles .cate-list .cate-item:hover {
  background: #B88E2F;
}
#content .trending-articles .cate-list .cate-item:hover .title::before {
  display: none;
}
#content .trending-articles .cate-list .cate-item:hover .title,
#content .trending-articles .cate-list .cate-item:hover p {
  color: #fff;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .banner-box .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l {
    padding: 12px;
    width: calc(100% - 400px);
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l h2 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l span {
    line-height: 18px;
    width: 100%;
    font-family: m;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l .more {
    display: block;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r {
    position: relative;
    width: 400px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r .img-box {
    width: 100%;
    height: auto;
    padding: 0 12px;
  }
  .banner-box .swiper .swiper-pagination-bullets {
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-box .swiper::before {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  #content .articles .ar-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .must-read .read-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .must-read .read-list .first {
    grid-area: 1/1/2/2;
  }
  #content .featured-articles .feat-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cate .cate-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .trending-articles .cate-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .banner-box .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l {
    padding: 12px;
    width: calc(100% - 310px);
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l h2 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l span {
    line-height: 18px;
    width: 100%;
    font-family: m;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l .more {
    display: block;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r {
    position: relative;
    width: 310px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r .img-box {
    width: 100%;
    height: auto;
    padding: 0 12px;
  }
  .banner-box .swiper .swiper-pagination-bullets {
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-box .swiper::before {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  #content .articles .ar-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .must-read .read-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .must-read .read-list .first {
    grid-area: 1/1/2/2;
  }
  #content .featured-articles .feat-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cate .cate-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  #content .trending-articles .cate-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .banner-box .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner {
    flex-direction: column-reverse;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l {
    padding: 12px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l h2 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l span {
    line-height: 18px;
    width: 100%;
    font-family: m;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l .more {
    display: block;
    margin: 0 auto;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r {
    position: relative;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r .img-box {
    width: 100%;
    height: auto;
    padding: 0 12px;
  }
  .banner-box .swiper .swiper-pagination-bullets {
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-box .swiper::before {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  #content .articles .ar-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .must-read .read-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .must-read .read-list .first {
    grid-area: 1/1/2/2;
  }
  #content .featured-articles .feat-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cate .cate-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .trending-articles .cate-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .banner-box .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner {
    flex-direction: column-reverse;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l {
    padding: 12px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l h2 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l span {
    line-height: 18px;
    width: 100%;
    font-family: m;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-l .more {
    display: block;
    margin: 0 auto;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r {
    position: relative;
  }
  .banner-box .swiper .swiper-wrapper .swiper-slide .banner .ba-r .img-box {
    width: 100%;
    height: auto;
    padding: 0 12px;
  }
  .banner-box .swiper .swiper-pagination-bullets {
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-box .swiper::before {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  #content .articles .ar-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .must-read .read-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .must-read .read-list .first {
    grid-area: 1/1/2/2;
  }
  #content .featured-articles .feat-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cate .cate-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .trending-articles .cate-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
