/* 
    Desc:培训列表、学校列表合并样式
    Date： 2024-03-07
*/

.screen {
    border: 1px solid #e8e8e8;
}

.row>ul {
    float: left;
    width: 1150px;
    /* overflow: hidden; */
}

.screen .row {
    height: auto;
    border-bottom: 1px dashed #e8e8e8;
}

.screen .row:last-child {
    border-bottom: 0;
}

.row>span {
    float: left;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-right: 6px;
}

.row>ul {
    float: left;
    width: 1150px;
}

.row>ul>li:last-child {
    margin-left: 0;
}

.row>ul>.align-li {
    width: 56px;
    padding: 0 4px;
}

.row>ul>li>a {
    font-size: 12px;
    color: #333;
}

.row>ul>li>a:hover {
    color: #FE7E3D;
}

.row>ul>li.selected>a {
    color: #ff5400;
}

.row .cate-child-div {
    display: none;
    padding-top: 10px;
}

/* 列表筛选 完成 */




.course_bread a:hover {
    color: #ff5400;
}

.course_position a,
.course_bread {
    font-size: 15px;
    color: #333;
}

.mainbox {
    width: 100%;
    background-color: #EEEEEE;
}


.main_right_new {
    width: 275px;
    margin-top: 20px;
}

.fix-right {
    position: fixed;
    top: 100px;
    background-color: #fff;
    z-index: 6;
    border: 1px solid #ccc;
}


.main_left_new {
    width: 900px;
    margin-top: 20px;
    background-color: #fff;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.crumbs_new {
    padding-top: 19px;
    margin-bottom: 18px;
}


.screen {
    height: 220px;
    background-color: #fff;
    padding: 24px 26px;
}


.industry-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}


.industry-title img {
    width: 16px;
    height: 18px;
}



.catesel {
    float: left;
    width: 120px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #ECECEC;
    margin-right: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #010101;
    cursor: pointer;
    background-position-y: 10px;
}

.catesel:nth-child(8) {
    margin: 0;
}

.catesel:hover,
.catesel.selected {
    color: #FF5400;
    border: 1px solid #FF5400;
}

.catesel:hover .title {
    color: #FF5400;
}

.catesel .title {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    margin-top: 8px;
}


.screen .row {
    height: auto;
}

.row .cate-child-div {
    padding-top: 10px;
}


.row .cate-child-ul {
    position: absolute;
    left: 0;
    top: 100px;
    width: 1140px;
    height: 30px;
    padding-left: 20px;
    text-align: left;
    overflow: hidden;
}

.row .cate-child-ul .cate-child-li {
    width: 135px;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;

}

.row .cate-child-ul .cate-child-li div {
    border-left: 1px solid #D2D2D2;
}

.row .cate-child-ul .cate-child-li:nth-child(1) div {
    border: none;
}

.cate-child-ul .selected {
    background-image: url("/assets/images/line.png");
    background-position: bottom;
    background-size: 20px 5px;
    background-repeat: no-repeat;
}

.row .cate-child-ul .cate-child-li>a {
    color: #666;
}

.row .cate-child-ul .cate-child-li>a:hover,
.cate-child-ul .selected div,
.cate-child-li .selected {
    color: #FE7E3D;
}




.com_tag {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #7A4B01;
    width: 75px;
    height: 25px;
    background: #F3C781;
    border-radius: 13px 0px 13px 0px;
}




.com-talk-box,
.com-call-box {
    min-width: 76px;
    line-height: 26px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 10% center;
    cursor: pointer;
    padding: 2px 10px 2px 40px;
    font-size: 16px;
    font-weight: 400;
}

.com-talk-box {
    background-size: 20px 19px;
    border: 1px solid #FF5400;
    color: #FF5400;
    background-image: url(/assets/images/xuexiao-page/index/zixun.png);
}

.com-call-box {
    background-size: 20px 19px;
    border: 1px solid #E8334E;
    color: #E8334E;
    background-image: url(/assets/images/xuexiao-page/index/phone.png);
    margin-top: 20px;
}

.com-talk-box:hover {
    background-image: url(/assets/images/xuexiao-page/index/zixun-s.png);
    color: #fff;
    background-color: #FF5400;
}

.com-call-box:hover {
    background-image: url(/assets/images/xuexiao-page/index/phone-s.png);
    color: #fff;
    background-color: #E8334E;
}




.lc-side-li-s span{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #D4D4D4;
    text-align: center;
    color: white;
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}


.lc-side-li-s:nth-child(1) span{
    background-color: #FF8400;
}

.lc-side-li-s:nth-child(2) span{
    background-color: #FFB667;
}

.lc-side-li-s:nth-child(3) span{
    background-color: #FFB667;
}


.lc-side-li-s {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    padding-left: 11px;
    /* background-image: url(/assets/images/index/squre-dot.png);
    background-repeat: no-repeat;
    background-position: 0 -20px; */
    margin-bottom: 17px;
}

.lc-side-li-s a {
    color: #333333;
}

/* .lc-side-li-s:hover {
    background-position: 0 10px;
} */


.news-title {
    border-bottom: 1px solid #DFDFDF;
}


.news-ul h2 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #010101;
    margin-bottom: 31px;
}

.news-li {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.news-li:hover .news-li-lf {
    background-position: 0 10px;
    color: #ff5400;
}

.news-li:hover .limt-w {
    color: #ff5400;
}

.news-li:hover .news-li-ri {
    color: #ff5400;
}

.news-li-lf {
    position: relative;
    background-image: url(/assets/images/index/squre-dot.png);
    background-repeat: no-repeat;
    background-position: 0 -20px;
    padding-left: 10px;
    width: 70%;
}

.news-ul {
    width: 21%;
    height: 392px;
    overflow: hidden;
    padding: 10px 15px 0 24px;
    /* border-right: 1px solid #ddd;
    box-sizing: border-box; */
}

.floor hr {
    float: left;
    height: 360px;
    position: relative;
    top: 13px;
    width: 0px;
    border-left: 1px solid #ddd;
}

.floor {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    height: 392px;
    padding: 20px 0;
}


/*推广*/
.promotion_part {
    height: auto;
    border-top: 0;
    position: relative;
}

.promotion_part > li {
    /* padding: 10px; */
    background: url(/assets/images/course/promotion.png) no-repeat right top;
    border-bottom: 1px solid #e9e9e9;
}

.promotion_part > li:last-child {
    border-bottom: 0;
}