@charset "UTF-8";
/*热点动态*/
.hot-trends-box {
  padding-bottom: 50px;
}

.hot-trends-box h2 {
  text-align: center;
}

.hot-trends-box h2 img {
  display: block;
  margin: 60px auto 32px;
}

.hot-trends-box h2 a {
  display: inline-block;
  vertical-align: middle;
}

.hot-trends-box .ul {
  width: 415px;
  margin-left: 24px;
}

.hot-trends-box .ul li {
  height: 70px;
  padding: 12px 20px;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  background: #FFF9EC;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

.hot-trends-box .ul li a {
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 70px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.hot-trends-box .ul li a:hover {
  text-decoration: underline;
}

.hot-swiper-wrap {
  width: 760px;
  height: 445px;
  overflow: hidden;
  position: relative;
}

.hot-swiper-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 760px;
  height: 445px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hot-swiper-wrap .swiper-slide .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 760px;
  height: 68px;
  background: rgba(0, 0, 0, 0.7);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}

.hot-swiper-wrap .swiper-slide a, .hot-swiper-wrap .swiper-slide img {
  width: 760px;
  height: 445px;
  overflow: hidden;
  display: block;
}

.hot-swiper-wrap .swiper-button-next, .hot-swiper-wrap .swiper-button-prev {
  color: white;
}

.hot-swiper-wrap .swiper-pagination {
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}

.hot-swiper-wrap .swiper-pagination-bullet {
  background: #EEEEEE;
  opacity: 1;
}

.hot-swiper-wrap .swiper-pagination-bullet-active {
  background: #FF0000;
}

/*师资库*/
.teachers-box {
  padding-top: 70px;
}

.teachers-box .header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.teachers-box .header h2 a {
  display: inline-block;
  vertical-align: middle;
}

.teachers-box .header img {
  display: block;
}

.teachers-box .header .menu {
  margin-top: 22px;
}

.teachers-box .header .menu a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #888888;
  margin-left: 30px;
}

.teachers-box .header .menu a:hover {
  text-decoration: underline;
}

.teachers-swiper-wrap {
  width: 1126px;
  height: 420px;
  overflow: hidden;
  padding: 35px 0px 40px;
}


.teachers-swiper-wrap .swiper-slide {
  width: 1126px !important;
  height: 420px !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teachers-swiper-wrap .swiper-slide-item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 363px;
  height: 200px;
  padding: 16px 18px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #F9DCCF;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.teachers-swiper-wrap .swiper-slide-item .more-btn {
  display: inline-block;
  vertical-align: middle;
  width: 81px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: #FB4830;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 5px;
}

.teachers-swiper-wrap .swiper-slide-item .photo {
  display: block;
  width: 115px;
  height: 163px;
  border-radius: 10px;
}

.teachers-swiper-wrap .swiper-slide-item .info {
  margin-left: 20px;
  text-align: left;
  width: 189px;
}

.teachers-swiper-wrap .swiper-slide-item dt {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.teachers-swiper-wrap .swiper-slide-item dd {
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  word-break: break-all;
}

.teachers-swiper-wrap .swiper-slide-item dd.txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  max-height: 90px;
}

.teachers-swiper-wrap .swiper-button-next {
  width: 28px;
  height: 67px;
  right: 0;
  background: url("../img/arr_01.png") no-repeat;
}

.teachers-swiper-wrap .swiper-button-prev {
  width: 28px;
  height: 67px;
  right: auto;
  left: 0;
  background: url("../img/arr_02.png") no-repeat;
}

.teachers-swiper-wrap .swiper-button-next:after, .teachers-swiper-wrap .swiper-button-prev:after {
  display: none;
}

/*课程库*/
.course-box {
  padding-top: 70px;
}

.course-box .header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.course-box .header h2 a {
  display: inline-block;
  vertical-align: middle;
}

.course-box .header img {
  display: block;
}

.course-box .header .menu {
  margin-top: 22px;
}

.course-box .header .menu a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #888888;
  margin-left: 30px;
}

.course-box .header .menu a:hover {
  text-decoration: underline;
}

.dxgkk-swiper-wrap {
    width: 1200px;
    height: 734px;
    overflow: hidden;
    padding: 0px;
}
.dxgkk-swiper-wrap .swiper-slide {
    width: 1200px !important;
    height: 704px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
.dxgkk-swiper-wrap .swiper-button-prev,.dxgkk-swiper-wrap .swiper-button-next{color:#C9C9C9;text-decoration: none;}
.dxgkk-swiper-wrap .swiper-button-prev:hover,.dxgkk-swiper-wrap .swiper-button-next:hover {
    text-decoration: none;
}

.dxgkk-swiper-wrap .swiper-slide-item {
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 664px;
    box-sizing: border-box;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    cursor: pointer;
    /*
    -webkit-align-items: center;
    align-items: center;
    */
}

.dxgkk-swiper-wrap .swiper-slide-item-info {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dxgkk-swiper-wrap .swiper-slide-item-info .info-left {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dxgkk-swiper-wrap .swiper-slide-item-info .info-right {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dxgkk-swiper-wrap .swiper-slide-item-info .info-left .info-left-title{
  font-size: 16px;
  width: auto;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 12px;
  background-color: #B51D22;
  text-align: center;
  color: #fff;
  margin-right: 20px;
}
.dxgkk-swiper-wrap .swiper-slide-item-info .info-left .content-unit{
  display: flex;
  height: 40px;
  box-sizing: border-box;
  padding-right: 20px;
  align-items: center;
  justify-content: flex-start;

}
.dxgkk-swiper-wrap .swiper-slide-item-info .info-left .content-unit .unit-item{
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background-color: rgb(229,229,229);
  border-radius: 15px;
  margin-right: 12px;
  box-sizing: border-box;
  padding: 0 12px;
  display: block;
}

#container-1 {
  position: relative;
  width: 700px;
  height: 40px;
}
 
#content-1 {
  position: absolute;
  left: 0; /* 初始位置在容器外面 */
}

#container-2 {
  position: relative;
  width: 700px;
  height: 40px;
}
 
#content-2 {
  position: absolute;
  left: 0; /* 初始位置在容器外面 */
}


#container-3 {
  position: relative;
  width: 700px;
  height: 40px;
}
 
#content-3 {
  position: absolute;
  left: 0; /* 初始位置在容器外面 */
}



.dxgkk-swiper-wrap .swiper-pagination-bullet {
    background: #BFBFBF;
    opacity: 1;
    width: 28px;
    height: 6px;
    border-radius: 10px;
  }
  
  .dxgkk-swiper-wrap .swiper-pagination-bullet-active {
    background: #FF0000;
    width: 45px;
  }

.course-swiper-wrap {
  width: 1200px;
  height: 420px;
  overflow: hidden;
  padding: 0px;
}

.course-swiper-wrap .swiper-slide {
  width: 1200px !important;
  height: 420px !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.course-swiper-wrap .swiper-slide-item {
  text-align: center;
  font-size: 18px;
  width: 528px;
  height: 172px;
  box-sizing: border-box;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
  /*
  -webkit-align-items: center;
  align-items: center;
  */
}



.course-swiper-wrap .swiper-slide-item .photo {
  display: block;
  width: 292px;
  min-width: 292px;
  height: 172px;
}

.course-swiper-wrap .swiper-slide-item .info {
  margin-left: 44px;
  text-align: left;
  width: 239px;
}

.course-swiper-wrap .swiper-slide-item h3 {
  font-family: Microsoft YaHei;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 116px;
  height: 116px;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.course-swiper-wrap .swiper-slide-item .txt {
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.course-swiper-wrap .swiper-pagination-bullet {
  background: #BFBFBF;
  opacity: 1;
  width: 28px;
  height: 6px;
  border-radius: 10px;
}

.course-swiper-wrap .swiper-pagination-bullet-active {
  background: #FF0000;
  width: 45px;
}

/*案例库*/
.example-box {
  padding-top: 70px;
}

.example-box .header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.example-box .header h2 a {
  display: inline-block;
  vertical-align: middle;
}

.example-box .header img {
  display: block;
}

.example-box .header .menu {
  margin-top: 22px;
}

.example-box .header .menu a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #888888;
  margin-left: 30px;
}

.example-box .header .menu a:hover {
  text-decoration: underline;
}

.example-box .main .ban {
  width: 400px;
  max-width: 400px;
  height: 300px;
}

.example-box .main .content {
  margin-right: 62px;
  margin-left: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  width: 484px;
  max-width: 484px;
}

.example-box .main .content h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.example-box .main .content .info {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 30px;
  height: 185px;
  margin-top: 42px;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.example-box .img-list a {
  display: block;
}

.example-box .img-list a:last-child {
  margin-top: 12px;
}

.example-box .img-list img {
  width: 220px;
  max-width: 220px;
  height: 144px;
}

/*基地库*/
.base-box {
  padding: 40px 0 30px;
}

.base-box .header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.base-box .header h2 a {
  display: inline-block;
  vertical-align: middle;
}

.base-box .header img {
  display: block;
}

.base-box .header .menu {
  margin-top: 22px;
}

.base-box .header .menu a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #888888;
  margin-left: 30px;
}

.base-box .header .menu a:hover {
  text-decoration: underline;
}

.base-box .info {
  width: 528px;
  height: 392px;
  background: #B51D22;
  position: absolute;
  left: 477px;
  z-index: 2;
  text-align: left;
}

.base-box .info h3 {
  height: 76px;
  line-height: 76px;
  padding: 0 20px;
  color: white;
  font-family: Microsoft YaHei;
  background: rgba(136, 0, 0, 0.9);
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}

.base-box .info .tit {
  font-size: 22px;
  margin-bottom: 5px;
  color: white;
}

.base-box .info .txt {
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  font-size: 18px;
  color: #F9EBCA;
  line-height: 32px;
  padding: 0 32px;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.base-box .swiper_result_next, .base-box .swiper_result_pre {
  position: absolute;
  width: 50px;
  height: 34px;
  cursor: pointer;
}

.base-box .swiper_result_next {
  left: 115px;
  top: auto;
  bottom: 65px;
  z-index: 3;
  background: url("../img/arr_011.png") center center no-repeat;
}

.base-box .swiper_result_pre {
  left: 69px;
  top: auto;
  bottom: 65px;
  z-index: 3;
  background: url("../img/arr_022.png") center center no-repeat;
}

/* .base-box .swiper_result_next:hover,.base-box .swiper_result_pre:hover{transform: scale(1);} */
.base-box .swiper-container {
  /* width: 100%; */
  overflow: hidden;
  height: 100%;
}

.base-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: gray;*/
  width: 600px;
  height: 445px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}

.base-box .swiper-slide-active, .base-box .swiper-slide-duplicate-active {
  transform: scale(1);
  position: relative;
  z-index: 2;
  margin-left: -40px;
}

/*党校公开课*/
.party-course-box h2 {
  text-align: center;
}

.party-course-box .header {
  margin: 30px 0 18px;
}

.party-course-box .header h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #D61919;
  line-height: 22px;
}

.party-course-box .header .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 22px;
}

.party-course-box .live-box {
  padding-bottom: 10px;
}

.party-course-box .live-box li {
  background: #FFF5DC;
  width: 580px;
  height: 280px;
  padding: 20px;
  box-sizing: border-box;
}

.party-course-box .live-box li:first-child {
  margin-right: 40px;
}

.party-course-box .live-box .peo {
  width: 168px;
  height: 225px;
  border-radius: 10px;
}

.party-course-box .live-box .info {
  margin-left: 15px;
  font-size: 12px;
  color: #888;
  line-height: 24px;
  position: relative;
  width: 358px;
  padding-top: 10px;
}

.party-course-box .live-box .info h4 {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 70px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.party-course-box .live-box .info .user {
  margin: 10px 0 8px;
  display: inline-block;
  padding: 5px 10px;
  background: #CF0000;
  color: white;
  font-size: 14px;
  min-width: 50px;
  line-height: 20px;
  border-radius: 50px;
  text-align: center;
}

.party-course-box .live-box .info .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 110px;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  font-size: 14px;
}

.party-course-box .live-box .info .btn {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #CE0000;
  line-height: 26px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.party-course-box .live-box .info .btn-over {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #9F9F9F;
  line-height: 26px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.party-course-box .live-box .info .btn img, .party-course-box .live-box .info .btn-over img {
  margin-right: 10px;
  vertical-align: -6px;
}

.party-course-box .recordTypeBox .item {
  font-size:20px;text-align:center;
}
.party-course-box .recordTypeBox .item .txt{
color:#999;line-height:60px;cursor:pointer;text-decoration: none;
}
.party-course-box .recordTypeBox .item .txt:hover{color:#e00;border-bottom:2px solid #e00;font-weight:bold;}

.party-course-box .record-box {
  font-family: SimSun;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  line-height: 28px;
  min-height: 600px;
}

.party-course-box .record-box li {
  margin-right: 25px;
}

.party-course-box .record-box li:last-child,.party-course-box .record-box li:nth-child(3n) {
  margin-right: 0;
}

.party-course-box .record-box li .info {
  width: 383px;
  height: 135px;
  background: #FFF5EE;
  border-radius: 10px;
  padding: 19px 13px 17px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.party-course-box .record-box .cover {
  display: block;
  width: 150px;
  min-width: 150px;
  height: 99px;
  margin-right: 10px;
}

.party-course-box .record-box h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 68px;
  width: 200px;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.party-course-box .record-box .txt {
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.party-course-box .record-box .btn {
  display: inline-block;
  width: 81px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: #F6212A;
  border-radius: 13px;
  color: white;
}
/* 湘江大讲堂 */
.party-course-box .lectureHall-record-box {
  font-family: SimSun;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  line-height: 28px;
  flex-wrap: wrap;
}
.party-course-box .lectureHallHome li {margin-bottom:0;}
.party-course-box .lectureHall-record-box li {
  padding-right:26px;margin-right:26px;position:relative;
}
.party-course-box .lectureHall-record-box li::before {
  content:'';
  position:absolute;right:0;top:0;
  height:197px;
  border-right:1px solid #EEE;
}
.party-course-box .lectureHall-record-box li:nth-child(3n) {
  margin-right:0;padding-right:0;
}
.party-course-box .lectureHall-record-box li:last-child::before{
  border-right:none;
}
.party-course-box .lectureHall-record-box li .img-box{
  position: relative;cursor: pointer;
}
.party-course-box .lectureHall-record-box li .play{
  width:40px;height:40px;background:url(../images/btn_play.png) no-repeat;cursor: pointer;
  position:absolute;top:78%;left:7px;background-size:40px auto;
}

.party-course-box .lectureHall-record-box .cover{
  display:block;
  width: 364px;
  height: 197px;
}
.party-course-box .lectureHall-record-box h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-top:15px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 68px;
  width: 364px;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
/*虚拟教研室*/
.virtually-box {
  padding-top: 70px;
}

.virtually-box .header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.virtually-box .header h2 a {
  display: inline-block;
  vertical-align: middle;
}

.virtually-box .header img {
  display: block;
}

.virtually-box .header .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  position: absolute;
  right: 5px;
  bottom: 15px;
}

.virtually-box .main .virtually-info {
  background: #F3F3F3;
  padding: 23px 29px;
}

.virtually-box .main .virtually-info .txt {
  line-height: 24px;
  height: 100px;
  text-indent: 2em;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.virtually-box .main .virtually-info .img-box {
  margin: 20px 0 30px;
}

.virtually-box .main .info .cover {
  width: 136px;
  height: 76px;
  margin-right: 28px;
}

.virtually-box .main .info .aside {
  width: 350px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 22px;
}

.virtually-box .main .info .aside dt {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 5px;
}

.virtually-box .main .info .aside dd {
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.virtually-box .main .hot-activity {
  margin-top: 60px;
}

.virtually-box .main .hot-activity .tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #C10000;
  line-height: 28px;
  position: relative;
}

.virtually-box .main .hot-activity .tit::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 406px;
  height: 2px;
  background: #B5B5B5;
}

.virtually-box .main .hot-activity li {
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.virtually-box .main .hot-activity li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #B9B9B9;
}

.virtually-box .main .hot-activity li a {
  color: #333333;
}

.virtually-box .main .hot-activity li a:hover {
  text-decoration: underline;
}

.virtually-swipper .virtually-swiper-wrap {
  width: 648px;
  margin: 0 auto;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.virtually-swipper {
  position: relative;
}

.virtually-swipper .swiper-slide {
  width: 136px;
  height: 90px;
  /* background: #F3F3F3; */
  /* padding:23px 29px; */
  box-sizing: border-box;
}

.virtually-swipper .swiper-pagination-bullet {
  background: #AAA;
  opacity: 1;
}

.virtually-swipper .swiper-pagination-bullet-active {
  background: #FF0000;
}

.virtually-swipper .virtually-swiper-button-prev.swiper-button-disabled, .virtually-swipper .virtually-swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

.virtually-swipper .virtually-swiper-button-prev {
  left: -10px;
  opacity: 1;
}

.virtually-swipper .virtually-swiper-button-next {
  right: -10px;
  opacity: 1;
}

.virtually-swipper .virtually-swiper-button-prev::after, .virtually-swipper .virtually-swiper-button-next::after {
  font-size: 20px;
  color: #999;
}

.virtually-swipper .main {
  width: 545px;
  margin-right: 56px;
}

.virtually-swipper .classify li {
  margin-bottom: 28px;
}

.virtually-form {
  width: 410px;
  height: 335px;
  padding: 35px 43px 43px;
  box-sizing: border-box;
  background: #F6F7FD url("../img/bk_01.png") center bottom no-repeat;
  margin-left: 32px;
}

.virtually-form li {
  margin-bottom: 23px;
}

.virtually-form li:first-child {
  margin-bottom: 15px;
}

.virtually-form li .input {
  width: 319px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #DCDCDC;
  padding: 13px 16px;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #AAAAAA;
}

.virtually-form li .input:focus {
  border: 2px solid #167EFF;
}

.virtually-form li .login-btn {
  width: 318px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0;
  background: #167EFF;
  border-radius: 5px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}

.virtually-form li .forget {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #167EFF;
  margin-top: 10px;
  display: inline-block;
}

/*云备课*/
.cloud-box {
  padding-top: 70px;
}

.cloud-box .header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.cloud-box .header h2 a {
  display: inline-block;
  vertical-align: middle;
}

.cloud-box .header img {
  display: block;
}

.cloud-box .main {
  padding-bottom: 20px;
}

.cloud-box .main dt {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #CE0000;
  line-height: 6px;
  margin: 16px 0 22px;
}

.cloud-box .main dd {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  background: url("../img/ico_06.png") left center no-repeat;
  padding-left: 30px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cloud-box .main dd a {
  color: #333333;
}

.cloud-box .main dd a:hover {
  text-decoration: underline;
}

.cloud-box .preparation {
  display: block;
}

.cloud-box .preparation img {
  width: 151px;
  height: 218px;
  border-radius: 10px;
}

/*好书推荐*/
.book-box {
  padding: 40px 0;
}

.book-box .header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.book-box .header h2 a {
  display: inline-block;
  vertical-align: middle;
}

.book-box .header img {
  display: block;
}

.book-box .header .more {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-top: 15px;
}

.book-box .main {
  padding: 40px 20px 82px;
  background: url("../img/bk_02.png") center bottom no-repeat;
}

.book-box .main li a {
  display: block;
  margin-right: 70px;
}

.book-box .main li a img {
  display: block;
  width: 234px;
  height: 321px;
  object-fit: cover;
}

.quick-entrance {
  height: 185px;
  background: #EEE;
  margin-top: 96px;
  margin-bottom: 45px;
}

.quick-entrance .menu {
  top: -69px;
  position: relative;
}

.quick-entrance .menu a {
  display: block;
  width: 185px;
  height: 210px;
  text-align: center;
  padding-top: 130px;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #505050;
  line-height: 48px;
}

.quick-entrance .menu a:hover, .quick-entrance .menu a.active {
  /* background: linear-gradient(0deg, #FF7640, #FFD989); */
  color: #FFFFFF;
  text-shadow: 0px 0px 5px rgba(70, 40, 0, 0.75);
}

.quick-entrance .menu a.n1 {
  background: white url("../images/btn_class_pressed.png") center 20px no-repeat;
}

.quick-entrance .menu a.n1:hover, .quick-entrance .menu a.n1.active {
  background: url("../images/btn_class_normal.png"), linear-gradient(0deg, #FF7640, #FFD989);
  background-position: center 20px, left top;
  background-repeat: no-repeat;
}

.quick-entrance .menu a.n2 {
  background: white url("../images/btn_teacher_normal.png") center 20px no-repeat;
}

.quick-entrance .menu a.n2:hover, .quick-entrance .menu a.n2.active {
  background: url("../images/btn_teacher_pressed.png"), linear-gradient(0deg, #FF7640, #FFD989);
  background-position: center 20px, left top;
  background-repeat: no-repeat;
}

.quick-entrance .menu a.n3 {
  background: white url("../images/btn_base_normal.png") center 20px no-repeat;
}

.quick-entrance .menu a.n3:hover, .quick-entrance .menu a.n3.active {
  background: url("../images/btn_base_pressed.png"), linear-gradient(0deg, #FF7640, #FFD989);
  background-position: center 20px, left top;
  background-repeat: no-repeat;
}

.quick-entrance .menu a.n4 {
  background: white url("../images/btn_book_normal.png") center 20px no-repeat;
}

.quick-entrance .menu a.n4:hover, .quick-entrance .menu a.n4.active {
  background: url("../images/btn_book_pressed.png"), linear-gradient(0deg, #FF7640, #FFD989);
  background-position: center 20px, left top;
  background-repeat: no-repeat;
}

.quick-entrance .menu a.n5 {
  background: white url("../images/btn_live_normal.png") center 20px no-repeat;
}

.quick-entrance .menu a.n5:hover, .quick-entrance .menu a.n5.active {
  background: url("../images/btn_live_pressed.png"), linear-gradient(0deg, #FF7640, #FFD989);
  background-position: center 20px, left top;
  background-repeat: no-repeat;
}

.quick-entrance .menu a.n6 {
  background: white url("../images/btn_training_normal.png") center 20px no-repeat;
}

.quick-entrance .menu a.n6:hover, .quick-entrance .menu a.n6.active {
  background: url("../images/btn_training_pressed.png"), linear-gradient(0deg, #FF7640, #FFD989);
  background-position: center 20px, left top;
  background-repeat: no-repeat;
}

.garden {
  width: 770px;
  margin-right: 40px;
}

.garden .info {
  background: #FFF6E5;
  height: 200px;
  margin-top: 15px;
  margin-bottom: 33px;
  box-shadow: 10px 10px 0 #DCDCDC;
}

.garden .info .img {
  width: 310px;
  height: 200px;
  display: block;
  margin-bottom: 15px;
}

.garden .info .main {
  padding: 20px 30px 20px 20px;
}

.garden .main h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #444444;
  line-height: 36px;
  margin-bottom: 10px;
}

.garden .main p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #957A45;
  line-height: 26px;
  margin-bottom: 24px;
}

.garden .main li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.garden .main li img {
  margin-right: 10px;
}

.dynamic {
  width: 480px;
}

.dynamic .ul {
  margin-top: 15px;
}

.dynamic li {
  height: 86px;
  margin-bottom: 3px;
  background: linear-gradient(90deg, #FFF7E6, #FBE4B7);
}

.dynamic li .date {
  display: block;
  width: 90px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #957A45;
}

.dynamic li .date .month {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #957A45;
}

.dynamic li .tit {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  padding-right: 30px;
  text-align: justify;
  color: #523A0C;
  line-height: 30px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specialized-courses {
  background: #EEE;
  text-align: center;
  margin-top: 34px;
  padding: 30px 0 66px;
}

.specialized-courses .ul {
  margin-top: 23px;
  height: 420px;
}

.specialized-courses li {
  background: white;
  margin-right: 50px;
  text-align: left;
  width: 400px;
}

.specialized-courses li:last-child {
  margin-right: 50px;
}

.specialized-courses li .img {
  width: 400px;
  height: 224px;
  display: block;
}

.specialized-courses li h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  height: 60px;
  font-size: 24px;
  color: #896233;
  margin: 18px 15px 15px;
  line-height: 32px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specialized-courses li p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  margin: 0 15px;
  line-height: 36px;
}

.specialized-courses li .btn {
  width: 91px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  margin-top: 9px;
  color: #FFFFFF;
  margin-right: 24px;
  background: #D93336;
  border-radius: 3px;
  line-height: 36px;
  cursor: pointer;
}

.live-room {
  margin-top: 36px;
  text-align: center;
}

.live-room .ul {
  margin-top: 25px;
  text-align: left;
}

.live-room .ul li {
  width: 630px;
  height: 300px;
  padding: 26px;
  box-sizing: border-box;
  background: #FEF3E1;
}

.live-room .ul li:first-child {
  margin-right: 40px;
}

.live-room li .img {
  display: block;
  width: 182px;
  height: 244px;
  object-fit: cover;
  margin-right: 19px;
  background: #FF0000;
  border-radius: 15px;
  box-shadow: 0 5px 0 #F2D6A1;
}

.live-room li h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #444444;
  line-height: 50px;
}

.live-room li .name {
  display: inline-block;
  padding: 0px 20px;
  min-width: 112px;
  box-sizing: border-box;
  background: #D00000;
  text-align: center;
  margin: 2px 0 10px;
  border-radius: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  font-size: 24px;
  color: #FFFFFF;
}

.live-room li p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.live-room li .btn {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #D9333F;
  cursor: pointer;
  line-height: 17px;
}

.live-room li .btn img {
  margin-right: 10px;
  vertical-align: -5px;
}

.teaching-staff {
  text-align: center;
  padding: 30px 0 63px;
  background: #EEE;
  margin-top: 50px;
}

.teaching-staff .ul {
  margin-top: 30px;
}

.teaching-staff .li {
  width: 185px;
  margin-right: 38px;
  background: white;
  display: block;
  height: 290px;
  padding: 10px 10px 0;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}

.teaching-staff .li:last-child {
  margin-right: 0;
}

.teaching-staff .li img {
  display: block;
  object-fit: cover;
  width: 165px;
  height: 230px;
}

.teaching-staff .li .name {
  display: block;
  line-height: 47px;
  text-align: center;
}

/*评委*/
.result-wrap {
  margin-top: 23px;
  position: relative;
}

.result-wrap .header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.result-wrap .header h2 a {
  display: inline-block;
  vertical-align: middle;
}
.result-wrap .header .more {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin-top: 25px;
}
.result-wrap .header img {
  display: block;
}

/* .result-wrap h2 img{display:block;margin:60px auto 32px;} */
.swiper_result_wrap {
  background-size: 100% 724px;
  width: 100%;
  height: 350px;
}

.swiper_result_wrap .swiper_result {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.swiper_result_wrap .swiper_result .swiper-wrapper {
  width: 100%;
  height: 300px;
  padding-top: 12px;
}

.swiper_result_wrap {
  position: relative;
}

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 265px !important;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  box-sizing: border-box;
}
.swiper-item{
  width: 190px;
  height: 265px;
  position: relative;
  margin-right: 0px;
  overflow: hidden;
}

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide .swiper-item a {
  height: 100%;
}

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide .swiper-item .photoImg {
  width: 190px;
  display: block;
  object-fit: cover;
  height: 265px;
  border-radius: 15px;
  object-fit: cover;
}

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide .swiper-item .user {
  width: 190px;
  height: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 15px 15px;
  box-sizing: border-box;
  padding: 0 12px;
}
.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-normal {
  width: 190px;
  transition: width 0.2s ease-in-out; /* 定义过渡效果 */
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active {
  width: 610px !important;
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), /* 正下方阴影 */
  -5px 0 10px rgba(0, 0, 0, 0.05), /* 左边阴影 */
  5px 0 10px rgba(0, 0, 0, 0.05), /* 右边阴影 */
  0 -5px 10px rgba(0, 0, 0, 0.05); /* 上方阴影 */
  overflow: hidden;
  margin-left: 5px;
  transition: width 0.2s ease-in-out; /* 定义过渡效果 */
}
.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active-box {
  width: 610px !important;
}

/* .pwk_item_title{
  display: none;
}
.pwk_item_line{
  display: none;
}
.pwk_item_teacherIntro{
  display: none;
}
.pwk_item_addPng{
  display: none;
}
.pwk_item_addText{
  display: none;
} */

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .pwk_item_title{
  position: absolute;
  height: 32px;
  top: 16px;
  left: 214px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 372px;
}

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .pwk_item_name{
  display: block;
  max-width: 180px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 26px;
}
.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .pwk_item_study{
  display: block;
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #ff6733;
  font-weight: bold;
  line-height: 20px;
  margin-left: 36px;
}

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .pwk_item_line{
  display: block;
  width: 372px;
  height: 1px;
  border-bottom: 2px solid rgb(220,220,220);
  position: absolute;
  top: 60px;
  left: 214px;
}
.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .pwk_item_teacherIntro{
  display: block;
  width: 372px;
  line-height: 28px;
  color: #666;
  font-size: 16px;
  position: absolute;
  top: 80px;
  left: 214px;
  overflow: hidden; /* 隐藏溢出的内容 */
  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 4; /* 限制在一个块元素显示的文本的行数 */
  text-overflow: ellipsis; /* 当文本溢出时显示省略符号 */
}
.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .pwk_item_addPng{
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 34px;
  left: 530px;
}
.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .pwk_item_addText{
  display: block;
  font-size: 16px;
  color: #d33;
  position: absolute;
  height: 20px;
  bottom: 34px;
  left: 550px;
}


.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .user{
  display: none;
}

.swiper_result_wrap .swiper_result .swiper-wrapper .swiper-slide  .swiper-item-active .photoImg{
  border-radius: 15px 0 0 15px;
}

.swiper_result_wrap .swiper-pagination {
  bottom: 40px;
}

.swiper_result_wrap .swiper-button-prev, .swiper_result_wrap .swiper-button-next{
  top: 120px;
  color: #C9C9C9;
}

.swiper_result_wrap .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #CCC;
  margin: 0 5px;
  border-radius: 0;
  opacity: 1;
}

.swiper_result_wrap .swiper-pagination-bullet-active {
  width: 30px;
  background: #FF0000;
}