body{
    background-color: #fff;
    /**/
    background-repeat: repeat-y;
    background-position: center top;
}

.font18{font-size: 18px;}
.font20{font-size: 20px;}
.word_orange{color: #ff6537;}
.under-word{
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    margin-top: 5px;
}
.word_red{color: #f16765;}
.clight {color: #797c81}

.widthper95{width: 95%;}
.widthper100{width: 100%;}

.ver_align_m{vertical-align: middle;}

.course_subtitle{
    color: #666;
    text-indent: 10px;
    border-left: 2px solid #ff5400;
    line-height: 1;
    display: inline-block;
}

/* 下拉框 */
.drop_down{
    position: relative;
    height: 30px!important;
    padding: 0!important;
    margin-top: -5px;
}
.drop_down > .drop_down_toggle{
    display: block;
    padding: 2px 12px;
    /*margin: 2px 2px 2px 0;*/
    line-height: 26px;
    cursor: pointer;
}
.drop_down > .drop_down_toggle > .caret{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/course/arrow.png") no-repeat  0 -83px;
}
.drop_down > .drop_down_menu{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 85px;
    /*margin: 2px 0 0;*/
    list-style: none;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    z-index: 1000;
}
.drop_down > .drop_down_menu > li{
    white-space: nowrap;
    cursor: pointer;
}
.drop_down_menu_a {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    color: #767d85;
    line-height: 28px;
}
.drop_down > .drop_down_menu > li:hover{
    background-color: #ff5400;
    color: #fff;
}
.drop_down > .drop_down_menu > li:hover .drop_down_menu_a {
    color: #fff;
}
.drop_down.open > .drop_down_toggle > .caret{  background-position: 0 -67px;  }

/* 下拉框 完成 */

/* 分页 */
.page{
    margin: 40px 0 60px;
}
.page-list {
    text-align: center;
    margin: 0 auto;
}
.page-list li {
    color: #999;
    margin-right: 2px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.page-list li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 9px 13px;
    color: #999;
    line-height: 1;
    border: 1px solid #ddd;
}
.page-list li a.present,
.page-list li a:hover {
    color: #fff;
    background-color: #ff5400;
    border: 1px solid #ff5400;
}
/* 分页 完成 */
.resultbox{
    padding:10px;
}
.resultbox a{
    display: inline-block;
    color:#666;
}
.result,.toppage{
    vertical-align: top;
}
.result{
    margin-right:15px;
}
.result em{
    font-size:16px;
    color:#ff5400;
    font-weight:bold;
    vertical-align: baseline;
}
.pre_next{
    width:9px;
    height:15px;
    background: url("../images/list_sprite.png") no-repeat;
}
.pre{
    background-position: -1px -203px;
    *background-position: -1px -206px;
}
.next{
    background-position: 2px -237px;

}
.next_click{
    background-position: 2px -305px;
    *background-position: 2px -308px;
}
.pre_click{
    background-position: -1px -271px;
}


/* 内容 */
.mainbox{
    width: 100%;
    padding-bottom: 40px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.crumbs {
    height: 38px;
    font-size: 12px;
    line-height: 38px;
}
.crumbs .course_position{
    display: inline-block;
}
.type_tags{
    display: inline-block;
    margin-left: 25px;
}
.type_tag{
    position: relative;
    display: inline-block;
    color: #ff5400;
    font-size: 12px;
    line-height: 1;
    padding: 3px 40px 3px 10px;
    margin: 7px 0 0 10px;
    border: 1px solid #ff5400;
}
.type_tag i{
    position: absolute;
    top: -2px;
    right: 6px;
    color: #a9aaae;
    font-size: 22px;
    cursor: pointer;
}
.type_tag i:hover {
    color: #ff5400;
}
.type_tag i>a {
    color: #a9aaae;
}
.type_tag:hover i>a {  color: #ff5400;  }
.clean_tags{
    display: inline-block;
    margin-top: 5px;
    margin-left: 20px;
    color: #84878c;
    line-height: 2;
    cursor: pointer;
}
.clean_tags>a {
    color: #84878c;
    display: block;
    margin-top: 6px;
}
.clean_tags .delete{
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-right: 6px;
    background-image: url("../images/course/delete.png");
    background-repeat: no-repeat;
    background-position: 0 -2px;
}
.clean_tags:hover .delete{ background-position: 0 -22px; }
.clean_tags label{
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    padding-top: 2px;
    line-height: 22px;
}

/*列表筛选*/
.screen{border: 1px solid #e8e8e8;}
.screen .row{
    padding: 9px 10px;
    height: auto;
    border-bottom: 1px solid #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: 1090px;
}
.row > ul > li{
    float: left;
    height: 20px;
    line-height: 20px;
    _line-height: 20px;
    padding: 0 8px;
    /*margin-bottom: 5px;*/
}
.row > ul > li > a{
    font-size: 12px;
    color: #333;
}
.row > ul>  li.selected > a{
    color: #ff5400;
}
/* 列表筛选 完成 */
.row .cate-child-div{
    display: none;
    padding-top: 10px;
}
.row .cate-child-ul{
    position: absolute;
    background-color: #F8F8F8;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
}
.row .cate-child-ul .cate-child-li{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.row .cate-child-ul .cate-child-li>a{
    color: #666;
}
.row .cate-child-ul .cate-child-li>a:hover{
    color: #FE7E3D;
}
/* 左 */
.main_left {
    width: 940px;
    margin-top: 20px;
}
/* 筛选排序方式 */
.zhpx {
    height: auto;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
}
.zhpx > span {
    float: left;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding: 10px 33px;
    margin-right: 0;
    background-color: #fff;
    border-right: 1px solid #eaeceb;
}
.zhpx ul {
    float: left;
    width: auto;
}
.zhpx ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    _line-height: 19px;
    padding: 10px 33px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.zhpx ul li a {
    font-size: 12px;
    color: #666;
}
.zhpx ul li.highlight a {  color: #ff5400; }

.zhpx .price i {
    width: 10px;
    height: 5px;
    position: absolute;
    right: 3px;
    cursor: pointer;
    background: url("../images/course/arrow.png") no-repeat;
}
.zhpx .price i.up {
    top: 14px;
    background-position: 0 -70px;
}
.zhpx .price i.up>a{
    display: block;
    width: 100%;
    height: 100%;
}
.zhpx .price i.chooseup {
    background-position: -10px -70px;
}
.zhpx .price i.down {
    top: 21px;
    background-position: 0 -86px;
}
.zhpx .price i.down>a{
    display: block;
    width: 100%;
    height: 100%;
}
.zhpx .price i.choosedown {
    background-position: -10px -86px;
}

/*.resultbox {
    padding: 10px 15px;
}
.page {
    margin-right: 15px;
    vertical-align: top;
}
.resultbox a {
    display: inline-block;
}
.pre_next {
    width: 9px;
    height: 15px;
    background: url("../images/course/arrow.png") no-repeat;
}
.pre {  background-position: -20px -16px;  }
.pre_click {  background-position: 0 -16px;  }
.next {  background-position: -20px 0;  }
.next_click {  background-position: 0 0;  }
.page a{color: #666;}
.page em {
    font-size: 16px;
    color: #ed232f;
    font-weight: bold;
    vertical-align: baseline;
}*/

/* 筛选排序方式 完成 */

/*推广*/
.promotion_part {
    height: auto;
    /*box-shadow: 0 0 2px #e3e3e3;
    border: 1px solid #e8e8e8;*/
    border-top: 0;
    background: #fff;
}
.promotion_part > li {
    padding: 10px;

    background: url("../images/course/promotion.png") no-repeat right top;

    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;

}
.promotion_part > li:last-child{border-bottom: 0;}
.course_a{
    display: inline-block;
    width: 200px;
    height: 140px;
    border: 1px solid #e3e3e3;
    position: relative;
}
.course_img{
    display: block;
    width: 100%;
    height: 100%;
}
.promotion_part > li:hover .course_img {
    box-shadow: 0 0 3px #999;
}
.promotion_con_box{
    margin-left: 220px;
    margin-top: 20px;
}
.promotion_part_con{
    font-size: 12px;
    /*width: 60%;*/
    color: #797c81;
    line-height: 1.4;
    overflow: hidden;
}
.promotion_title{
    font-size: 16px;
    font-weight: bold;
}
.promotion_title > a{color: #333;}
.promotion_intro{  margin-top: 8px;  }
.promotion_intro > a{
    display: inline-block;
    width: 90%;
    color: #797c81;
}
.promotion_tags{margin-top: 0;}
.red_border_tag{
    display: inline-block;
    font-size: 12px;
    color: #f72862;
    padding: 2px 10px;
    border: 1px solid #f72862;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 6px;
    line-height: 1;
}
.pink_fire{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 5px;
    background: url("../images/course/fire.png") no-repeat 3px -5px;
    vertical-align: middle;
}
.pink_btn{
    color: #fff;
    font-size: 12px;
    padding: 7px 21px;
    line-height: 1.4;
    text-align: center;
    background-color: #f72862;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
/*.promotion_part_act .pink_btn{
    letter-spacing: 2px;
    padding: 7px 16px 7px 18px;
}*/
.promotion_addr{margin-top: 5px;}
.promotion_addr .promotion_addr_txt{
    display: inline-block;
    max-width: 95%;
    color: #666;
    font-size: 12px;
}
.promotion_addr .addr{
    width: 15px;
    height: 15px;
    color: #797c81;
    background-image: url("../images/school/small-pos.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.promotion_part_act{
    /*width: 32%;*/
}
.promotion_part_act .yuan{
    font-size: 15px;
    color: #f72862;
    text-align: right;
    /*margin-top: 30px;*/
    /*margin-bottom: 10px;*/
}
.promotion_part_act .yuan_delete{
    font-size: 12px;
    color: #999;
    text-align: right;
    text-decoration: line-through;
    margin-top: 8px;
}
.rec_tag {
    font-size: 12px;
    color: #fcbfcd;
    padding: 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 9px;
    background-color: #fef5f8;
}
.rec-call {
    width: 20px;
    height: 23px;
    background-image: url("../images/school/rec-call.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: middle;
    margin-right: 8px;
}
.rec-call-num {
    font-size: 18px;
    font-weight: bold;
    color: #f72862;
}
.rec-talk {
    width: 23px;
    height: 21px;
    background-image: url("../images/school/rec-talk.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.rec-talk-btn {
    font-size: 15px;
    color: #f72862;
    vertical-align: middle;
    padding-left: 8px;
}
.rec-call-box:hover .rec-call,
.rec-talk-box:hover .rec-talk {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}
.rec-talk-box:hover .rec-talk-btn {
    color: #f51151;
}

.rec-talk-box,.com-talk-box{
    position: absolute;
    right: 8px;
    top: -16px;
    width: 121px;
    height: 30px;
    background: #ed960e url(/assets/images/anniu.gif) no-repeat center 2px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    cursor: pointer;
}

@-webkit-keyframes shake{
    0%{
        -webkit-transform: rotate(30deg);
    }
    10%{
        -webkit-transform: rotate(-30deg);
    }
    20%{
        -webkit-transform: rotate(25deg);
    }
    30%{
        -webkit-transform: rotate(-25deg);
    }
    40%{
        -webkit-transform: rotate(15deg);
    }
    50%{
        -webkit-transform: rotate(-15deg);
    }
    60%{
        -webkit-transform: rotate(10deg);
    }
    70%{
        -webkit-transform: rotate(-10deg);
    }
    80%{
        -webkit-transform: rotate(5deg);
    }
    90%{
        -webkit-transform: rotate(-5deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
    }
}
/*推广 完成*/

/*今日推荐*/
.refresh_div{
    position: relative;
    padding: 36px 18px 22px 0;
}

.refresh_a_orange{
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    padding: 4px 4px 4px 29px;
    height: 20px;
    line-height: 20px;
    background: url("../images/course/refresh.png") no-repeat 4px 4px;
    cursor: pointer;
}
.refresh_a_orange:hover{
    color: #fff;
    background-color: #ff6537;
    background-position: 4px -24px;
}
.refresh_part {
    height: auto;
    /*box-shadow: 0 0 2px #e3e3e3;
    border: 1px solid #e8e8e8;*/
    background: #fff;
}
.refresh_part > li{
    width: 50%;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.refresh_part > li:hover {
    background-color: #fffcee;
}
.refresh_part > li:nth-child(2n){
    border-right: 0;
    margin-right: -1px;
}
.refresh_part_box{
    padding: 0 6px 0 5px;
}
.refresh_part > li:last-child,
.refresh_part > li:nth-last-child(2){border-bottom: 0;}
.refresh_part > li:nth-child(1),
.refresh_part > li:nth-child(2){  padding-bottom: 18px;  }
.refresh_part > li:nth-child(3),
.refresh_part > li:nth-child(4){  padding-top: 18px;  }
.refresh_course_a{
    position: relative;
    display: inline-block;
    width: 180px;
    height: 120px;
    border: 1px solid #e3e3e3;
}
.refresh_course_img{
    display: block;
    width: 100%;
    height: 100%;
}
.refresh_part_box:hover .refresh_course_a {
    box-shadow: 0 0 6px #999;
}
/*课程提示*/

.box_wrap{
    position: absolute;
    left: 592px;
    top: 0;
    z-index: 10;
    display: none;
}

.img_wrap_{
    position: absolute;
    left:825px;
    top:10px;
    cursor: pointer;
}
.change{
    display: block;
}
.box_{
    width:192px;
    height: 62px;
    background: #fff2e9;
    border-radius: 5px;
    border:1px solid #ffd4b7;
    box-shadow:0 0 20px #fff2e9;
    position: relative;
    padding:14px;
    font-size:12px;
    font-family: "微软雅黑";
    line-height: 20px;

}

.sanjiao{
    background: #fff2e9;
    width:12px;
    height:12px;
    /*border:1px solid #ffd4b7;*/
    transform:rotate(45deg);
    position: absolute;
    left:214px;
    top:10px;
    border-top:1px solid #ffd4b7;
    border-right:1px solid #ffd4b7;

}

.recommend_tip{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 45px;
    background: url("../images/course/recommend.png") no-repeat left top;
    z-index: 1;
}
.refresh_course_consult{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #ff6537;
    z-index: 1;
    cursor: pointer;
}
.refresh_course_consult:hover {
    background-color: #ff5400;
}
.refresh_part_con{
    font-size: 12px;
    color: #797c81;
    margin-left: 10px;
    line-height: 1.4;
    margin-top: 0;
}
.refresh_title{
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    font-weight: bold;
    max-width: 255px;
}
.refresh_title > a{color: #333;font-size: 16px;}
.refresh_intro{
    margin-top: 7px;
    max-width: 255px;
}
.refresh_intro > a{
    display: inline-block;
    width: 100%;
    color: #797c81;
}
.refresh_addr .addr{
    display: inline-block;
    color: #797c81;
    padding: 8px 0 3px 35px;
    margin-left: 20px;
    background: url("../images/course/addr.png") no-repeat 0 0;
}
/*今日推荐 完成*/

/*筛选结果列表*/
.filter_part {
    height: auto;
    background: #fff;
    /*margin-top: 10px;*/
    /*box-shadow: 0 0 2px #e3e3e3;
    border: 1px solid #e8e8e8;*/
}
.filter_part > li {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.filter_part > li:hover {
    background-color: #fffcee;
}
.filter_part > li:last-child {
    border-bottom: none;
}
.filter_part > li:hover .course_img {
    box-shadow: 0 0 6px #999;
}
.filter_part_con{
    font-size: 12px;
    margin-left: 220px;
    color: #797c81;
    line-height: 1.4;
}
.filter_title{
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    margin-right: 30px;
    max-width: 390px;
    font-weight: bold;
}
.orange_border_tag{
    display: inline-block;
    font-size: 12px;
    color: #ff6537;
    padding: 2px 10px;
    border: 1px solid #ff6537;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 6px;
    line-height: 1;
}
.filter_part_con .yuan{
    font-size: 15px;
    color: #ff6537;
}
.filter_part_con .under-yuan{
    font-size: 15px;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.filter_p_border{
    margin-top: 5px;
    /*border: 1px solid #e8e8e8;*/
}
.orange_fire{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background: url("../images/course/fire.png") no-repeat 0 -64px;
    vertical-align: middle;
}
.filter_p_border > span{line-height: 28px;}
.orange_btn{
    color: #fff;
    font-size: 12px;
    padding: 7px 21px;
    line-height: 1.4;
    text-align: center;
    background-color: #ff5400;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
.orange_btn:hover {
    background-color: #f22d00;
}
.filter_p_border .orange_btn{
    /*letter-spacing: 2px;
    padding: 7px 16px 7px 18px;*/
    margin: -1px 0;
}
.com_tag {
    font-size: 12px;
    color: #ffbaa4;
    padding: 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 9px;
    background-color: #fff3ed;
}
.com-call {
    width: 22px;
    height: 23px;
    background: url("../images/school/com-call.png");
    vertical-align: middle;
    margin-right: 8px;
    background-position: 2px 0;
    background-repeat: no-repeat;
}
.com-call-num {
    font-size: 18px;
    color: #ff5400;
    font-weight: bold;
}
.com-talk {
    width: 23px;
    height: 21px;
    background-image: url("../images/school/com-talk.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.com-talk-btn {
    font-size: 15px;
    color: #ff5400;
    vertical-align: middle;
    padding-left: 8px;
}
.com-call-box:hover .com-call,
.com-talk-box:hover .com-talk {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}
.com-talk-box:hover .com-talk-btn {
}

.hob-tit {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.hob-tit-name {
    font-size: 16px;
    border-left: 2px solid #ff5400;
    padding-left: 10px;
    color: #666;
    line-height: 1;
}

/*筛选结果列表 完成*/

/*我的足迹*/
.footprint{margin-top: 35px;}
.footprint_ul{
    margin: 18px 0 18px -20px;
}
.footprint_ul > li{
    float: left;
    width: 220px;
    height: 210px;
    margin-left: 20px;
    box-shadow: 0 0 3px #dcdcdc;
}
.footprint_ul > li:hover{
    box-shadow: 0 0 6px #666;
}
.footprint_ul > li:hover .footprint_title {
    color: #ff5400;
}
.footprint_box{
    font-size: 14px;
    margin: 10px 10px 15px;
}
.footprint_img_wrap {
    position: relative;
}
.renqi {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    font-size: 12px;
}
.footprint_img{
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #e3e3e3;
}
.footprint_img > img{
    display: block;
    width: 100%;
    height: 100%;
}
.footprint_title{
    margin-top: 8px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #797c81;
}
.footprint_title > a{  color: #797c81;}

.word_free {
    color: #f16765;
}
/*我的足迹 完成*/

/*没有筛选结果*/
.none_filter_result{
    width: 375px;
    font-size: 16px;
    margin: 78px auto 85px;
}
.none_result_img{
    display: inline-block;
}
.none_result_tip{
    color: #666;
    line-height: 1.5;
    margin: 23px 0 0 114px;
}
/*没有筛选结果 完成*/

/*为你推荐（“无商品”页）*/
.recommend_foryou_title{
    margin: 8px 9px 0;
    line-height: 1.5;
    height: 21px;
}
.recommend_foryou_title > a{
    display: inline-block;
    color: #333;
    width: 100%;
}
.recommend_foryou_tip{
    font-size: 12px;
    margin: 8px 9px 0;
}
/*为你推荐（“无商品”页） 完成*/
/* 左 完成 */

/* 内容 完成 */

.fybtn{
    position: absolute;
    width: 30px;
    height: 35px;
    top: 2px;
    left: 68px;
}

/* 新闻中心 开始 */
.news-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.news-title-name {
    font-size: 18px;
    line-height: 1;
    color: #666;
}
.news-title-more {
    margin-top: 8px;
    line-height: 1;
}
.news-ul{
    width: 25%;
    height: 300px;
    margin-top: 22px;
    padding: 10px 15px 0 15px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.news-ul h2 {
    margin-bottom: 15px;
}

.news-li {
    height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

.news-li:hover .news-li-lf {
    background-position: 0 7px;
    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 -24px;
    padding-left: 10px;
    /*margin-left: 30px;*/
    width: 80%;
}
/*.news-li-lf:hover {*/
/*background-position: 0 7px ;*/
/*}*/
.news-li-link {
    position: relative;
}
.limt-w {
    max-width: 200px;
}
.hot {
    position: absolute;
    top: -2px;
    right: -30px;
    padding: 1px 4px;
    background-color: #ff9900;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.new {
    position: absolute;
    top: -2px;
    right: -35px;
    padding: 1px 4px;
    background-color: #f16765;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.news-li-ri {
    /*margin-right: 30px;*/
}
/* 新闻中心 结束 */

/* 热门城市 开始 */
.hot-city-con {
    width: 1120px;
    /* height: 25px; */
    overflow: hidden;
    color: #666;
}

.hot-city-con>ul>li{
    margin-right: 10px;
    float: left;
    line-height: 24px;
}
.hot-city-con-a {
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
}
.shrink-expan {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    color: #666;
    width: 40px;
    background-image: url("../images/index/sh-ex.png");
    background-repeat: no-repeat;
    background-position: 27px -20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.shrink-expan-up {
    background-position: 27px 9px;
}
/* 热门城市 结束 */

/* 友情链接 开始 */
.friend-link-con {
    width: 1120px;
    /* height: 25px; */
    overflow: hidden;
}
/* 友情链接 结束 */

.floor {
    padding-top: 20px;
    padding-bottom: 20px;
}