@charset "utf-8";
*{
    box-sizing: border-box;
}
h1{
    font-size: 0;
}
.clearfix {
    zoom: 1;
}
.xkbm-conter {
    width: 1200px;
    margin: 10px auto 0;
}
.xkbm-conter .zhonglei {
    border-bottom: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    padding-left: 22px;
}
.xkbm-conter .zhonglei a {
    width: 115px;
    float: left;
}
.xkbm-conter .zhonglei a.active {
    color: #b71c22;
}
.xkbm-conter a:link, .xkbm-conter a:visited {
    color: #0f0f23;
}
a.youqing {
    font-size: 18px;
    color: #cccccc;
    margin-right: 40px;
}
a {
    text-decoration: none;
    font-size: 12px;
}
.sousuo-1 {
    float: right;
    margin-top: 17px;
    position: relative;
    padding-bottom: 12px;
}
form {
    display: block;
    margin-top: 0em;
}
.ss-btn {
    width: 248px;
    height: 22px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    padding-left: 10px;
}
.ss-btn-r {
    width: 22px;
    height: 22px;
    background: url(/images/cda_new/search.png) no-repeat left center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.xkbm-conter .zhonglei {
    border-bottom: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    padding-left: 22px;
}
.marg-botton {
    margin-bottom: 25px;
}
.kc-list-right {
    width: 100%;
    float: right;
}
.kc-list-left ul {
    margin-top: 12px;
}
.kc-list-left ul li {
    width: 276px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 29px;
    position: relative;
}
ul, li, dl, td, tr, dd {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.kc-list-left ul li .m-top a {
    font-size: 17px;
    line-height: 30px;
    width: 210px;
    height: 30px;
    overflow: hidden;
    float: left;
}
.kc-list-left ul li .wuxing {
    width: 27px;
    height: 30px;
    background: url(/images/cda_new/wuxing.jpg) no-repeat;
    display: block;
    float: right;
}
.kc-list-left ul li p {
    width: 241px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: normal;
}
.kc-list-left ul li .f-size {
    font-size: 15px;
    color: #999;
    text-align: right;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
}
.kc-list-left ul li p {
    width: 241px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: normal;
}
.kc-list-left ul li .emonclick {
    width: 27px;
    height: 30px;
    display: block;
    float: right;
    background: url(/images/cda_new/star-click.png) no-repeat center;
}
.kc-list-left ul li .jinge-red {
    color: #b71c22;
    font-size: 18px;
    float: left;
}
.kc-list-left ul li .f-size {
    font-size: 15px;
    color: #999;
    text-align: right;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
}
.kc-list-left ul li .m-bottom {
    margin: 10px auto 25px;
    font-size: 15px;
    color: #999;
}
.kc-list-left ul li p {
    width: 241px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: normal;
}
.kc-list-left ul li .zaixiang-bm {
    width: 90px;
    height: 30px;
    background: #b71c22;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
    float: right;
}
.page{
    margin-top: 5px;
    height: 125px;
}
.page .pg a ,.page .pg strong{
    color: #626262;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    margin: 0 3px;
}
.page .pg a:hover,.page .pg strong{
    border-color: #DD1313;
    background: #DD1313;
    color: #ffffff;
}
.page .pg a.prev,.page .pg a.nxt{
    font-size: 0;
    vertical-align: top;
}
.page .pg a.prev{
    background: url("../imgs/courselist/prev.png") 15px center / 15px no-repeat;
}
.page .pg a.prev:hover{
    background-image: url("../imgs/courselist/prev_h.png");
}
.page .pg a.nxt{
    background: url("../imgs/courselist/next.png") 10px center / 15px no-repeat;
}
.page .pg a.nxt:hover{
    background-image: url("../imgs/courselist/next_h.png");
}
.page .pg a.prev:hover,.page .pg a.nxt:hover{
    background-color: #DD1313;
}
.page .pg strong {


}
strong {
    font-weight: bold;
}

li {
    text-align: -webkit-match-parent;
}

/* new */
.choose-box{background:red;width: 1180px;background: #FFFFFF;border: 1px solid #E9E9E9;margin:30px auto 60px;border-bottom:none;-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;}
.choose-box .list{width:100%;border-bottom:1px #E9E9E9 solid;padding:10px 20px 10px 0;line-height: 36px;font-size:14px;overflow: hidden;height: 56px;}
.choose-box .list .label{width:129px;float: left;color:#999;padding-left:14px;}
.choose-box .list .abox{float: left;width:975px;margin-top: -6px;}
.choose-box .list .abox a{line-height:36px;color:#252525;padding:0 32px;background:#fff;font-size: 14px;height:36px;float: left;margin:6px 11px 0;}
.choose-box .list .abox a:hover{
    color: #DD1313;
}
.choose-box .slide_up .abox a{
    margin-bottom: 10px;
}
.choose-box .list .abox a.active{background:rgba(221, 19, 19, 0.05);color:#DD1313;font-weight: bold;}

.kc_choose_resaut{width:1180px;margin:0 auto 25px;}
.kc_choose_resaut .tit{font-size: 20px;font-weight: 500;color: #252525;line-height: 28px;float: left}
.kc_choose_resaut .lab{border: 1px solid rgba(151,151,151,0.1);position: relative;font-size:13px;color:#999;line-height: 18px;padding:0 25px 0 10px;float: left;margin:3px 0 0 20px;}
.kc_choose_resaut .lab .closebtn{width:10px;height:10px;background:url("../imgs/courselist/close-btn.png") center top no-repeat;background-size:100%;position: absolute;right:7px;top:5px;cursor: pointer}
.kechenglistbox{width:1180px;margin:0 auto;}
.kecheng_ul{margin-left:-20px;}
.kecheng_ul li{width:280px;float: left;margin-left:20px;margin-bottom:35px;}
.kecheng_ul li a:hover{background:blue;}
.kecheng_ul li>a{border-radius:6px;display: block;overflow: hidden;padding-bottom: 20px;position: relative;}
.kecheng_ul li>a,.collect,.page .pg a{
    transition: all 0.36s ease;
    -webkit-transition: all 0.36s ease;
    -moz-transition: all 0.36s ease;
    -ms-transition: all 0.36s ease;
    -o-transition: all 0.36s ease;
    transition: all 0.36s ease;
}
.kecheng_ul li>a:hover{box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);background:#fff;margin-top: -5px;margin-bottom: 5px;}
.kecheng_ul li img{width:280px;height:160px;border-radius:6px;overflow: hidden;display: block;}
.kecheng_ul li h6{width:100%;font-size:16px;padding:16px 10px 0;color: #252525;white-space:nowrap;margin-bottom: 20px;line-height: 22px; }
.kecheng_ul li .price{float:left;font-size:16px;color:#DD1313;margin-left:10px;line-height: 22px;}
.kecheng_ul li .people{float:right;font-size: 12px;color:#999;margin-right:10px;line-height: 18px;margin-top: 4px;}
.slide_down{
    height: auto!important;
}
.slide_down_btn{display: block;font-size: 14px;color: #999999;float: right;cursor: pointer;}
.collect{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 53px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    padding-left: 24px;
    background: url("../imgs/courselist/collect.png") 5px 6px / 14px 13px no-repeat rgba(0,0,0,0.7);
    border-radius: 6px;
    color: #ffffff;
    opacity: 0;
}
.kecheng_ul li>a:hover .collect{
    opacity: 1;
}
.collect:hover{
    color: #DD1313;
    background-image: url("../imgs/courselist/collect_h.png");
}
.collected{
    background-image: url("../imgs/courselist/collected.png");
}
.collected:hover{
    background-image: url("../imgs/courselist/collected_h.png");
}
.filter_list{
    float: left;
    width: 855px;
}
.noData{
    text-align: center;
    height: 20px;
    background: url("../imgs/courselist/nodata.png") center 50px / 245px 200px no-repeat;
    padding-top: 280px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
/*20210417mm高薪就业label*/
.gaoxinlabel{
    background: #FBE3E3;
    border: 1px solid #DD1313;
    border-radius: 2px;font-size:14px;height:20px;line-height: 20px;margin-left:10px;
    color: #7A0707;}
/*20210417mmend*/