
.left-menu .leftMenu{background: #fff;}

.yaxhdBg{background: url(../../images/yaxhd/bj6.png) no-repeat center bottom;}
.yaxhdBg1{background: url(../../images/yaxhd/bj5.png) no-repeat center bottom;}

.yaHead{position: relative;margin-top: -33px;}
.yaHead .yaHeadCon{margin-left: -13px;display: flex;justify-content: space-evenly;width: calc(100% + 26px);background: url(../../images/yaxhd/nav.png) no-repeat center top;}
.yaHead .item{min-width: 100px;margin: 10px 0px; text-align: center;line-height: 45px;border-bottom: 3px solid #0857c0;border-top: 3px solid #0857c0;font-family: SourceHanSansCN-Regular;opacity: 0.8;}
.yaHead .item a{color: #ffffff;}
.yaHead .item.on{border-bottom-color: #ffffff;font-family: SourceHanSansCN-Bold;opacity: 1;}
.yaHead .item:hover{opacity: 1;}


.yaxTitle{text-align: center;margin: 40px 0px;}
.yaxTitle .namebox{display: inline-block;font-family: SourceHanSansCN-Bold;position: relative;color: #ffffff;text-shadow: 2px 2px 1px rgba(0, 76, 117, 0.47);}
.yaxTitle .namebox .name{font-size: 36px; position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;height: 35px;line-height: 35px;}
.yaxTitle .morebtn{color: #999999;margin-top: 40px;font-family: SourceHanSansCN-Regular;}
.yaxTitle .morebtn:hover{color: #0857c0;}

/* 活动通知模块 */
.leftSwiper{height: 465px;margin-bottom: 20px;}
.leftSwiper .hotnew,.leftSwiper .hotnew .swiper-slide,.leftSwiper .hotnew .swiper-slide .imgbox{width: 100%;height: 100%;overflow: hidden;}
.leftSwiper .hotnew,.leftSwiper .hotnew .swiper-slide .imgbox{position: relative;}
.leftSwiper .hotnew .swiper-slide .title{color: #fff;line-height: 30px; padding: 65px 130px 20px 20px; position: absolute;width: 100%;height: 122px;left: 0;bottom: 0; background-image: linear-gradient(180deg,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%);}
.leftSwiper .hotnew .time{font-family: SourceHanSansCN-Medium;float: left;margin-right: 20px;}
.leftSwiper .hotnew .name{font-family: SourceHanSansCN-Regular;margin-top: 3px;display: inline-block;max-width: calc(100% - 110px);}
.leftSwiper .hotnew .newPage{position: absolute;bottom: 27px;right: 10px;z-index: 1;left: auto;width: auto;}
.leftSwiper .hotnew .newPage .swiper-pagination-bullet{width: 13px;height: 13px;background: #fff;opacity: 0.2;}
.leftSwiper .hotnew .newPage .swiper-pagination-bullet-active{opacity: 1;width: 30px;border-radius: 6px;}

.rightTz{margin-bottom: 20px;}
.rightHdtz{border-left: solid 3px #1982f7;height: 465px;display: flex;flex-direction: column;justify-content: space-between;}
.rightHdtz .item{position: relative;padding-left: 35px;padding-bottom: 15px;}
.rightHdtz .item::after{position: absolute;display: block;content: '';left: 0;top: 12px; width: 18px;height: 3px;background-color: #1982f7;}
.rightHdtz .item .name{color: #333333;font-family: SourceHanSansCN-Medium;display: inline-block;max-width: 100%;}
.rightHdtz .item .name:hover{color: #0857c0;}
.rightHdtz .item .info{color: #333333;opacity: 0.7;min-height: 48px;margin: 10px 0px;font-family: SourceHanSansCN-Regular;}
.rightHdtz .item:last-child{padding-bottom: 0;margin-bottom: -10px;}

/* 活动路线 */
.hdlx{height: 565px;background: url(../../images/yaxhd/bj4.png) no-repeat center;background-size: cover;overflow: hidden;margin: 60px 0px 20px;}
.hdlx .title{font-size: 36px;color: #fff;font-family: SourceHanSansCN-Bold;line-height: 36px;margin: 55px 0px;}
.hdlx .swiperLx{height: 325px;}
.hdlx .swiperLx .swiper-slide{}
.hdlx .swiperLx .box{position: relative;width: 130px;margin: 0 auto;}
.hdlx .swiperLx .num{position: absolute;top: 35px;left: -40px;background: #003b8a;border-radius: 50%; display: flex;width: 52px;height: 52px;align-items: center;justify-content: center;line-height: 100%;font-family: AlimamaShuHeiTi-Bold;color: #fffefe;}
.hdlx .swiperLx .imgbox{width: 125px;height: 125px;border-radius: 50%;overflow: hidden;border: solid 3px #003b8a;}
.hdlx .swiperLx .imgbox img{border-radius: 50%;}
.hdlx .swiperLx .name a{text-align: center;color: #fffefe;font-family: SourceHanSansCN-Medium;}
.hdlx .pagebtn{display: inline-block;float: right;}
.hdlx .pagebtn .topbtn{display: inline-block;width: 45px;height: 30px;cursor: pointer;}
.hdlx .pagebtn .swiper-prev{background: url(../../images/yaxhd/left.png) no-repeat center;}
.hdlx .pagebtn .swiper-next{background: url(../../images/yaxhd/right.png) no-repeat center;}
.hdlx .pagebtn .topbtn:hover{opacity: 0.7;}

.hdlx .swiperLx .swiper-slide{-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;top: 0;}
.hdlx .swiperLx .swiper-slide.swiper-slide-nth-prev-2 {top: 130px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-prev {top: 140px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-active {top: 152px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-next {top: 130px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-nth-next-2 {top: 35px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-nth-next-3 {top: 43px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-nth-next-4 {top: 108px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-nth-next-5 {top: 0px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-nth-next-6 {top: 10px;}
.hdlx .swiperLx .swiper-slide.swiper-slide-nth-next-7 {top: 118px;}

/* 学习心得 */
.xdWrap{position: relative;}
.xdWrap::after{position: absolute;display: block;bottom: -15px;left: 0;right: 0;margin: auto; width:calc(100% - 40px); content: '';height: 100px;border: solid 2px #1982f7;opacity: 0.5; }
.xdWrap .xdBox{position: relative;z-index: 1;background: #ffffff;border: solid 2px #1982f7;padding: 20px;}
.xdWrap .xdBox .navTabbox{margin-bottom: 30px;}
.xdWrap .xdBox .navTab{border-bottom: solid 2px #e1e1e1;display: flex;justify-content: center;font-family: SourceHanSansCN-Regular;}
.xdWrap .xdBox .navTab .item{border-bottom: 3px solid transparent;margin:0px 35px -3px;position: relative;z-index: 1;}
.xdWrap .xdBox .navTab .item a{color: #555555;line-height: 30px;padding: 15px 0px;display: inline-block;}
.xdWrap .xdBox .navTab .item.on{border-bottom-color: #0857c0;}
.xdWrap .xdBox .navTab .item.on a{color: #0857c0;font-family: SourceHanSansCN-Bold;}

.xdList .item{margin-bottom: 20px;}
.xdList .cover-box{border-radius: 4px;border: solid 1px #bdd2e7;padding: 10px 10px 0px;background: #fff;}
.xdList .cover-box .imgbox{height: 140px;position: relative;}
.xdList .cover-box .imgbox .timeWrap{padding: 15px 15px 5px;line-height: 24px; width: 100%;bottom: 0;color: #fff; position: absolute;background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);}
.xdList .cover-box .imgbox .timeWrap .author{display: inline-block;max-width: calc(100% - 100px);}
.xdList .fontWrap{padding: 8px 0px;}
.xdList .title a{display: inline-block;color: #333333;line-height: 26px;max-width: 100%;font-family: SourceHanSansCN-Medium;}
.xdList .title a:hover{color: #0857c0;}
.xdList .address{display: inline-block;color: #666666;min-height: 26px; line-height: 26px;max-width: 100%;font-family: SourceHanSansCN-Regular;}
.xdList .text-box{border-top: 1px solid #ebebeb;height: 50px;padding: 10px 0px;}
.xdList .text-box span{max-width: 100%; display: inline-block;color: #649fff;background-color: #e8f1ff;border-radius: 4px;line-height: 28px;padding: 0px 10px;margin-right: 5px;}


.yaxdSjjd{margin: 70px 0px 100px;}


@media screen and (min-width: 1200px) {
  .leftSwiper{width: 685px;}
  .rightTz{width: 500px;}

  /* 学习心得列表页 */
  .xdList1 .cover-box .imgbox{height: 125px;}
  .xdList1 .cover-box .imgbox .timeWrap{padding: 10px 10px 4px;}
  .xdList .title{font-size: 16px;}
  .xdList .address{font-size: 14px;margin: -5px 0px -3px;}
  .xdList .text-box{height: 40px;padding: 5px 0px;}

}
@media screen and (min-width: 992px) {
  .leftSwiper{width: 65%;}
  .rightTz{width: 35%;}
}

@media screen and (max-width: 1200px) {
  .xdWrap .xdBox .navTab .item{margin: 0px 10px -3px;}
  .yaxTitle .namebox .bg{height: 90px;}
}

@media screen and (max-width: 992px) {
  .font22{font-size: 18px;}
  .font20 {font-size: 16px;}

  .yaHead .item{margin: 6px 0px;line-height: 40px;}
  .yaxTitle .namebox .name,.hdlx .title{font-size: 30px;}
  .yaxTitle .namebox .bg{height: 80px;}
  .hdlx .title{margin: 35px 0px;}

  .yaHead{margin-top: 0;background: #0857c0;}
  
}
@media screen and (max-width: 768px) {
  .hdlx{height: 390px;}
  .hdlx .swiperLx{height: 230px;}
  .hdlx .swiperLx .swiper-slide.swiper-slide-active{top: 0px;}
  .hdlx .swiperLx .swiper-slide.swiper-slide-next{top: 50px;}
  .hdlx .swiperLx .swiper-slide.swiper-slide-nth-next-2{top: 30;}
  .hdlx .swiperLx .box{width: 115px;}
  .hdlx .swiperLx .imgbox{height: 110px;width: 110px;}
  .hdlx .swiperLx .num{width: 45px;height: 45px;}

  .xdWrap .xdBox .navTabbox{overflow-x: auto;overflow-y: hidden;}
  .xdWrap .xdBox .navTab{display: block;width: max-content;}
  .xdWrap .xdBox .navTab .item{display: inline-block;}
}
@media screen and (max-width: 540px) {
  .yaxTitle{margin: 15px 0px;}
  .yaxTitle .namebox img{height: 50px;}
  .yaxTitle .morebtn{margin-top: 22px;}
  .yaxTitle .namebox .name, .hdlx .title{font-size: 22px;}
  .yaxTitle .namebox .bg{height: 60px;}

  .leftSwiper{height: 250px;}

  .hdlx{margin: 0;}
  .xdList .item{width: 100%;}

  .yaHead .container{padding: 0;overflow-x: auto;}
  .yaHead .yaHeadCon{display: block;margin-left: 0;width: max-content;word-break: keep-all;}
  .yaHead .item{display: inline-block;min-width: auto;padding: 0px 10px;}

  .rightHdtz{height: auto;}
  .rightHdtz .item .info{min-height: auto;}

  .leftSwiper .hotnew .swiper-slide .title{padding-right: 10px;}
  .leftSwiper .hotnew .newPage{display: none;}
  .leftSwiper .hotnew .swiper-slide .title{padding: 10px;height: 50px;}
}