<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*新闻列表左边*/
.news_cont{padding-top: 22px;}

/*新闻列表分页*/
.page_all{
    display: inline-block;
    line-height: 44px;
    padding-left: 12px;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span{
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    font-size: 16px;
}
.pagination&gt;li&gt;a:hover{
    background-color: #e2006d;
    color: #fff;
}
.page_more:hover{
    background-color: #f6f6f6 !important;
    color: #666 !important;
}
.pagination&gt;li .prev{
    background: url('../img/news/fenye_left.png') no-repeat 8px center #f6f6f6;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.pagination&gt;li .next_page{
    background: url('../img/news/fenye_right.png') no-repeat 70px center #f6f6f6;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 767px){
    .page_wrap{
        margin-left: -15px;
        margin-right: -15px;
        background: #f4f4f4;
    }
    .page_wrap:after{
        content: '';
        display: block;
        clear: both;
    }
    .page_wrap:before{
        content: '';
        display: block;
        clear: both;
    }
    .pag_ul{
        display: block;
        margin-bottom: 0;
        padding: 2rem;
    }
    .pag_ul:after{
        content: '';
        display: block;
        clear: both;
    }
    .pag_ul:before{
        content: '';
        display: block;
        clear: both;
    }
    .pag_ul li{
        width: 50%;
        display: block;
        line-height: 3rem;
        height: 3rem;
        float: left;
        text-align: center;
    }
    .pagination&gt;li .pre_next{
        display: block;
        text-align: center;
        font-size: 1.8rem;
        padding: 0 !important;
        border:none;
        width: 100%;
    }
    .pagination&gt;li .prev{
        background: url(../img/news/yd_fenye_left.png) no-repeat 20% 2px;
        background-size: auto 90%;
        width: 100%;
    }
    .pagination&gt;li .next_page{
        background: url(../img/news/yd_fenye_right.png) no-repeat 80% 2px;
        background-size: auto 90%;
        border-left: 1px solid #ddd;
    }
    .pagination&gt;li&gt;a:focus{ color: #999 !important;}
    .pagination&gt;li&gt;a:link{ color: #999 !important;}
    .pagination&gt;li&gt;a:visited{ color: #999 !important;}
    .pagination&gt;li&gt;a:hover{ color: #999 !important;}
    .pagination&gt;li&gt;a:active{color: #999 !important;}

    .pagination&gt;li .prev:focus{
        background: url(../img/news/yd_fenye_left.png) no-repeat 20% 2px !important;;
        background-size: auto 90%;
        width: 100%;
    }
    .pagination&gt;li .prev:hover{
        background: url(../img/news/yd_fenye_left.png) no-repeat 20% 2px !important;;
        background-size: auto 90%;
        width: 100%;
    }
    .pagination&gt;li .next_page:focus{
        background: url(../img/news/yd_fenye_right.png) no-repeat 80% 2px !important;;
        background-size: auto 90%;
    }
    .pagination&gt;li .next_page:hover{
        background: url(../img/news/yd_fenye_right.png) no-repeat 80% 2px !important;;
        background-size: auto 90%;
    }
}
/*移动端微信分享*/
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.share_wrap{padding-left: 10px;}
.yd_share{
    text-align: center;
}
.yd_wrap{
    display:inline-block;
}
.img_hover1{
    transform: scale(1.1);transition: 0.8s;
}
.img_hover2{
    transform: scale(1);transition: 0.8s;
}

/*热门标签*/
.hot_box{
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.hot_box .head{
    width: 100%;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    padding-left: 10px;
}
.hot_box .letter{
    width: 100%;
    font-size: 14px;
    text-align: justify;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
    padding-right: 80px;
    transition: 0.3s;
}
.hot_box .letter .first{
    padding: 4px 10px;
    font-weight: bold;
    height: inherit;
    float: left;
    color: #e2006c;
}
.hot_box .letter a{
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding: 4px 20px 40px;
}
.hot_box .letter a:hover{
    color: #e2006c;
}
.hot_box .letter .hotBtn{
    font-style: normal;
    position: absolute;
    width: 100px;
    height: 24px;
    text-align:right;
    right: 0;
    top:8px;
    color: #e2006c;
    font-size: 14px;
    cursor: pointer;
}
.hot_box .letter .hotBtn span:before{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: -16px;
    top: 3px;
    background: url("../img/video/tip.png") no-repeat center bottom;
    background-size: 100% auto;
}
.hot_box .letter .hotBtn.hotAct span:before{
    background: url("../img/video/tip.png") no-repeat center top;
    background-size: 100% auto;
}

@media (max-width: 768px) {
    .hot_box .letter a{
        font-size: 1.2rem;
        color: #333;
        display: inline-block;
        padding: 4px 0.8rem 2rem;
    }
}

/*视频详情内容左边*/
.videoBox &gt; img, .videoBox .video&gt;img{
    width:100%;
    height: auto;
    display: block;
}
.videoBox .video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    display: none;
}
.videoBox .video.videoAct{
    display: block;
}
.videoClass{
    border-bottom: 1px solid #ccc;
}
.videoClass .videoTab{
    width: 40%;
    margin-bottom: 0;
    height: 74px;
}
.videoClass .videoTab li{
    width: 50%;
    float: left;
    margin-bottom: -1px;
    text-align: center;
    font-size: 20px;
    color: #666;
    height: 74px;
    line-height: 74px;
    cursor: pointer;
}
.videoClass .videoTab li.act{
    border-bottom: 1px solid #e2006c;
    color: #e2006c;
}

/*分享*/
.videoClass .videoShare{
    padding-top: 30px;
}

/*下边的标题列表*/
.videoClassCont{
    position: relative;
    width: 100%;
    height: 1000px;
}
.videoList{
    padding-top: 30px;
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    display: block;
}
.videoList li{
    background: #f8f8f8;
    border: 1px solid #f2f2f2;
    height: 42px;
    line-height: 42px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    padding-left: 45px;
    padding-right: 40px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}
.videoList li a{
    color: #444;
}
.videoList li:before, .videoList li:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 15px;
    height: 15px;
}
.videoList li:before{
    background: url("../img/video/del_leftIcon.png") no-repeat center top;
    top:50%;
    left: 15px;
    margin-top: -6px;
}
.videoList li:hover{
    border: 1px solid #e2006c;
}
.videoList li a:hover{
    color: #e2006c;
}
.videoList li:hover:before{
    background: url("../img/video/del_leftIcon.png") no-repeat center -15px;
}
.videoList li:hover:after{
    background: url("../img/video/del_leftIcon.png") no-repeat center -30px;
    top:50%;
    right: 15px;
    margin-top: -6px;
}




.videoList li.true{
    border: 1px solid #e2006c;
}
.videoList li.true a{
    color: #e2006c;
}
.videoList li.true:before{
    background: url("../img/video/del_leftIcon.png") no-repeat center -15px;
}
.videoList li.true:after{
    background: url("../img/video/del_leftIcon.png") no-repeat center -30px;
    top:50%;
    right: 15px;
    margin-top: -6px;
}
/*视频内容说明*/
.videoDel{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    color: #333;
    padding-top: 30px;
}
.videoDel h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.videoDel p{
    font-size: 16px;
    line-height: 2;
    padding: 10px 0;
}
.videoDel p a{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}


/*右边*/
.videoRTop{
    background: #f8f8f8;
    padding: 20px 12px 0 12px;
    margin-bottom: 10px;
    height:228px;
}
.videoRTop h3{
    padding-bottom: 15px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid #e2006c;
}
.videoRTop &gt;h3:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    float: left;
    margin-left: -20px;
    background: url("../img/video/del_leftIcon.png") no-repeat center -15px;
}
.videoRTop ul{}
.videoRTop ul li{
    width: 33.3%;
    float: left;
    padding: 15px 0;
}
.videoRTop ul li .del{
    text-align: center;
}
.videoRTop ul li .del:before{
    content: '';
    display: inline-block;
    clear: both;
    width: 50px;
    height: 50px;
    background: url("../img/video/del_rightIcon.png") no-repeat left center;
}
.videoRTop ul li .del.del1:before{
    background: url("../img/video/del_rightIcon.png") no-repeat left center;
}
.videoRTop ul li .del.del2:before{
    background: url("../img/video/del_rightIcon.png") no-repeat -50px center;
}
.videoRTop ul li .del.del3:before{
    background: url("../img/video/del_rightIcon.png") no-repeat -100px center;
}
.videoRTop ul li .del p{
    font-size: 16px;
    color: #e2006c;
    line-height: 1;
}
.videoRTop .timeP{
    margin: 0 -12px;
    background: #ececec;
    height: 24px;
    line-height: 24px;
    color: #999999;
    text-align: center;
}

/*课程简介*/
.videoRDes{
    background: #f8f8f8;
    padding: 15px 12px 10px;
    margin-bottom: 10px;
    height:231px;
}
.videoRDes h3{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}
.videoRDes p{
    font-size: 14px;
    color: #666;
    line-height: 2;
    height: 112px;
    overflow: hidden;
    position: relative;
}
.btnDelMore{}
.videoRDes .btnDelMore{
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 1rem;
}
.videoRDes .btnDelMore i{
    width: 60%;
    height: 3.6rem;
    line-height: 3.6rem;
    display: block;
    margin: auto;
    font-style: normal;
    font-size: 1.6rem;
    color: #e2006c;
    border:1px solid #e2006c;
}
/*右边相关列表*/
.connectAbout .media{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.connectAbout .media-body{
    font-size: 12px;
    color: #999;
}
.connectAbout .media-heading{
    font-size: 14px;
    color: #000;
    height: 50px;
    line-height: 1.5;
    overflow: hidden;
}
.connectAbout .media:hover .media-heading{
    color: #e2006c;
}
.connectAbout .media-body span{
    font-size: 12px;
    color: #999;
}
/*表单*/
form .form-control:focus{
    box-shadow: none;
}
.formDiv{
    margin-bottom: 30px;
    margin-top: 30px;
}
.formDiv form{
    position: absolute;
    width: 70%;
    right: 0;
    top: 32px;
}
.formDiv form .form-control{
    background: rgba(0,0,0,0.3);
    border: 1px solid #fff;
    height: 40px;
    color: #fff;
    margin-right: 20px;
}
.formDiv form .btn{
    color: #e80a6f;
    font-size: 18px;
    border-radius:20px;
    padding: 6px 20px;
}
.formDiv form .btn:focus{
    border: none;
    outline: none;
    color: #e80a6f;
}


/*移动端*/
@media (max-width: 768px) {
    .videoClass .videoTab{
        width: 100%;
        margin-bottom: 0;
        height: 5rem;
    }
    .videoClass .videoTab li{
        font-size: 1.8rem;
        color: #666;
        height: 5rem;
        line-height: 5rem;
        padding:0 2rem 0 1rem;
    }
    /*移动端标题列表*/
    .videoClassCont{
        height: 1100px;
        overflow: hidden;
    }
    .videoList li{
        height: 42px;
        line-height: 42px;
        margin-bottom: 12px;
        font-size: 16px;
        color: #444;
        cursor: pointer;
        padding-left: 2.5rem;
        padding-right: 1.5rem;
    }
    .videoList li:before, .videoList li:after{
        content: '';
        display: block;
        clear: both;
        position: absolute;
        width: 15px;
        height: 15px;
    }
    .videoList li:before{
        width: 1rem;
        height: 1rem;
        background: url("../img/video/del_leftIcon.png") no-repeat center top;
        background-size: 100% auto;
        top:50%;
        left: 0.8rem;
        margin-top: -0.4rem;
    }
    .videoList li.selectLi:before{
        width: 1rem;
        height: 1rem;
        top:50%;
        left: 0.8rem;
        margin-top: -0.4rem;
        background: url("../img/video/del_leftIcon.png") no-repeat center -1rem;
        background-size: 100% auto;
    }
    .videoList li.selectLi:after{
        display: none;
    }
    /*移动端内容显示*/
    .clear_yd_l{
        padding-left: 15px;
    }
    .right_tit{
        font-size: 2rem;
        text-align: center;
        color: #116fc1;
        background: no-repeat;
        /*覆盖样式*/
        padding-left: 0;
        height: auto;
        line-height:1.5;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .right_tit span{
        position: relative;
    }
    .right_tit span:before,.right_tit span:after{
        content: '';
        display: inline-block;
        clear: both;
        position: absolute;
        top: 50%;
        width: 3rem;
        height: 1px;
        background: #116fc1;
    }
    .right_tit span:before{
        left: -4rem;

    }
    .right_tit span:after{
        right: -4rem;
    }
    .ydTime{
        font-size: 1.3rem;
        color: #666;
        padding-bottom: 1.5rem;
    }
    .ydTime span{
        margin-right: 1rem;
    }
    .ydTime a{
        color: #666;
        margin-right: 1rem;
    }
}


.connectAbout .media-left{
    width: 44%;
}
.connectAbout .media-left img{
    width: 100%;
}


/*开班时间*/
.videoRDesTime{
    background: #343377;
    color: #fff;
    height: 110px;
    padding: 20px;
}
.videoRDesTime .media-body{
    padding-left: 20px;
    padding-top: 10px;
}
.videoRDesTime .media-body h4{
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px
}
.videoRDesTime .media-body h5{
    font-size: 15px
}
</pre></body></html>