body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    /* position: relative; */
}
/*home*/
.pull-left {
    float: left;
}
.body-home {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    overflow-x: hidden;
}
.body-home .left-advertising {
    /* padding-right: 25px; */
    padding-right: 22px;
}
.body-home .left-advertising img {
    /* display: block; */
}
.body-home .advertising-area {
    height: 100%;
    width: calc((calc(100% - 1050px))/2);
    flex: 1;
    position: relative;
    /* max-width: 350px; */
}
.body-home .advertising-area .swiper-container {
    max-width: 350px;
    width: 82%;
}
.body-home .left-advertising .swiper-container {
    /* position: absolute; */
    /* right: 25px; */
    /* width: 100%;     */
    margin-right: 0;
    margin-left: auto;
    right: 0;
}
.body-home .left-advertising .swiper-container .swiper-wrapper div {
    margin-left: auto;
}
.body-home .advertising-area .swiper-container .swiper-wrapper div {
    /* width: 80%; */
    /* margin: 0 auto; */
}
.body-home .advertising-area img{
    /* width: 145px; */
    /* height: 218px; */
    width: 100%;
    height: auto;
}
.wap-top-guanggao-one {
    display: none;
}
.wap-top-guanggao-two {
    display: none;
}
.body-home .home-top-guanggao-one {
    width: 100%;
    margin-bottom: 22px;
    height: 562px;
    /* background-color: #858585; */
}
.body-home .home-top-guanggao-two {
    width: 100%;
    /* height: 140px; */
    margin-bottom: 22px;
    display: none;
}
.body-home .main-part {
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    overflow-y: hidden;
}
.body-home .main-part .wap-ad {
    display: none;
}
.body-home .right-advertising {
    padding-left: 22px;
}
.body-home .right-advertising .swiper-container{
    margin-left: 0;
}
.body-home .main-part .carousel-part {
    width: 100%;
    height: 363px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-part .carousel-part .swiper-container{
    width: 659px;
    height: 100%;
    margin-right: 20px;
    position: relative;
}
.main-part .carousel-part .swiper-container .swiper-slide img {
    height: 363px;
    /*object-fit: none;*/
    object-fit: cover;
    display: block;
}
.main-part .carousel-part .swiper-container .swiper-title{
    position: absolute;
    /*right:45px;*/
    bottom:1px;
    left: 0;
    font-family: Microsoft YaHei;
    box-sizing: border-box;
    width: 100%;
    padding: 0 26px;
    height:95px;
    /*background:url(../images/home/turn_title_bg.png) repeat-x left center;*/
    /*background-size: 100% 100%;*/
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 87.89%);

}
.main-part .carousel-part .swiper-container .swiper-title p {
    width: 100%;
    font-size:18px;
    line-height:40px;
    text-align: center;
    color: #ffffff;
    word-break: break-all;
    overflow: hidden;
    padding-top: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.main-part .carousel-part .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width:7px;
    height:6px;
    background:url(../images/home/turn_dian.png) 0/100% no-repeat;
    opacity: 1;
    margin:0;
}
.main-part .carousel-part .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
}
.main-part .carousel-part .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background:url(../images/home/turn_dian_on.png) no-repeat;
}



/*.main-part .carousel-part .swiper-container .swiper-title::before {*/
/*    content:'';*/
/*    width:26px;*/
/*    height:63px;*/
/*    display:block;*/
/*    position: absolute;*/
/*    left:-25px;*/
/*    top:-1px;*/
/*    background:url(../images/home/swiper-bg-before.png) no-repeat;*/
/*}*/
.main-part .carousel-part .swiper-container .swiper-title::after {
    content:'';
    width:30px;
    height:62px;
    display:block;
    position: absolute;
    right:-26px;
    top:0;
    /*background:url(../images/home/swiper-bg-after.png) no-repeat;*/
}
.main-part .interpretation-div {
    width: 263px;
    height: 363px;
    padding: 0 29px;
    background: url("../images/home/exclusive-bg.png") no-repeat center;
    background-size: 321px 363px;
}
.main-part .interpretation-div .interpretation-title {
    height: 35px;
    margin-top: 17px;
    margin-left: 57px;
}
.main-part .interpretation-div .interpretation-title img {
    object-fit: contain;
    display: block;
    float: left;
}
.main-part .interpretation-div .interpretation-title .interpretation-icon {
    width: 38px;
    height: 25px;
    padding-top: 5px;
}
.main-part .interpretation-div .interpretation-title .internation-title {
    height: 35px;
    width: 124px;
    margin-left: 5px;
}
/*  */
.interpretation-div .interpretation-content {
    padding-top: 17px;
}
.interpretation-div .interpretation-content .interpretation-detail{
    position: relative;
    height: 205px;
    box-sizing: border-box;
    padding-bottom: 51px;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    overflow: hidden;
}
.interpretation-div .interpretation-content  .interpretation-text {
    position: absolute;
    bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.interpretation-div .interpretation-content .interpretation-detail .interpretation-detail-img img{
    width: 100%;
    height: 140px;
    object-fit: contain;
}
.interpretation-div .interpretation-content .interpretation-detail a {
    text-decoration: none;
}
.interpretation-div .interpretation-content .interpretation-detail p {
    font-size: 16px;
    color: #ffffff;
    line-height: 21px;
    padding-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.interpretation-div .interpretation-content .interpretation-detail:nth-child(2) {
    height: 65px;
}
.interpretation-div .interpretation-content .interpretation-detail:nth-child(2) img{
    opacity: 0;
}
/*  */
.main-part .course-list-scroll {
    width: 100%;
}
.main-part .course-list-scroll .course-list-part {
    height: 175px;
    margin-top: 27px;
}
.main-part .course-list-scroll .course-list-flag {
    position: relative;
    z-index: 10;
}
.main-part .course-list-scroll .course-list-flag img{
    width: 92px;
    height: 175px;
}
.main-part .course-list-scroll .course-list-flag a p {
    position: absolute;
    bottom: 25px;
    z-index: 20;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    width: 82px;
    text-align: center;
    cursor: pointer;
}
.main-part .course-list-scroll .course-list {
    width: 917px;
    height: 164px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: -10px;
    display: flex;
    /*border-right: 1px solid #DADADA;*/
}
.main-part .course-list-scroll .course-list::-webkit-scrollbar {
    display: none;
}
.course-list-scroll .course-list .course-list-single:first-child {
    border-left: 1px solid #DADADA;
}
.course-list-scroll .course-list .course-list-single {
    width: 162px;
    height: 162px;
    border-top: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}
.course-list-scroll .course-list .course-list-single img{
    width: 162px;
    height: 162px;
    object-fit: contain;
}
.main-part .news-abroad-area {
    margin-top: 27px;
}
.main-part .news-abroad-area .abroad-title {
    width: 233px;
    height: 30px;
    margin: 0 auto 13px;
}
.main-part .news-abroad-area .abroad-title img {
    width: 233px;
    height: 30px;
    object-fit: contain;
}
.main-part .news-abroad-area .abroad-body-wap {
    display: none;
}
.main-part .news-abroad-area .abroad-body {
    background: url("../images/home/abroad-video-bg.png") no-repeat center;
    background-size: 100% 254px;
    padding: 27px 25px 21px;
}
.main-part .news-abroad-area .abroad-body-wap {
    display: none;
}
.main-part .news-abroad-area .abroad-body .abroad-body-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /*width: 300%;*/
}
.news-abroad-area .abroad-body .abroad-video-div {
    margin-right: 16px;
    width: 100%;
}
.news-abroad-area .abroad-body .abroad-video-div:last-child {
    margin-right: 0;
}
.news-abroad-area .abroad-body .abroad-video-div .video-img {
    width: 100%;
    min-width: 305px;
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.news-abroad-area .abroad-body .abroad-video-div .video-img .show-video-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 147px;
    z-index: 20;
    width: 100%;
    object-fit: contain;
}
/*.news-abroad-area .abroad-body .abroad-video-div .video-img-first {*/
/*    background: url("../images/home/abroad-video-1.png") no-repeat center;*/
/*    background-size: 100% 147px;*/
/*}*/
/*.news-abroad-area .abroad-body .abroad-video-div .video-img-second {*/
/*    background: url("../images/home/abroad-video-2.png") no-repeat center;*/
/*    background-size: 100% 147px;*/
/*}*/
/*.news-abroad-area .abroad-body .abroad-video-div .video-img-third {*/
/*    background: url("../images/home/abroad-video-3.png") no-repeat center;*/
/*    background-size: 100% 147px;*/
/*}*/
.news-abroad-area .abroad-body .abroad-video-div .video-img .begin-icon {
    width: 28px;
    height: 26px;
    object-fit: none;
    position: relative;
    z-index: 25;
}
.news-abroad-area .abroad-body .abroad-video-div .video-describe {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    margin: 12px 12px 4px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-abroad-area .abroad-life-grid .abroad-life-div{
    width: 320px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 2px #DADADA;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.abroad-life-grid .abroad-life-div .life-grid-img {
    position: relative;

}
.abroad-life-grid .abroad-life-div .life-grid-img img {
    min-height: 162px;
    width: 100%;
    overflow: hidden;
}
.abroad-life-grid .abroad-life-div .life-grid-img p {
    position: absolute;
    left: 17px;
    bottom: 10px;
    z-index: 10;
    /*width: 37px;*/
    padding:0 5px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    background: #239AFF;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}
.abroad-life-grid .abroad-life-div h4 {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 14px 16px 0;
}
.abroad-life-grid .abroad-life-div .life-grid-describe {
    font-size: 13px;
    line-height: 18px;
    color: #858585;
    margin: 13px 18px 17px;
}
.abroad-life-grid .abroad-life-div .reading-comments {
    height: 18px;
    margin-left: 17px;
    padding-bottom: 16px;
}
.abroad-life-grid .abroad-life-div .reading-comments .detail-info {
    float: left;
}
.abroad-life-grid .abroad-life-div .reading-comments .detail-info:nth-child(1){
    display:none
}
.abroad-life-grid .abroad-life-div .reading-comments .detail-info img{
    width: 15px;
    height: 12px;
    padding-top: 3px;
    float: left;
    object-fit: contain;
}
.abroad-life-grid .abroad-life-div .reading-comments .detail-info:nth-child(2) {
    margin-left: 0px;
}
.abroad-life-grid .abroad-life-div .reading-comments .detail-info:nth-child(2) img {
    width: 15px;
    height: 14px;
    padding-top: 2px;
}
.abroad-life-grid .abroad-life-div .reading-comments .detail-info p {
    font-size: 11px;
    line-height: 18px;
    color: #C4C4C4;
    float: left;
    margin-left: 5px;
}
.abroad-life-grid-empty {
    margin: 26px auto 100px;
    max-width: 100px;
    display: none;
}
.abroad-life-grid-empty img{
    width: 76px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
.abroad-life-grid-empty p{
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #8A96A3;
    padding-top: 6px;
}
.main-part .load-more-tip {
    display: none;
}
/*绉诲姩绔€傚簲*/
@media (max-width:767px) {
    .body-home {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 0;
    }
    .body-home .advertising-area {
        display: none;
    }
    .body-home .home-top-guanggao-one, .home-top-guanggao-two{
        display: none;
    }
    .wap-top-guanggao-one {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.5);
        /* display: block; */
    }
    .wap-top-guanggao-one .top-guanggao-one {
        width: calc(100% - 50px);
        /* width: 100%; */
        /* height: 578px; */
        height: 87%;
        margin: 20px auto;
        /* background-color: #CECECE; */
        position: absolute;
        z-index: 1010;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .wap-top-guanggao-one .top-guanggao-one .swiper-container{
        height: 100%!important;
    }
    .wap-top-guanggao-one .close-img {
        position: absolute;
        z-index: 1010;
        width: 30px;
        height: 30px;
        left: 0;
        right: 0;
        margin: auto;
        /* bottom: 20px; */
        /* top: calc(87% + 40px); */
        top: 92%;
    }
    .wap-top-guanggao-two {
        width: 100%;
        height: auto;
        /* height: 125px; */
    }
    .wap-top-guanggao-two img {
        display: block;
        /* height: 125px; */
        width: 100%;
        /* object-fit: initial; */
    }
    .body-home .main-part .wap-ad {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 12px 8px;
    }
    .body-home .main-part .wap-ad .ad-wap {
        width: calc((calc(100% - 8px))/2);
        height: 133px;
    }
    .body-home .main-part .wap-ad .ad-wap img {
        object-fit: contain;
    }
    .body-home .main-part .carousel-part {
        display: block;
        width: 100%;
        height: auto;
    }
    .main-part .carousel-part .swiper-container {
        width: auto;
        margin-right: 0;
        max-height: 278px;
    }
    .swiper-container .swiper-slide {
        padding-bottom: 10px;
        background-color: #333333;
    }
    .swiper-container .swiper-slide img{
        width: 100%;
        height: 206px;
        /*object-fit: contain;*/
    }
    .main-part .carousel-part .swiper-container .swiper-title {
        width: calc(100% - 25px);
        position: relative;
        left: 0;
        bottom: 2px;
        height: 62px;
        background:url(../images/home/turn_title_bg.png) repeat-x left center;
        display: table;
    }
    .main-part .carousel-part .swiper-container .swiper-title::before {
        content:'';
        background: none;
    }
    .main-part .carousel-part .swiper-container .swiper-title::after {
        width:30px;
        height:62px;
        position: absolute;
        right:-25px;
        top:0;
        background:url(../images/home/swiper-bg-after.png) no-repeat;
    }
    .main-part .carousel-part .swiper-container .swiper-title p {
        font-size: 16px;
        line-height: 24px;
        /*padding: 5px 31px 0;*/
        /*margin: 5px 31px;*/
        margin: 5px 0;
        height: 50px;
        word-break: break-all;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 100%;
        padding-top: 0;
        text-align: left;
    }
    .abroad-life-grid .abroad-life-div .life-grid-describe {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .carousel-part .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        display: none;
    }
    .carousel-part .interpretation-div {
        width: 100%;
        max-height: 398px;
        padding: 0 0 14px;
        background: url(../images/home/exclusive-bg.png) no-repeat center;
        background-size: 100% 398px;
    }
    .carousel-part .interpretation-div .interpretation-title {
        margin: 0 auto;
        padding-top: 17px;
        max-width: 170px;
    }
    .interpretation-div .interpretation-content {
        padding: 17px 18px 0;
    }
    .interpretation-div .interpretation-content .interpretation-detail{
        position: relative;
        height: 245px;
        box-sizing: border-box;
        padding-bottom: 51px;
        border-bottom: 1px solid #ffffff;
        cursor: pointer;
        overflow: hidden;
    }
    .interpretation-div .interpretation-content  .interpretation-text {
        position: absolute;
        bottom: 10px;
    }
    .interpretation-div .interpretation-content .interpretation-detail .interpretation-detail-img img{
        width: 100%;
        height: 180px;
        object-fit: contain;
    }
    .interpretation-div .interpretation-content .interpretation-detail a {
        text-decoration: none;
    }
    .interpretation-div .interpretation-content .interpretation-detail p {
        font-size: 16px;
        color: #ffffff;
        line-height: 21px;
        padding-top: 10px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .interpretation-div .interpretation-content .interpretation-detail:nth-child(2) {
        height: 65px;
    }
    .interpretation-div .interpretation-content .interpretation-detail:nth-child(2) img{
        opacity: 0;
    }
    .main-part .course-list-scroll .course-list-flag {
        position: relative;
        z-index: 10;
    }
    .main-part .course-list-scroll .course-list-part {
        height: 122px;
        margin-top: 22px;
        display: flex;
    }
    .main-part .course-list-part .course-list-flag img{
        width: 70px;
        height: 122px;
        object-fit: cover;
    }
    .main-part .course-list-scroll .course-list-flag a p {
        font-size: 10px;
        max-width: 60px;
        height: 27px;
        line-height: 13px;
        position: absolute;
        bottom: 0;
        z-index: 20;
        text-align: center;
    }
    .main-part .course-list-scroll .course-list {
        width: 100%;
        height: 115px;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        /*border-right: 1px solid #DADADA;*/
    }
    .course-list-scroll .course-list .course-list-single {
        width: 115px;
        height: 115px;
    }
    .course-list-scroll .course-list .course-list-single img{
        width: 115px;
        height: 115px;
    }
    .main-part .news-abroad-area {
        margin-top: 36px;
    }
    .main-part .news-abroad-area .abroad-body {
        display: none;
    }
    .main-part .news-abroad-area .abroad-body-wap {
        display: block;
        background: url("../images/home/wap-video-bg.png") no-repeat center;
        background-size: 100% 254px;
        /*width: 300%;*/
        overflow-x: auto;
        padding: 27px 0 21px;
        touch-action: none;
    }
    .news-abroad-area .abroad-body-wap .swiper-slide{
        /*width: 304px!important;*/
        /*width: calc(100% - 36px);*/
        margin: 0 auto;
        background: none;
    }
    .swiper-container-video {
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
    }
    .news-abroad-area .abroad-body-wap .video-img {
        width: 100%;
        height: 147px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .news-abroad-area .abroad-body-wap .video-img .show-video-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 147px;
        z-index: 20;
        width: 100%;
        object-fit: contain;
    }
    .news-abroad-area .abroad-body-wap .video-img .begin-icon {
        width: 28px;
        height: 26px;
        object-fit: none;
        position: relative;
        z-index: 25;
    }
    /*.news-abroad-area .abroad-body-wap .swiper-slide .video-img-first {*/
    /*    background: url("../images/home/abroad-video-1.png") no-repeat center;*/
    /*    background-size: 304px 147px;*/
    /*}*/
    /*.news-abroad-area .abroad-body-wap .swiper-slide .video-img-second {*/
    /*    background: url("../images/home/abroad-video-2.png") no-repeat center;*/
    /*    background-size: 100% 147px;*/
    /*}*/
    /*.news-abroad-area .abroad-body-wap .swiper-slide .video-img-third {*/
    /*    background: url("../images/home/abroad-video-3.png") no-repeat center;*/
    /*    background-size: 100% 147px;*/
    /*}*/
    .news-abroad-area .abroad-body-wap .swiper-slide .video-describe {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        color: #B8DEFF;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-abroad-area .abroad-life-grid {
        padding: 0 16px;
    }
    .news-abroad-area .abroad-life-grid .abroad-life-div{
        /*width: 343px;*/
        width: calc(100% - 32px);
        margin: 0 auto 16px;
        border-radius: 4px;
        box-shadow: 0 2px 5px 2px #DADADA;
    }
    .abroad-life-grid .abroad-life-div .life-grid-img {
        position: relative;
    }
    .abroad-life-grid .abroad-life-div .life-grid-img img {
        min-height: 162px!important;
        width: 100%;
        overflow: hidden;
    }
    .abroad-life-grid .abroad-life-div .life-grid-img p {
        position: absolute;
        left: 15px;
        bottom: 7px;
        z-index: 10;
        /*width: 37px;*/
        padding:0 5px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        background: #986FFF;
        color: #ffffff;
        text-align: center;
        border-radius: 5px;
    }
    .main-part .carousel-part .swiper-container .swiper-slide img {
        height: 206px;
    }
    .main-part .load-more-tip {
        display: block;
        font-size: 12px;
        line-height: 28px;
        color: #979797;
        text-align: center;
        cursor: pointer;
    }
}