*:not(li,ol,ul){margin: 0;padding: 0;box-sizing: border-box;}
.text-center{text-align: center;}
.icon-item{width: 32%;font-size: 12px;}
.radius-12{border-radius: 12px;}
.shadow{box-shadow: 0 3px 6px 1px rgba(0,0,0,.16);}
.icon-16{width: 16px;height: 16px;}
.icon-14{width: 14px;height: 14px;}
.icon-20{width: 20px;height: 20px;}
.relative{position: relative;}
.pointer{cursor: pointer;}
.line-one{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hidden{
  display: none !important;
}
a{text-decoration: none;color: #333;}
a:hover {
  color: #777;
}
a:active, a:hover {
  outline: 0;
}
/* 弹性布局 */
.flex{display: flex;display: -webkit-flex;display: -ms-flexbox;}
.flex-column{display: flex;display: -webkit-flex;display: -ms-flexbox;flex-direction: column;}
.wrap{flex-wrap: wrap;}
.items-center{align-items: center;}
.items-start{align-items: flex-start;}
.items-end{align-items: flex-end;}
.items-stretch{align-items: stretch;}
.items-between{align-content: space-between;}
.justify-start{justify-content: flex-start;}
.justify-end{justify-content: flex-end;}
.justify-center{justify-content: center;}
.justify-between{justify-content: space-between;}
.justify-around{justify-content: space-around;}
.justify-evenly{justify-content: space-evenly;}
.margin{margin: 16px;}
.margin-left{margin-left: 16px;}
.margin-right{margin-right: 16px;}
.margin-top{margin-top: 16px;}
.margin-bottom{margin-bottom: 16px;}
.padding{padding: 16px;}
.padding-left{padding-left: 16px;}
.padding-right{padding-right: 16px;}
.padding-top{padding-top: 16px;}
.padding-bottom{padding-bottom: 16px;}
.margin-20{margin: 20px;}
.margin-left-20{margin-left: 20px;}
.margin-right-20{margin-right: 20px;}
.margin-top-20{margin-top: 20px;}
.margin-bottom-20{margin-bottom: 20px;}
.padding-20{padding: 20px;}
.padding-left-20{padding-left: 20px;}
.padding-right-20{padding-right: 20px;}
.padding-top-20{padding-top: 20px;}
.padding-bottom-20{padding-bottom: 20px;}
.margin-12{margin: 12px;}
.margin-left-12{margin-left: 12px;}
.margin-right-12{margin-right: 12px;}
.margin-top-12{margin-top: 12px;}
.margin-bottom-12{margin-bottom: 12px;}
.padding-12{padding: 12px;}
.padding-left-12{padding-left: 12px;}
.padding-right-12{padding-right: 12px;}
.padding-top-12{padding-top: 12px;}
.padding-bottom-12{padding-bottom: 12px;}
.margin-40{margin: 40px;}
.margin-left-40{margin-left: 40px;}
.margin-right-40{margin-right: 40px;}
.margin-top-40{margin-top: 40px;}
.margin-bottom-40{margin-bottom: 40px;}
.padding-40{padding: 40px;}
.padding-left-40{padding-left: 40px;}
.padding-right-40{padding-right: 40px;}
.padding-top-40{padding-top: 40px;}
.padding-bottom-40{padding-bottom: 40px;}
.margin-4{margin: 4px;}
.margin-left-4{margin-left: 4px;}
.margin-right-4{margin-right: 4px;}
.margin-top-4{margin-top: 4px;}
.margin-bottom-4{margin-bottom: 4px;}
.padding-4{padding: 4px;}
.padding-left-4{padding-left: 4px;}
.padding-right-4{padding-right: 4px;}
.padding-top-4{padding-top: 4px;}
.padding-bottom-4{padding-bottom: 4px;}
.margin-8{margin: 8px;}
.margin-left-8{margin-left: 8px;}
.margin-right-8{margin-right: 8px;}
.margin-top-8{margin-top: 8px;}
.margin-bottom-8{margin-bottom: 8px;}
.padding-8{padding: 8px;}
.padding-left-8{padding-left: 8px;}
.padding-right-8{padding-right: 8px;}
.padding-top-8{padding-top: 8px;}
.padding-bottom-8{padding-bottom: 8px;}
.margin-14{margin: 14px;}
.margin-left-14{margin-left: 14px;}
.margin-right-14{margin-right: 14px;}
.margin-top-14{margin-top: 14px;}
.margin-bottom-14{margin-bottom: 14px;}
.padding-14{padding: 14px;}
.padding-left-14{padding-left: 14px;}
.padding-right-14{padding-right: 14px;}
.padding-top-14{padding-top: 14px;}
.padding-bottom-14{padding-bottom: 14px;}
.margin-10{margin: 10px;}
.margin-left-10{margin-left: 10px;}
.margin-right-10{margin-right: 10px;}
.margin-top-10{margin-top: 10px;}
.margin-bottom-10{margin-bottom: 10px;}
.padding-10{padding: 10px;}
.padding-left-10{padding-left: 10px;}
.padding-right-10{padding-right: 10px;}
.padding-top-10{padding-top: 10px;}
.padding-bottom-10{padding-bottom: 10px;}
.mx-auto{margin-left: auto;margin-right: auto;}
.line-two{overflow: hidden;text-overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;white-space: normal;}
.line-three{overflow: hidden;text-overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;display: -webkit-box;white-space: normal;}
.line-four{overflow: hidden;text-overflow: hidden;-webkit-line-clamp: 4;-webkit-box-orient: vertical;display: -webkit-box;white-space: normal;}

.theme{color: #1969C4;}
.bg-white{background-color: #fff;}
.w-100{width: 100%;}

.media-width{width: 88%;max-width: 1400px;}
/* 顶部 */
.logoImg{
  width: 264px;
}
.info-header{
  min-height: 80px;
  background-color: #fff;
}
.info-header .layui-nav{
  background-color: #fff;
}
.info-header .layui-nav .layui-nav-item .menu{
  padding: 0 10px;
  color: #333333 !important;
  font-size: 14px;
  height: 80px;
  line-height: 80px;
}
.info-header .layui-nav .layui-nav-item.haschild .menu{
  padding-right: 20px;
}
.info-header .layui-nav-item:hover .menu{
  background-color: #1969C4;
  color: #fff !important;
}
.info-header .layui-nav .layui-this .menu{
  background-color: #1969C4;
  color: #fff !important;
}
.info-header .layui-nav-item::after{
  display: none;
}
@media (max-width: 1440px){
  .info-header .layui-nav .layui-nav-item .menu{
    padding: 0 5px;
  }
  .logoImg{
    width: 236px;
  }
}
@media (max-width: 1300px){
  .info-header{
    min-height: 60px;
  }
  .info-header .layui-nav .layui-nav-item .menu{
    padding: 0 4px;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
  }
  .logoImg{
    width: 200px;
  }
}
/* 大会首页顶部 */
.info-hy-home-header{
  width: 100%;
  height: 222px;
  background-image: url('./img/info_hy_header.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.info-zs-home-header{
  width: 100%;
  height: 222px;
  background-image: url('./img/info_zs_home_header.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
/* 学习平台 */
.info-zs-xxpt-header{
  width: 100%;
  height: 222px;
  background-image: url('./img/info_zs_xxpt_header.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
/* 左侧背景层（伪元素实现，不额外加HTML标签） */
/* .info-hy-home-header::before, */
/* .info-hy-detail-header::before,  */
.info-zs-home-header::before,
.info-zs-xxpt-header::before
{
  content: ""; /* 伪元素必需属性 */
  position: absolute; /* 绝对定位 */
  left: 0;
  top: 0;
  height: 100%; /* 铺满容器高度 */
  width: 40%; /* 基础宽度：容器的40% */
  min-width: 600px; /* 关键：最小宽度400px */
  background-color: rgba(25, 105, 196, 0.78); /* 左侧背景色（可自定义） */
  z-index: 1; /* 置于内容下方，不遮挡文字 */
}
.info-hy-home-header .title, .info-zs-home-header .title, .info-zs-xxpt-header .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.info-hy-home-header .subtitle, .info-zs-home-header .subtitle, .info-zs-xxpt-header .subtitle{
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
/* 详情页顶部 */
.info-hy-detail-header{
  width: 100%;
  height: 222px;
  background-image: url('./img/info_hy_header.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  position: relative;
}
.info-hy-detail-header .media-width{
  position: relative;
  z-index: 2;
}
.info-zs-detail-header{
  width: 100%;
  height: 222px;
  background-image: url('./img/info_zs_header.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}
.info-hy-detail-header .title, .info-zs-detail-header .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 54px;
  margin-bottom: 10px;
}
.info-hy-detail-header .subtitle, .info-zs-detail-header .subtitle{
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
}
.info-detail-navbox{
  margin-top: 20px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
.info-detail-navbox a{
  color: #000;
}
.info-detail-navbox .home{
  width: 18px;
  height: 16px;
  margin-right: 6px;
  cursor: pointer;
}
.info-detail-navbox .layui-form{
  width: 336px;
}
.info-detail-navbox .layui-input{
  height: 36px;
  width: 300px;
}
.info-detail-navbox .layui-btn{
  width: 36px;
  height: 36px;
  border-radius: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background-color: #1969C4;
}
.detail-card-box{
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 24px;
}
/* 大首页 */
.index-bg-1{
  height: 330px;
  width: 100%;
}
.index-bg-1 #swiper1{
  height: 330px;
  width: 100%;
}
.index-bg-1 .swiper-slide{
  height: 330px;
  width: 100%;
  /*background-size: 1920px 330px;*/
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px){
  .index-bg-1{
    height: 206px;
  }
  .index-bg-1 #swiper1{
    height: 206px;
  }
  .index-bg-1 .swiper-slide{
    height: 206px;
    background-size: 1200px 206px;
  }
}
@media (max-width: 800px){
  .index-bg-1{
    height: 137.5px;
  }
  .index-bg-1 #swiper1{
    height: 137.5px;
  }
  .index-bg-1 .swiper-slide{
    height: 137.5px;
    background-size: 800px 137.5px;
  }
}
@media (max-width: 520px){
  .index-bg-1{
    height: 80px;
  }
  .index-bg-1 #swiper1{
    height: 80px;
  }
  .index-bg-1 .swiper-slide{
    height: 80px;
    background-size: 100% 80px;
  }
}
.index-bg-1 .media-width{
  height: 100%;
}
.index-bg-2{
  min-height: 650px;
  width: 100%;
  background-image: url('./img/index_bg_2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}
.index-bg-2 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
}
.index-bg-2 .title .leftpart{
  color: #1969C4;
}
.index-bg-2 .subtitle{
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}
.index-bg-2 .left{
  width: 40%;height: auto;max-height: 297px;margin-top: 30px;
}
.index-bg-2 .right{
  width: 49.5%;margin-top: 30px;
}
.index-bg-2 .right .top{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 30px;
  color: #1969C4;
  margin-bottom: 35px;
}
.index-bg-2 .right .bottom{
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 16px;
  color: #262626;
  line-height: 36px;
}
@media (min-width: 1920px){
  .index-bg-1{
    background-size: 100% 406px;
  }
}
@media (max-width: 800px){
  .index-bg-2 .left{
    width: 100%;
  }
  .index-bg-2 .right{
    width: 100%;
  }
}
.index-bg-2 .swiper-box{
  margin-top: 35px;
}
.index-bg-2 .swiper {
  width: calc(100% - 88px);
  height: 130px;
}
.index-bg-2 .swiper .swiper-slide{
  width: 260px;
  height: 130px;
  background: #FFFFFF;
  position: relative;
}
.index-bg-2 .swiper-btn{
  width: 30px;
  height: 130px;
  background: #FFFFFF;
  cursor: pointer;
}
.index-bg-2 .swiper .swiper-img-box{
  width: 40px;
  height: 40px;
}
.index-bg-2 .swiper .swiper-img-box img{
  max-height: 40px;
  width: auto;
}
.index-bg-2 .swiper .swiper-text{
  font-size: 22px;
  color: #1F1F21;
  margin-top: 12px;
  height: 48px;
  line-height: 24px;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}
.index-bg-2 .swiper .swiper-slide-in{
  width: 100%;
  height: 130px;
}
.index-bg-2 .swiper .swiper-slide-up{
  width: 100%;
  height: 130px;
  background-color: #1969C4;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.index-bg-2 .swiper-text1{
  font-size: 18px;
  padding-left: 20px;
}
.index-bg-2 .swiper-text2{
  padding-left: 20px;
  font-size: 14px;
}

.index-bg-3{
  min-height: 620px;
  width: 100%;
  background-image: url('./img/index_bg_3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 0 0;
}
.index-bg-3 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}
.index-bg-3 .subtitle{
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}

.index-bg-3 #swiper3 {
  width: 100%;
  height: 450px;
  margin-top: 49px;
  overflow: hidden;
}
.index-bg-3 #swiper3 .swiper-wrapper {
  height: 400px;
}
.index-bg-3 #swiper3 .swiper-slide{
  height: 366px;
  position: relative;
  display: flex;
}
.index-bg-3 #swiper3 .swiper-slide-grid{
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-bg-3 #swiper3 .swiper-slide-grid-item{
  width: 24%;
  height: 366px;
  position: relative;
  background-image: url('./img/index_bg_3_1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.swiper-slide-grid-item-zw{
  width: 24%;
}
.index-bg-3 #swiper3 .swiper-slide-in{
  width: 100%;
  height: 366px;
  padding: 50px 24px 0 24px;
  position: relative;
}
.index-bg-3 #swiper3 .swiper-slide-up{
  width: 100%;
  height: 366px;
  background-image: url('./img/index_bg_3_2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.index-bg-3 #swiper3 .swiper3-pagination{
  text-align: center;
}
.index-bg-3 #swiper3 .swiper-pagination-bullet{
  background-color: #fff;
  opacity: 1;
  width: 108px;
  height: 6px;
  border-radius: 3px;
}
.index-bg-3 #swiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #1969C4;
}
.index-bg-3 #swiper3 .swiper-slide-number{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 48px;
  color: #919395;
}
.index-bg-3 #swiper3 .swiper-slide-title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 22px;
  color: #1F1F21;
  margin-top: 72px;
  line-height: 28px;
  height: 56px;
}
.index-bg-3 #swiper3 .swiper-slide-content{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #919395;
  line-height: 30px;
  margin-top: 20px;
}
.index-bg-3 #swiper3 .swiper-slide-up-title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  height: 56px;
}
.index-bg-3 #swiper3 .swiper-slide-up-content{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #A0CDFF;
  line-height: 24px;
  margin-top: 20px;
}

.index-bg-2 .swiper-slide:hover .swiper-slide-up{
  display: block !important;
}
.index-bg-3 .swiper-slide-grid-item:hover .swiper-slide-up{
  display: block !important;
}

.index-bg-3 #swiper3 .swiper-slide-up-btn{
  position: absolute;
  left: 24px;
  bottom: 32px;
}
.index-bg-3 .kcjs-btn{
  text-decoration: none;
  background-color: #fff;
  font-size: 16px;
  color: #0856AB;
  width: 82px;
  height: 28px;
  border-radius: 6px;
  line-height: 28px;
  text-align: center;
}
.index-bg-3 .ksxx-btn{
  text-decoration: none;
  background-color: #498CFF;
  font-size: 16px;
  color: #fff;
  width: 82px;
  height: 28px;
  border-radius: 6px;
  line-height: 28px;
  text-align: center;
  margin-left: 12px;
}
.index-bg-4{
  min-height: 697px;
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}
.index-bg-4 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
}
.index-bg-4 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
  margin-bottom: 15px;
}
.index-bg-4 .title .leftpart{
  color: #1969C4;
}
.index-bg-4 .subtitle{
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
}
.index-bg-4 .left{
  width: 44%;
}
.index-bg-4 .right{
  width: 54%;
}
.index-bg-4 .right .list-box{
  width: 100%;
  height: 505px;
  margin-top: 16px;
}
.index-bg-4 .right .list-item{
  text-decoration: none;
  width: 100%;
  height: 85px;
  color: #444444;
  border: 1px solid #DEDEDE;
  padding: 14px 0;
  font-family: Source Han Sans CN;
}
.index-bg-4 .right .list-item:hover{
  color: #0E65C5;
  border: 1px solid #1969C4;
}
.index-bg-4 .right .list-item+.list-item{
  margin-top: 20px;
}
.index-bg-4 .right .list-item .textbox{
  width: 100%;
  padding: 0 20px;
}
.index-bg-4 .right .list-item .textbox .top{
  font-size: 18px;
  line-height: 18px;
}
.index-bg-4 .right .list-item .textbox .bottom{
  font-size: 14px;
  line-height: 14px;
  color: #9A9A9A;
}
.index-bg-4 .right .list-item:hover .textbox .bottom{
  color: #0E65C5;
}
.index-bg-4 .left .left-box{
  height: 505px;
  width: 100%;
  margin-top: 16px;
  background-color: #F6F7F9;
}
.index-bg-4 .left .left-box .top{
  height: 354px;
  width: 100%;
  position: relative;
}
.index-bg-4 .left .left-box .top img{
  height: 354px;
  width: 100%;
}
.index-bg-4 .left .left-box .top .time{
  height: 72px;
  width: 144px;
  line-height: 72px;
  text-align: center;
  background-color: #0E65C4;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.index-bg-4 .left .left-box .line-one{
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 28px;
}
.index-bg-4 .left .left-box .line-two{
  margin-top: 16px;
  padding: 0 30px;
  font-size: 16px;
  color: #6D7081;
  line-height: 28px;
}
@media (max-width: 800px){
  .index-bg-4 .left{
    width: 100%;
  }
  .index-bg-4 .right{
    width: 100%;
  }
  .index-bg-4 .subtitle{
    white-space: unset;
  }
}
.index-bg-4-ad{
  width: 100%;
}
.index-bg-4-ad .left{
  width: 55%;
}
.index-bg-4-ad .right{
  width: 45%;
}
.index-bg-4-ad img{
  width: 100%;
  height: auto;
}
@media (max-width: 600px){
  .index-bg-4-ad .left{
    width: 100%;
  }
  .index-bg-4-ad .right{
    width: 100%;
  }
}
.index-bg-5{
  min-height: 636px;
  width: 100%;
  background-color: #F7F7F7;
  padding: 40px 0;
}
.index-bg-5 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
  margin-bottom: 32px;
}
.index-bg-5 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
  margin-bottom: 32px;
}
.index-bg-5 .title .leftpart{
  color: #1969C4;
}
.index-bg-5 .left{
  width: 44%;
}
.index-bg-5 .right{
  width: 54%;
}
.index-bg-5 .left img{
  width: 100%;
  height: 130px;
}
.index-bg-5 .left .list-item{
  padding: 19px 0;
  border-bottom: 1px solid #E5E5E5;
}
.index-bg-5 .left .list-item a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
.index-bg-5 .left .list-item a:hover{
  color: #1969C4;
}
.index-bg-5 .right .list-item{
  width: 100%;
  height: 72px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
}
.index-bg-5 .right .list-item .text{
  width: calc(100% - 60px);
}
.index-bg-5 .right .list-item+.list-item{
  margin-top: 20px;
}
.index-bg-5 .right .list-item:hover{
  border: 1px solid #1969C4;
  color: #1969C4;
}
@media (max-width: 800px){
  .index-bg-5 .left{
    width: 100%;
  }
  .index-bg-5 .right{
    width: 100%;
    margin-top: 20px;
  }
}
.index-bg-6{
  min-height: 654px;
  width: 100%;
  background-image: url('./img/index_bg_6.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.index-bg-6 .left{
  width: 19%;
  height: 486px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-bg-6 .left .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
}
.index-bg-6 .left a{
  width: 149px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.index-bg-6 .right{
  width: 81%;
}
.index-bg-6 .right .list-item{
  width: 33.33%;
  height: 243px;
  border: 1px solid #F7F7F7;
  background-color: #fff;
  padding-top: 42px;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}
.index-bg-6 .right .list-item:hover{
  color: #1158A5;
}
.index-bg-6 .right .list-item img{
  width: 92px;
  height: 92px;
  margin-bottom: 22px;
}
.index-bg-6 .right .list-item .text{
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 1000px){
  .index-bg-6 .left{
    width: 100%;
    height: unset;
    flex-direction: row;
  }
  .index-bg-6 .right{
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 800px){
  .index-bg-6 .right .list-item{
    width: 50%;
  }
}
@media (max-width: 450px){
  .index-bg-6 .right .list-item{
    width: 100%;
  }
  .index-bg-6 .left .title{
    font-size: 26px;
  }
  .index-bg-6 .left a{
    width: 114px;
    height: 36px;
    line-height: 36px;
  }
}
.index-bg-7{
  min-height: 400px;
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}
.index-bg-7 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
  margin-bottom: 30px;
}
.index-bg-7 .title .leftpart{
  color: #1969C4;
}
.index-bg-7 .left{
  width: 74.2%;
}
.index-bg-7 .right{
  width: 22.9%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 323px;
}
.index-bg-7 .right .img{
  width: 277px;
  max-width: 100%;
  background-image: url('./img/index_bg_7_1.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 323px;
  font-size: 26px;
  color: #FFFFFF;
  padding: 0 0 50% 30px;
}
.index-bg-7 .right .img .img-btn{
  width: 103px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 8px;
  color: #4A4CD8;
  text-decoration: none;
  line-height: 37px;
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
.index-bg-7-bar{
  border: 1px solid #1158A5;
  min-width: 25%;
  height: 46px;
  line-height: 46px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
  color: #444444;
  cursor: pointer;
  padding: 0 10px;
}
.index-bg-7-barzw{
  width: 19.6%;
  min-width: 170px;
}
.index-bg-7-bar.active{
  background-color: #1158A5;
  color: #fff;
}
.index-bg-7 .btn{
  width: 24px;
  height: 46px;
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid #E3E3E3;
}
.index-bg-7 .person-box{
  background-color: #EEF1F6;
  width: 100%;
  height: 180px;
}
.index-bg-7 .person-box-item{
  width: 124px;
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
  padding-left: 2px;
}
.index-bg-7 .person-box-item img{
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
@media (max-width: 1280px){
  .index-bg-7-bar{
    font-size: 16px;
    min-width: 20%;
  }
  .index-bg-7-barzw{
    min-width: 20%;
  }
  .index-bg-7 .right .img{
    padding-left: 20px;
    font-size: 20px;
  }
}
@media (max-width: 1080px){
  .index-bg-7-bar{
    font-size: 14px;
    min-width: unset;
    width: 33%;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
  }
  .index-bg-7-barzw{
    min-width: unset;
    width: 33%;
  }
  .index-bg-7 .right .img{
    padding-left: 10px;
    font-size: 16px;
  }
  .index-bg-7 .right .img .img-btn{
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 850px){
  .index-bg-7 .right .img{
    padding-bottom: 40%;
    font-size: 16px;
  }
}
@media (max-width: 800px){
  .index-bg-7 .left{
    width: 100%;
  }
  .index-bg-7 .right{
    width: 100%;
    margin-top: 20px;
  }
  .index-bg-7 .right .img{
    height: 323px;
    padding-bottom: 170px;
    font-size: 26px;
  }
}
#index-bg-right{
  background-image: url('./img/index_bg_right.png');
  width: 180px;
  height: 238px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  right: 50px;
  top: calc(50% - 125px);
  cursor: pointer;
  z-index: 999;
}
#index-bg-mask{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.index-bg-jh-box{
  width: 1300px;
  max-width: 100%;
  min-height: 645px;
  background-image: url('./img/index_bg_right_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 12px 20px;
}
.index-bg-jh-box .close-btn{
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.index-bg-jh-box .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
}
.index-bg-jh-box .layui-form-select, .info-zs-bg-2 .layui-form-select{
  width: 142px;
  height: 32px;
}
.index-bg-jh-box .layui-form-select .layui-input, .info-zs-bg-2 .layui-form-select .layui-input{
  height: 32px;
  background-image: linear-gradient(
          to right,
            /* 前半部分透明，从「100%-32px」位置开始显色 */
          #fff calc(100% - 32px),
            /* 右侧36px的背景色（可改颜色值） */
          #1969C4 calc(100% - 32px),
          #1969C4 100%
  );
}
.index-bg-jh-box .layui-form-select .layui-edge, .info-zs-bg-2 .layui-form-select .layui-edge {
  border-top-color: #fff;
}
.layui-form-select dl dd.layui-this, .info-zs-bg-2 dl dd.layui-this{
  background-color: #1969C4 !important;
}
.jh-item-box{
  margin-top: 30px;
  width: 280px;
  height: 110px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
.index-bg-jh-box .jh-item-box{
  width: 23.1%;
  border: 1px solid #E8E8E8;
  height: 132px;
}
.detail-card-box .jh-item-box{
  width: 23.1%;
  max-width: 280px;
  border: 1px solid #E8E8E8;
  height: 145px;
}
.info-zs-bg-2 .jh-item-box{
  min-width: 20.1%;
}
.jh-item-box .top{
  height: 34px;
  background: #EDEDED;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 34px;
  text-align: center;
}
.jh-item-box .bottom{
  line-height: 24px;
  padding: 8px 16px;
  height: calc(100% - 34px);
  overflow: auto;
}
/* Firefox */
.jh-item-box .bottom {
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

/* Chrome / Edge / Safari */
.jh-item-box .bottom::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.jh-item-box .bottom::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.jh-item-box .bottom::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

.jh-item-box.active .bottom{
  color: #1969C4;
}
.jh-item-box.active .bottom a{
  color: #1969C4;
}
.jh-item-box.active .top{
  background-color: #1969C4;
  color: #FFFFFF;
}
.detail-card-box .jh-item-box.active{
  border: 1px solid #DFEEFF;
}
.detail-card-box .jh-item-box.active .top{
  background-color: #F5FAFF;
  color: #666666;
}


@media (max-width: 800px){
  .index-bg-jh-box .jh-item-box, .detail-card-box .jh-item-box{
    width: 30%;
  }
}

@media (max-width: 600px){
  .index-bg-jh-box .jh-item-box, .detail-card-box .jh-item-box{
    width: 48%;
    height: 100px;
  }
}

@media (max-width: 400px){
  .index-bg-jh-box .jh-item-box, .detail-card-box .jh-item-box{
    width: 100%;
    height: 100px;
  }
}

/* 底部 */
.info-footer{
  background-color: #222222;
  width: 100%;
  color: #FFFFFF;
}
.info-footer-top{
  background-color: #363636;
}
.info-footer-top .left{
  width: 80px;
  min-width: 80px;
}
.info-footer-top a{
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 12px;
  margin-right: 20px;
}
.info-footer-bottom{
  padding: 45px 0 20px 0;
  color: #BFBFBF;
  font-size: 14px;
}
.info-footer-bottom .title{
  padding-left: 14px;
  border-left: 1px solid #0066D5;
  height: 20px;
  line-height: 20px;
  margin-bottom: 24px;
  font-size: 18px;
}
.info-footer-bottom .text+.text{
  margin-top: 20px;
}
.info-footer-bottom .code{
  width: 102px;
  height: 102px;
}
.info-footer-bottom .code+.code{
  margin-left: 40px;
}
.info-footer-bottom .r-text{
  writing-mode: vertical-rl;
  margin-left: 30px;
}
.info-footer-bottom .r-text+.r-text{
  writing-mode: vertical-rl;
  margin-left: 16px;
}
.info-footer-bottom .bottom{
  margin-top: 60px;
  border-top: 1px solid #333333;
  padding-top: 28px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #C0C0C0;
}
.info-footer-bottom .bottom a{
  margin-top: 20px;
}
.info-footer-bottom .bottom img{
  width: 154px;
  height: 42px;
}

/* 右侧悬浮按钮组 */
.right-float-bar{
  position: fixed;
  right: 0;
  top: calc(50% - 125px);
  z-index: 9998;
  display: flex;
  flex-direction: column;
}
.right-float-bar .float-item{
  height: 50px;
  background-color: #1969C4;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}
.right-float-bar .float-item:last-child{
  border-bottom: none;
}
.right-float-bar:hover .float-item{
  background-color: #0E5BA8;
}
.right-float-bar .float-icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.right-float-bar .float-icon svg{
  width: 24px;
  height: 24px;
}
.right-float-bar .float-icon-text-content{
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.right-float-bar .float-content{
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1969C4;
}
.right-float-bar:hover .float-content{
  width: 180px;
}
.right-float-bar:hover .float-item{
  background-color: #0E5BA8;
}
.right-float-bar .float-text{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 10px;
  line-height: 1.4;
}
.right-float-bar .float-desc{
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  padding: 2px 10px 0 10px;
  white-space: nowrap;
}
/* 微信公众号项：展开时容器向下伸展以容纳二维码 */
.right-float-bar .float-item-qrcode{
  height: 50px;
  transition: height 0.3s ease, background-color 0.3s ease;
}
.right-float-bar:hover .float-item-qrcode{
  height: 190px;
}
.right-float-bar .float-item-qrcode .float-content{
  height: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.right-float-bar:hover .float-item-qrcode .float-content{
  width: 180px;
  height: 190px;
  overflow: hidden;
}
.right-float-bar .float-item-qrcode .float-text{
  padding-top: 10px;
  padding-bottom: 5px;
}
.right-float-bar .float-qrcode-img{
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 5px;
  margin: 0 10px 10px 10px;
  border-radius: 4px;
}
.right-float-bar .float-qrcode-img img{
  width: 100%;
  height: 100%;
}

/* 培训考试通知 */
.pxkstz-item{
  min-height: 271px;
  background-color: #FFFFFF;
  margin-top: 20px;
  padding: 25px 25px 0 25px;
}
.pxkstz-item .left{
  width: 386px;
  height: 221px;
}
.pxkstz-item .right{
  width: calc(100% - 406px);
}
.pxkstz-item .right .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  margin-bottom: 26px;
}
.pxkstz-item .right .text{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #898989;
}
.pxkstz-item .right .text+.text{
  margin-top: 20px;
}
.pxkstz-item .right .text .left_img{
  height: 20px;
  width: 22px;
  margin-right: 6px;
}
.pxkstz-item .right .text img{
  height: 20px;
  width: auto;
}
.pxkstz-status{
  width: 118px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  padding-left: 16px;
}
.pxkstz-status.status_1{
  background-image: url('./img/status_1.png');
}
.pxkstz-status.status_2{
  background-image: url('./img/status_2.png');
}
.pxkstz-status.status_3{
  background-image: url('./img/status_3.png');
}
@media (max-width: 800px){
  .pxkstz-item .left{
    width: 386px;
    height: 221px;
  }
  .pxkstz-item .right{
    width: 100%;
  }
}
/* 详情页 */
.detail-article-title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 26px;
  color: #292929;
  margin-bottom: 32px;
  text-align: center;
}
.detail-article-info{
  height: 56px;
  background: #F9F9F9;
  margin-bottom: 28px;
}
.detail-article-info .text{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.detail-article-info .text .left_img{
  height: 20px;
  width: 22px;
  margin-right: 6px;
}
.detail-article-info .text img{
  height: 20px;
  width: auto;
}
.detail-article-info .pxkstz-status{
  margin-top: 0;
}
.prevAndNext{
  border: 1px solid #EBEBEB;
  min-height: 87px;
  margin-top: 100px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  padding: 12px 16px;
}
/* 培训资料 */
.pxzl-item{
  width: 100%;
  min-height: 72px;
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  padding: 0 26px;
}
.pxzl-item+.pxzl-item{
  margin-top: 20px;
}
.pxzl-item:hover{
  color: #1969C4;
  border: 1px solid #1969C4;
  background-color: #fff;
}
.pxzl-item>div{
  width: calc(100% - 72px);
}
@media (max-width: 800px){
  .pxzl-item>div{
    width: calc(100% - 40px);
    overflow: hidden;text-overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;white-space: normal;
  }
}
@media (max-width: 450px){
  .pxzl-item{
    padding: 0 10px;
  }
  .pxzl-item>div{
    width: calc(100% - 32px);
    overflow: hidden;text-overflow: hidden;-webkit-line-clamp: 5;-webkit-box-orient: vertical;display: -webkit-box;white-space: normal;
  }
}
/* 培训动态 */
.pxdt-list .list-box{
  width: 100%;
  height: 505px;
  margin-top: 16px;
}
.pxdt-list .list-item{
  text-decoration: none;
  width: 100%;
  height: 85px;
  border: 1px solid #DEDEDE;
  padding: 14px 0;
  font-family: Source Han Sans CN;
  color: #9A9A9A;
}
.pxdt-list .list-item+.list-item{
  margin-top: 20px;
}
.pxdt-list .list-item .timebox{
  width: 88px;
  border-right: 1px solid #DEDEDE;
}
.pxdt-list .list-item .textbox{
  width: calc(100% - 88px);
  padding: 0 20px;
}
.pxdt-list .list-item .timebox .top{
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
}
.pxdt-list .list-item .timebox .bottom{
  font-size: 14px;
  line-height: 14px;
}
.pxdt-list .list-item .textbox .top{
  font-size: 18px;
  line-height: 18px;
  color: #444444;
}
.pxdt-list .list-item .textbox .bottom{
  font-size: 14px;
  line-height: 14px;
}
.pxdt-list .list-item:hover{
  color: #0E65C5;
  border: 1px solid #1969C4;
}
.pxdt-list .list-item:hover .timebox{
  border-right: 1px solid #1969C4;
}
.pxdt-list .list-item:hover .textbox .top{
  color: #0E65C5;
}
/* 热门推荐 */
.rmtj-list .list-box{
  width: 100%;
  height: 505px;
  margin-top: 16px;
}
.rmtj-list .list-item{
  text-decoration: none;
  width: 100%;
  height: 85px;
  color: #444444;
  border: 1px solid #DEDEDE;
  padding: 14px 0;
  font-family: Source Han Sans CN;
}
.rmtj-list .list-item:hover{
  color: #0E65C5;
  border: 1px solid #1969C4;
}
.rmtj-list .list-item+.list-item{
  margin-top: 20px;
}
.rmtj-list .list-item .textbox{
  width: 100%;
  padding: 0 20px;
}
.rmtj-list .list-item .textbox .top{
  font-size: 18px;
  line-height: 18px;
}
.rmtj-list .list-item .textbox .bottom{
  font-size: 14px;
  line-height: 14px;
  color: #9A9A9A;
}
.rmtj-list .list-item:hover .textbox .bottom{
  color: #0E65C5;
}

/* 大会首页 */
.info-hy-bg-1{
  min-height: 314px;
  width: 100%;
  background-image: url('./img/info_hy_bg_1.png');
  background-size: 1041px 99px;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 24px 0 32px 0;
}
.info-hy-bg-1 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
}
.info-hy-bg-1 .title .leftpart{
  color: #1969C4;
}
.info-hy-bg-1 .content{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #676767;
  line-height: 36px;
  margin-top: 32px;
  margin-bottom: 48px;
}
.info-hy-bg-1 a{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #1969C4;
}
.info-hy-bg-1 a img{
  width: 61px;
  height: 30px;
  margin-left: 8px;
}
.info-hy-bg-2{
  min-height: 567px;
  width: 100%;
  background-image: url('./img/info_hy_bg_2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 54px 0 20px 0;
}
.info-hy-bg-2 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}
.info-hy-bg-2 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.info-hy-bg-2 .list-item{
  text-decoration: none;
  width: 48%;
  height: 80px;
  color: #FFFFFF;;
  background: rgba(255, 255, 255, 0.2);
  padding: 14px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.info-hy-bg-2 .list-item .timebox{
  width: 80px;
  border-right: 1px solid #fff;
  color: #ABFCFF;
}
.info-hy-bg-2 .list-item .textbox{
  width: calc(100% - 80px);
  padding: 0 14px;
}
.info-hy-bg-2 .list-item .timebox .top{
  font-size: 18px;
  line-height: 18px;
}
.info-hy-bg-2 .list-item .timebox .bottom{
  font-size: 30px;
  line-height: 30px;
}
.info-hy-bg-2 .list-item .textbox .top{
  font-size: 16px;
  line-height: 16px;
}
.info-hy-bg-2 .list-item .textbox .bottom{
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 800px){
  .info-hy-bg-2 .list-item{
    width: 100%;
  }
}
.info-hy-bg-3{
  min-height: 472px;
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}
.info-hy-bg-3 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
}
.info-hy-bg-3 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
}
.info-hy-bg-3 .title .leftpart{
  color: #1969C4;
}
.info-hy-bg-3 .left{
  width: calc(100% - 335px);
}
.info-hy-bg-3 .right{
  width: 315px;
  height: 378px;
}
.info-hy-bg-3 .right img{
  width: 315px;
  height: 363px;
}
.info-hy-bg-3 .left .bottom-box{
  margin-top: 29px;
}
.info-hy-bg-3 .left .leftimg{
  width: 247px;
  height: 307px;
}
.info-hy-bg-3 .left .rightbox{
  width: calc(100% - 262px);
  height: 307px;
}

.info-hy-bg-3 .list-box{
  width: 100%;
  height: 505px;
  margin-top: 16px;
}
.info-hy-bg-3 .list-item{
  text-decoration: none;
  width: 100%;
  height: 85px;
  border: 1px solid #DEDEDE;
  padding: 14px 0;
  font-family: Source Han Sans CN;
  color: #9A9A9A;
}
.info-hy-bg-3 .list-item+.list-item{
  margin-top: 26px;
}
.info-hy-bg-3 .list-item .timebox{
  width: 88px;
  border-right: 1px solid #DEDEDE;
}
.info-hy-bg-3 .list-item .textbox{
  width: calc(100% - 88px);
  padding: 0 20px;
}
.info-hy-bg-3 .list-item .timebox .top{
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
}
.info-hy-bg-3 .list-item .timebox .bottom{
  font-size: 14px;
  line-height: 14px;
}
.info-hy-bg-3 .list-item .textbox .top{
  font-size: 18px;
  line-height: 18px;
  color: #444444;
}
.info-hy-bg-3 .list-item .textbox .bottom{
  font-size: 14px;
  line-height: 14px;
}
.info-hy-bg-3 .list-item:hover{
  color: #0E65C5;
  border: 1px solid #1969C4;
}
.info-hy-bg-3 .list-item:hover .timebox{
  border-right: 1px solid #1969C4;
}
.info-hy-bg-3 .list-item:hover .textbox .top{
  color: #0E65C5;
}
@media (max-width: 1200px){
  .info-hy-bg-3 .left .leftimg{
    display: none;
  }
  .info-hy-bg-3 .left .rightbox{
    width: 100%;
    height: 307px;
  }
}
@media (max-width: 850px){
  .info-hy-bg-3 .left{
    width: 100%;
  }
  .info-hy-bg-3 .right{
    width: 100%;
    justify-content: center;
  }
}

.info-hy-bg-4{
  min-height: 505px;
  width: 100%;
  background-color: #F7F7F7;
  padding: 54px 0 20px 0;
}
.info-hy-bg-4 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
}
.info-hy-bg-4 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
}
.info-hy-bg-4 .title .leftpart{
  color: #1969C4;
}
.info-hy-bg-4 .swiper-box{
  margin-top: 35px;
}
.info-hy-bg-4 .swiper {
  width: calc(100% - 88px);
  height: 318px;
}
.info-hy-bg-4 .swiper .swiper-slide{
  width: 240px;
  height: 318px;
}
.info-hy-bg-4 .swiper .swiper-slide img{
  width: 240px;
  height: 250px;
}
.info-hy-bg-4 .swiper-content{
  height: 68px;
  width: 240px;
  background: #1257A5;
  color: #fff;
  padding-top: 12px;
  padding-left: 10px;
}
.info-hy-bg-4 .swiper-content .top{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 21px;
  line-height: 21px;
}
.info-hy-bg-4 .swiper-content .bottom{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  margin-top: 12px;
}
.info-hy-bg-5{
  min-height: 303px;
  width: 100%;
  background-image: url('./img/info_hy_bg_5.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 58px 0 40px 0;
}
.info-hy-bg-5 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}
.info-hy-bg-5 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.info-hy-bg-5 .list-item{
  width: 213px;
  height: 85px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.info-hy-bg-5 .list-item-zwf{
  width: 213px;
}
.info-hy-bg-5 .list-item img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 1250px){
  .info-hy-bg-5 .list-item:nth-of-type(5){
    display: none;
  }
}
@media (max-width: 1040px){
  .info-hy-bg-5 .list-item:nth-of-type(4){
    display: none;
  }
}
@media (max-width: 850px){
  .info-hy-bg-5 .list-item:nth-of-type(3){
    display: none;
  }
}
/* 专家介绍 */
.zjxq-item{
  width: 49%;
  height: 228px;
  padding: 20px;
  background: #F9F9F9;
  margin-bottom: 20px;
}
.zjxq-item .left{
  width: 156px;
  width: 156px;
}
.zjxq-item .right{
  width: calc(100% - 170px);
}
.zjxq-item .right .title{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 14px;
}
.zjxq-item .right .line{
  height: 2px;
  background: #1969C4;
  width: 24px;
  margin-bottom: 20px;
}
.zjxq-item .right .content{
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
@media (max-width: 980px){
  .zjxq-item{
    width: 100%;
  }
}
/* 大会支持 */
.detail-card-box.dhzc-box{
  padding-left: 20px;
  padding-right: 20px;
}
.dhzc-box .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #484848;
  margin-bottom: 30px;
  margin-left: 10px;
}
.dhzc-box .title .leftpart{
  color: #1969C4;
}
.dhzc-box .dhzc-img{
  width: 213px;
  margin: 0 10px;
  height: 85px;
  margin-bottom: 20px;
}
.dhzc-img-zw{
  width: 213px;
  margin: 0 10px;
}
.dhzc-box .dhzc-img img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.dhzc-md-list{
  background-image: repeating-linear-gradient(
          to bottom, /* 从上到下 */
          #F8F8F8 0px,   /* 起始：灰色 */
          #F8F8F8 45px,  /* 0-45px：灰色背景（第一段） */
          transparent 45px, /* 45px开始：透明 */
          transparent 90px  /* 45-90px：透明间隔 */
    /* 自动重复：90px一个循环，一直往下延续 */
  );
}
.dhzc-md-item{
  width: 30%;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.dhzc-md-item-zw{
  width: 30%;
}
@media (max-width: 980px){
  .dhzc-md-item{
    width: 45%;
  }
  .dhzc-md-item-zw{
    width: 45%;
  }
}
@media (max-width: 600px){
  .dhzc-md-item{
    width: 100%;
  }
  .dhzc-md-item-zw{
    width: 100%;
  }
}
/* 学习平台 */
.xxpt-box{
  width: 100%;
  min-height: 500px;
  background-image: url('./img/info_hy_bg_1.png');
  background-size: 1041px 99px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 38px;
}
.xxpt-box .left{
  width: calc(100% - 516px);
}
.xxpt-box .right{
  width: 478px;
  height: auto;
}
.xxpt-box .title{
  padding-top: 26px;
  padding-bottom: 24px;
  font-family: Source Han Sans CN;
  color: #040504;
  font-size: 36px;
}
.xxpt-box .line{
  width: 72px;
  height: 3px;
  background-color: #1969C4;
}
.xxpt-box .content{
  margin-top: 40px;
  line-height: 40px;
  color: #676767;
  font-size: 16px;
  padding-right: 20px;
}
.xxpt-box .xxpt-btn{
  margin-top: 40px;
  margin-bottom: 40px;
  width: 144px;
  height: 46px;
  background-color: #1969C4;
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  border-radius: 2px;
  text-align: center;
  line-height: 46px;
}
@media (max-width: 980px){
  .xxpt-box .left{
    width: calc(100% - 320px);
  }
  .xxpt-box .right{
    width: 300px;
    height: auto;
  }
  .xxpt-box .content{
    padding-right: 0;
  }
}
@media (max-width: 800px){
  .xxpt-box .left{
    width: 100%;
  }
  .xxpt-box .right{
    width: 300px;
    height: auto;
  }
}
/* 大会照片 */
.detail-card-box.dhzp-box{
  padding-left: 0;
  padding-right: 0;
}
.dhzp-img{
  width: 267px;
  height: 174px;
  margin: 0 20px;
  margin-bottom: 40px;
  cursor: pointer;
}
.dhzp-img-zw{
  width: 267px;
  margin: 0 20px;
}
#showImg{
  display: none;
  width: 1200px;
  max-width: 100%;
  text-align: center;
  padding: 20px;
}
#showTheImg{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.layui-layer{
  max-width: 80% !important;
  top: 50px !important;
  height: calc();
}
.layui-layer .layui-layer-content{
  max-height: calc(100vh - 120px);
}
/* 课程内容 */
.kcnr-list .title-img{
  width: 26px;
  height: 24px;
  margin-right: 8px;
}
.kcnr-list .title-text{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.kcnr-list .kcnr-list-box{
  margin-top: 16px;
  background: #F9F9F9;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.kcnr-list .kcnr-list-box .kcnr-list-item{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 48px;
}
.kcnr-list .kcnr-list-box .kcnr-list-item+.kcnr-list-item{
  border-top: 1px dotted #D4D4D4;
}
/* 大会日程 */
.detail-card-box.dhrc-box{
  padding-bottom: 0;
}
.dhrc-box .dhrc-title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.dhrc-box .dhrc-barlist{
  min-height: 70px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
}
.dhrc-bar{
  margin: 6px 10px;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.dhrc-bar.active{
  background: #1969C4;
  color: #fff;
}
.dhrc_content{
  width: 100%;
  min-height: 400px;
  background-image: linear-gradient(
          to right, /* 从左往右渐变 */
          transparent 0,           /* 起点透明 */
          transparent 142px,       /* 0-142px 透明（空出位置） */
          #DBDBDB 142px,           /* 142px开始 竖线颜色 */
          #DBDBDB 143px,           /* 142-143px 1px宽竖线 */
          transparent 143px        /* 143px后 透明 */
  );
  padding-top: 40px;
}
.dhrc_content_item{
  margin-bottom: 40px;
}
.dhrc_content_time{
  width: 137px;
  padding-left: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.dhrc_content_icon{
  width: 12px;
  height: 20px;
}
.dhrc_content_icon-r{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dhrc_content_icon-r div{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1969C4;
}
.dhrc_content_content{
  width: calc(100% - 137px - 12px);
  padding-left: 32px;
}
.dhrc_content_title{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.dhrc_content_subtitle{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}
/* 大会报名 */
.dhbm-box .detail-card-box{
  width: calc(50% - 10px);
}
.dhbm-box .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #484848;
  margin-bottom: 30px;
}
.dhbm-box .title .leftpart{
  color: #1969C4;
}
.dhbm-box .layui-form-label{
  width: 100px;
  padding: 9px 0;
  text-align: right;
}
.dhbm-box .layui-btn:nth-of-type(1){
  background-color: #1969C4;
}
.dhbm-box .layui-btn{
  height: 34px;
  width: 100px;
  line-height: 34px;
}
/* 会后交流 */
.hhjl-box .hhjl-title{
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  text-indent: 32px;
  margin-bottom: 20px;
}
.hhjl-box .list-item{
  margin-bottom: 20px;
  background-color: #F9F9F9;
  padding: 20px;
  line-height: 36px;
  font-size: 16px;
}
.hhjl-box .title{
  color: #000;
  margin-bottom: 10px;
}
.hhjl-box .title img{
  width: 24px;
  height: 23px;
}
.hhjl-box .content img{
  width: 24px;
  height: 23px;
  margin-top: 7px;
  margin-right: 4px;
}
.hhjl-box .content{
  color: #777777;
}
/* 证书首页 */
.info-zs-bg-1{
  min-height: 314px;
  width: 100%;
  background-image: url('./img/info_hy_bg_1.png');
  background-size: 1041px 99px;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 24px 0 32px 0;
}
.info-zs-bg-1 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
}
.info-zs-bg-1 .title .leftpart{
  color: #1969C4;
}
.info-zs-bg-1 .content{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #676767;
  line-height: 36px;
  margin-top: 32px;
  margin-bottom: 48px;
}
.info-zs-bg-1 a{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #1969C4;
}
.info-zs-bg-1 a img{
  width: 61px;
  height: 30px;
  margin-left: 8px;
}
.info-zs-bg-2{
  min-height: 544px;
  width: 100%;
  background-image: url('./img/info_zs_bg_2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 54px 0 40px 0;
}
.info-zs-bg-2 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}
.info-zs-bg-3{
  min-height: 581px;
  width: 100%;
  background-color: #F4FBFF;
  padding: 40px 0;
}
.info-zs-bg-3 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
  margin-bottom: 32px;
}
.info-zs-bg-3 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
  margin-bottom: 32px;
}
.info-zs-bg-3 .title .leftpart{
  color: #1969C4;
}
.info-zs-bg-3 .left{
  width: calc(50% - 10px);
}
.info-zs-bg-3 .right{
  width: calc(50% - 10px);
}
.info-zs-bg-3 img{
  width: 100%;
  height: 130px;
}
.info-zs-bg-3 .list-item{
  padding: 19px 0;
  border-bottom: 1px solid #E5E5E5;
}
.info-zs-bg-3 .list-item a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  width: calc(100% - 120px);
}
.info-zs-bg-3 .list-item a:hover{
  color: #1969C4;
}
.info-zs-bg-3 .list-item div{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 800px){
  .info-zs-bg-3 .left{
    width: 100%;
  }
  .info-zs-bg-3 .right{
    width: 100%;
    margin-top: 20px;
  }
}
.info-zs-bg-5{
  min-height: 502px;
  width: 100%;
  background-color: #F7F7F7;
  padding: 40px 0;
}
.info-zs-bg-5 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
  margin-bottom: 32px;
}
.info-zs-bg-5 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
  margin-bottom: 32px;
}
.info-zs-bg-5 .title .leftpart{
  color: #1969C4;
}
.info-zs-bg-5 .left{
  width: 63.8%;
}
.info-zs-bg-5 .right{
  width: 34.2%;
}
.info-zs-bg-5 .left-box{
  width: calc(100% - 346px);
}
.info-zs-bg-5 .right-box{
  width: 330px;
}
@media (max-width: 1200px){
  .info-zs-bg-5 .left{
    width: 100%;
  }
  .info-zs-bg-5 .right{
    width: 100%;
    margin-top: 20px;
  }
  .info-zs-bg-5 .right .detail-card-box{
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 800px){
  .info-zs-bg-5 .left-box{
    width: 100%;
  }
  .info-zs-bg-5 .right .detail-card-box{
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 300px !important;
    justify-content: space-around;
  }
}
.info-zs-bg-5 .layui-form-label{
  width: 75px;
  padding: 9px 0;
  text-align: right;
}
.info-zs-bg-5 .layui-btn:nth-of-type(1){
  background-color: #1969C4;
}
.info-zs-bg-5 .layui-btn{
  height: 34px;
  width: 90px;
  line-height: 34px;
  border-radius: 4px;
}
.info-zs-bg-5 .layui-input-block{
  margin-left: 80px;
}
.info-zs-bg-5 .right-box-title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #1969C4;
  line-height: 30px;
}
.info-zs-bg-5 .right-box-text{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
}
.info-zs-bg-5 .right-box-subtext{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color:#666666;
  line-height: 28px;
}
.info-zs-bg-5 .person-box-item{
  width: 124px;
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
  padding-left: 2px;
}
.info-zs-bg-5 .person-box-item img{
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
.info-zs-bg-6{
  /* min-height: 577px; */
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}
.info-zs-bg-6 .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
  margin-bottom: 32px;
}
.info-zs-bg-6 .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
  margin-bottom: 32px;
}
.info-zs-bg-6 .title .leftpart{
  color: #1969C4;
}
.info-zs-bg-6 .left{
  width: calc(50% - 10px);
}
.info-zs-bg-6 .right{
  width: calc(50% - 10px);
}
@media (max-width: 1000px){
  .info-zs-bg-6 .left{
    width: 100%;
  }
  .info-zs-bg-6 .right{
    width: 100%;
    margin-top: 20px;
  }
}
.info-zs-bg-6 .left .list-item{
  width: 100%;
  height: 72px;
  border: 1px solid #F7F7F7;
  background-color: #F7F7F7;
  padding: 0 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
}
.info-zs-bg-6 .left .list-item+.list-item{
  margin-top: 22px;
}
.info-zs-bg-6 .left .list-item .text{
  width: calc(100% - 60px);
}
.info-zs-bg-6 .left .list-item:hover{
  border: 1px solid #1969C4;
  color: #1969C4;
}
.info-zs-bg-6 .right .list-item{
  background-color: #F9F9F9;
  padding: 20px;
  line-height: 28px;
  font-size: 18px;
}
.info-zs-bg-6 .right .list-item+.list-item{
  margin-top: 23px;
}
.info-zs-bg-6 .right .r-title{
  color: #000;
  margin-bottom: 10px;
  padding-left: 28px;
  text-indent: -28px;
  height: 56px;
}
.info-zs-bg-6 .right .r-title img{
  width: 24px;
  height: 23px;
}
.info-zs-bg-6 .right .r-content img{
  width: 24px;
  height: 23px;
  margin-top: 4px;
  margin-right: 4px;
}
.info-zs-bg-6 .right .content{
  color: #777777;
}
.info-zs-bg-3-onlyRight{
  min-height: 581px;
  width: 100%;
  background-color: #F4FBFF;
  padding: 40px 0;
}
.info-zs-bg-3-onlyRight .more-btn{
  text-decoration: none;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
  margin-bottom: 32px;
}
.info-zs-bg-3-onlyRight .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #484848;
  margin-bottom: 32px;
}
.info-zs-bg-3-onlyRight .title .leftpart{
  color: #1969C4;
}
.info-zs-bg-3-onlyRight .left{
  width: calc(49% - 10px);
  height: 410px;
  background-image: url('./img/info_zs_bg_3_3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.info-zs-bg-3-onlyRight .right{
  width: calc(51% - 10px);
}
.info-zs-bg-3-onlyRight .right img{
  width: 100%;
  height: 130px;
}
.info-zs-bg-3-onlyRight .list-item{
  padding: 17px 0;
  border-bottom: 1px solid #E5E5E5;
}
.info-zs-bg-3-onlyRight .list-item a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  width: calc(100% - 120px);
}
.info-zs-bg-3-onlyRight .list-item a:hover{
  color: #1969C4;
}
.info-zs-bg-3-onlyRight .list-item div{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 800px){
  .info-zs-bg-3-onlyRight .left{
    width: 100%;
    height: 130px;
    background-image: url('./img/info_zs_bg_3_2.png');
  }
  .info-zs-bg-3-onlyRight .right{
    width: 100%;
    margin-top: 20px;
  }
}
/* 培训计划 */
.pxjh-year{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  margin: 0 32px;
}
.pxjh-left-btn{
  width: 27px;
  height: 27px;
  background-color: #1969C4;
  border-radius: 4px;
}
/* 证书颁发 */
.zsbf-box .left-box{
  width: calc(100% - 346px - 410px);
  max-width: 400px;
}
.zsbf-box .right-box{
  width: 330px;
}
.zsbf-box .zsbf_bg{
  width: 396px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1200px){
  .zsbf-box .left-box{
    width: 100%;
    max-width: 100%;
  }
  .zsbf-box .right-box{
    width: 330px;
  }
}
.zsbf-box .layui-form-label{
  width: 75px;
  padding: 9px 0;
  text-align: right;
}
.zsbf-box .layui-btn:nth-of-type(1){
  background-color: #1969C4;
}
.zsbf-box .layui-btn{
  height: 34px;
  width: 90px;
  line-height: 34px;
  border-radius: 4px;
}
.zsbf-box .layui-input-block{
  margin-left: 80px;
}
.zsbf-box .right-box-title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #1969C4;
  line-height: 30px;
}
.zsbf-box .right-box-text{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
}
.zsbf-box .right-box-subtext{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color:#666666;
  line-height: 28px;
}
.zsbf-box .title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #484848;
  margin-bottom: 30px;
  margin-left: 10px;
}
.zsbf-box .title .leftpart{
  color: #1969C4;
}
.zsbf-box .person-box{
  background-color: #F9F9F9;
  width: 100%;
  padding: 20px 0;
}
.zsbf-box .person-box-item{
  width: 124px;
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
  padding-left: 2px;
}
.zsbf-box .person-box-item img{
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
@media (max-width: 1200px){
  .zsbf-box .person-box-item:nth-of-type(7){
    display: none;
  }
}
@media (max-width: 1000px){
  .zsbf-box .person-box-item:nth-of-type(6){
    display: none;
  }
}
@media (max-width: 800px){
  .zsbf-box .person-box-item:nth-of-type(5){
    display: none;
  }
}
@media (max-width: 650px){
  .zsbf-box .person-box-item:nth-of-type(4){
    display: none;
  }
}
@media (max-width: 500px){
  .zsbf-box .person-box-item:nth-of-type(3){
    display: none;
  }
}
/* 学习平台-new */
.info-zs-xxpt-bg-1{
  min-height: 460px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 60px 0;
  background-image: url('./img/info_zs_xxpt_bg_1.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.info-zs-xxpt-bg-1 .left{
  width: 33.9%;
  height: auto;
}
.info-zs-xxpt-bg-1 .right{
  width: 57%;
}
.xxpt-ptjs{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  margin-bottom: 24px;
}
.info-zs-xxpt-line{
  width: 50px;
  height: 5px;
  background: #076CE0;
  margin-bottom: 12px;
}
.xxpt-ptjs-content{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 48px;
  text-indent: 32px;
}
.xxpt-ptjs-button{
  width: 119px;
  height: 42px;
  background: #1969C4;
  border-radius: 10px;
  line-height: 42px;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
  margin-top: 32px;
  cursor: pointer;
}
@media (max-width: 1280px){
  .xxpt-ptjs-content{
    line-height: 36px;
  }
}
@media (max-width: 900px){
  .xxpt-ptjs-content{
    line-height: 28px;
  }
  .xxpt-ptjs-button{
    margin-top: 24px;
  }
}
.info-zs-xxpt-bg-2{
  width: 100%;
  background-color: #fff;
  padding: 40px 0 28px 0;
}
.info-zs-xxpt-bg-2 img{
  width: 100%;
  height: auto;
}
.info-zs-xxpt-bg-3{
  min-height: 508px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 108px 0 0 0;
  background-image: url('./img/info_zs_xxpt_bg_4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.info-zs-xxpt-bg-3 .left{
  width: 50%;
}
.xxpt-title{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 28px;
  color: #1969C4;
  margin-bottom: 24px;
}
.xxpt-content{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 42px;
}
.info-zs-xxpt-bg-4{
  width: 100%;
  background-color: #fff;
  padding: 40px 0 28px 0;
}
.info-zs-xxpt-bg-4 .left{
  width: 50.8%;
}
.info-zs-xxpt-bg-4 .right{
  width: 44.6%;
}
.info-zs-xxpt-bg-5{
  width: 100%;
  background-color: #E7F0FD;
  padding: 40px 0 28px 0;
}
.info-zs-xxpt-bg-5 .left{
  width: 51%;
}
.info-zs-xxpt-bg-5 .right{
  width: 47.66%;
}
@media (max-width: 1280px){
  .info-zs-xxpt-bg-4 .xxpt-content{
    line-height: 32px;
  }
  .info-zs-xxpt-bg-5 .xxpt-content{
    line-height: 32px;
  }
}
@media (max-width: 900px){
  .info-zs-xxpt-bg-4 .xxpt-content{
    font-size: 16px;
  }
  .info-zs-xxpt-bg-5 .xxpt-content{
    font-size: 16px;
  }
}
/* 富文本内容表格边框样式 */
.detail-article-content img{
  max-width: calc(100% - 4em);
}
.detail-article-content table,
.detail-content table,
.intro-content table,
.content-box table,
.kcnr-list table,
.canhuizhinan table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto !important;
}
.detail-article-content table td,
.detail-article-content table th,
.detail-content table td,
.detail-content table th,
.intro-content table td,
.intro-content table th,
.content-box table td,
.content-box table th,
.kcnr-list table td,
.kcnr-list table th,
.canhuizhinan table td,
.canhuizhinan table th {
  border: 1px solid #ddd;
  padding: 8px 10px;
  word-break: normal !important;
}
.detail-article-content table th,
.detail-content table th,
.intro-content table th,
.content-box table th,
.kcnr-list table th,
.canhuizhinan table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
/* 往期回顾选中项高亮（覆盖layui默认浅灰） */
.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav .layui-nav-child dd.layui-this {
  background-color: #0C7FF1 !important;
  color: #fff !important;
}

/* 回到顶部按钮 */
.back-to-top{
  width: 50px;
  height: 50px;
  background-color: #1969C4;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.back-to-top.show{
  opacity: 1;
  visibility: visible;
}

.back-to-top .arrow-up{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.back-to-top:hover{
  background-color: #0E5BA8;
}

/* ========== 热门推荐轮播（纯CSS自动切换） ========== */
.hot-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hot-carousel-inner {
  position: relative;
  width: 100%;
  min-height: 380px; /* 与原 left-box 高度一致，防止塌陷 */
}
.hot-carousel .hot-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: 1;
}
.hot-carousel .hot-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  position: relative;
}
/* ========== 热门推荐轮播结束 ========== */