/* body {
    background: url(../images/indexBg.png) left top /100% 100%;
} */


body {
    background: url(../images/bg1.png);
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    justify-content: flex-end;
    bottom: 20px;
    margin-right: 21px;
    right: 0px;
    left: inherit;
}

.Surveytitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.Surveytitle img {
    width: 20px;
    margin: 0 20px;
}

.Surveytitle span {
    font-family: TsangerYuYangT-W03;
    font-size: 32px;
  
    letter-spacing: 0px;
    color: #333333;
}

.synopsisCon {
    width: 90%;
    max-width: 1350px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}

.Notice {
    width: 100%;
    height: auto;

    padding: 80px 0;
}

.NoticeI {
    width: 90%;
    max-width: 1350px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NoticeI .lefttp {
    width: 52%;
    height: 100%;
    overflow: hidden;
    position: relative;
    
}

.NoticeI .lefttp a {
    display: block;
    width: 100%;
    position: relative;
}
.NoticeI .lefttp a img{
    transition: 0.4s ease-in-out 0.3s;
}
.NoticeI .lefttp a img:hover{
    transform: scale(1.2);

}
.NoticeI .lefttp a p {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #fffefe;
    text-indent: 2em;
}

.NoticeI .NoticeCon {
    width: 46%;
}

.NoticeCon .NoticeHot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NoticeCon .NoticeHot .time {
    width: 134px;
    height: 176px;
    background: url(../images/education_img2.png) center center/100% 100%;
    overflow: hidden;
}

.NoticeCon .NoticeHot .time .day {
    display: block;
    font-size: 48px;
    letter-spacing: 0px;
    color: #72422c;
    margin-top: 50px;
    text-align: center;
}

.NoticeCon .NoticeHot .time .year {
    display: block;
    font-size: 21px;
    letter-spacing: 0px;
    color: #72422c;
    margin-top: 10px;
    text-align: center;
}

.NoticeCon .NoticeHot .NoticeHot_info {
    width: calc(100% - 145px);
}

.NoticeCon .NoticeHot .NoticeHot_info dt {
    font-size: 22px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.NoticeCon .NoticeHot .NoticeHot_info dd {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.NoticeCon .NoticeList {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
    border-bottom: 1px dashed #cccccc;
}

.NoticeCon .NoticeList:last-child {
    border-bottom: none;
}

.NoticeCon .NoticeList .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NoticeCon .NoticeList .title p {
    width: calc(100% - 130px);
    font-size: 18px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NoticeCon .NoticeList .title span {
    width: 100px;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0px;
    color: #333333;
}

.NoticeCon .NoticeList .info {
    font-size: 14px;
    letter-spacing: 0px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.fgx {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px auto;
}

.fgx i {
    width: 90%;
    border-top: 1px #72422c dashed;
}

.fgx span {
    margin-left: 10px;
    font-size: 16px;
    color: #333333;
}


/* 往期·活动 */

.PreviousPeriod {
    padding: 60px 0;
    background: url(../images/bgwl1.png);
    
}


.PreviousPeriodCon {
    width: 90%;
    max-width: 1400px;
    margin: 30px auto;
    background: url(../images/education_img4.png) center center/100% 505px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.PreviousPeriodCon .PreviousPeriod_left {
    width: 45%;
    position: relative;
}

.PreviousPeriodCon .PreviousPeriod_left::before {
    position: absolute;
    content: "";
    width: 39px;
    height: 39px;
    background: url(../images/education_img3.png) center center/100% 100%;
    left: 0;
    top: 0;
}

.PreviousPeriodCon .PreviousPeriod_left dt {
    width: 90%;
    margin: auto;
    font-size: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 50px;
}

.PreviousPeriodCon .PreviousPeriod_left dd {
    margin-top: 33px;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 50px;
    text-indent: 2em;
}

.PreviousPeriodCon .PreviousPeriod_left dd p {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    width: 80%;
    margin: auto;
    text-indent: 2em;
}

.PreviousPeriodCon .PreviousPeriod_left .more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0px;
    color: #766048;
}

.PreviousPeriodCon .PreviousPeriod_left .more img {
    width: 14px;
    margin: 0 5px;
}

.PreviousPeriod_right {
    width: 50%;
}


/* 云课堂 */

.classRoom {
    width: 100%;
    height: auto;
    padding: 80px 0 0;
}

.ClassRoomNav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px auto;
}

.ClassRoomNav span {
    width: 128px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 20px;
    cursor: pointer;
}

.ClassRoomNav span.active {
    color: #fff;
    background: url(../images/education_img6.png) center center/100% 100%;
}

.classRoomCon {
    width: 90%;
    max-width: 1400px;
    margin: 30px auto 0;
}

.classRoomCon .classRoomCon_list {
    display: none;
}

.classRoomCon .classRoomCon_list.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.classRoomCon .classRoomCon_list .classList {
    width: 30%;
    max-width: 410px;
    position: relative;
}

.classRoomCon .classRoomCon_list .classList::before {
    position: absolute;
    content: "";
    width: 341px;
    height: 321px;
    background: url(../images/education_img9.png) center center/100% 100%;
    left: -20px;
    top: 10px;
}

.classRoomCon_list .classList .classImg {
    width: 95%;
    max-width: 380px;
    position: relative;
}
.classRoomCon_list .classList .classImg img{
    min-height: 260px;
    object-fit: cover;
}

.classRoomCon_list .classList .classImg::after {
    position: absolute;
    content: "";
    width: 58px;
    height: 58px;
    background: url(../images/education_img7.png) center center/100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.classRoomCon_list .classList .classTitle {
    width: 90%;
    padding: 0 2.5%;
    max-width: 380px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    background-color: #72422c;
    margin-top: 18px;
    text-align: center;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    position: relative;
}

.classRoomCon_list .classList p {
    width: 95%;
    max-width: 380px;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 5%;
}

.classRoomCon_list .moreCon {
    width: 100%;
    margin: 56px auto;
}

.classRoomCon_list .moreCon .more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0px;
    color: #766048;
}

.classRoomCon_list .moreCon .more img {
    width: 14px;
    margin: 0 5px;
}


/* 云课堂列表 */

.currentLocation {
    width: 100%;
    height: auto;
    background: url(../images/bg1.png) center center/100% 100%;
    padding: 80px 0;
}

.currentLocation .currentLocation_Nav {
    width: 90%;
    max-width: 1400px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #6666;
}

.currentLocation .currentLocation_Nav a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
}

.currentLocation .currentLocation_Nav a img {
    width: 10px;
}

.classRoom_Y {
    width: 90%;
    max-width: 1400px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.classRoom_Y .classList {
    width: calc(100% / 3);
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    box-sizing: border-box;
    padding: 25px 0 40px;
}

.classRoom_Y .classList:nth-child(3n-1) {
    border: 1px solid rgba(153, 153, 153, 0.3);
}

.classRoom_Y .classList:nth-child(-n+3) {
    border-top: none;
    padding-top: 0;
}

/*.classRoom_Y .classList:nth-last-child(1),
.classRoom_Y .classList:nth-last-child(2),
.classRoom_Y .classList:nth-last-child(3) {
    border-bottom: none;
}*/

.classRoom_Y .classList>* {
    width: 90%;
    /* margin: 0 auto; */
}

.classRoom_Y .classList .classImg {
    position: relative;
}

.classRoom_Y .classList .classImg::after {
    position: absolute;
    content: "";
    width: 58px;
    height: 58px;
    background: url(../images/education_img7.png) center center/100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.classRoom_Y .classList .classTitle {
    font-size: 18px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px auto;
}

.classRoom_Y .classList p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width:1440px) {
    .classRoomCon_list .classList .classTitle {
        font-size: 14px;
    }
}

@media (max-width:996px) {
    .NoticeI .lefttp {
        width: 100%;
    }
    .NoticeI .lefttp a p {
        font-size: 0.12rem;
    }
    .NoticeI .NoticeCon {
        width: 100%;
    }
    .fgx i {
        width: 83%;
    }
    .PreviousPeriodCon .PreviousPeriod_left {
        padding-left: 0;
        width: 90%;
        margin: auto;
    }
    .classRoomCon .classRoomCon_list .classList {
        width: 90%;
        margin: 0 auto 0.4rem;
    }
    .classRoomCon_list .classList .classImg {
        width: 100%;
    }
    .classRoomCon_list .classList .classTitle {
        width: 100%;
        font-size: 0.16rem;
    }
    .classRoomCon_list .classList p {
        margin-top: 0.05rem;
    }
    .NoticeCon .NoticeHot .NoticeHot_info dt {
        font-size: 0.3rem;
    }
    .NoticeCon .NoticeHot .NoticeHot_info dd {
        font-size: 0.22rem;
    }
    .PreviousPeriodCon .PreviousPeriod_left .more {
        margin-bottom: 0.4rem;
    }
    .classRoom {
        padding-bottom: 0;
    }
    .classRoom_Y .classList {
        width: 100%;
        border: none !important;
    }
    .PreviousPeriodCon .PreviousPeriod_left dt {
        font-size: 0.4rem;
    }
    .PreviousPeriodCon .PreviousPeriod_left dd p {
        font-size: 0.3rem;
    }
    .NoticeCon .NoticeList .title p {
        font-size: 0.3rem;
    }
    .NoticeCon .NoticeList .info {
        font-size: 0.22rem;
    }
    .Notice {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .PreviousPeriodCon .PreviousPeriod_left .more {
        font-size: 0.3rem;
    }
}

@media(max-width:768px){
    .NoticeI{
    
    }
    .NoticeI .lefttp a p{
        text-indent: 1em;
    }
    .Surveytitle{
        margin-bottom: 0.5rem;
    }
    .NoticeI .lefttp a p{
        font-size: 0.24rem;
    }
    .NoticeI .NoticeCon{
        margin-top: 0.3rem;
    }
    .NoticeCon .NoticeHot .NoticeHot_info dd{
        font-size: 0.24rem;
        line-height: 0.35rem;
    }
    .NoticeCon .NoticeHot .time{
       width: 111px;
       height: 121px;
    }
    .NoticeCon .NoticeHot .time .day{
        font-size: 0.6rem;
        font-weight: bold;
        margin-top: 0.6rem;
    }
    .NoticeCon .NoticeHot .time .year{
        font-size: 0.28rem;
        margin-top: 0.1rem;
    }
    .NoticeCon .NoticeList .info{
        font-size: 0.24rem;
    }
    .PreviousPeriod,.classRoom{
        padding: 0.5rem 0;
    }
    .PreviousPeriodCon .PreviousPeriod_left dd{
        margin-top: 0.5rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
     
    }

    .PreviousPeriodCon .PreviousPeriod_left::before{
        width:10px;
        height:10px;
        top:40px;
    }
    .ClassRoomNav,.classRoomCon_list .moreCon{
        margin: 0.5rem auto;
    }
    .classRoomCon_list .classList p{
        margin-top: 0.5rem;
    }
    .PreviousPeriod_right{
        width: 100%;
    }
    .PreviousPeriodCon,.classRoomCon_list .moreCon{
        margin: 0 auto;
    }
    .classRoomCon_list .classList .classTitle{
        font-size: 0.24rem;
    }
    .exhibit .examine{
        margin: 0;
    }
}
