body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"微软雅黑";
    background: #F6F6F6;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.wz-list-banner{
    width: 100%;
    min-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.wz-list-banner img{width: 100%;}
/*面包屑导航*/
.content-nav{
    width: 100%;
    min-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-nav div{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #9fa9b3;
}
.content-nav div a{color: #9fa9b3;}
.content-nav div a:hover{color: #FF7423;}
/*内容*/
.cxxContent{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
/*左边*/
.special-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 914px;
    background: #ffffff;
    padding: 30px 38px;
}
.special-left .hot-city{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 838px;
    border: 1px solid #EFEFEF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #7F7D7E;
    background: #FBDECC;
}
.special-left .hot-city .hot-city-title{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 100%;
}
.special-left .hot-city .hot-city-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 733px;
    min-height: 76px;
    height: 100%;
    background: #ffffff;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 10px;
}
.special-left .hot-city .hot-city-ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    line-height: 25px;
    padding: 0 10px;
    color: #898989;
    margin-bottom: 10px;
    margin-right: 10px;
}
.special-left .hot-city .hot-city-ul li a{
    color: #898989;
}
.special-left .hot-city .hot-city-ul li a:hover{
    color: #FF7423;
}
.special-left .hot-city .hot-city-ul .hot-city-first {
    background: #FF7423;
    color: #ffffff;
    border: 1px solid #FF7423;
}
.special-left .hot-city .hot-city-ul .hot-city-first a{
    color: #ffffff;
}
.special-left .hot-city .hot-city-ul .hot-city-first:hover a{
    background: #FF7423;
    color: #ffffff;
    border: 1px solid #FF7423;
}
.special-left .hot-city-essay{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 838px;
}
.special-left .hot-city-essay .hot-city-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 35px 0;
    border-bottom: 1px solid #E6E6E6;
}
.special-left .hot-city-essay .hot-city-item .hotCity-img{
    display: block;
    width: 220px;
    height: 136px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}
.special-left .hot-city-essay .hot-city-item .hotCity-img img{
    width: 220px;
    height: 136px;
}
.special-left .hot-city-essay .hot-city-item .hotCity-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 588px;
    float: left;
}
.special-left .hot-city-essay .hot-city-item .hotCity-txt .hotCity-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    color: #333;
    position: relative;
}
.special-left .hot-city-essay .hot-city-item .hotCity-txt .hotCity-title:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 2px;
    height: 20px;
    top: 8px;
    left: 0;
    background: #FF7423;
}
.special-left .hot-city-essay .hot-city-item .hotCity-txt:hover .hotCity-title{color: #FF7423;}
.special-left .hot-city-essay .hot-city-item .hotCity-txt .hotCity-js{
    width: 100%;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    overflow: hidden;
}
/*.special-left .hot-city-essay .hot-city-item .hotCity-txt .hotCity-js span{color: #FF7423;}*/
.special-left .hot-city-essay .hot-city-item .hotCity-txt-tag{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #7E7E7E;
}
.special-left .hot-city-essay .hot-city-item .hotCity-txt-tag a{
    display: inline-block;
    color: #7E7E7E;
}
.special-left .hot-city-essay .hot-city-item .hotCity-txt-tag a:hover{color: #FF7423;}
.special-left .hot-city-essay .hot-city-item .hotCity-txt-tag span{
    display: inline-block;
    margin: 0 10px;
}
.special-left .hot-city-essay .hot-city-item .hotCity-txt-tag .hotCity-txt-tag-a1{
    color: #404040;
    padding-right: 10px;
    line-height: 15px;
    border-right: 1px solid #7F7D7E;
}

/*分页*/
.page_box{ width: 700px; margin: 30px auto; text-align: center; margin-top: 40px;}
.page{ margin-top: 20px; margin-bottom: 20px; font-size: 15px; font-family: "microsoft yahei"; color: #666666; margin-right: 10px; padding-left: 20px; box-sizing: border-box; }
.page a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 30px;
    height: 28px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #41403E;
    font-size: 13px;
    display: inline-block;
    background: #EDF0F5;
    padding: 0 10px;
}
#firstPage,#lastPage{ margin: 0 10px; color: #4D555D; }
#prePage,#nextPage{ margin: 0 10px; color: #4D555D; }
.page .current{ background-color: #FF6000; color: #FFFFFF!important;  height: 30px; line-height: 30px; }
.totalPages{ margin: 0 10px; display: none; }
.totalSize{ display: none; }
.totalPages span,.totalSize span{ color: #0073A9; margin: 0 5px; }


/*右侧*/
.special-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    background: #ffffff;
    padding: 20px;
}
.special-right .special-right-banner{
    width: 230px;
    margin: 0 auto;
}
.special-right .special-right-banner img{
    width: 230px;
    height: 133px;
}
.special-right .special-right-click{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.special-right .special-right-click a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #E3E3E4;
    color: #403F3F;
    width: 110px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
    float: left;
}
.special-right .special-right-click a:nth-child(2n){
    margin-right: 0;
}
.special-right .special-right-click a:hover{
    background: #FF7422;
    color: #ffffff;
    border: 1px solid #FF7422;
}
/*二级联动*/
.special-right .special-right-select{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    margin: 20px auto;
}
.special-right .special-right-select .select-xq{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    line-height: 33px;
    border: 1px solid #359AEA;
    font-size: 14px;
    padding-left: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../image/select-jt.png") 205px center no-repeat #fff;
}

.special-right .special-right-select .select-content{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
}
.special-right .special-right-select .select-content .select-xq-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.special-right .special-right-select .select-content .select-ul-on{display: block;}
.special-right .special-right-select .select-content .select-xq-ul li{
    margin-top: 15px;
    color: #403F3F;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-right .special-right-select .select-content .select-xq-ul li a{color: #D91B3F;}
.special-right .special-right-select .select-content .select-xq-ul li a:hover{color: #FF6000;}

.special-right .special-right-select .special-right-jgs{
    display: block;
    width: 230px;
    height: 57px;
    margin-top: 20px;
}
/*免费课程推荐*/
.special-right .special-right-title{
    font-size: 16px;
    color: #403F3F;
    width: 100%;
    margin: 20px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-right .special-right-title a{color: #A3A3A3;}
.special-right .special-right-title a:hover{color: #FF7422;}

.special-right .special-right-free{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.special-right .special-right-free li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.special-right .special-right-free li a{
    display: block;
    width: 100%;
    height: 100%;
}
.special-right .special-right-free li .special-free-img{
    width: 104px;
    height: 66px;
    float: left;
}
.special-right .special-right-free li .special-free-img img{
    width: 104px;
    height: 66px;
}
.special-right .special-right-free li .special-free-txt{
    width: 118px;
    float: right;
}
.special-right .special-right-free li .special-free-txt h5{
    color: #403F3F;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
.special-right .special-right-free li:hover .special-free-txt h5{
    color: #FF7422;
}
.special-right .special-right-free li .special-free-txt p{
    width: 100%;
    color: #A3A3A3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.special-right .special-right-free li .special-free-txt p span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/fire.png") no-repeat center left;
    padding-left: 15px;
    line-height: 13px;
}

.special-right .special-right-wend{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.special-right .special-right-wend li{
    width: 230px;
    height: 64px;
    font-size: 16px;
    text-align: center;
    line-height: 64px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 8px;
}
.special-right .special-right-wend li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.special-right .special-right-wend li:hover{
    transition: 0.3s;
    transform: translateY(-2px);
}
.special-right .special-right-wend li:nth-child(1){
    background: url("../image/tj-1.png") no-repeat center;
}
.special-right .special-right-wend li:nth-child(2){
    background: url("../image/tj-2.png") no-repeat center;
}
.special-right .special-right-wend li:nth-child(3){
    background: url("../image/tj-3.png") no-repeat center;
}
.special-right .special-right-wend li:nth-child(4){
    background: url("../image/tj-4.png") no-repeat center;
}

.special-right .special-right-question{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: -10px;
}
.special-right .special-right-question li a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #F2F4F7;
}
.special-right .special-right-question li h5{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 23px;
    background: url("../image/question.png") no-repeat center left;
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}
.special-right .special-right-question li:hover h5{color: #FF7422;}
.special-right .special-right-question li p{
    font-size: 13px;
    line-height: 20px;
    color: #A3A3A3;
}
.special-right .special-right-question li p span{color: #FF7422;}






 .index-footer{min-width: 1200px;background: #3D4255;box-sizing: border-box;overflow: hidden;}
 .index-footer .index-footer-up{width: 1200px;height: 385px;margin: 0 auto;overflow: hidden;padding: 50px 0 0;font-size: 14px; /*border-bottom: 1px solid #676C7A;*/position: relative;}
 .index-footer .index-footer-up ul{float: left;margin-right: 35px;}
 .index-footer .index-footer-up ul:nth-child(1){margin-left: 45px;}
 .index-footer .index-footer-up ul li{margin-bottom: 17px;font-size: 14px;color: #676C7A;}
/* .index-footer .index-footer-up ul li:hover{color: #FF6F1E;}*/
 .index-footer .index-footer-up ul li a{color: #676C7A;}
 .index-footer .index-footer-up ul li a:hover{color: #FF6F1E;}
 .index-footer .index-footer-up ul .ft-first{font-weight: bold;color: #9B9DA0;}
 .index-footer .index-footer-up ul .ft-first:hover{color: #9B9DA0;}
 .index-footer .index-footer-up .index-footer-ewm {
     margin-right: 0;
     position: absolute;
     right: 0;
     top: 50px;
 }
 .index-footer .index-footer-up .index-footer-ewm li{float: left;width: 134px;text-align: center;margin-left: 20px;color: white;}
/**/
.index-footer .index-footer-tel{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto 30px;
}
.index-footer .index-footer-tel a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #676C7A;
}
.index-footer .index-footer-tel a:nth-child(3):hover{color: #FD6419;}

/**/
 .index-footer .index-footer-down{width: 1150px;height: 80px;margin: 0 auto;overflow: hidden;padding: 50px 0;font-size: 14px;}
 .index-footer .index-footer-down>p{margin-bottom: 10px;color: #676C7A;}
 .index-footer .index-footer-down ul li{margin-bottom: 10px;margin-right: 10px;float: left;}
 .index-footer .index-footer-down ul li a{color: #676C7A;}
 .index-footer .index-footer-down ul li a:hover{color: #FF6F1E;}



/*2020-4-1活动侧导航*/
[class^='cxx1-'],
[class*=' cxx1-']{
    background: url("../../image/float-cdh2.png") no-repeat;
    -webkit-background-size: 183px 68px;
    background-size: 183px 68px;
}
 .float-cdh{
    position: fixed;
    top: 15%;
    right: 0;
    box-sizing: border-box;
    z-index: 999;
    width: 60px;
    background: #EDEEEE;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px 1px #AD9B93;
}
 .float-cdh .float-cdh-top{
    box-sizing: border-box;
    display: inline-block;
    background: url("../../image/float-cdh1.png") no-repeat center;
    width: 60px;
    height: 55px;
    color: #f0f4f7;
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    overflow: hidden;
    position: relative;
}
 .float-cdh .float-cdh-top div{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    pointer-events: none;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: btn-scale 1s 0s ease-in-out infinite;
    -moz-animation: btn-scale 1s 0s ease-in-out infinite;
    -ms-animation: btn-scale 1s 0s ease-in-out infinite;
    -o-animation: btn-scale 1s 0s ease-in-out infinite;
    animation: btn-scale 1s 0s ease-in-out infinite;
}
@keyframes btn-scale{
    0%{
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
 .float-cdh .float-cdh-ul{
    width: 58px;
    margin: 0 auto;
}
 .float-cdh .float-cdh-ul li{
    margin-top: 5px;
}
 .float-cdh .float-cdh-ul li:hover a i{
    background-position-y: -31px;
    transition: 0.5s;
}
 .float-cdh .float-cdh-ul li a {
    width: 58px;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #606060;
    font-size: 12px;
}
 .float-cdh .float-cdh-ul li:hover a{
    background: #FD6419;
    color: #ffffff;
}
 .float-cdh .float-cdh-ul li a i{
    display: block;
    width: 36px;
    height: 34px;
    margin: 2px auto;
}
 .float-cdh .float-cdh-ul li a .cxx1-1{
    background-position: 0 0;
}
 .float-cdh .float-cdh-ul li a .cxx1-2{
    background-position: -36px 0;
}
 .float-cdh .float-cdh-ul li a .cxx1-3{
    background-position: -72px 0;
}
 .float-cdh .float-cdh-ul li a .cxx1-4{
    background-position: -105px 0;
}
 .float-cdh .float-cdh-ul li a .cxx1-5{
    background-position: -144px 0;
}
 .float-cdh .float-cdh-foot{
    box-sizing: border-box;
    width: 60px;
    height: 56px;
    background: url("../../image/float-cdh3.png") no-repeat;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin-top: 5px;
    padding-top: 30px;
    cursor: pointer;
}




.page_box{ width: 900px; margin: 20px auto; text-align: center; }
.page{ margin-top: 20px; margin-bottom: 20px; font-size: 15px; font-family: "microsoft yahei"; color: #666666; margin-right: 10px; padding-left: 20px; box-sizing: border-box; }
.page a{ min-width: 30px; height: 28px; text-align: center; margin: 0 4px; cursor: pointer; line-height: 28px; color: #666666; font-size: 13px; display: inline-block; }
#firstPage,#lastPage{ margin: 0 10px; color: #4D555D; }
#prePage,#nextPage{ margin: 0 10px; color: #4D555D; }
.page .current{ background-color: #EC7436; color: #FFFFFF; border-radius: 50%; }
.totalPages{ margin: 0 10px; display: none; }
.totalSize{ display: none; }
.totalPages span,.totalSize span{ color: #0073A9; margin: 0 5px; }
.pagination li{ display: inline-block; height: 30px; border-radius: 50%; font-size: 16px; line-height: 30px; text-align: center; margin: 0 5px; min-width: 30px; }
.pagination li.active{ background: #EC7436; color: #fff; }
.pagination li>a{display: block; }
