﻿div {
    overflow:initial;
}
.layui-col-md1 {
    width: 8.33333333%;
    float: left;
}
.layui-col-md2 {
    width: 16.66666667%;
    float: left;
}
.layui-col-md3 {
    width: 25%;
    float: left;
}
.layui-col-md4 {
    width: 33.33333333%;
    float: left;
}
.layui-col-md5 {
    width: 41.66666667%;
    float: left;
}
.layui-col-md6 {
    width: 50%;
    float: left;
}
.layui-col-md7 {
    width: 58.33333333%;
    float: left;
}
.layui-col-md8 {
    width: 66.66666667%;
    float: left;
}
.layui-col-md9 {
    width: 75%;
}
.layui-col-md10 {
    width: 83.33333333%;
    float: left;
}
.layui-col-md11 {
    width: 91.66666667%;
    float: left;
}
.layui-col-md12 {
    width: 100%;
    float: left;
}
.layui-carousel {
    text-align: center;
    overflow: hidden;
}
    .layui-carousel>div>a {
        background-size:100% 100%;
        background-repeat:no-repeat;
        background-position:center;
        border-radius:5px;
    }
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144,147,153,.3);
    transition: background-color .3s;
    min-height: 28px;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(144,147,153,.5);
    }

.nd {
    margin-top: 50px;
    text-align: center;
    color:#999999;
}
.nd i {
    font-size: 80px;
}
.nd > div {
    margin-top:20px;
}
/*首页 开始*/
#searchBtn {
    background:none;
}
.layui-content-item {
    margin-top: 20px;
    overflow: hidden;
}
.layui-yg {
    background: #F7F7F7;
}
.layui-content-item > div.layui-content2-item:nth-child(3) .openClassList a.openClass_item .openClass_item_bottom > div:last-child span {
    line-height: 20px;
    width: auto;
    color: #F08455;
    padding-right: 5px;
}
    .layui-carousel a {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
    }
#banner {
    min-width:1200px;
}
#banner .layui-carousel-ind li {
    width: 25px;
    height: 8px;
    border-radius: 6px;
}
.Live_preview {
    margin-top:10px;
    overflow:hidden;
    margin-bottom:0px;
}
    .Live_preview ul li {
        width: 100%;
        box-sizing: border-box;
        padding: 12px 30px;
        border-radius: 5px;
        font-size: 16px;
        cursor:pointer;
    }
        .Live_preview ul li i {
            position: relative;
            top: 1px;
            margin-right: 5px;
            display: inline-block;
            width: 18px;
        }
        .Live_preview ul li.layui-this {
            background-color: #299286;
            color: #fff;
        }
.itemsList {
    margin-top:0px;
}
    .itemsList .itemsList_item {
        display:none;
    }
    .itemsList > a {
        display: inline-block;
    }
        .itemsList > a:hover {
            color:inherit;
        }
    .itemsList .item {
        border: 1px solid #ddd;
        height: 148px;
        box-sizing: border-box;
        padding: 10px;
        margin-top: 0px;
        background:#fff;
        transition-function: ease-out;
        transition-duration: 500ms;
    }
            .itemsList .item:hover {
                background-color:#f4f9f9;
                transform: scale(1.05);
            }
            .itemsList .item:hover .item_rigth > div:nth-child(2) {
                color: #319587;
            }
            .itemsList .item .item_left img {
                width: 86px;
                height: 86px;
                border-radius: 50%;
                margin-bottom: 8px;
            }
    .itemsList .item .item_left div {
        text-align: center;
        color: #555555;
    }
.item_rigth > div{
    margin-top:5px;
    overflow:hidden;
}
    .item_rigth > div:nth-child(2) {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #299286;
    }
    .item_rigth > div:nth-child(3), .item_rigth > div:nth-child(4) {
        color: #AAACAB;
    }
        .item_rigth > div:nth-child(3) i, .item_rigth > div:nth-child(4) i {
            vertical-align:-2px;
            margin-right:5px;
        }
        .item_rigth > div:first-child {
            margin-top: 0px;
        }
            .item_rigth > div:first-child span {
                display: inline-block;
                font-size: 12px;
                padding: 2px 10px;
                border-radius: 50px;
                color: #777777;
                background-color: #e7e7e7;
            }
                .item_rigth > div:first-child span.cur {
                    background-image: linear-gradient(to right,#EC5210,#FFA925);
                    color: #fff;
                }
.recordedBroadcast {
    margin-top:10px;
}
    .recordedBroadcast>a:hover{
        color:inherit;
    }
        .recordedBroadcast > a:hover .recordedBroadcast_item {
            box-shadow: 0 0 10px rgb(0,0,0,0.1);
        }
        .recordedBroadcast > a:hover .recordedBroadcast_item div:last-child > div:first-child {
            color: #299286;
        }
.recordedBroadcast_item {
    border: 1px solid #ddd;
    transition-duration: 200ms;
    margin-bottom:20px;
}
    .recordedBroadcast_item img {
        width:100%;
        height:150px;
    }
    .recordedBroadcast_item>div:last-child {
        box-sizing:border-box;
        padding:10px 15px;
        border-top:1px solid #ddd;
    }
    .recordedBroadcast_item>div:last-child>div:first-child {
        font-size:16px;
        font-weight:bold;
        height:22px;
        margin-bottom:5px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
        .recordedBroadcast_item > div:last-child > div:last-child {
            min-height: 25px;
        }
        .recordedBroadcast_item > div:last-child > div:last-child span:last-child {
            font-size: 12px;
            padding: 2px 6px;
            background-color: #e9f4f3;
            color: #299286;
            border-radius: 4px;
            margin-left: 10px;
        }
        .recordedBroadcast_item > div:last-child > div:last-child span.cur {
            padding:3px;
            display: inline-block;
            margin-left: 5px;
            max-width: 50%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background-color: #fdeee7;
            color: #eb5410;
            vertical-align:-5px;
        }
#test2 {
    margin-top:10px;
}
    #test2 > div > div a {
        position:relative;
    }
        #test2 > div > div a div {
            width:100%;
            color:#fff;
            background-color:rgb(0,0,0,0.5);
            line-height:34px;
            position:absolute;
            bottom:0px;
            box-sizing:border-box;
            padding: 0 10px;
            text-align:left;
        }
    #test2{
        position:relative;
    }
        #test2 .layui-carousel-ind ul {
            background-color: initial;
        }
        #test2 .layui-carousel-ind {
            width: 30% !important;
            display: inline-block;
            position: absolute !important;
            top: auto;
            right: 0;
            bottom: 8px;
        }
    #test2 > div > div a div span {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
            #test2 > div div img {
                width: 100%;
                height: 218px;
            }
.trainingNotice_bottom li{
    padding:17.6px 10px;
    border-bottom:1px dashed #ddd;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
    .trainingNotice_bottom li:hover a{
        color:#299286;
    }    
    .trainingNotice_bottom li:hover i{
        background-color:#299286;
    }
    .trainingNotice_bottom li i {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #777777;
        vertical-align: 4px;
        margin-right: 8px;
    }
.openClass {
    width:170px;
    float:left;
}

.openClassList {
    float: right;
    display:inline-block
}
.openClass img {
    border-radius: 4px;
    width: 150px;
    height: 200px;
}
.openClass_item {
    width: 210px;
    height: 200px;
    float: left;
    display: inline-block;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-right: 20px;
    cursor: pointer;
    transition-function: ease-out;
    transition-duration: 500ms;
}
    .openClass_item:hover {
        box-shadow: 0 0 10px rgb(0,0,0,0.2);
    }
    .openClass_item:hover .openClass_item_bottom > div:first-child {
        color: #299286;
    }
    .openClassList .openClass_item:last-child {
        margin-right: 0;
    }
    .openClass_item > img {
        width:100%;
        height:111px;
    }
    .layui-content2-item {
        margin: 20px 0;
    }
.openClass_item_bottom {
    padding: 10px 15px;
    box-sizing:border-box;
    overflow:hidden;
}
    .openClass_item_bottom > div:first-child {
        font-size: 16px;
        font-weight: bold;
        height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .openClass_item_bottom > div:last-child {
        margin-top: 5px;

    }
        .openClass_item_bottom > div:last-child span:first-child {
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #555555;
            float: left;
            width: 42px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .openClass_item_bottom > div:last-child span:last-child {
            display: inline-block;
            margin-left: 10px;
            color: #999999;
            float: left;
            width: 100px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
.special {
    margin:20px 0;
}
    .special > div {
        position:relative;
    }
        .special > div img {
            width:630px;
            max-height:210px;
            border-radius:10px;
        }
.themeDetail .special > div img {
    width:100%;
    border-radius:6px;
}
.themeDetail .special > div > span {
    left: 10px;
}
.themeDetail .special > div:last-child > div:last-child > div:first-child {
    padding-left: 0;
}
.themeDetail .special > div:last-child span {
    left: 10px;
}
.themeDetail .special > div > div > div.layui-col-md4 .layui-btn {
    border-radius:50px;
}
.specialTow > div img {
    width: 100%;
    height: 135px;
}
.special > div:last-child {
    text-align: right;
}
.special > div > span {
    box-sizing: border-box;
    padding: 5px 10px;
    width: 75px;
    height: 34px;
    color: #fff;
    background: url(../images/images/jiangti_tag_06.png) no-repeat center;
    position: absolute;
    top: 20px;
    left: 0px;
}
.specialTow > div > span {
    left: 15px;
    top: 30px;
}
        .special > div:last-child span {
            left: 20px;
            text-align:left;
        }
.specialTow > div:last-child span {
    left: 15px;
    text-align: left;
}
            .special > div:hover div:last-child > div:first-child {
                color: #299286;
            }
.special > div > div > div.layui-col-md4 {
    text-align: right;
}
.special > div >div:last-child {
    margin-top:20px;
}.specialTow > div >div:last-child {
    margin-top:10px;
}
    .special > div > div:last-child > div:first-child {
        font-size: 16px;
        line-height: 40px;
        font-weight: bold;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .special > div:last-child > div:last-child > div:first-child {
        text-align:left;
        box-sizing:border-box;
        padding-left:20px;
    }
.specialTow > div:last-child > div:last-child > div:first-child {
    text-align: left;
    box-sizing: border-box;
    padding-left: 00px;
}
        .special > div > div:last-child > div:first-child a:hover {
            color: #299286;
        }
        .special > div > div > div.layui-col-md4 .layui-btn {
            background-image: linear-gradient(to top,#69b3ab,#4ed7c8);
            margin-right: 20px;
        }
.specialTow > div > div > div.layui-col-md4 .layui-btn {
    background-image: linear-gradient(to top,#69b3ab,#4ed7c8);
    margin-right: 0px;
}
        .special > div:last-child > div > div.layui-col-md4 .layui-btn {
            margin-right: 0px;
        }        
        .specialTow > div > div > div.layui-col-md4 .layui-btn {
            margin-right: 0px;
            border-radius:50px;
        }
/*首页 结束*/

/*课程 详情页 开始*/
#tong {
    padding:20px;
}
    #tong>div>div {
        font-size:14px;
        margin-bottom:10px;
        color:#999;
    }    
    #tong p {
        display:inline;
        vertical-align:-2px;
        line-height:30px;
        color:#333;
        font-size:18px;
        margin-bottom:20px;
    }
.layui-bigBoxColof {
    background-color: #f8fafc;
    overflow: hidden;
}
    .layui-bigBoxColof .KCLB_container .layui-col-md9 > div,.layui-bigBoxColof .KCLB_container .layui-col-md3 > div{
        background: #fff;
        padding:10px 20px 30px;
    }
    .layui-bigBoxColof .KCLB_container .layui-col-md9 > div, .layui-bigBoxColof .KCLB_container .layui-col-md3 > div {
        background: #fff;
        padding: 10px 20px 30px;
    }
    .layui-bigBoxColof .KCLB_container .layui-col-md9 .bdBox_con1 {
        overflow:hidden;
    }
    .crumbs {
        margin: 20px 0;
        font-size: 14px;
    }
    .crumbs span {
        color: #32968b;
    }
.particulars {
    display:flex;
    margin-bottom:20px;
}
.particulars-left {
    width: 720px;
    float: left;
    position: relative;
}
.particulars-left img {
    width: 680px;
    height: 385px;
}
.particulars-right {
    flex: 1;
}
.particulars-left_bg {
    width: 680px;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
}

    .particulars-left_bg > p {
        color: #fff;
        text-align: center;
        margin: 80px 0 10px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
    }

    .particulars-left_bg > div {
        text-align: center;
    }

        .particulars-left_bg > div > div {
            display: inline-block;
            padding: 20px 15px;
            background: url(../images/images/time_bg_03.png) no-repeat center;
            font-size: 60px;
            font-weight: 500;
            color: #555555;
        }

        .particulars-left_bg > div > span {
            color: #fff;
            font-size: 20px;
            vertical-align: 12px;
            padding: 0 10px
        }

    .particulars-right > div {
        margin-bottom: 10px;
    }
    .particulars-right > div:first-child {
        padding-top: 5px;
        font-size: 22px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 20px;
    }
        .particulars-right > div.particulars_itms2 > div {
            display: inline-block;
            border: 1px solid #d29c54;
            line-height: 26px;
            padding: 0 10px 0 0;
            position: relative;
            background: #d29c54;
            z-index:2;
        }
        .particulars-right > div.particulars_itms2 > span {
            padding-left: 10px;
            display: inline-block;
            padding: 3px 5px 4px 20px;
            position: relative;
            left: -4px;
            top:9px;
            border: 1px solid #d29c54;
            z-index: 1;
            max-width: 360px;
            overflow:hidden;
            white-space:nowrap;
            text-overflow:ellipsis;
        }

            .particulars-right > div.particulars_itms2 > div > span:first-child {
                background: #d29c54;
                position: relative;
                padding: 0 4px 0 4px;
                color: #fff;
            }

                .particulars-right > div.particulars_itms2 > div > span:first-child::after {
                    content: '';
                    width: 0;
                    height: 0;
                    border-left: 13px solid transparent;
                    border-right: 14px solid transparent;
                    border-top: 11px solid #d29c54;
                    position: absolute;
                    top: 2px;
                    right: -30px;
                    transform: rotate(-90deg);
                }

            .particulars-right > div.particulars_itms2 > div > span:last-child {
                color: #fff;
            }

        .particulars-right > div.particulars_itms2 > a.layui-btn {
            height: 29px;
            line-height: 29px;
            padding: 0px 15px;
            vertical-align: 0.2px;
            margin-left: 10px;
            border-radius: 50px;
            background-image: linear-gradient(to top,#cd952d,#e9bd6d);
        }
.particulars_itms3 {
    color: #666666;
    font-size:16px;
    overflow:hidden;
    padding:10px 0;
}
.particulars_itms3 i {
    vertical-align: -1px;
    margin-right: 10px;
}
.particulars_itms3 span:last-child {
    display: inline-block;
    margin-left: 10px;
    color: #333333;
}
.particulars_itms4 {
    box-sizing:border-box;
    padding: 15px 20px;
    background-color:#fff;
    border-radius:10px;
    overflow:hidden;
}
    .particulars_itms4 > div:first-child img{
        width:80px;
        height:80px;
        border-radius:50%;
    }
    .particulars_itms4 .layui-col-md10 {
        box-sizing:border-box;
        padding-left:20px;
    }
    .particulars_itms4 .layui-col-md10 > div:first-child {
        font-size: 20px;
        font-weight: bold;
        color: #299286;
        margin-bottom: 20px;
    }
    .particulars_itms4 .layui-col-md10 > div:last-child {
        font-size: 16px;
        color: #666666;
    }
    .particulars_itms4 .layui-col-md10 > div:last-child span{
        display:inline-block;
        float:left;
    }
        .particulars_itms4 .layui-col-md10 > div:last-child span:last-child {
            margin-left:20px;
            max-width:60%;
            overflow:hidden;
            white-space:nowrap;
            text-overflow:ellipsis;
        }
.particulars-right > div:last-child {
    margin-top: 50px;
}
.particulars-right>div:last-child a{
    padding: 0 45px;
}
    .particulars-right > div:last-child a:first-child {
        background-color: #299286;
        margin-right: 20px;
    }
    .particulars-right > div:last-child a:nth-child(2) {
        background-color: #d9ebea;
        color: #299286;
    }
    .particulars-right > div:last-child > span {
        float: right;
        display: inline-block;
        margin-top: 10px;
        cursor: pointer;
        color: #666666;
    }
.vroadcastInformation {
    margin-bottom:40px;
}
.vroadcastInformation > div > div {
    box-sizing: border-box;
}
.vroadcastInformation .datum {
    width:98%;
    box-sizing:border-box;
    padding:10px 20px 30px;
    background-color:#fff;
}
.vroadcastInformation .layui-tab-title {
    height: 50px;
}
.vroadcastInformation .layui-tab-title li {
    padding:0;
    margin:0 25px;
    font-size:20px;
}
    .vroadcastInformation .layui-tab-title .layui-this:after {
        height: 50px;
    }
    .vroadcastInformation .layui-tab-content {
        line-height: 24px;
        max-height: 850px;
        overflow-y: auto;
    }
.vroadcastInformation .layui-tab-content > div:first-child p {
    margin-bottom: 15px;
}
.vroadcastInformation .layui-tab-content > div:first-child h2 {
    margin:20px 0;
}
.recommend .recommend_person{
    padding: 30px 20px;
    background-color: #fff;
}
    .recommend .recommend_person_head {
        font-size: 16px;
        color: #333333;
    }
        .recommend .recommend_person_head>span {
            color: #299286;
        }
        .recommend .recommend_person_head a {
            float: right;
            color: #999999;
            display:inline-block;
            font-size:12px;
            margin-top:5px;
        }
.recommend .recommend_person > div:last-child {
    margin-top:20px;
}
.recommend .recommend_person > div:last-child ul li {
    display: inline-block;
    width: 53px;
    margin-bottom:10px;
    text-align: center;
}
        .recommend .recommend_person > div:last-child ul li img {
            width:50px;
            height:50px;
            border-radius:50%;
            margin-bottom:10px;
        }
.recommend .recommend_person2 {
    padding: 30px 20px;
    background-color: #fff;
    margin-top:20px;
}
.recommend_person2_content {
    margin-top:20px;
}
    .recommend_person2_content ul a {
        display: block;
        margin-bottom: 10px;
        overflow:hidden;
    }
    .recommend_person2_content ul li > div:first-child {
        position: relative;
    }    
    .recommend_person2_content ul li > div:first-child img{
        width:160px;
        height:85px;
        border-radius:10px;
    }
        .recommend_person2_content ul li > div:first-child span {
            position: absolute;
            right: 13px;
            top: 10px;
            padding: 2px 10px;
            background: rgb(0,0,0,0.5);
            color: #ffffff;
            border-radius: 50px;
        }
        .recommend_person2_content ul li > div:last-child > div:first-child {
            font-size: 16px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-bottom: 10px;
            color: #333333;
        }
    .recommend_person2_content ul li > div:last-child > div:last-child {
        color: #666666;
        font-size: 12px;
    }
        .recommend_person2_content ul li > div:last-child > span {
            display: block;
            color: #666666;
            font-size: 12px;
            margin-bottom: 15px;
        }


/*课程详情 的 相关资料*/
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.literature_item {
    position: relative;
    padding: 20px 0 5px;
}

    .literature_item:not(:last-child), .task_item:not(:last-child) {
        border-bottom: 1px dotted #eee;
        overflow:hidden;
    }

    .literature_item > svg, .literature {
        float: left;
    }

    .literature_item > svg {
        margin-right: 20px;
        width: 51px;
        height: 69px;
        transform: translateY(-7px);
    }

.literature {
    line-height: 30px
}

.literature_t {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.literature_t1 {
    line-height: 59px;
}

.literature_t:hover, .download:hover {
    color: #2a84e9;
}

.literature_time, .download {
    color: #999
}

.literature_time, .literature_item .download {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.literature_name, .literature_s, .literature_size {
    color: #666;
    padding-top: 8px;
}

.literature_name {
    margin-right: 25px;
}

.download svg {
    font-size: 24px;
}
/*课程 详情页 结束*/
/*在线课程 开始*/
.layui-BIGcontent_top {
    width:100%;
    overflow: hidden;
    box-shadow: 0 5px 5px rgb(0,0,0,0.1);
    position:relative;
    z-index:2;
    border-top:1px solid #ddd;
}
    .layui-BIGcontent_top .classify:first-child {
        margin-top: 20px;
    }    
    .layui-BIGcontent_top .classify:last-child {
        margin-bottom: 20px;
    }
.classify {
    overflow: hidden;
    line-height: 50px;
}
.classify > div:first-child {
    font-size:14px;
    font-weight:bold;
}
    .classify .tab_btn .layui-this {
        padding: 4px 10px;
        background-color: #dfefed;
        color: #299286;
        border-radius:4px;
    }
    .classify > div:last-child span {
        margin-right: 20px;
        cursor: pointer;
        padding: 4px 10px;
    }
        .classify > div:last-child span:last-child {
            margin-right: 0px;
        }
        .layui-BIGcontent_bottom {
            position: relative;
            z-index: 1;
            background-color: #f8fafc;
            padding-bottom:50px;
        }
.BIGcontent_bottom_head {
    padding:20px 0;
}
.BIGcontent_bottom_head > div {
    display: inline-block;
    line-height: 40px;
}
    .BIGcontent_bottom_head .bottom_head_btn .layui-this {
        background-color: #f4eee2;
        color: #d0964a;
        border-radius:50px;
    }
    .BIGcontent_bottom_head > div > span {
        margin-right: 20px;
        cursor: pointer;
        padding: 4px 15px;
    }
    .BIGcontent_bottom_head > div > span:last-child {
        margin-right: 0px;
    }
.content_itemsList {
    overflow:hidden;
}
    .content_itemsList > .item > div:hover {
        background: #fff;
        box-shadow: 0 0 10px rgb(0,0,0,0.2);
    }
        .content_itemsList > .item > div:hover > div:last-child > div:first-child {
            color: #32968b;
        }
        .content_itemsList > .item > div {
            transition-function: ease-out;
            transition-duration: 500ms;
            border-radius: 10px;
        }
    .content_itemsList > .item {
        overflow: hidden;
    }
        .content_itemsList > .item > div > div:first-child>img {
          /*  width: 305px;*/
            width:292px;
            height: 165px;
            border-radius: 10px 10px 0 0;
        }
        .content_itemsList > .item > div > div:last-child {
            box-sizing: border-box;
            padding: 10px 10px 20px;
            overflow: hidden;
            background:#fff;
        }
            .content_itemsList > .item > div > div:last-child > div:first-child {
                height:22px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: 16px;
                margin-bottom: 10px;
                font-weight:bold;
            }
            .content_itemsList > .item > div > div:last-child > div:last-child {
                margin-top:15px;
            }
                .content_itemsList > .item > div > div:last-child > div:last-child {
                    height: 20px;
                }
                    .content_itemsList > .item > div > div:last-child > div:last-child > div:first-child {
                        color: #545c63;
                        text-align: left;
                        width: 90px;
                        overflow: hidden;
                        white-space: pre;
                        text-overflow: ellipsis;
                    }
            .content_itemsList > .item > div > div:last-child > div:last-child > div:last-child {
                color: #545c63;
                text-align: right;
            }
        .content_itemsList > .item > div > div:first-child {
            position:relative;
        }
            .content_itemsList > .item > div > div:first-child > span > i {
                margin-right:5px;
                vertical-align:-1px;
            }
            .content_itemsList > .item > div > div:first-child > span {
                position: absolute;
                right: 20px;
                top: 10px;
                padding: 4px 8px;
                border-radius: 50px;
                color: #fff;
                display: inline;
            }
            .content_itemsList > .item > div > div:first-child > span.zb {
                background-image: linear-gradient(to left,#faa006,#f34f1d);
            }
                .content_itemsList > .item > div > div:first-child > span.zb img {
                    width: 20px;
                    height: 15px;
                    vertical-align:-2px;
                }
                .content_itemsList > .item > div > div:first-child > span.time {
                    background: rgb(0,0,0,0.5);
                    color: #c6cedd;
                }
                .content_itemsList > .item > div > div:first-child > span.playback {
                    background: rgb(0,0,0,0.5);
                    color: #c6cedd;
                }
                #laypage {
                    margin: 20px 0;
                    text-align: center;
                }
/*在线课程 结束*/
/*培训通知 开始*/
.banner_inforList {
    width: 100%;
    height: 300px;
    min-width: 1200px;
    background: url(../images/images/peixuntongzhi_img_02.png) no-repeat center;
}
.inforList {
    padding: 30px 0;
    overflow: hidden;
}
    .inforList .layui-col-md3 > div {
        width: 285px;
        box-sizing: border-box;
        padding: 20px 0 0;
        float:right;
    }
        .inforList .layui-col-md3 > div .layui-inforList-head {
            padding-left: 10px;
            border-left: 2px solid #299286;
            font-size: 16px;
            line-height: 16px;
            font-weight:bold;
        }
            .inforList .layui-col-md3 > div .layui-inforList-head span {
                color: #299286;
            }
        .inforList .layui-col-md3 > div:last-child > a {
            margin-top: 20px;
            transition-function: ease-out;
            transition-duration: 500ms;
        }
            .inforList .layui-col-md3 > div:last-child > a:hover {
                box-shadow: 0 0 10px rgb(0,0,0,0.2);
            }
                .inforList .layui-col-md3 > div:last-child > a:hover > div > div:last-child>div:first-child{
                    color:#299286;
                }
    .inforList .layui-col-md9 > div {
        box-sizing: border-box;
        padding: 25px;
        background-color: #fff;
        box-shadow: 0 0 10px rgb(0,0,0,0.1);
    }
        .inforList .layui-col-md9 > div > ul > li p {
            /*height:25px;*/
            overflow:hidden !important;
        }
        .inforList .layui-col-md9 > div > ul > li {
            height: 89px;
            line-height: 25px;
            padding: 20px 0;
            border-top: 1px solid #ddd;
            margin-bottom: 20px;
            overflow: hidden;
        }
            .inforList .layui-col-md9 > div > ul > li:first-child {
                padding-top: 0;
                border-top: 0px solid #ddd;
            }
 
                .inforList .layui-col-md9 > div > ul > li > p {
                    color: #777777;
                    overflow: hidden;
                    display: -webkit-box;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }
            .inforList .layui-col-md9 > div > ul > li > div {
                margin-bottom: 5px;
            }
            .inforList .layui-col-md9 > div > ul > li > div a {
                font-size: 16px;
                font-weight: bold;
            }
                .inforList .layui-col-md9 > div > ul > li >div a:hover {
                    color:#299286;
                }
/*培训通知 结束*/
/*通知详情 start*/
.particulars_box {
    box-sizing: border-box;
    padding: 20px 25px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0,0,0,0.1);
}
    .particulars_box > div {
        margin-bottom: 10px;
        text-align: center;
    }
        .particulars_box > div:first-child {
            font-weight:bold;
        }

        .particulars_box > div.time {
            padding-top: 10px;
            border-top: 1px solid #ddd;
            margin: 30px 0 50px;
            color: #777777;
        }
            .particulars_box > div.time span {
                padding-left: 30px;
                color: #333333;
            }
            .particulars_box > p {
                text-align: left !important;
                line-height: 26px;
                margin-bottom: 10px;
            }
    .particulars_box > h2, .particulars_box > h3 {
        margin-bottom: 10px;
        padding-top: 10px;
        font-weight:bold;
    }
/*通知详情 end*/

/*讲师认证 start*/
.authentication {
    background-image: url(../images/images/imgbg_02.png);
    background-position:center;
    background-repeat:no-repeat;
    padding-bottom:100px;
    min-width:1200px;
}
.authentication_head {
    text-align: center;
    padding-top: 70px;
    overflow: hidden;
}
    .authentication_head span {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 38px;
        border-bottom: 1px solid #ddd;
        color: #fff;
        display:inline-block;
        overflow: hidden;
    }
.authentication .items {
    text-align:center;
}
.authentication .itemsList {
    padding-top:100px;
}
.authentication .items > div:first-child span {
    transform: skewX(-15deg);
    background-color: #299286;
    display: inline-block;
    padding: 10px 30px;
    font-size:18px;
    color:#fff;
}
    .authentication .items > div > img {
        width:50%;
        position:relative;
        left:-20%;
        padding-top:40px;
    }
    .authentication .items > div:last-child {
        text-align:center;
        line-height:26px;
        font-size:16px;
        padding-top:40px;
        color:#fff;
    }
.authenticationBTN {
    text-align:center;
    padding-top:80px;
}
    .authenticationBTN a {
        display: inline-block;
        padding: 16px 60px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 50px;
        border: 3px solid #7edce8;
        background-image: linear-gradient(to top,#28998c,#13f0d7);
        color: #fff;
        text-shadow: 0 0 5px rgb(0,0,0,0.5);
    }
        .authenticationBTN a:hover {
            background-image: linear-gradient(to top,#13f0d7,#28998c);
        }
/*step1 */
.authentication1 {
    padding:20px 0 40px;
    background-color: #f9fafc;
}
.authentication1_box_head {
    box-sizing:border-box;
    padding:0 30px 30px;
    border-bottom:1px solid #ddd;
}
    .authentication1_box_head span:first-child {
        font-size:24px;
    }
    .authentication1_box_head span:last-child {
        padding: 7px 20px;
        border-radius: 10px;
        background-color: #f5efe3;
        margin-left: 20px;
        color: #d09748;
    }
        .authentication1_box {
            padding: 30px 0 60px;
            background: #fff;
            box-shadow: 0 2px 5px rgb(0,0,0,0.1);
        }
.authentication1_box_content {
    padding:30px 200px 0;
    overflow:hidden;
}
    .authentication1_box_content .layui-progress {
        z-index: 1;
        top: 23px;
    }
        .authentication1_box_content .layui-progress .layui-progress-bar {
            background-color: #299185;
        }
.progress_content {
    padding: 0px 30px;
    overflow: hidden;
}
.progress_contentItems > span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #299286;
    border-radius: 50%;
    position: relative;
}
.progress_contentItems > span>i{
    display:inline-block;
    position:absolute;
    left:calc(50% - 7.5px);
    top:calc(50% - 7.5px);
    width:15px;
    height:15px;
    border-radius:50%;
    background:#fff;
    box-shadow: 0 0 10px rgb(0,0,0,0.5)
}
.progress_contentItems {
    position: relative;
    z-index: 2;
    text-align: center;
}
        .progress_contentItems>div {
            font-size:16px;
            padding-top:15px;
            position:relative;
        }
.progress_content > div > div:first-child > div {
    left: -6px;
}
.progress_content > div > div:first-child {
    text-align: left;
    left: -25px;
}
.progress_content > div > div:last-child {
    text-align: right;
}
    .progress_content > div > div:last-child > div {
        right: -6px;
    }
.progress_contentItems2 {
    text-align:center;
    position:relative;z-index:2;
}
.progress_contentItems2 > div {
    font-size: 16px;
    padding-top: 15px;
    position: relative;
}
    .progress_contentItems2 span {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #999999;
        margin: 18px 0 18px;
    }
.authentication1_box_content .formDate {
    padding-top:50px;
}
    .authentication1_box_content .formDate #headPortrait {
        width: 120px;
        height: 120px;
    }
.authentication1_box_content .formDate .layui-upload-drag {
    float: left;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 10px;
    position:relative;
}
    .authentication1_box_content .formDate .layui-form-item .title {
        display:inline-block;
        float:left;
        padding: 10px 0px 0 30px;
        line-height: 28px;
        color: #999999;
        font-size:14px;
    }
        .authentication1_box_content .formDate .layui-form-item .title span {
            color: #f7883a;
        }
    .authentication1_box_content .formDate .imgSHow {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
    .authentication1_box_content .formDate .ptxy {
        color: #f7883a;
        vertical-align:-5px;
    }
    .authentication1_box_content .formDate .layui-input-block2 {
        width: 500px;
        margin-left: 110px;
        min-height: 36px;
    }
    .authentication1_box_content .formDate .imgSHow img {
        width: 100%;
        height: 100%;
    }
    .authentication1_box_content .formDate .layui-form-label span {
        color: #ff0000;
        padding-right:3px;
    }
/*step*/
#shehe {
    padding-top:70px;
    text-align:center;
}
    #shehe i {
        font-size: 100px;
        color: #9c9c9c;
    }
    #shehe > div {
        padding-top: 20px;
        font-size: 16px;
        color: #9c9c9c;
    }
        #shehe > div:first-child {
            padding-bottom: 20px;
        }
        #shehe > div > a:first-child {
            background: #299286;
        }
    /*讲师认证 end*/
/*老师个人中心*/
.teacherCentre {
    background-color: #f9fafc;
    padding: 30px 0 40px;
}
.teacherCentre .headPortrait {
    background-color: #fff;
    text-align: center;
    padding:20px;
    box-sizing:border-box;
    border-radius:10px;
    box-shadow: 0 0 10px rgb(0,0,0,0.2);
}
    .teacherCentre .headPortrait > img {
        width:82px;
        height:82px;
        border-radius:50%;
    }
    .headPortrait_name {
        font-size: 16px;
        padding-top: 10px;
    }
.teacherCart {
    margin-top:0px;
}
    .teacherCart > div {
        padding-top: 0;
        padding-bottom: 0;
    }
        .teacherCart > div .teacherCartItem {
            padding: 20px;
            border-radius: 15px;
            background-size: 100% 100%;
        }
        .teacherCart > div:first-child .teacherCartItem {
            background: url(../images/images/selfCenter_03.png) no-repeat center;
        }
        .teacherCart > div:nth-child(2) .teacherCartItem {
            background: url(../images/images/selfCenter_05.png) no-repeat center;
        }
        .teacherCart > div:nth-child(3) .teacherCartItem {
            background: url(../images/images/selfCenter_07.png) no-repeat center;
        }
        .teacherCart > div:last-child .teacherCartItem {
            background: url(../images/images/selfCenter_09.png) no-repeat center;
        }
.teacherCartItem > div:first-child > div:first-child {
    color: #fff;
    font-size: 16px;
    padding-bottom: 40px;
}
.teacherCartItem > div:first-child > div:last-child {
    font-size:30px;
    color:#fff;
    font-weight:bold;
    padding-bottom:20px;
}
.teacherCartItem > div:last-child span{
    display:inline-block;
    width:34px;
    height:34px;
    text-align:center;
    line-height:34px;
    border-radius:50%;
    background-image:linear-gradient(to top,rgb(255,255,255,0.1),#fff)
}
.teacherCart > div:first-child .teacherCartItem > div:last-child span i {
    color: #3dd3af;
}
.teacherCart > div:nth-child(2) .teacherCartItem > div:last-child span i {
    color: #ffc45e;
}
.teacherCart > div:nth-child(3) .teacherCartItem > div:last-child span i {
    color: #f58889;
}
.teacherCart > div:last-child .teacherCartItem > div:last-child span i {
    color: #52bfe7;
}
.teacherCentreBox {
    padding-bottom:20px;
    overflow:hidden;
    box-sizing:border-box;
}
.teacherCentreHead {
    padding: 10px 20px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
    .teacherCentreHead .back button {
        background: #E9E9E9;
        color: #777777;
    }
    .teacherCentreHead .title_headName {
        padding-left:20px;
        box-sizing:border-box;
    }
        .teacherCentreHead .title_headName span {
            padding-left: 15px;
            font-size: 16px;
            font-weight: bold;
            color: #30978A;
        }
        .teacherCentreHead .layui-form-item {
            margin-bottom: 0;
            display: inline-block;
        }
        .teacherCentreHead .layui-form-item:last-child{
            float:right;
        }
    .teacherCentreHead .layui-btn, .teacherCentreHead .layui-input {
        height: 35px;
        line-height: 35px;
    }
    .teacherCentreTable {
        padding: 20px 30px;
        overflow: hidden;
    }
    .teacherCentreTable .layui-table-page {
        text-align:center;
    }
/*查看观看人数*/
.per-panel {
    overflow:hidden;
    margin-top:20px;
    padding:10px 20px;
    background:#fff;
}
.widBox {
    background:#f8fafc;
    overflow:hidden;
    padding-bottom:20px;
}
.h6-top {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}
    .h6-top a {
        border-bottom: 3px solid #1b9cff;
        font-size: 16px;
        display:inline-block;
    }
.SJright_fans {
    padding: 20px 0 10px 0;
    overflow: hidden;
}
    .SJright_fans li {
        width: 18.96%;
        margin-right: 1%;
        margin-bottom: 1%;
        display:inline-block;
    }
        .SJright_fans li:nth-child(5n) {
            margin-right:0px;
        }
        .SJrightFans_Img {
            margin-right: 10px;
            width: 50px;
            height: 50px;
            /* border-color: #ddd; */
            border: 0;
        }
    .SJrightFans_Img img {
        width: 100%;
        height: 100%;
    }
.SJrightFans_Txt {
    line-height:25px;
}

/*学员个人中心*/
.content1020 {
    width: 1130px;
    float: right;
    border: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.wid-1200 {
    width: 1300px;
    margin: 0 auto;
    overflow: initial;
}
.per_wrap {
    overflow:hidden;
    background: #F8FAFC;
    padding: 30px 0;
    width: 100%;
    min-width: 1216px;
}

.per_l {
    width: 150px;
    box-sizing:border-box;
    background:#fff;
    box-shadow:0 0 10px rgb(0,0,0,0.1);
    position:relative;
    z-index:2;
}

.per_l_mes {
    margin-bottom: 15px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #888;
    padding: 20px 0;
    border-bottom:1px solid #f5f5f5;
}

.per_l_name {
    font-size: 16px;
    color: #333;
}

.per_l_total {
    margin-bottom: 9px;
}
.per_l_shadow {
    background: url(../images/per_shade.png) 0 0 no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.per_l_hd img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius:50%;
}
.per_l_list {
    border:0;
}
.per_l_list > li {
    height: 41px;
    line-height: 41px;
    margin-bottom: 4px;
}

    .per_l_list > li a {
        padding-left: 28px;
        color: #333;
        font-size: 16px;
        display: block;
        border-left:2px solid #fff;
    }

    .per_l_list > li.li_last {
        margin-bottom: 0;
    }

    .per_l_list > li.current a {
        color: #299286;
        background: #e9f4f3;
        display: block;
        border-color: #299286;
    }
.myCourse {
    width: 1150px;
    padding-top:0;
    background-color: #F9FAFC;
    position:relative;
    z-index:1;
}
.modeBox .StudyDetail-head-item > div > img {
    width: 75px;
    height: 82px;
    border-radius: 4px 0 0 4px;
}
.modeBox .StudyDetail-head-item > div:last-child > div:first-child {
    font-size:14px;
        margin: 9px 0 8px;
}
.modeBox .StudyDetail-head-item > div:last-child > div:last-child {
    margin-bottom:6px;
}
.modeBox .StudyDetail-head-item {
    margin-bottom: 20px;
    margin-left: 0;
}
    .modeBox .StudyDetail-head-item.item3 {
        margin-right: 0px;
        margin-bottom: 0px;
    }
.MyStudyDetail .StudyDetail-head-item {
    margin-bottom:0;
}
    .MyStudyDetail .StudyDetail-head-item > div > img {
        width: 90px;
        height: 95px;
    }
    .MyStudyDetail .StudyDetail-head-item > div:last-child > div:first-child {
        font-size: 14px;
        margin: 20px 0 8px;
    }
    .modeBox .per_kc_listCon {
        width: 288px;
        line-height: 30px;
    }

        .modeBox .per_kc_listCon + .additem {
            padding: 5px 10px;
            color: #fff;
            background-color: #83afff;
            border-radius: 5px;
            font-size: 12px;
            display: inline-block;
            margin-top: 12px;
        }

        .modeBox .per_kc_listCon + .additemLb {
            padding: 5px 10px;
            color: #fff;
            background-color: #fb9898;
            border-radius: 5px;
            font-size: 12px;
            display: inline-block;
            margin-top: 10px;
        }

.modeBox .textOmit {
    width:100%;
}.modeBox .textOmit a{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.modeBox .page {
    overflow: hidden;
    width: auto;
}
.modeBox > div {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.modeBox .modeBox_head {
    box-sizing: border-box;
    padding: 15px 20px;
    background-color: #F8FCFC;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
}
    .modeBox .modeBox_head + div {
        padding:20px;
        box-sizing:border-box;
        overflow:hidden;
        width:100%;
        margin:0;

    }

.mw-conpc .modeBox_head + div {
    min-height: 405px;
}
    /*我的课程*/
.timeList {
    background-color: #F8FCFC;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    border-radius:50px;
    padding: 10px 0;
}
.timeItem {
    margin-top:20px;
}

.timeItem .item_left > div img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-bottom: 10px;
}
    .timeItem .item_left > div {
        text-align: center;
    }
    .timeItem a .item {
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #ddd;
    }
.timeList > div:first-child > div {
    text-align: center;
}
    .timeList > div:first-child > div:first-child > div {
        box-sizing: border-box;
        padding-left: 22px;
    }
    .timeList > div:first-child > div:last-child {
        padding-right: 15px;
        margin-top: 30px;
        color: #299286;
    }
    .timeList > div:first-child > div:last-child a {
        color: #299286;
    }
    .timeList > div:first-child > div:first-child > div:first-child {
        color: #299286;
        margin-bottom: 5px;
    }
    .timeList > div:first-child > div:first-child > div:last-child {
        font-size: 25px;
        font-weight: bold;
        color: #299286;
    }
    .timeList > div:first-child > div:first-child > div:first-child {
        margin-top: 10px;
    }
    .timeList > div:first-child > div:nth-child(2) {
        border-width: 0 1px 0 1px;
        border-style: solid;
        border-color: #ddd;
    }
        .timeList > div:first-child > div:nth-child(2) > div > div {
            display: inline-block;
            text-align: center;
            width: 10%;
            margin: 0 5px;
            padding: 15px 0;
        }
    .timeList > div:first-child > div:nth-child(2) > div > div > div:first-child {
        margin-bottom: 10px;
    }
    .timeList > div:first-child > div:nth-child(2) > div > div.cur {
        background-color: #299286;
        color: #fff;
        padding: 15px 0;
        border-radius: 50px;
    }
                .timeList > div:first-child > div:nth-child(2) > div > div > div:last-child {
                    font-size: 20px;
                    height:26px;
                }
                .StudyDetail-head-item {
                    background: #fff;
                    box-shadow: 0 0 10px rgb(0,0,0,0.1);
                    margin-bottom: 10px;
                    margin-left: 10px;
                    overflow: hidden;
                }
    .StudyDetail-head-item.item3{
        margin-right:10px;
    }
.per_qk_hd, .per_cs_hd {
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.StudyDetail-head-item.item1 > div:last-child > div:last-child span {
    color: #07b1a6;
}
.StudyDetail-head-item.item2 > div:last-child > div:last-child span {
    color: #fd9a47;
}
.StudyDetail-head-item.item3 > div:last-child > div:last-child span {
    color: #4c95f1;
}

.StudyDetail-head-item > div:last-child > div:first-child {
    font-size: 20px;
    margin: 10px 0 20px;
    color: #757575;
}
    .StudyDetail-head-item > div:last-child > div:last-child {
        font-size: 16px;
    }
    .StudyDetail-head-item > div:last-child > div:last-child span {
        font-size: 25px;
        font-weight:bold;
    }
        .per_ks_headBigBox {
            padding-bottom: 10px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
            position:relative;
        }
.per_kc_search {
    position:absolute;
    right:0;
    top:0;
    display: inline-block;
    border: 1px solid #ddd;
    float: right;
    border-radius: 4px;
}
#searchCourse {
    background:#299286;
}
#searchTxt {
    padding:7px 10px;
}
.per_ks_head a{
    line-height: 40px;
    font-size:18px;
}
.per_kc_list {
    overflow:hidden;
    padding: 10px 0 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.per_kc_listCon {
    width: 500px;
    line-height: 45px;
    box-sizing: border-box;
    padding-left: 35px;
    padding-top:10px;
}
    .per_kc_listCon > div:first-child {
        font-size:20px;
    }
.per_kc_listConTime span {
    color: #808080;
}
.per_kc_listLearn {
    width:150px;
    padding-top:10px;
    line-height:30px;
    text-align:center;
}
    .per_kc_listLearn>a {
        padding: 0 15px;
        background-image: linear-gradient(to bottom,#58D8CB,#66B6AB);
        border-radius:50px;
        color:#fff;
        margin-bottom:10px;
    }
    .per_kc_listLearn p.operate {
        width: 100%;
        text-align: center;
        display: block;
    }
    .per_kc_listLearn p.operate>a{
        text-align: center;
        display: inline-block;
        margin:auto;
    }
.pager {
    text-align:center;
}
/*我的测试*/
.testList>div:first-child{
    box-sizing:border-box;
    padding-left:30px;
}
    .testList > div:first-child > div:first-child {
        margin-top:10px;
        font-size:18px;
        margin-bottom:10px;
    }
    .testList > div:first-child > div:last-child {
        color: #777777;
    }
        .testList > div:first-child > div:last-child span {
            color:#333;
        }
.testList div:nth-child(2)>div:first-child span{color:red;}
.page_testList {
    padding: 20px;
    box-sizing: border-box;
}
/*我的收藏*/
.per_cs_hd {
    font-size: 18px;
}
.MyStore .per_ks_head {
    font-size:14px;
    box-sizing: border-box;
    padding-left: 10px;
    background: #e9f4f3;
    color: #299286;
    border-radius:10px 10px 0 0;
    margin-bottom:15px;
}
    .MyStore .per_ks_head a {
        padding: 0 10px;
        border-bottom: 1px solid #e9f4f3;
    }
        .MyStore .per_ks_head a:hover {
            color: #17776c;
        }
        .MyStore .per_ks_head a.current {
            border-color: #299286;
        }
        /*证书样式*/
        .certl-ul li {
            border-bottom: 1px solid #ddd;
            padding: 25px 0;
        }
    .certl-ul li > div:first-child > span:first-child {
        font-size: 16px;
        line-height: 55px;
        width: 100%;
        display: inline-block;
    }
            .certl-ul li > div:nth-child(2) > div:first-child {
                margin-top:15px;
            }
    .certl-ul li > div:nth-child(2) {
        line-height: 2;
    }
        .certl-ul li > div:nth-child(2) > div:last-child > span {
            color: #396dff;
            
        }
        .certl-ul li > div:nth-child(2) > div > span.forever {
            color: #e64b47;
            
        }
        .certl-ul li > div:nth-child(3) span {
            display: inline-block;
            margin-top: 5px;
            margin-left: 8px;
        }
    .certl-ul li > div:nth-child(3) > span:nth-child(3) {
        color: #fe9414;
        cursor: pointer;
    }
    .certl-ul li > div:nth-child(3) > span:nth-child(2) {
        color: #4c95f1;
        cursor: pointer;
    }
        .certl-ul li > div:nth-child(3) .per_kc_listLearn {
            width: auto;
        }
.imgContent {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 860px;
    height: 545px;
    margin: 40px auto auto;
    box-sizing: border-box;
    padding: 130px 90px;
}
    .imgContent > div:first-child {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin-bottom:10px;
    }
    .imgContent > div:nth-child(2) {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .imgContent > div:nth-child(2) span {
        font-size: 16px;
        text-decoration: underline;
    }
    .imgContent > div:nth-child(3) p {
        text-indent:35px;
        font-size:16px;
        margin-bottom:20px;
        line-height:26px;
    }
    .imgContent > div:nth-child(4) {
        float:right;
        /*overflow:hidden;*/
        position:relative;
    }
        .imgContent > div:nth-child(4) img {
            /*width: 80px;*/
            width: 440px;
            position: absolute;
            right: 0px;
            top: -15px;
        }
        .imgContent > div:nth-child(4) > div {
            text-align: left;
        }
        /*资源详情*/
        .breadcrumb {
            box-sizing: border-box;
            padding: 10px 0px 10px 25px !important;
            margin-bottom: 10px !important;
            font-size: 14px;
            margin-top: 10px;
            overflow: hidden;
            background: none !important;
        }
.KCLB_container {
    box-sizing:border-box;
    padding:0 20px;
    margin-bottom:40px;
    overflow:hidden;
}
.SJ_title {
    border-bottom: 1px solid #e5e5e5;
    line-height: 34px;
    height: 34px;
    margin:0px 0 5px;
    font-size:16px;
}
.showit{
    margin-bottom:20px;
}.showit li{
    line-height:30px;
}
.bdBox_con1 {
    box-sizing:border-box;
    padding-left:20px;
    padding-bottom:20px;
}
.showit li > span:last-child {
    font-size:16px;
}
.showit li > span:first-child {
    color:#555555;
}
.SJright_Curs li {
    line-height: 30px;
    border-bottom: 1px dotted #c1c1c1;
}
.bdBox_con1 {
    width: 780px;
    margin: auto;
}
.left_padd {
    padding-left:20px;
    margin-top:20px;
    margin-bottom:10px;
}
/*考试*/
.RPaper_bigBox {
    background: #f8fafc;
    padding:10px 0 40px;
}
#top {
    width: 1024px;
    height: 68px;
    margin: 0 auto;
}

.logo, .nav, .login {
    float: left;
}

.tuichu {
    border-left: 1px solid #eee;
}


#con1 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 12px;
}
#leftcon > div {
    box-sizing:border-box;
    padding:20px;
    background-color:#fff;
    overflow:hidden;
}
    #leftcon > div > div {
        margin-bottom:20px;
    }
    #rightcon {
        overflow:hidden;
        box-sizing: border-box;
        padding: 20px;
        background-color: #fff;
    }
.btn33.zhjieshu {
    margin-left: 12px;
    margin-right: 55px;
    width: 133px;
    height: 40px;
    line-height: 40px;
    float: right;
    cursor: pointer;
    border-radius: 50px;
    color:#fff;
    background-color: #fe9414;
}
.part1 h3 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding-left: 8px;
    background: #5abfb4;
    font-weight: normal;
    border-radius: 4px;
}

.part1 p {
    margin: 14px 0 14px 0;
}

.part1 a {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 2px;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
}

    .part1 a:hover {
        border: 1px solid #5fa5cc;
        color: #5fa5cc;
    }

    #rightcon h3 {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        width: 840px;
        background: #fff;
        border-bottom: 1px solid #eee;
        font-weight: normal;
    }

        #rightcon h3 a {
            color: #03a9f4;
            font-size: 20px;
            border: 1px solid #03a9f4;
            width: 64px;
            height: 24px;
            line-height: 24px;
            float: right;
            font-weight: normal;
            margin-top: 16px;
            margin-right: 22px;
        }

    .shiticon h4 {
        font-size: 16px;
        padding-bottom: 10px;
        font-weight: bold;
        display: inline-block;
    }
    .shiticon .LX_SubTitle {
        padding-bottom: 10px;
        display: inline-block;
    }
#con2 > div:first-child {
    line-height: 34px;
}
#con2 h3 {
    height: 48px;
    line-height: 48px;
    width: 816px;
    padding-left: 24px;
    color: #484848;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    position: relative;
    text-align: left;
}

#con3 {
    background: #fff;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 20px;
    margin-top: 18px;
    border-top: 1px solid #c80302;
}

    #con3 h3 {
        height: 78px;
        line-height: 78px;
        padding: 0 0px;
        color: #424242;
        font-weight: normal;
    }

        #con3 h3 span {
            font-size: 14px;
        }

.ans-wrap {
    padding: 10px 33px 0 50px;
}

    .ans-wrap h4 {
        height: 22px;
        line-height: 22px;
        color: #424242;
        font-size: 14px;
        background: url(../image/lx-dot.png) 56px 0 no-repeat;
    }

    .ans-wrap p {
        height: 58px;
        line-height: 58px;
    }


#con2 ul {
    width: 700px;
    overflow: hidden;
    margin-left: 50px;
    margin-top: 30px;
    float: left;
}

#con2 li {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #424242;
    font-size: 14px;
}

#con2 p {
    margin-right: 16px;
}

    #con2 p a {
        display: block;
        margin-top: 17px;
        color: #424242;
    }
/*.answer{ height:56px; width:840px; border-top:1px solid #eee;  margin-top:14px; line-height:56px;}*/
.answer {
    border-top: 1px solid #eee;
    margin-top: 14px;
    line-height: 56px;
    overflow:hidden;
}

#con2 form {
    margin-left: 50px;
}

label {
    font-size: 14px;
}

.btn2, .btn3 {
    text-align: center;
    border: none;
    outline: none;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.btn2 {
    margin-left: 12px;
    background: #1dbdab;
    width: 134px;
    height: 40px;
    line-height: 40px;
    float: right;
    border-radius:50px;
    cursor: pointer
}

.btn3 {
    margin-left: 12px;
    margin-right: 55px;
    background: #299286;
    width: 133px;
    height: 40px;
    line-height: 40px;
    float: right;
    cursor: pointer;
    border-radius:50px;
}


#jiaojuan {
    padding-right: 20px;
}

.btn4 {
    margin-left: 12px;
    background: url(../image/con-anniu-2.png) 0 0 no-repeat;
    width: 134px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}

#head h3 {
    padding:20px 0 20px;
    font-size: 24px;
    height: 75px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    margin-bottom:20px;
}

    #head h3 a {
        color: #299286;
        font-size: 20px;
        border: 1px solid #299286;
        width: 94px;
        height: 24px;
        line-height: 24px;
        float: right;
        font-weight: normal;
        margin-top: 45px;
        margin-right: 22px;
    }

.weida {
    height: 13px;
    width: 13px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #bcbbbb;
    display: inline-block;
    line-height: 20px;
    cursor: default;
    margin-right: 5px;
}

.yida {
    height: 13px;
    width: 13px;
    border-radius: 4px;
    background: #EEFDF5;
    border: 1px solid #00AA41;
    display: inline-block;
    line-height: 20px;
    cursor: default;
    margin-right: 5px;
}

.dangqian {
    height: 13px;
    width: 13px;
    border-radius: 4px;
    background: #FFEFEF;
    border: 1px solid #F01E1D;
    display: inline-block;
    line-height: 20px;
    cursor: default;
    margin-right: 5px;
}

.lcor_un {
    background: #fff;
    border: 1px solid #bcbbbb;
}

.lcordone {
    background: #EEFDF5;
    border: 1px solid #00AA41;
}

.lcornow {
    background: #FFEFEF;
    border: 1px solid #F01E1D;
}

/*专题样式*/
.bannerTitle {
    background-position:center;
    background-repeat:no-repeat;
    background-size:1920px 100%;
    height:280px;
    text-align:center;
}
.bannerTitle span{
    font-size:45px;
    color:#fff;
    line-height:230px;
    font-weight:bold;
    letter-spacing:3px;
    text-shadow: 0 4px 2px #000; 
}
.themeDetail {
    padding:30px 0;
}
    .themeDetail .layui-content-item {
        margin:0;
    }
    .themeDetail .content_box {
        padding:10px 0;
        text-indent:25px;
        font-size:16px;
        line-height:2;
    }
    .themeDetail .content_box2 > p {
        text-align: left;
        height: 75px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }    
    .themeDetail .content_box2 > div {
        text-align: right;
    }
            .themeDetail .content_box2 > div a {
                color: #299286;
            }
            .themeDetail .content_box .content_box_item > div {
                padding: 15px;
                box-shadow: 0 0 10px rgba(0,0,0,0.1);
                margin: 5px;
                overflow: hidden;
                text-indent: 0px;
            }
            .themeDetail .content_box .content_box_item > div>div:first-child {
                position:relative;
            }
            .themeDetail .content_box .content_box_item > div>div:first-child img{
                width:100%;
                height:150px;
            }
                .themeDetail .content_box .content_box_item > div > div:first-child span {
                    position: absolute;
                    left: 20px;
                    top: 20px;
                    font-size: 12px;
                    background-color: #299286;
                    color:#fff;
                    padding: 0px 6px;
                    line-height:24px;
                    border-radius:4px;
                }
            .themeDetail .content_box .content_box_item > div > div:last-child {
                font-size: 14px;
                color: #555555;
            }
                .themeDetail .content_box .content_box_item > div > div:last-child > div:first-child {
                    font-size: 16px;
                    color: #333333;
                    font-weight:bold;
                }
    .themeDetail .content_box .content_box_item.zbk > div > div:last-child button {
        padding: 8px 15px;
        background-color: #e9f4f3;
        border-radius:50px;
        margin-top:20px;
    }
        .themeDetail .content_box .content_box_item.zbk > div > div:last-child button a {
            color: #299286 !important;
        }
        .themeDetail .content_box .content_box_item.lbk > div > div:last-child button {
            padding: 8px 15px;
            background-image: linear-gradient(to bottom,#03C6B1,#279487);
            color: #fff;
            border-radius: 50px;
            margin-top: 20px;
        }
        .themeDetail .content_box .content_box_item > div > div:last-child button a {
            color:#fff;
        }
        .themeDetail .content_box .content_box_item.lbk > div > div:first-child span {
            background-color: #EB5410;
        }
    .themeDetail .content_box .content_box_item.gkk > div > div:last-child button {
        padding: 8px 15px;
        background-image: linear-gradient(to bottom,#FFBF00,#FF7A00);
        color: #fff;
        border-radius: 50px;
        margin-top: 20px;
    }

    .themeDetail .content_box .content_box_item.gkk > div > div:first-child span {
        background-color: #396DFF;
    }
#fromDate {
    display:none;
    padding:20px;
}
.labelWidth label {
    width: 90px;
}
.labelWidth .layui-input-block {
    margin-left: 120px;
}

@media screen and (max-width: 1366px) {
    .layui-content, .wid-1200 {
        width: 1200px;
        margin: auto;
    }
    .openClass_item {
        width: 190px;
    }
    .myCourse, .content1020 {
        width: 1040px;
        padding: 0 20px 20px !important;
        box-sizing:border-box;
    }
}






















/*//手机自适应 临时版本*/
@media screen and (max-width: 1200px) {
    .layui-content, .wid-1200 {
        width: 100%;
        margin: auto;
    }

    .layui-content {
        width: 100%;
    }

    #banner {
        min-width: 100%;
    }

    .banner_inforList {
        min-width: 100%;
    }

    .isWidth {
        width: 100%;
    }

    .inforList .layui-col-md3 > div {
        width: 100%;
    }

    .isFloat {
        padding-right: 2.3% !important;
    }

        .isFloat a {
            width: 30%;
            margin-left: 3%;
        }
    .particulars{
        padding:0 2%;
    }
    .particulars-left {
        width: 50%;
        padding-right: 5%;
    }
    .particulars-left img {
        width: 100%;
    }
    .WidthBox{
        width:100%;
    }
    .vroadcastInformation .datum{
        width:100%;
    }
    .authentication{
        min-width:100% !important;
    }
    .WidthBox-3 {
        width: auto;
    }
}