/* css */
html,body{font-size:62.5%;}
body{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑","sans-serif";
    color: #333;
    background: #f5f5f5;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
*{
    padding: 0;
    margin: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
.clear{
    clear: both;
}
a,button,input,textarea,img{
    -webkit-tap-highlight-color:rgba(0,0,0,0;) 
} 

/*通用head*/
.head{
    width: 100%;
    height: 4.4rem;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    padding: 0 1.5rem;
    line-height: 4.4rem;
}
.head .logo{
    width: 9.7rem;
    height: 3rem;
    display: inline-block;
    float: left;
}
.head .logo img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.head .site{
    width: 5.3rem;
    height: 1.8rem;
    margin-left: 1.1rem;
    display: inline-block;
    position: relative;
    float: left;
    cursor: pointer;
}
.head .area{
    position: absolute;
    top: 4.4rem;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    display: none;
    z-index: 2;
    padding: 0.6rem 1.5rem 2rem;
    /*border-top: 1px #ececec solid;*/
    box-shadow: 0 0 2px rgba(0,0,0,.3);
}
.head .area li{
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 3.5rem;
    float: left;
    /*border: 1px #ececec solid;*/
    width: 44%;
    border-radius: 10px;
    margin: 1rem 3% 0;
    /*background: #2cb0f3;*/
    background: -webkit-linear-gradient(#5093fe, #4182fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5093fe, #4182fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5093fe, #4182fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5093fe, #4182fa); /* 标准的语法（必须放在最后） */
    box-shadow: 0.15rem 0.25rem 0.25rem rgba(65,130,250,0.3);
}
.head .area li a{
    color: #fff;
}
.head .site p{
    font-size: 1.8rem;
    color: #333;
}
.head .site span{
    width: 1rem;
    height: auto;
    margin-left: 0.5rem;
}
.head .site span img{
    width: 1rem;
    height: auto;
    vertical-align: middle;
}
.head .nav{
    float: right;
}
.head .user{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.8rem;
    display: inline-block;
    float: left;
}
.head .user img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.head .navs{
    width: 2.7rem;
    height: 1.8rem;
    display: inline-block;
    float: right;
}
.head .navs img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.quanbu{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 2;
}
.head .nav_s{
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    height: 100%;
    background: #fff;
    padding-top: 1rem;
}
.head .nav_s li{
    width: 80%;
    font-size: 1.6rem;
    color: #333;
    line-height: 3.8rem;
    text-align: center;
    border: 1px #ececec solid;
    margin: 1rem auto;
    border-radius: 4px;
    background: #fff;
}
.head .nav_s li a{
    color: #333;
    display: block;
}
.head .nav_s li.on{
    border: none;
    background: #2cb0f3;
    background: -webkit-linear-gradient(#5093fe, #4182fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5093fe, #4182fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5093fe, #4182fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5093fe, #4182fa); /* 标准的语法（必须放在最后） */
    box-shadow: 0.15rem 0.25rem 0.25rem rgba(65,130,250,0.3);
}
.head .nav_s li.on a{
    color: #fff;
}
.login{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.login .inner{
    width: 73%;
    height: 28rem;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 12rem auto 0;
    border-radius: 10px;
}
.login .inner .img{
    width: 50%;
    height: auto;  
    margin: 0 auto 2rem;
    padding-top: 3.4rem; 
}
.login .inner .img img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.login .inner input{
    width: 80%;
    height: 4rem;
    border-radius: 4px;
    outline: none;
    padding: 0.6rem;
    margin: 1rem auto 0;
    display: block;
    border: 1px #ddd solid;
    font-size: 1.5rem;
    color: #4182fa;
    line-height: 4rem;
    -webkit-appearance: none;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.login .inner input:hover{
    box-shadow: 0 0 2px rgba(65,130,250,0.4);
}
.login .inner input::-webkit-input-placeholder {
    color: #666;
    font-size: 1.5rem;
    text-align: left;
}
.login .inner button{
    width: 80%;
    height: 3.8rem;
    line-height: 3.8rem;
    background: -webkit-linear-gradient(#5093fe, #4182fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5093fe, #4182fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5093fe, #4182fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5093fe, #4182fa); /* 标准的语法（必须放在最后） */
    border-radius: 4px;
    box-shadow: 0.15rem 0.25rem 0.25rem rgba(65,130,250,0.3);
    margin: 1.5rem auto 0;
    color: #fff;
    text-align: center;
    display: block;
    border: none;
    font-size: 1.6rem;
}
.login .inner p{
    width: 78%;
    font-size: 1.2rem;
    color: #999;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.login .inner p span{
    float: right;

}


/*banner*/
.banner{
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
}
.banner .swiper-slide{
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.banner img{
    width: 100%;
    height: 100%;
}

/*菜单导航*/
.classify{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1.2rem 1.5rem;
}
.classify ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.classify ul li{
    width: 20%;
    height: auto;
    text-align: center;
    float: left;
}
.classify ul li img{
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
}
.classify ul li p{
    font-size: 1.3rem;
    margin-top: 0.3rem;
    letter-spacing: 0.5px;
}

/*今日推荐*/
.hot{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.title{
    background: #fff;
    width: 100%;
    height: 4.4rem;
    padding: 0 1.5rem;
    line-height: 4.4rem;
    
}
.title .img{
    width: 1.7rem;
    height: 1.6rem;
    /*display: inline-block;*/
    align-items: center;
    float: left;
}
.title .img img{
    vertical-align: middle;
    align-items: center;
    display: inline-block;
    width: 1.7rem;
    height: 1.6rem; 
}
.title p{
    display: inline-block;
    font-size: 1.6rem;
    color: #333;
    letter-spacing: 1px;
    margin-left: 0.5rem;
    line-height: 4.7rem;
}
.title span{
    display: inline-block;
    font-size: 1.2rem;
    color: #999;
    float: right;
}
.title span a{
    color: #999;
}
.hot ul{
    margin-top: 0.1rem;
    background: #fff;
    padding: 0 1.5rem 1.2rem;
}
.hot ul .swiper-slide{
    width: 100%;
    height: auto;
}
.hot ul li{
    padding: 1.2rem 0;
    border-bottom: 1px #ececec solid;
    overflow: hidden;
    position: relative;
}
.hot ul li h2{
    font-size: 1.4rem;
    color: #333;
    line-height: 1.9rem;
    width: 80%;
    float: left;
    letter-spacing: 0.5px;
    font-weight: normal;
}
.hot ul li h2 img{
    width: 1.3rem;
    height: 1.4rem;
    margin-left: 0.3rem;
    vertical-align: middle;
}
.hot ul li span{
    font-size: 1.2rem;
    color: #999;
    position: absolute;
    bottom: 1.2rem;
    right: 0;
}

/*直播课程推荐*/
.video{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.video ul{
    margin-top: 0.1rem;
    background: #fff;
    padding: 0 1.5rem 1.5rem;
    overflow: hidden;
}
.video ul li{
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
    border-bottom: 1px #ececec solid;
}
.video ul li .img{
    width: 45%;
    height: auto;
    float: left;
}
.video ul li .img img{
    width: 100%;
    height: auto;
    vertical-align: middle; 
}
.video ul li .right{
    float: right;
    width: 51%;
}
.video ul li .right h2{
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6rem;
}
.video ul li .right p{
    font-size: 1.3rem;
    color: #333;
    line-height: 1.5rem;
    margin-top: 0.4rem;
}
.video ul li .right span{
    width: 7rem;
    height: 2.3rem;
    background: -webkit-linear-gradient(#5093fe, #4182fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5093fe, #4182fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5093fe, #4182fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5093fe, #4182fa); /* 标准的语法（必须放在最后） */
    display: block;
    text-align: center;
    line-height: 2.3rem;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 0.15rem 0.15rem 0.15rem rgba(65,130,250,0.3);
}

/*面授课程*/
.face{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.face_classify{
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    background: #fff;
    overflow: hidden;
    padding: 0 1.5rem;
}
.face_classify li{
    float: left;
    width: 20%;
    font-size: 1.4rem;
    color: #333;
    height: 4.4rem;
    line-height: 4.4rem;
    text-align: center;
}
.face_classify li.on{
    color: #2471f3;
    border-bottom: 0.2rem #2471f3 solid;
}
.face ul{
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    background: #fff;
    overflow: hidden;
    padding: 0 1.5rem 1.5rem;
}
.face ul li{
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
    border-bottom: 1px #ececec solid;
    position: relative;
}
.face ul li h2{
    font-weight: normal;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 0.3rem;
    width: 70%;
}
.face ul li p{
    font-size: 1.3rem;
    color: #333;
    width: 70%;
}
.face ul li span{
    width: 8rem;
    height: 2.5rem;
    background: -webkit-linear-gradient(#5093fe, #4182fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5093fe, #4182fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5093fe, #4182fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5093fe, #4182fa); /* 标准的语法（必须放在最后） */
    border-radius: 4px;
    box-shadow: 0.15rem 0.15rem 0.15rem rgba(65,130,250,0.3);
    font-size: 1.3rem;
    color: #fff;
    line-height: 2.5rem;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 1.2rem;
    right: 0;
    letter-spacing: 1px;
}

/*联系我们*/
.contact{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1.5rem 6.3rem;
    overflow: hidden;
    margin-top: 1rem;
    border-bottom: 1px #ececec solid;
}
.contact .left{
    float: left;
    margin-top: 1.7rem;
}
.contact .left p{
    font-size: 1.4rem;
    color: #333;
}
.contact .left a{
    font-size: 1.3rem;
    color: #333;
}
.contact .left span{
    font-size: 1.3rem;
    color: #333;
    margin-top: 0.5rem;
    display: block;
}
.contact .right{
    float: right;
    width: 9rem;
    height: 9rem;
}
.contact .right img{
    width: 100%;
    height: auto;
}
.contact_{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    display: none;
}
.contact_ .inner{
    width: 73%;
    height: 35rem;
    background: #fff url(../images/contact.png) top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 9rem auto 0;
    border-radius: 4px;
}
.contact_ .inner .title{
    font-size: 2rem;
    color: #fff;
    text-align: center;
    padding-top: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 0 6px rgba(0,0,0,0.2);
    background: none !important;
}
.contact_ .inner ul{
    width: 85%;
    height: 22.7rem;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    margin: 1rem auto 0;
    border-radius: 4px;
    padding: 0 1.5rem;
    overflow-y: scroll;
}
.contact_ .inner ul li{
    padding: 1rem 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 1px #ececec solid;
}
.contact_ .inner ul li h2{
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 0.3rem;
}
.contact_ .inner ul li p{
    font-size: 1.2rem;
    color: #333;
    line-height: 1.4rem;
}

.contact_ .inner .close{
    width: 85%;
    height: 3.5rem;
    background: -webkit-linear-gradient(#5093fe, #4182fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5093fe, #4182fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5093fe, #4182fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5093fe, #4182fa); /* 标准的语法（必须放在最后） */
    border-radius: 4px;
    box-shadow: 0.15rem 0.25rem 0.25rem rgba(65,130,250,0.3);
    margin: 1.2rem auto 0;
    font-size: 1.5rem;
    color: #fff;
    line-height: 3.5rem;
    text-align: center;
    letter-spacing: 1px;
}

/*版权*/
.copyright{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1rem 1.5rem 6rem;
    overflow: hidden;
}
.copyright p{
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #333;
    text-align: center;
}

/*通用底部*/
.footer{
    width: 100%;
    height: 4.9rem;
    overflow: hidden;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
    z-index: 1;
}
.footer p{
    width: 50%;
    height: 4.9rem;
    line-height: 4.9rem;
    color: #4182fa;
    font-size: 1.6rem;
    text-align: center;
    float: left;
}
.footer p a{
    color: #4182fa;
}
.footer .advisory{
    width: 50%;
    height: 4.9rem;
    background: #4182fa;
    line-height: 4.9rem;
    float: right; 
    text-align: center;
}
.footer .advisory img{
    width: 2.1rem;
    height: 1.7rem;
    margin-left: 0.2rem;
    display: inline-block;
    vertical-align: middle;
}
.footer .advisory span{
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
}

/*内页菜单导航*/
.inner_classify{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0rem 1.5rem 1.2rem;
}
.inner_classify ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.inner_classify ul li{
    width: 25%;
    height: auto;
    text-align: center;
    float: left;
    margin-top: 1.2rem;
}
.inner_classify ul li img{
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
}
.inner_classify ul li p{
    font-size: 1.3rem;
    margin-top: 0.3rem;
    letter-spacing: 0.5px;
}

/*考试信息*/
.more{
    width: 100%;
    height: auto;
    padding: 0 1.5rem 1.5rem;
    background: #fff;
}
.more p{
    width: 10rem;
    height: 2.6rem; 
    background: -webkit-linear-gradient(#5093fe, #4182fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5093fe, #4182fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5093fe, #4182fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5093fe, #4182fa); /* 标准的语法（必须放在最后） */
    border-radius: 4px;
    box-shadow: 0.15rem 0.25rem 0.25rem rgba(65,130,250,0.3);
    line-height: 2.6rem;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 1.3rem;
    margin: 0 auto;
}
.more p img{
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    margin-left: 0.3rem;
}

.hidden{
    display: none;
}

/*国家公务员*/
.hot_x .title li{
    font-size: 16px;
    color: #333;
    float: left;
    width: 50%;
    text-align: center;
}
.hot_x .title li a{
    color: #333;
    line-height: 4.4rem;
    display: inline-block;
}
.hot_x .title li.on a{
    color: #2572f4;
    border-bottom: 0.1rem #2572f4 solid;
}

/*考试信息列表*/
.area_{
    width: 100%;
    height: 4.4rem;
    line-height: 4.4rem;
    overflow: hidden;
    background: #fff;
    padding: 0 1.5rem;
}
.area_ p{
    font-size: 1.6rem;
    color: #333;
    float: left;
}
.area_ p img{
    width: 1.2rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-right: 0.3rem;
}
.area_ .swiper-container02,.area_ .swiper-container03{
    overflow: hidden;
    padding: 0;
    margin-left: 1.5rem;
    height: 4.4rem;
    width: 78%;
    float: right;
}
.area_ .swiper-wrapper{
    padding: 0;
}
.area_ .swiper-slide{
    padding: 0;
    font-size: 1.4rem;
    color: #333;
    float: left;
    width: 20%;
}
.area_ .swiper-slide a{
    color: #333;
    line-height: 4.2rem;
    display: inline-block;
}
.area_ .swiper-slide.on a{
    color: #2572f4;
    border-bottom: 0.1rem #2572f4 solid;
}

/*考试信息详情页*/
.info{
    width: 100%;
    height: auto;
    padding: 0 1.5rem 1.5rem;
    background: #fff;
    margin-top: 1rem;
}
.info h1{
    font-size: 1.6rem;
    padding-top: 1.4rem;
    color: #333;
    line-height: 1.9rem;
    font-weight: normal;
}
.info .time{
    overflow: hidden;
    border-bottom: 1px #ececec solid;
    line-height: 2.5rem;
}
.info .time span{
    float: left;
    font-size: 1rem;
    color: #999;
}
.info .time h3{
    font-weight: normal;
    float: right;
    font-size: 1rem;
    color: #999;
}
.info .time h3 img{
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
}
.info .inner{
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 1rem;
}
.info .inner .course{
    width: 100%;
    height: auto;
    margin-top: 1rem;
    text-align: center;
    background: #ececec;
    border-radius: 10px;
    padding: 1rem;
    font-size: 1.3rem;
}
.info .inner p{
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 1rem;
}
.page{
    margin-top: 5px;
    width: 100%;
    height: auto;
    padding: 1.5rem 1.5rem;
    background: #fff;
}
.page p{
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page p a{
    color: #333;
}
.page .xian{
    margin: 1rem 0;
    width: 100%;
    height: 1px;
    background: #ececec;
} 


/*推荐阅读*/
.read{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.read ul{
    width: 100%;
    height: auto;
    padding: 0 1.5rem 1.5rem;
    background: #fff;
    margin-top: 2px;
}
.read ul li{
    padding: 1.2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #333;
    border-bottom: 1px #ececec solid;
}
.read ul li span{
    margin-right: 0.3rem;
    color: #2cb0f3;
    font-weight: bold;
    font-size: 1.4rem;
}

/*分页*/
.pages{
    width: 100%;
    height: auto;
    padding: 1rem 0;
}
.pages .prev,.pages .next{
    background: -webkit-linear-gradient(#5093fe, #4182fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5093fe, #4182fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5093fe, #4182fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5093fe, #4182fa); /* 标准的语法（必须放在最后） */
    border-radius: 1.1rem;
    box-shadow: 0.15rem 0.25rem 0.25rem rgba(65,130,250,0.3);
    width: 6.5rem;
    height: 2.3rem;
    text-align: center;
    line-height: 2.3rem;
    color: #fff;
    font-size: 1.3rem;
    width: 20%;
}
.pages .prev a,.pages .next a{
    color: #fff;
}
.pages .prev img,.pages .next img{
    width: 0.6rem;
    height: 1.1rem;
    vertical-align: middle;
}
.pages .prev img{
    margin-right: 0.3rem;
}
.pages .next img{
    margin-left: 0.3rem;
}
.pages .prev{
    float: left;
}
.pages .next{
    float: right;
}
.page_number{
    width: 60%;
    float: left;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    line-height: 2.3rem;
}

.face_{
    margin-top: 0 !important;
}

/*面授*/
.faces{
    width: 100%;
    height: auto;
    padding: 1.5rem;
    background: #fff;
}
.faces h1{
    font-size: 1.6rem;
    font-weight: normal;
    color: #333;
    border-bottom: 1px #ececec solid;
    padding-bottom: 1rem;
}
.faces p{
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #333;
}

/*热门课程*/
.hot_course{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.hot_course ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 0 1.5rem 1.5rem;
    margin-top: 2px;
}
.hot_course ul li{
    width: 46%;
    height: auto;
    float: left;
    margin-top: 1rem;
    margin: 0 2%;
    border-bottom: 1px #ececec solid;
    padding: 1.2rem 0;
}
.hot_course ul li .img{
    width: 100%;
    height: auto;
}
.hot_course ul li .img img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.hot_course ul li h2{
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6rem;
    font-weight: normal;
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
}
.hot_course ul li p{
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.hot_course ul li span{
    width: 7rem;
    height: 2.3rem;
    background: -webkit-linear-gradient(#5093fe, #4182fa);
    background: -o-linear-gradient(#5093fe, #4182fa);
    background: -moz-linear-gradient(#5093fe, #4182fa);
    background: linear-gradient(#5093fe, #4182fa);
    display: block;
    text-align: center;
    line-height: 2.3rem;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 0.15rem 0.15rem 0.15rem rgba(65,130,250,0.3);
}

/*考试资讯导航*/
.new_nav{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 1.5rem 1.5rem;
    overflow: hidden;
    margin-top: 1rem;
}
.new_nav li{
    width: 25%;
    height: auto;
    padding: 1.5rem 0;
    border-bottom: 1px #ececec solid;
    text-align: center;
    float: left;
}
.new_nav li img{
    height: 2rem;
    width: auto;
    vertical-align: middle;
}
.new_nav li p{
    font-size: 1.3rem;
    color: #333;
    margin-top: 0.3rem;
}

/*考试资讯列表*/
.newlist{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1rem;
}
.newlist ul{
    margin-top: 0.1rem;
    padding: 0 1.5rem 1.5rem;
    width: 100%;
    height: auto; 
    background: #fff;
}
.newlist ul li{
    width: 100%;
    height: auto;
    line-height: 4rem;
    border-bottom: 1px #ececec solid;
    font-size: 1.4rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newlist ul li span{
    margin-right: 0.2rem;
    color: #2cb0f3;
}




/*内页菜单导航*/
.join_nav{
    margin-top: 1rem;
}
.join_group{
    width: 100%;
    height: auto;
    padding: 0 1.5rem;
}
.join_group ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5rem 0;
}
.join_group ul li{
    float: left;
    width: 48%;
    height: 4rem;
    line-height: 4rem;
    background: #fff;
    margin: 0.5rem 1% 0;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    text-align: center;
}
.join_group ul li a{
    font-size: 1.3rem;
    color: #333;
}




