@charset "UTF-8";
@font-face {
  font-family: "DYmh";
  src: url("../font/douyin.OTF");
}

@font-face {
  font-family: "DIN";
  src: url("../font/D-DIN.otf");
}

@font-face {
  font-family: "Sour";
  src: url("../font/Source.ttf");
}

.header.header-channel {
  width: 100%;
  height: 50vw;
  /* 可根据原比例调整，原823px对应屏幕宽度约1646px时为50vw，按需微调 */
  position: relative;
  max-height: 551px;
  /* 保留最大高度，避免页面过宽时图片拉伸过度 */
  min-height: 210px;
  /* 设置最小高度，防止页面过窄时高度过小 */
  background: linear-gradient(180deg, rgba(67, 188, 168, 0.66) 0%, rgba(35, 154, 134, 0.39) 7%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
}

.header.header-channel .header-layout {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header.header-channel .header-layout .header-function {
  margin: 0;
}

.header.header-channel .header-layout .header-function .channel-box {
  position: relative;
  opacity: 0 !important;
}

.header.header-channel .header-layout .header-function .channel-box .channel-title {
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-family: Sour;
  font-size: 52px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.header.header-channel .header-layout .header-function .channel-box img {
  width: 340px;
  height: 150px;
}

.header.header-channel .header-layout .header-function .header-search {
  margin-bottom: 30px;
}

.main.channel .main-content {
  padding: 0px 30px;
}

.main.channel .main-content .over-view-num {
  display: flex;
  align-items: center;
}

.main.channel .main-content .over-view-num .num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 37px;
}

.main.channel .main-content .over-view-num .num-item .num {
  font-weight: 400;
  font-size: 24.69px;
  line-height: 1;
  color: #333333;
}

.main.channel .main-content .over-view-num .num-item .num span {
  color: #333333;
  font-family: DIN;
  font-weight: 700;
  line-height: 1;
  font-size: 50px;
}

.main.channel .main-content .over-view-num .num-item .num-tit {
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0em;
  color: #295A3C;
}

.main.channel .main-content .over-view-num .img-gif-box {
  height: 100%;
  margin-left: 20px;
  position: relative;
  width: 100%;
  max-width: 284px;
  aspect-ratio: 284 / 219;
  min-height: 80px;
  overflow: hidden;
}

.main.channel .main-content .over-view-num .img-gif-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  transform: scale(1.4);
}

.main.channel .main-content .over-content-box1 {
  text-indent: 2em;
  padding: 34px 27px;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 40px;
  font-weight: 400;
  font-size: 18px;
  background: linear-gradient(90deg, rgba(41, 90, 60, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.main.channel .main-content .over-content-box1 span {
  font-weight: 700;
}

.main.channel .main-content .over-content-box2 {
  margin-top: 39px;
  display: flex;
  align-items: flex-start;
}

.main.channel .main-content .over-content-box2 .over-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 229px;
  margin-top: 20px;
}

.main.channel .main-content .over-content-box2 .over-list .over-item {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed rgba(202, 159, 86, 0.3);
}

.main.channel .main-content .over-content-box2 .over-list .over-item:last-child {
  border-bottom: none;
}

.main.channel .main-content .over-content-box2 .over-list .over-item .item-tit {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #CA9F56;
}

.main.channel .main-content .over-content-box2 .over-list .over-item .item-tit span {
  font-family: DIN;
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
}

.main.channel .main-content .over-content-box2 .over-list .over-item .item-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #CA9F56;
}

.main.channel .main-content .over-content-box2 .over-main {
  width: calc(100% - 229px);
  padding: 0 23px;
}

.main.channel .main-content .over-content-box2 .over-content {
  text-indent: 2em;
  color: #333333;
  line-height: 36px;
  font-weight: 400;
  font-size: 18px;
}

.main.channel .main-content .over-content-box2 .over-content span {
  font-weight: 700;
}

.main.channel .main-content .over-content-box3 {
  margin-top: 39px;
  width: 100%;
}

.main.channel .main-content .over-content-box3 .over3-bg {
  border-radius: 30px 0 0 0;
  padding-top: 16px;
  padding-left: 11px;
  background: linear-gradient(180deg, #F7FAF8 0%, rgba(221, 232, 225, 0) 100%);
  position: relative;
}

.main.channel .main-content .over-content-box3 .over3-bg::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 561px;
  height: 459px;
  background: url(../images/over-after.png) no-repeat center center;
  background-size: cover;
  opacity: 0.4000000059604645;
  z-index: -1;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout {
  border-radius: 30px 0 0 0;
  padding-top: 33px;
  padding-left: 26px;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 57%, rgba(221, 232, 225, 0) 82%);
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout p {
  width: 908px;
  text-indent: 2em;
  color: #333333;
  line-height: 36px;
  font-weight: 400;
  font-size: 18px;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout p span {
  font-weight: 700;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .over3-list {
  width: 908px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 80px;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .over3-list .ovet3-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .over3-list .ovet3-item i {
  color: #CA9F56;
  font-size: 56px;
  margin-right: 10px;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .over3-list .ovet3-item .item-main .num {
  letter-spacing: 0.05em;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  font-size: 22.1px;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .over3-list .ovet3-item .item-main .num span {
  font-family: DIN;
  font-weight: 700;
  line-height: 1;
  font-size: 41.45px;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .over3-list .ovet3-item .item-main .tit {
  font-size: 15.25px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #333333;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .custom {
  width: 541px;
  height: 86px;
  margin: 40px 0;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .intro {
  display: flex;
  flex-direction: column;
  padding-bottom: 33px;
  padding-right: 27px;
}

.main.channel .main-content .over-content-box3 .over3-bg .over3-layout .intro span {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  /* 浏览器可能不支持 */
  letter-spacing: 0.05em;
  color: #333333;
  text-indent: 2em;
}

.main.channel .main-content .over-content-box4 {
  width: 100%;
  height: 157px;
}

.main.channel .main-content .over-content-box4 img {
  width: 100%;
  height: 100%;
}

.main.channel .main-content .over-content-box5 {
  padding: 44px 38px;
}

.main.channel .main-content .over-content-box5 p {
  text-indent: 2em;
  color: #333333;
  line-height: 36px;
  font-weight: 400;
  font-size: 18px;
}

.main.channel .main-content .over-content-box5 p span {
  font-weight: 700;
}

.main.channel .main-content .over-content-box6 {
  padding: 45px 27px 27px 27px;
  border-radius: 30px 0 0 0;
  background: linear-gradient(180deg, rgba(41, 90, 60, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main.channel .main-content .over-content-box6 .school-sign {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.main.channel .main-content .over-content-box6 .school-sign::after {
  content: '';
  position: absolute;
  top: 185px;
  left: 0;
  width: 264px;
  height: 224px;
  background: url(../images/sign-after.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}

.main.channel .main-content .over-content-box6 .school-sign img {
  width: 100%;
  height: 100%;
}

.main.channel .main-content .over-content-box6 .school-sign a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  width: 136px;
  height: 42px;
  border-radius: 226px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #295A3C;
  font-size: 18px;
  font-weight: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0.05em;
  color: #295A3C;
}

.main.channel .main-content .over-content-box6 .school-sign a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(41, 90, 60, 0.1);
  border-radius: 50%;
}

.main.channel .main-content .over-content-box6 .school-sign-intro {
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.main.channel .main-content .over-content-box6 .school-sign-intro span {
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-indent: 2em;
  color: #333333;
}

.main.channel .main-content .school-scenery .title-lay {
  margin-top: 18px;
  margin-left: 29px;
  margin-bottom: 18px;
}

.main.channel .main-content .school-scenery .school-scenery-box .gallery-top {
  width: 100% !important;
  height: 528px;
}

.main.channel .main-content .school-scenery .school-scenery-box .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs {
  width: 100% !important;
  height: 167px;
  margin-top: 33px;
}

.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 5px solid #295A3C;
}

.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs .gall-button-next,
.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs .gall-button-prev {
  background-image: none !important;
}

.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs .gall-button-prev,
.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs .gall-button-next {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs .gall-button-prev i,
.main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs .gall-button-next i {
  font-size: 20px;
  color: #FFFFFF;
}

.main.channel .main-content .school-song {
  margin-top: 56px;
  margin-bottom: 20px;
}

.main.channel .main-content .school-song img {
  width: 100%;
}

.main.channel .main-content .school-song .top-card {
  background: linear-gradient(180deg, rgba(41, 90, 60, 0.05) 0%, rgba(216, 216, 216, 0) 100%);
  padding: 54px 29px;
}

.main.channel .main-content .school-song .top-card .radio {
  margin-top: 18px;
  border-radius: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main.channel .main-content .school-song .top-card .radio audio {
  width: 483px;
  height: 54px;
}

.main.channel .main-content .school-song .song {
  width: 100%;
  margin-top: 20px;
}

.main.channel .main-content .leader-info {
  background: #FFFFFF;
  padding: 41px 29px;
  margin-top: 51px;
  margin-bottom: 48px;
  box-shadow: 0px 4px 200px 0px rgba(41, 90, 60, 0.05);
}

.main.channel .main-content .leader-info .leader-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .leader-info .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 80px;
  height: 53px;
  background: rgba(41, 90, 60, 0.05);
  margin-top: 24px;
  margin-bottom: 32px;
}

.main.channel .main-content .leader-info .info-item {
  white-space: nowrap;
}

.main.channel .main-content .leader-info .info-item .info-tit {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0em;
  color: #999999;
}

.main.channel .main-content .leader-info .info-item .info-tit i {
  margin-right: 8px;
}

.main.channel .main-content .leader-info .info-item .info-cont {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0em;
  color: #333;
}

.main.channel .main-content .leader-info .info-item .small {
  font-size: 16px;
}

.main.channel .main-content .leader-info .info-item .middle {
  font-size: 18px;
}

.main.channel .main-content .leader-info .info-item .lager {
  font-size: 20px;
}

.main.channel .main-content .leader-info .info-item .font.active {
  font-weight: bold;
  color: #295A3C;
}

.main.channel .main-content .leader-info .leader-main {
  padding: 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
  -webkit-user-select: none;
  /* Chrome / Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  /* 标准语法 */
}

.main.channel .main-content .leader-info .leader-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 290px;
  aspect-ratio: 272 / 340;
  min-height: 150px;
  height: 100%;
  background: url(../images/leader-before.png) no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.main.channel .main-content .leader-info .leader-main img {
  width: 100%;
  max-width: 272px;
  aspect-ratio: 272 / 340;
  min-height: 150px;
  height: 100%;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.main.channel .main-content .leader-info .leader-main .leader-content-box {
  margin-left: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main.channel .main-content .leader-info .leader-main .leader-content-box .position {
  font-family: Sour;
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0em;
  color: #295A3C;
  border-bottom: 1px dashed #D8D8D8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.main.channel .main-content .leader-info .leader-main .leader-content-box .lc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  font-family: Sour;
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #666666;
  margin-bottom: 10px;
  background: linear-gradient(270deg, rgba(41, 90, 60, 0.05) 0%, rgba(216, 216, 216, 0) 100%);
}

.main.channel .main-content .leader-info .leader-main .leader-content-box .lc-item span:last-of-type {
  font-family: Sour;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #333333;
  padding-right: 100px;
  width: 500px;
  text-align: center;
}

.main.channel .main-content .leader-info .work {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid rgba(41, 90, 60, 0.4);
  margin-bottom: 24px;
}

.main.channel .main-content .leader-info .work .top-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #295A3C;
}

.main.channel .main-content .leader-info .work .top-bg span {
  font-family: Sour;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.main.channel .main-content .leader-info .work .main {
  padding: 27px 31px;
  min-height: 150px;
}

.main.channel .main-content .leader-info .work .main span {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .leader-info .personInCharge {
  margin-bottom: 20px;
}

.main.channel .main-content .leader-info .up-down {
  margin-top: 20px;
}

.main.channel .main-content .leader-info .up-down .up {
  display: flex;
  align-items: center;
}

.main.channel .main-content .leader-info .up-down .up:hover span,
.main.channel .main-content .leader-info .up-down .up:hover a {
  color: #295A3C;
  font-weight: bold;
}

.main.channel .main-content .leader-info .up-down .up span {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #666666;
}

.main.channel .main-content .leader-info .up-down .up a {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .leader-info .up-down .next {
  display: flex;
  align-items: center;
}

.main.channel .main-content .leader-info .up-down .next:hover span,
.main.channel .main-content .leader-info .up-down .next:hover a {
  color: #295A3C;
  font-weight: bold;
}

.main.channel .main-content .leader-info .up-down .next span {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #666666;
}

.main.channel .main-content .leader-info .up-down .next a {
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .leader-layout {
  margin: 56px 0;
  width: 100%;
}

.main.channel .main-content .leader-layout .leader-line-se {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item {
  width: 580px;
  height: auto;
  min-height: 340px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(41, 90, 60, 0.1);
  position: relative;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 184px;
  background: url(../images/leader-after.png) no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-top {
  width: 100%;
  height: 70px;
  background: url(../images/leader-top.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
  z-index: 1;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-top .leader-tit {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0em;
  color: #fff;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-top img {
  width: 100%;
  height: 100%;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list {
  padding: 10px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #D8D8D8;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person .position {
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0em;
  color: #295A3C;
  position: relative;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person .position::after {
  content: '';
  display: block;
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #D8D8D8;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person .name-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person .name-box .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person .name-box .name:hover {
  color: #295A3C;
}

.main.channel .main-content .leader-layout .leader-line-item {
  width: 100%;
  height: auto;
  min-height: 200px;
  margin-top: 56px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(41, 90, 60, 0.1);
  position: relative;
}

.main.channel .main-content .leader-layout .leader-line-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 184px;
  background: url(../images/leader-after.png) no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}

.main.channel .main-content .leader-layout .leader-line-item .leader-top {
  width: 100%;
  height: 70px;
  background: url(../images/leader-top.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
  z-index: 1;
}

.main.channel .main-content .leader-layout .leader-line-item .leader-top .leader-tit {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0em;
  color: #fff;
  position: relative;
  z-index: 3;
}

.main.channel .main-content .leader-layout .leader-line-item .name-line {
  display: flex;
  align-items: center;
  padding: 30px 32px;
  position: relative;
  z-index: 3;
}

.main.channel .main-content .leader-layout .leader-line-item .name-line .teacher {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #333333;
  border-right: 1px solid #D8D8D8;
  padding-right: 35px;
  margin-right: 35px;
}

.main.channel .main-content .leader-layout .leader-line-item .name-line .teacher:hover {
  color: #295A3C;
}

.main.channel .main-content .media-news-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.main.channel .main-content .media-news-list .media-news-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 36px;
}

.main.channel .main-content .media-news-list .media-news-item:hover .time-box {
  border: 1px solid #CA9F56;
  background: #CA9F56;
}

.main.channel .main-content .media-news-list .media-news-item:hover .time-box .day,
.main.channel .main-content .media-news-list .media-news-item:hover .time-box .year {
  color: #FFFFFF;
}

.main.channel .main-content .media-news-list .media-news-item .time-box {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid rgba(212, 212, 212, 0.2);
  position: relative;
  z-index: 9;
  left: 50px;
  transition: all 0.5s;
}

.main.channel .main-content .media-news-list .media-news-item .time-box .day {
  font-size: 34px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .media-news-list .media-news-item .time-box .year {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #999999;
}

.main.channel .main-content .media-news-list .media-news-item .item-main {
  width: 90%;
  padding: 47px 77px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.1);
  display: flex;
  align-items: center;
  position: relative;
}

.main.channel .main-content .media-news-list .media-news-item .item-main::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 409px;
  height: 129px;
  background: url(../images/list-item-before.png) no-repeat center center;
  background-size: cover;
  z-index: 3;
}

.main.channel .main-content .media-news-list .media-news-item .item-main .tab {
  width: auto;
  border-radius: 8px;
  padding: 10px 15px;
  background: #295A3C;
  box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.1);
  margin-right: 21px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
  white-space: nowrap;
}

.main.channel .main-content .media-news-list .media-news-item .item-main .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0em;
  color: #333333;
  width: 100%;
  max-width: 780px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 9;
}

.main.channel .main-content .organization {
  margin-top: 56px;
  margin-bottom: 81px;
}

.main.channel .main-content .organization .title-lay {
  padding: 0 21px;
}

.main.channel .main-content .organization .organ-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 42px;
  position: relative;
  padding: 0 21px;
  margin-bottom: 56px;
}

.main.channel .main-content .organization .organ-mass-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 42px;
  position: relative;
  padding: 0 21px;
  margin-bottom: 56px;
}

.main.channel .main-content .organization .organ-mass-box::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zzjg-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 3;
  opacity: 0.4;
}

.main.channel .main-content .organization .organ-item {
  width: calc(33% - 37px);
  padding: 6px 20px;
  background: #F9F9F9;
  margin-bottom: 27px;
  margin-right: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.main.channel .main-content .organization .organ-item:hover {
  background: #295A3C;
  box-shadow: 0px 4px 30px 0px rgba(31, 79, 47, 0.2);
}

.main.channel .main-content .organization .organ-item:hover img {
  opacity: 1;
}

.main.channel .main-content .organization .organ-item:hover span {
  color: #fff;
  font-weight: bold;
  transform: translateX(0px);
}

.main.channel .main-content .organization .organ-item img {
  width: 68px;
  height: 68px;
  opacity: 0;
  transition: all 0.5s;
}

.main.channel .main-content .organization .organ-item span {
  display: inline-block;
  width: 220px;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  color: #333333;
  transition: all 0.5s;
  transform: translateX(-68px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 56px;
}

.main.channel .main-content .organization .organ-item i {
  font-size: 14px;
  color: #BEBEBE;
}

.main.channel .main-content .organization-main {
  margin: 51px 0 35px;
  background: #FFFFFF;
  box-shadow: 0px 4px 200px 0px rgba(41, 90, 60, 0.05);
  padding: 47px 29px;
}

.main.channel .main-content .organization-main .org-main-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.main.channel .main-content .organization-main .org-main-list .org-item {
  width: 49%;
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.main.channel .main-content .organization-main .org-main-list .org-item .org-item-tit {
  width: 33px;
  height: 70px;
  background: url(../images/zzjg-left.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main.channel .main-content .organization-main .org-main-list .org-item .org-item-tit i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(41, 90, 60, 0.15);
  font-size: 16px;
  color: #295A3C;
}

.main.channel .main-content .organization-main .org-main-list .org-item .org-item-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 23px 50px;
  background: rgba(216, 216, 216, 0.1);
  width: calc(100% - 33px);
}

.main.channel .main-content .organization-main .org-main-list .org-item .org-item-text div {
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  /* 负责 */
  color: #333333;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 90px;
}

.main.channel .main-content .organization-main .org-main-list .org-item .org-item-text span {
  color: #295A3C;
  white-space: nowrap;
}

.main.channel .main-content .organization-main .org-main-list .org-item .org-item-text a,
.main.channel .main-content .organization-main .org-main-list .org-item .org-item-text p {
  width: calc(100% - 100px);
  max-width: 356px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .organization-main .personInCharge {
  margin-top: 33px;
  margin-bottom: 25px;
}

.main.channel .main-content .organization-main .up-down {
  margin-top: 20px;
}

.main.channel .main-content .organization-main .up-down .up {
  display: flex;
  align-items: center;
}

.main.channel .main-content .organization-main .up-down .up:hover span,
.main.channel .main-content .organization-main .up-down .up:hover a {
  color: #295A3C;
  font-weight: bold;
}

.main.channel .main-content .organization-main .up-down .up span {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #666666;
}

.main.channel .main-content .organization-main .up-down .up a {
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .organization-main .up-down .next {
  display: flex;
  align-items: center;
}

.main.channel .main-content .organization-main .up-down .next:hover span,
.main.channel .main-content .organization-main .up-down .next:hover a {
  color: #295A3C;
  font-weight: bold;
}

.main.channel .main-content .organization-main .up-down .next span {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #666666;
}

.main.channel .main-content .organization-main .up-down .next a {
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .organization-main .org-main-lay .org-name {
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  margin: 0 auto;
}

.main.channel .main-content .organization-main .org-main-lay .main-box {
  border-top: 1px dashed rgba(216, 216, 216, 0.8);
  padding-top: 27px;
  margin-top: 30px;
}

.main.channel .main-content .organization-main .org-main-lay .main-box .org-tit {
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 20px;
}

.main.channel .main-content .organization-main .org-main-lay .main-box .org-tit:first-child {
  margin-top: 0;
}

.main.channel .main-content .organization-main .org-main-lay .main-box .org-tit span {
  padding: 5px 28px;
  background: linear-gradient(270deg, rgba(41, 90, 60, 0.1) 0%, rgba(216, 216, 216, 0) 100%);
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-align: justify;
  /* 浏览器可能不支持 */
  display: flex;
  align-items: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #295A3C;
}

.main.channel .main-content .organization-main .org-main-lay .main-box .org-main {
  display: flex;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  text-align: justify;
  /* 浏览器可能不支持 */
  display: flex;
  align-items: center;
  letter-spacing: 0em;
  text-indent: 2em;
  color: #333333;
}

.main.channel .main-content .history-tit {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(41, 90, 60, 0.1);
}

.main.channel .main-content .history-tit span {
  font-family: Sour;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #295A3C;
}

.main.channel .main-content .history-tit span:last-child {
  font-family: Sour;
  color: #CA9F56;
}

.main.channel .main-content .history-box {
  margin-top: 20px;
  margin-bottom: 40px;
}

.main.channel .main-content .history-box ul {
  position: relative;
}

.main.channel .main-content .history-box ul::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 100%;
  background: url(../images/line-bg.png) repeat-y;
  background-size: contain;
  z-index: 0;
}

.main.channel .main-content .history-box .his-item {
  display: inline-block;
  position: relative;
}

.main.channel .main-content .history-box .his-item .his-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.main.channel .main-content .history-box .his-item .his-top .line-ac {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -94px;
  transform: translateY(-50%);
}

.main.channel .main-content .history-box .his-item .his-top .line-ac .cri {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #295A3C;
}

.main.channel .main-content .history-box .his-item .his-top .line-ac .line {
  width: 65px;
  height: 0px;
  border: 2px solid #295A3C;
  position: relative;
  left: -1px;
}

.main.channel .main-content .history-box .his-item .his-top .time {
  margin-right: 30px;
  font-family: Sour;
  font-weight: 900;
  font-size: 24px;
  color: #295A3C;
  white-space: nowrap;
}

.main.channel .main-content .history-box .his-item .his-top .tit {
  font-family: Sour;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  width: 100%;
}

.main.channel .main-content .history-box .his-item .his-abs {
  margin-top: 13px;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  color: #666666;
  width: 100%;
  max-width: 500px;
}

.main.channel .main-content .history-box .his-item .his-img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500 / 260;
  min-height: 80px;
  overflow: hidden;
  margin-top: 15px;
}

.main.channel .main-content .history-box .his-item .his-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.main.channel .main-content .history-box .his-item:nth-child(odd) {
  margin-left: 50%;
  padding-left: calc(50% - 500px);
  margin-top: -150px;
}

.main.channel .main-content .history-box .his-item:nth-child(odd) .his-top .tit {
  text-align: left;
}

.main.channel .main-content .history-box .his-item:nth-child(even) {
  margin-right: 50%;
  padding-right: calc(50% - 500px);
  margin-top: -150px;
}

.main.channel .main-content .history-box .his-item:nth-child(even) .his-top {
  flex-direction: row-reverse;
}

.main.channel .main-content .history-box .his-item:nth-child(even) .his-top .time {
  margin-right: 0;
  margin-left: 30px;
  color: #CA9F56;
}

.main.channel .main-content .history-box .his-item:nth-child(even) .his-top .tit {
  text-align: right;
}

.main.channel .main-content .history-box .his-item:nth-child(even) .line-ac {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: -94px;
  transform: translateY(-50%);
}

.main.channel .main-content .history-box .his-item:nth-child(even) .line-ac .cri {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #CA9F56;
}

.main.channel .main-content .history-box .his-item:nth-child(even) .line-ac .line {
  width: 74.5px;
  height: 0px;
  border: 2px solid #CA9F56;
  position: relative;
  left: auto;
  right: -1px;
}

.main.channel .main-content .history-box .his-item:first-child {
  margin-top: 0px;
}

.main.channel .main-content .server-top {
  margin-top: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.main.channel .main-content .server-top .server-swiper {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

.main.channel .main-content .server-top .swiper-slide {
  background: rgba(202, 159, 86, 0.1);
  height: 100px;
}

.main.channel .main-content .server-top .swiper-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
  border-right: 1px dashed #D8D8D8;
}

.main.channel .main-content .server-top .swiper-slide:nth-of-type(7)::after {
  display: none;
}

.main.channel .main-content .server-top .server-button-next {
  position: absolute;
  right: -18px;
  top: 40%;
  transform: translateY(-50%) scaleX(-1);
  z-index: 9;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #CA9F56;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main.channel .main-content .server-top .server-button-prev {
  position: absolute;
  left: -18px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #CA9F56;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main.channel .main-content .server-top .server-button-prev i,
.main.channel .main-content .server-top .server-button-next i {
  color: #fff;
}

.main.channel .main-content .server-top .server-item {
  width: 100%;
  height: 100px;
  padding: 34px 10px;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .server-top .server-item:hover {
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #CA9F56;
  box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.2);
}

.main.channel .main-content .server-top .server-item:hover::before {
  content: '';
  position: absolute;
  bottom: -10px;
  /* 调整此值控制三角形与父元素的距离 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中修正 */
  width: 0;
  height: 0;
  /* 三角形通过边框实现：上边框有颜色，左右边框透明 */
  border-top: 10px solid #CA9F56;
  /* 三角形颜色和大小（高度） */
  border-left: 10px solid transparent;
  /* 左侧边框透明 */
  border-right: 10px solid transparent;
  /* 右侧边框透明 */
}

.main.channel .main-content .server-top .server-item.active {
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #CA9F56;
  box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.2);
}

.main.channel .main-content .server-top .server-item.active::before {
  content: '';
  position: absolute;
  bottom: -10px;
  /* 调整此值控制三角形与父元素的距离 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中修正 */
  width: 0;
  height: 0;
  /* 三角形通过边框实现：上边框有颜色，左右边框透明 */
  border-top: 10px solid #CA9F56;
  /* 三角形颜色和大小（高度） */
  border-left: 10px solid transparent;
  /* 左侧边框透明 */
  border-right: 10px solid transparent;
  /* 右侧边框透明 */
}

.main.channel .main-content .public-top {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main.channel .main-content .public-top .public-item {
  width: 30%;
  text-align: center;
  position: relative;
  padding: 30px 0;
  font-size: 34px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #333333;
  background: rgba(202, 159, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main.channel .main-content .public-top .public-item span {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: rgba(202, 159, 86, 0.1);
  box-sizing: border-box;
  border: 2px solid #CA9F56;
  margin-right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main.channel .main-content .public-top .public-item span i {
  font-size: 45px;
  color: #CA9F56;
}

.main.channel .main-content .public-top .public-item:last-child::after {
  display: none;
}

.main.channel .main-content .public-top .public-item:hover {
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #CA9F56;
  box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.2);
}

.main.channel .main-content .public-top .public-item:hover span {
  background: rgba(202, 159, 86, 0.1);
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
}

.main.channel .main-content .public-top .public-item:hover span i {
  font-size: 45px;
  color: #FFFFFF;
}

.main.channel .main-content .public-top .public-item:hover::before {
  content: '';
  position: absolute;
  bottom: -15px;
  /* 调整此值控制三角形与父元素的距离 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中修正 */
  width: 0;
  height: 0;
  /* 三角形通过边框实现：上边框有颜色，左右边框透明 */
  border-top: 15px solid #CA9F56;
  /* 三角形颜色和大小（高度） */
  border-left: 15px solid transparent;
  /* 左侧边框透明 */
  border-right: 15px solid transparent;
  /* 右侧边框透明 */
}

.main.channel .main-content .public-top .public-item.active {
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #CA9F56;
  box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.2);
}

.main.channel .main-content .public-top .public-item.active span {
  background: rgba(202, 159, 86, 0.1);
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
}

.main.channel .main-content .public-top .public-item.active span i {
  font-size: 45px;
  color: #FFFFFF;
}

.main.channel .main-content .public-top .public-item.active::before {
  content: '';
  position: absolute;
  bottom: -15px;
  /* 调整此值控制三角形与父元素的距离 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中修正 */
  width: 0;
  height: 0;
  /* 三角形通过边框实现：上边框有颜色，左右边框透明 */
  border-top: 15px solid #CA9F56;
  /* 三角形颜色和大小（高度） */
  border-left: 15px solid transparent;
  /* 左侧边框透明 */
  border-right: 15px solid transparent;
  /* 右侧边框透明 */
}

.main.channel .main-content .server-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.main.channel .main-content .server-list .server-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 36px;
}

.main.channel .main-content .server-list .server-item:hover .time-box {
  border: 1px solid #CA9F56;
  background: #CA9F56;
}

.main.channel .main-content .server-list .server-item:hover .time-box .day,
.main.channel .main-content .server-list .server-item:hover .time-box .year {
  color: #FFFFFF;
}

.main.channel .main-content .server-list .server-item .time-box {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid rgba(212, 212, 212, 0.2);
  position: relative;
  z-index: 9;
  left: 50px;
  transition: all 0.5s;
}

.main.channel .main-content .server-list .server-item .time-box .day {
  font-size: 34px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0em;
  color: #333333;
}

.main.channel .main-content .server-list .server-item .time-box .year {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #999999;
}

.main.channel .main-content .server-list .server-item .item-main {
  width: 90%;
  padding: 47px 77px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.1);
  display: flex;
  align-items: center;
  position: relative;
}

.main.channel .main-content .server-list .server-item .item-main::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 409px;
  height: 129px;
  background: url(../images/list-item-before.png) no-repeat center center;
  background-size: cover;
  z-index: 3;
}

.main.channel .main-content .server-list .server-item .item-main .tab {
  width: auto;
  padding: 5px 13px;
  border-radius: 5px;
  background: rgba(202, 159, 86, 0.1);
  border: 1px solid #CA9F56;
  margin-right: 21px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #CA9F56;
  white-space: nowrap;
}

.main.channel .main-content .server-list .server-item .item-main .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0em;
  color: #333333;
  width: 100%;
  max-width: 780px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 9;
}

.zzjg {
  position: relative;
  z-index: 2;
}

.zzjg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 394px;
  background: url(../images/zzjg-after.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  #container .main.channel .main-content .leader-layout .leader-line-se .leader-item {
    width: 49%;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) {
    margin-right: 52%;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(odd) {
    margin-left: 52%;
  }
}

@media screen and (max-width: 1600px) {
  #container .main.channel .main-content .leader-layout .leader-line-item .leader-tit {
    font-size: 20px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-tit {
    font-size: 20px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person .position {
    font-size: 20px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list .leader-item-person .name-box .name {
    font-size: 18px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-item .name-line .teacher {
    font-size: 18px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-list {
    padding: 10px 15px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-se .leader-item .leader-top {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1550px) {
  #container .main.channel .main-content .leader-info .info-box {
    flex-wrap: wrap;
    height: auto;
  }
  #container .main.channel .main-content .leader-info .leader-main .leader-content-box .lc-item span {
    white-space: nowrap;
  }
  #container .main.channel .main-content .leader-info .leader-main .leader-content-box .lc-item span:last-of-type {
    width: 100%;
  }
  #container .main.channel .main-content .up-down .up span,
  #container .main.channel .main-content .up-down .next span {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1400px) {
  #container .main.channel .main-content .leader-info .leader-main .leader-content-box .lc-item span:last-of-type {
    padding-right: 10px;
  }
  #container .main.channel .main-content .public-top .public-item {
    font-size: 25px;
  }
}

@media screen and (max-width: 1340px) {
  .main.channel .main-content .history-box .his-item:nth-child(even) {
    margin-top: -120px;
  }
  .main.channel .main-content .history-box .his-item:nth-child(odd) {
    margin-top: -120px;
  }
  .main.channel .main-content .history-box .his-item:first-child {
    margin-top: 0px;
  }
  .main.channel .main-content .history-box .his-item .his-top .time {
    margin-right: 10px;
  }
  .main.channel .main-content .history-box .his-item:nth-child(even) .his-top .time {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1300px) {
  #container .main.channel .main-content .server-top .server-item {
    font-size: 16px;
  }
  #container .main.channel .main-content .organization .organ-item {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  #container .main.channel .main-content .organization .organ-mass-box {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #container .main.channel .main-content .organization .organ-box {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #container .main.channel .main-content .organization {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  #container .main.channel .main-content .leader-info {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .main.channel .main-content .over-content-box6 {
    flex-direction: column;
  }
  .main.channel .main-content .over-content-box6 .school-sign-intro {
    width: calc(100%);
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
}

@media screen and (max-width: 940px) {
  #container .main.channel .main-content .organization-main .org-main-list {
    flex-direction: column;
  }
  #container .main.channel .main-content .organization-main .org-main-list .org-item {
    width: 100%;
  }
  #container .main.channel .main-content .organization-main {
    margin: 20px 0 20px;
    padding: 20px;
  }
  #container .main.channel .main-content .organization-main .org-main-list .org-item .org-item-text {
    padding: 10px;
  }
}

@media screen and (max-width: 860px) {
  #container .main.channel .main-content .leader-layout .leader-line-se {
    flex-direction: column;
  }
  #container .main.channel .main-content .leader-info .leader-main::before {
    max-width: 255px;
    left: 48%;
    transform: translateX(-50%);
  }
  #container .main.channel .main-content .leader-layout {
    margin: 20px 0;
  }
  #container .main.channel .main-content .leader-layout .leader-line-item {
    margin-top: 20px;
  }
  #container .main-info .main-layout .personInCharge {
    margin-bottom: 20px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-se .leader-item {
    width: 100%;
    margin-bottom: 20px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-se .leader-item:last-child {
    margin-bottom: 0;
  }
  #container .main.channel .main-content .leader-layout .leader-line-item .name-line {
    display: flex;
    flex-wrap: wrap;
  }
  #container .main.channel .main-content .leader-info .info-box {
    padding: 10px 10px;
  }
  #container .main.channel .main-content .leader-info .leader-main .leader-content-box .lc-item {
    margin-bottom: 10px;
  }
  #container .main.channel .main-content .leader-info .leader-main .leader-content-box {
    margin-left: 0px;
    margin-top: 20px;
  }
  #container .main.channel .main-content .over-content-box6 {
    padding: 20px;
  }
}

@media screen and (max-width: 860px) {
  #container .main.channel .main-content .leader-info .leader-main {
    flex-direction: column;
    padding: 15px 0;
  }
  #container .main.channel .main-content .leader-info .leader-main .leader-content-box .position {
    font-size: 24px;
    line-height: normal;
  }
  #container .main.channel .main-content .leader-info .leader-main img {
    width: 100%;
    max-width: 256px;
    aspect-ratio: 367 / 460;
    min-height: 150px;
    height: 100%;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
    margin: 0 auto;
  }
  #container .main.channel .main-content .public-top {
    margin-top: 20px;
  }
  #container .main.channel .main-content .time-box .day {
    font-size: 20px;
  }
  #container .main.channel .main-content .time-box .year {
    font-size: 12px;
  }
  #container .main.channel .main-content .time-box {
    left: auto;
  }
  #container .main.channel .main-content .time-box {
    width: 70px;
    height: 70px;
  }
  #container .main.channel .main-content .item-main {
    padding: 20px;
    overflow: hidden;
  }
  #container .main.channel .main-content .item-main::after {
    width: 50%;
    height: 80%;
  }
  #container .main.channel .main-content .media-news-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  #container .main.channel .main-content .over-content-box3 .over3-bg .over3-layout .custom {
    width: 100%;
    height: 100%;
    max-width: 541px;
    max-height: 86px;
  }
  #container .main.channel .main-content .school-scenery .title-lay {
    margin-left: 0;
  }
  #container .main.channel .main-content .school-scenery .school-scenery-box .gallery-top {
    height: 200px;
  }
  #container .main.channel .main-content .school-scenery .school-scenery-box .gallery-thumbs {
    height: 100px;
  }
  #container .main.channel .main-content .public-top .public-item span {
    border: none;
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
  #container .main.channel .main-content .public-top .public-item span i {
    font-size: 30px;
  }
  #container .main.channel .main-content .public-top .public-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #container .main.channel .main-content .over-view-num .img-gif-box {
    max-width: 155px;
  }
}

@media screen and (max-width: 750px) {
  #container .main.channel .main-content .history-box ul::before {
    display: none;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) {
    padding-right: 0 !important;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(odd) {
    padding-left: 0 !important;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) .his-top .time {
    margin-left: 0;
    margin-right: 10px;
  }
  #container .main.channel .main-content .history-tit {
    padding: 20px;
  }
  #container .main.channel .main-content .history-tit span {
    font-size: 20px;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) {
    margin-top: 20px;
    margin-right: 0% !important;
    margin-left: 21% !important;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 22px;
    left: -89px;
    width: 1px;
    height: 100%;
    background: #999;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(odd) {
    margin-top: 20px;
    margin-left: 21% !important;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(odd)::before {
    content: '';
    position: absolute;
    top: 22px;
    left: -89px;
    width: 1px;
    height: 100%;
    background: #999;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) .his-top {
    flex-direction: row;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) .line-ac {
    flex-direction: row;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) .line-ac .line {
    right: 1px;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) .line-ac {
    left: -94px;
    right: auto;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even) .his-top .tit {
    text-align: left;
  }
  #container .main.channel .main-content .history-box .his-item .his-top .tit {
    font-size: 16px !important;
  }
  #container .main.channel .main-content .history-box .his-item .his-top .time {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 600px) {
  #container .main.channel .main-content .organization-main .org-main-list .org-item .org-item-text {
    flex-direction: column;
  }
  #container .main.channel .main-content .organization-main .org-main-list .org-item .org-item-text a,
  #container .main.channel .main-content .organization-main .org-main-list .org-item .org-item-text p {
    width: 100%;
    text-align: center;
  }
  #container .main.channel .main-content .over-content-box2 {
    margin-top: 39px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #container .main.channel .main-content .over-content-box2 .over-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #container .main.channel .main-content .over-content-box2 .over-list .over-item:last-child {
    border-bottom: 1px dashed rgba(202, 159, 86, 0.3);
  }
  #container .main.channel .main-content .over-content-box2 .over-list .over-item {
    width: 44%;
    margin: 0 10px 32px;
  }
  #container .main.channel .main-content .over-content-box2 .over-main {
    width: 100%;
    height: auto;
    padding: 0px 10px 20px;
  }
}

@media screen and (max-width: 550px) {
  #container .main.channel .main-content .history-box .his-item .his-top .line-ac {
    left: -70px;
  }
  #container .main.channel .main-content .history-box .his-item .his-top .line-ac .line {
    width: 45px;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(odd)::before {
    left: -65px;
  }
  #container .main.channel .main-content .history-box .his-item:nth-child(even)::before {
    left: -65px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-item .name-line {
    padding: 30px 10px;
  }
  #container .main.channel .main-content .leader-layout .leader-line-item .name-line .teacher {
    border-right: 1px solid #D8D8D8;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 22%;
    text-align: center;
    white-space: nowrap;
  }
  #container .main.channel .main-content .leader-layout .leader-line-item .name-line .teacher:nth-child(4n) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 530px) {
  #container .main.channel .main-content .organization .organ-item {
    width: 100%;
  }
}
