:root {
  --size-1rem: 1.1rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


img {
  display: inline-block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  /* font-family: 'Microsoft YaHei', Arial, sans-serif; */
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  line-height: 1.6;
  font-size: var(--size-1rem);
}

ul li {
  list-style: none;
}

main {
  background-color: #FEEDE0;
  position: relative;
}

.container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* 通用样式 */
.h2-wb-2,
.h2-wb-2 a {
  font-weight: bold;
  color: #CA2418;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-wb-2 {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-wb-3 {
  line-height: 1.5;
  color: #333;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-c-gap-10 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flex-r-gap-5 {
  display: flex;
  gap: 5px;
  align-items: center;
}

.flex-c-gap-20 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.margin-auto {
  margin: 0 auto;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}



.img-title {
  padding-bottom: 90px;
  padding-top: 90px;
}

section .more {
  text-align: right;
  margin-top: 20px;
  color: #c0392b;
  font-size: 0.75rem;
}

section .more a {
  color: #c0392b;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

section .more a span {
  padding-right: 20px;
}

section .more a span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
  width: 14px;
  font-weight: bold;
  text-align: center;
  height: 14px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  background-color: #c0392b;
  border-radius: 50%;
  font-size: 0.55rem;
  background-image: url('14-arrow-right.png');
  background-size: cover;
}

/* 头部样式 */
header {
  background-color: #CA2318;
  color: white;
  text-align: center;
  font-weight: 400;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
}

/* 导航样式 */
nav {
  background-color: #CA2318;
  padding: 10px 0;
}

nav ul {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  white-space: nowrap;
}

nav ul li {
  position: relative;
  z-index: 3;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 8px 10px;
  border-radius: 4px;
  transition: background-color 0.3s;
  z-index: 99;
  position: relative;
}

nav ul li a.active {
  color: #fff;
}

nav ul li a.active::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 18px);
  background: linear-gradient(45deg, #fc523f, #fd5b09);
  z-index: -1;
  transform: skew(40deg);
}

nav ul li a.active::before {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -52px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid rgba(0, 0, 0, 0.5);
  border-top: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  z-index: -2;
}

nav ul li a:hover {
  /* background-color: yellowgreen; */
}

/* banner样式 */
.banner-section {
  height: 1312px;
  background-size: cover;
  background-position: center;
}

.banner-section-1 {
  height: 600px;
}

/* 开栏语 */
.remarks-section {
  /* height: 200px; */
  padding: 20px 0;
  position: absolute;
  top: 739px;
  left: 50%;
  transform: translateX(-50%);
}

.remarks-content {
  max-width: 1154px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.remarks-content .left {
  flex: 0 0 80px;
}

.remarks-content .right p {
  font-family: FZLanTingHeiS-B-GB, FZLanTingHeiS-B-GB;
  line-height: 2;
  color: #333;
  font-weight: 600;
  color: rgba(243, 219, 40, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

/* 中央精神 */
.spirit-section {
  background: url('14-img-6.png') no-repeat center;
  background-size: 100%;
  background-position-y: -100px;
  margin-top: -200px;
}

.spirit-section .left .swiper-horizontal>.swiper-pagination-bullets,
.spirit-section .left .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: fit-content;
  right: 16px;
  left: auto;
  bottom: 18px;
}

.spirit-section .left .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

.spirit-section .left .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.85);
  width: 16px;
  border-radius: 8px;
}

.spirit-content {}


.spirit-content .top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.spirit-content .top .left {
  flex: 0 0 40%;
  overflow: hidden;
}

.spirit-content .top .left .card {
  position: relative;
}

.spirit-content .top .left .card .title {
  position: absolute;
  bottom: 1px;
  background: linear-gradient(90deg, #CE2929 0%, #D86041 100%);
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  padding: 0 20px;
  padding-right: 100px;
}

.spirit-content .top .left .card .title,
.spirit-content .top .left .card .title a {
  color: #faeceb;
  font-weight: bold;
  line-height: 57px;
}

.spirit-content .list-item {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(205, 55, 41, 1), rgba(255, 114, 101, 1)) 1 1;
}


/* 权威解读 */
.interpretation-section {
  position: relative;
  z-index: 1;
}

.interpretation-content {
  background: linear-gradient(180deg, #FFEFE6 0%, #FFE0CD 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 0px 0px;
  border: 6px solid #D33B33;
  padding: 20px;
  /* margin: 0 10px; */
}

.interpretation-content .top .lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  min-height: 200px;
}

.interpretation-content .top {
  margin-bottom: 20px;
}

.interpretation-content .top .lists .list-item {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.interpretation-content .center .lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* 学习动态 */
.dynamics-section {
  background: url('14-img-6.png') no-repeat center;
  background-position-y: -70px;
  /* background-attachment: ; */
  background-size: 100%;
  margin-top: -50px;
  position: relative;
  z-index: 0;
}

.dynamics-section .img-title {
  padding-top: 140px;
}

.dynamics-content {}

.dynamics-content .top .list-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.dynamics-content .top .list-item .left {
  flex: 0 0 450px;
  height: 280px;
  padding: 0 33px 0 0px;
  min-height: 0;
}

.dynamics-content .top .list-item .left .img-title-bg {
  background: url('14-img-10.png') no-repeat center center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.dynamics-content .top .list-item .left .img-title-bg h3 {
  font-weight: 800;
  font-size: 2.6rem;
  letter-spacing: 1px;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-style: normal;
  text-transform: none;
  color: #F3DE9F;
}


.dynamics-content .top .list-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.dynamics-content .top .list-item:nth-child(2n+1) {}

.dynamics-content .top .list-item:nth-child(2n+1) .left {
  background: url('14-img-3.png') no-repeat center center;
  background-size: cover;
}

.dynamics-content .top .list-item:nth-child(2n) .left {
  background: url('14-img-11.png') no-repeat center center;
  background-size: cover;
  padding: 0 0px 0 33px;
}

.dynamics-content .top .list-item .right {
  flex: 1;
  display: flex;
  align-items: center;
}

.dynamics-content .top .list-item .right .content {
  border-radius: 0px 0px 0px 0px;
  border: 3px solid rgba(205, 55, 41, 1);
  background: linear-gradient(90deg, #FFE0CD 0%, #FFF1E9 100%);
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}

.dynamics-content .top .list-item:nth-child(2n+1) .right .content {
  background: linear-gradient(270deg, #FFE0CD 0%, #FFF1E9 100%);

}

.dynamics-content .center {
  margin-top: 40px;
}

.dynamics-content .center .lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.dynamics-content .center .list-item {
  display: flex;
}

.dynamics-content .center .list-item .icon {
  flex: 0 0 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dynamics-content .center .list-item .content {
  display: flex;
  align-items: stretch;
  background-color: #FFE0CD;
  padding: 10px;
  gap: 10px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, rgba(205, 55, 41, 1), rgba(255, 114, 101, 1)) 2 2;
}

.dynamics-content .center .list-item .content .left {
  /* flex: 0 0 20%; */
  max-width: 20%;
}

.main-bottom-section {
  height: 440px;
  margin-top: -90px;
}

/* 底部 */
footer {
  background-color: #CA2318;
  padding: 20px 0;
  text-align: center;
  color: white;
}

.footer-content p {
  line-height: 2;
  color: #333;
  color: #faeceb;
}

.breadcrumb {
  background: #F9E4D4;
  line-height: 40px;
  color: #CA2418;
}

.breadcrumb a {
  color: #CA2418;
  font-weight: 600;
}

.text-list {
  padding: 24px 0;
}

.text-list .text-item {
  padding: 10px;
  background: #FFE0CD;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(205, 55, 41, 1), rgba(255, 114, 101, 1)) 2 2;
}

.img-text-list {
  padding: 24px 0;
}

.img-text-item {
  display: flex;
  gap: 20px;
  padding: 10px;
  background: #FFE0CD;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(205, 55, 41, 1), rgba(255, 114, 101, 1)) 1 1;
}

.img-text-item .left {
  flex: 0 0 15%;
}

/* 细览 */

.article {
  padding: 0 10px;
  padding-bottom: 90px;
}

.article-top {
  padding: 10px 0;
  border-bottom: 1px solid#A8A8A8;
  ;
}

.list-paging {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}


/* 通用 */
@media screen and (max-width:768px) {
  :root {
    --size-1rem: 0.75rem;
  }

  .xd-flex-col {
    flex-direction: column;
  }

  .xd-hidden {
    display: none !important;
  }

  .grid-col-1 {
    grid-template-columns: 1fr !important;
  }

}

/* 业务 */
@media screen and (max-width:768px) {
  .img-title {
    padding: 0 30px;
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .banner-section {
    height: 260px;
  }

  .banner-section-1 {
    height: 118px;
  }

  nav {
    padding: 8px 0;
  }

  nav ul {
    gap: 10px;
  }

  nav ul li a {
    font-size: 0.75rem;
  }

  nav ul li a.active::after {
    left: -16px;
    width: calc(100% + 20px);
    height: calc(100% + 14px);
  }

  nav ul li a.active::before {
    bottom: -3px;
    right: -26px;
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    border-top: 2px solid transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  }

  .remarks-section {
    top: 120px;
    left: 0;
    transform: none;
  }

  .remarks-content {
    gap: 5px;
    width: 80%;
  }

  .remarks-content .left {
    flex: 0 0 10px
  }

  .remarks-content .right p {
    font-size: 0.5rem;
    -webkit-line-clamp: 6;
    line-height: 1.5;
    font-weight: 400;
  }

  .main-bottom-section {
    height: 103px;
  }


  /*  */
}