/*通用*/
body{
	background-color: #f5f5f5;
}
.fl {
    float: left;
    position: relative;
}
.fr {
    float: right;
    position: relative;
}
.fc{
    text-align: center;
}
.wrap{
	color: #333333;
	float: left;
	margin-bottom: 1.33333rem;
	margin-top: 1.306666rem;
    width: 100%;
    font-family:"微软雅黑";
}
.nobg{
	background-image:none!important;
}
.noborder{
	border: 0px!important;
	border-style: none;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover { 
    color: #333; 
    text-decoration: none;
}
.clear{
    clear: both;
}
.return{
    position: fixed;
    z-index: 100;
    bottom: 2.93333rem;
    right: 1rem;
    display: none;
}
.return img{
    width: 0.906666rem;
    height: 0.906666rem;
}
/*layer mobile 覆盖*/
.layui-m-layercont {
    /* padding: 1.33333rem 0.8rem; */
    padding: 0;
    line-height: 0.58666rem;
    text-align: center;
}
[data-dpr="1"] .layui-m-layercont{
    font-size:14px;
}
[data-dpr="2"] .layui-m-layercont{
    font-size:28px;
}
[data-dpr="3"] .layui-m-layercont{
    font-size:42px;
}
.layui-m-layer0 .layui-m-layerchild {
    max-width: 8.53333rem;
}
.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 1.33333rem;
    line-height: 1.33333rem;
    font-size: 0;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2;
}
[data-dpr="1"] .layui-m-layerbtn span{
    font-size:14px;
}
[data-dpr="2"] .layui-m-layerbtn span{
    font-size:28px;
}
[data-dpr="3"] .layui-m-layerbtn span{
    font-size:42px;
}
.layui-m-layer-msg .layui-m-layercont{
	padding: 0.26666rem 0.53333rem;
}
/* .layui-m-layer .layui-m-layerchild {
    width: auto;
    max-width: 3.46666rem;
    min-width: 0.53333rem;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff;
} */
/* .layui-m-layer .layui-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff;
} */

.layui-m-layer .layui-m-layercont p{
    margin-top: 0.53333rem;
}
[data-dpr="1"] .layui-m-layer .layui-m-layercont p{
    font-size:14px;
}
[data-dpr="2"] .layui-m-layer .layui-m-layercont p{
    font-size:28px;
}
[data-dpr="3"] .layui-m-layer .layui-m-layercont p{
    font-size:42px;
}
.layui-m-layer .layui-m-layercont i{
    width: 0.33333rem;
	height: 0.33333rem;
	margin-left: 0.106666rem;
}

/*顶部header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 1.306666rem;
    width: 100%;
    background: #FFA500 no-repeat left center;    
    background-size: contain;
    z-index: 999;
}
.header .header-nav{
    float: right;
    text-align: center;

}
.header .header-nav a{
    display: inline-block;
    width: 1.33333rem;
    line-height: 1.306666rem;
}
.header .header-nav img{
    width: 0.533333rem;
    height: 0.4rem;
}
/*顶部弹出菜单*/
.top-nav{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px #dddddd;
}
.top-nav li{
    line-height: 1.2rem;
    text-align: center;
    
}
.top-nav li:active{
    background: #dddddd;
}
.top-nav li a{
    width: 90%;
    color: #4c4c4c;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    text-decoration: none;
    background: url("/statics/mobile/images/li-arrow.png") no-repeat right center;
    background-size: 0.2rem 0.346666rem;
}
.top-nav .head{
    background: #fafafa;
}
.top-nav .head:active{
    background: #fafafa;
}
.top-nav .head img{
    padding: 0 0.13333rem 0.05333rem 0;
    width: 0.50666rem;
    height: 0.50666rem;;
}
.top-nav .head .head-right{
    float: right;
}
[data-dpr="1"] .top-nav .head{
    font-size:16px;
}
[data-dpr="2"] .top-nav .head{
    font-size:32px;
}
[data-dpr="3"] .top-nav .head{
    font-size:48px;
}
.top-nav-content{
    display: none;
}
/*--------------------------------------首页*/
.flash img{
    height: 4.66666rem;
}
.index-nav table{
    width: 100%;
    background: #fff;
    padding-bottom: 0.26666rem;
    text-align: center;
}
.index-nav img{
    width: 1.06666rem;
    height: 1.06666rem;
    margin: 0.13333rem 0;
}
.index-nav td{
    padding: 0.26666rem 0;
    width: 20%;
}
.index-nav td:active{
    background: #dddddd;
}
[data-dpr="1"] .index-nav table{
    font-size:13px;
}
[data-dpr="2"] .index-nav table{
    font-size:26px;
}
[data-dpr="3"] .index-nav table{
    font-size:39px;
}
.index-nav a{
    color: #333333;
    text-decoration: none;
}

.hotnews{
    background: #fff;
    margin-top: 0.266666rem;
    padding-top: 0.133333rem;
}
.hotnews h3{
    font-weight: bold;
    padding: 0 0.46666rem;
}
.hotnews h3 img{
    /* width: 0.386666rem; */
    height: 0.6rem;
    vertical-align: middle;
    padding: 0 0 0.06666rem 0.133333rem;
}
[data-dpr="1"] .hotnews h3{
    font-size:16px;
}
[data-dpr="2"] .hotnews h3{
    font-size:32px;
}
[data-dpr="3"] .hotnews h3{
    font-size:48px;
}

.hotnews .maple-tab{
    padding: 0 0.333333rem;
}
.hotnews .maple-tab ul{
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    
    float: left;
}
.hotnews .maple-tab li{
    width: 20%;
    text-align: center;
    /* padding: 0.266666rem 0; */
    line-height: 1rem;
    background: #f5f5f5;
    margin: 0;
    float: left;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.hotnews .maple-tab li span{
    display: inline-block;
    width: 100%;
    height: 1rem;
    border-left: 0;
}
.hotnews .maple-tab .active span{
    border-bottom: 1px solid #ec1c24!important;
    background: #fff;
    border-left: 0;
}
.hotnews .maple-tab .active div{
    border-bottom: 1px solid #ec1c24!important;
}

/* .hotnews .maple-tab .active{
    border-bottom: 2px solid #ec1c24!important;
    background: #fff;
} */
.hotnews .newslist{
    padding: 0 0.333333rem;
}
.hotnews .newslist .swiper-container ul{
    width: 100%;
    text-align: left;
    padding: 1px 0;
}
.hotnews .newslist .swiper-container li{
    padding-left: 0.4rem;
    border-bottom: 1px solid #e6e6e6;
    background: url("/statics/mobile/images/icon-arrow.png") no-repeat left center;
    background-size: 0.146666rem 0.226666rem;
}

[data-dpr="1"] .hotnews .newslist .swiper-container li{
    font-size:14px;
}
[data-dpr="2"] .hotnews .newslist .swiper-container li{
    font-size:28px;
}
[data-dpr="3"] .hotnews .newslist .swiper-container li{
    font-size:42px;
}
.hotnews .newslist .swiper-container li:active{
    background: #dddddd;
}
.hotnews .newslist .swiper-container a{
    display: block;
    width: 100%;
    line-height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hotnews .newslist .swiper-container .more{
    background-image: none;
    padding: 0;
    border-bottom: 0;
}
.hotnews .newslist .swiper-container .more:active{
    background: #fff;
}

.hotnews .newslist .swiper-container .more a{
    text-align: center;
    margin: 0.4rem 0;
    background: #fafafa;
}
.hotschool{
    background: #fff;
    margin-top: 0.266666rem;
    /* padding-top: 0.133333rem; */
    padding: 0.133333rem 0.333333rem;
}

.hotschool h3{
    font-weight: bold;
    padding: 0 0.46666rem 0.13333rem 0.13333rem;
    border-bottom: 1px solid #e6e6e6;
}
.hotschool h3 img{
    /* width: 0.386666rem; */
    height: 0.6rem;
    vertical-align: middle;
    padding: 0 0 0.06666rem 0.133333rem;
}
[data-dpr="1"] .hotschool h3{
    font-size:16px;
}
[data-dpr="2"] .hotschool h3{
    font-size:32px;
}
[data-dpr="3"] .hotschool h3{
    font-size:48px;
}
.hotschool .school-thumb{
    padding: 0.26666rem 0;
}
/* .hotschool .school-thumb table{
    width: 100%;
}
.hotschool .school-thumb table td{
    width: 50%;
    text-align: center;
    line-height: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */

.hotschool .school-list ul{
    width: 100%;
}
.hotschool .school-list li{
    line-height: 1rem;
    padding-left: 0.26666rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}
.hotschool .school-list .item:active{
    background: #dddddd;
}
[data-dpr="1"] .hotschool .school-list li{
    font-size:14px;
}
[data-dpr="2"] .hotschool .school-list li{
    font-size:28px;
}
[data-dpr="3"] .hotschool .school-list li{
    font-size:42px;
}
.hotschool .school-list .thumb{
    padding-left: 0;
    padding: 0.133333rem 0;
}
.hotschool .school-list .thumb .thumb-item{
    width: 50%;
    float: left;
}
.hotschool .school-list .thumb .align-right{
    text-align: right;
}
.hotschool .school-list .thumb .thumb-item div{
    line-height: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
}
.hotschool .school-list .thumb-item img{
    /* width: 4.4rem;
    height: 2rem; */
    width:97%;
    height: 97%;
}
.hotschool .school-list .thumb-item .title1{
    padding-right: 0.266666rem;
}
.hotschool .school-list .thumb-item .title2{
    padding-left: 0.266666rem;
}
[data-dpr="1"] .hotschool .school-list .thumb-item{
    font-size:13px;
}
[data-dpr="2"] .hotschool .school-list .thumb-item{
    font-size:26px;
}
[data-dpr="3"] .hotschool .school-list .thumb-item{
    font-size:39px;
}
.hotschool .school-list .school-btn{
    padding-left: 0;
    padding: 0.4rem 0;
    border-bottom: 0;
}
.hotschool .school-list .school-btn .btn-item1{
    width: 50%;
    float: left;
    text-align: left;
}
.hotschool .school-list .school-btn .btn-item2{
    width: 50%;
    float: left;
    text-align: right;
}
.hotschool .school-list .school-btn a{
    display: inline-block;
    color: #fff;
    border-radius: 1.33333rem;
    width: 95%;
    text-align: center;
}
.hotschool .school-list .school-btn .btn-item1 a{
    background: #ff6359;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff755e), to(#ff5555));
}
.hotschool .school-list .school-btn .btn-item1 a:active{
    background: #c34141;
}

.hotschool .school-list .school-btn .btn-item2 a{
    background: #568aff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6896ff), to(#4880ff));
}
.hotschool .school-list .school-btn .btn-item2 a:active{
    background: #385dc7;
}
[data-dpr="1"] .hotschool .school-list .school-btn a{
    font-size:14px;
}
[data-dpr="2"] .hotschool .school-list .school-btn a{
    font-size:28px;
}
[data-dpr="3"] .hotschool .school-list .school-btn a{
    font-size:42px;
}

.catlist{
    background: #fff;
    margin-top: 0.266666rem;
    /* padding-top: 0.133333rem; */
    padding: 0.133333rem 0.333333rem;
    float: left;
    width: 100%;
}

.catlist h3{
    font-weight: bold;
    padding: 0 0.46666rem 0.13333rem 0.13333rem;
    border-bottom: 1px solid #e6e6e6;
}
.catlist h3 img{
    /* width: 0.386666rem; */
    height: 0.6rem;
    vertical-align: middle;
    padding: 0 0 0.06666rem 0.133333rem;
}
[data-dpr="1"] .catlist h3{
    font-size:16px;
}
[data-dpr="2"] .catlist h3{
    font-size:32px;
}
[data-dpr="3"] .catlist h3{
    font-size:48px;
}
.catlist ul{
    width: 100%;
    background: #fff;
    clear: both;
}
.catlist .cat-boader{
    border-bottom: 1px solid #e6e6e6;
    float: left;
    width: 100%;
}
.catlist li{
    float: left;
    width: 25%;
    line-height: 0.66666rem;
    text-align: center;
}
.catlist li:active{
    background: #dddddd;
}
.catlist li a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin: 0.26666rem 0;
    border-right: 1px solid #e6e6e6;
}
[data-dpr="1"] .catlist li{
    font-size:14px;
}
[data-dpr="2"] .catlist li{
    font-size:28px;
}
[data-dpr="3"] .catlist li{
    font-size:42px;
}

.schooladdress{
    background: #fff;
    margin: 0.266666rem 0;
    /* padding-top: 0.133333rem; */
    padding: 0.133333rem 0.333333rem;
    float: left;
    width: 100%;
}
.schooladdress h3{
    font-weight: bold;
    padding: 0 0.46666rem 0.13333rem 0.13333rem;
    border-bottom: 1px solid #e6e6e6;
}
.schooladdress h3 img{
    /* width: 0.386666rem; */
    height: 0.6rem;
    vertical-align: middle;
    padding: 0 0 0.06666rem 0.133333rem;
}
[data-dpr="1"] .schooladdress h3{
    font-size:16px;
}
[data-dpr="2"] .schooladdress h3{
    font-size:32px;
}
[data-dpr="3"] .schooladdress h3{
    font-size:48px;
}
.schooladdress ul{
    float: left;
    width: 100%;
    padding-top: 0.2rem;
}
.schooladdress li{
    float: left;
    width: 20%;
    
    padding-bottom: 0.26666rem;
}
.schooladdress li span{
    text-align: center;
    display: inline-block;
    border: 1px solid #e6e6e6;
    line-height: 0.93333rem;
    width: 90%;
    background: #fff;
}
.schooladdress .cur span{
    
    color: #fff;
    background: #64dea6;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#78e7b4), to(#51d699));
    border: 1px solid #fff;
}
[data-dpr="1"] .schooladdress li span{
    font-size:14px;
}
[data-dpr="2"] .schooladdress li span{
    font-size:28px;
}
[data-dpr="3"] .schooladdress li span{
    font-size:42px;
}
.schooladdress .slave-address{
    display: none;
    line-height: 0.6rem;
    padding-bottom: 0.266666rem;
    min-height: 2.13333rem;
    float: left;
}
.schooladdress .address-cur{
    display: block;
}
[data-dpr="1"] .schooladdress .slave-address{
    font-size:13px;
}
[data-dpr="2"] .schooladdress .slave-address{
    font-size:26px;
}
[data-dpr="3"] .schooladdress .slave-address{
    font-size:39px;
}
.copyright{
    background: #fff;
    color: #adadad;
    line-height: 0.6rem;
    text-align: center;
    padding: 0.26666rem 0;
    clear: both;
}
[data-dpr="1"] .copyright{
    font-size:11px;
}
[data-dpr="2"] .copyright{
    font-size:22px;
}
[data-dpr="3"] .copyright{
    font-size:33px;
}
.copyright .beian img{
    width: 0.26666rem;
    height: 0.26666rem;
}
.copyright .beian a{
    color: #adadad;
}

/*---------------------------------------底部tab---------------------------------------------*/
.footer{
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.33333rem;
    background: #fff;
	/* border-top: 1px solid #ebebeb; */
    box-shadow: 0 0 4px #dddddd;
    z-index: 999;
}
.footer .link ul{
	line-height: 1.33333rem;
	text-align: center;
}
.footer .link li{
	float: left;
	width: 33.33333%;
	border-right: 1px solid #ebebeb;
	background-image: url("/statics/mobile/images/tab-arrow.png");
    background-repeat: no-repeat;
    background-position-y: center;
	background-position-x: 12%;
	background-size: 0.26666rem 0.24rem
}

.footer .link li img{ width: 80%; } 
.footer a{
	display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 6.33333rem;
	color: #4c4c4c;
	text-decoration: none;
}

.footer a:active{
	background-color: #dddddd;
	/* border-left: 1px solid #ffbb59; */
}
.footer .menu1{
	position: fixed;
    left: 0;
    bottom: 1.33333rem;
	background: #fff;
	width: 33.333333%;
    box-shadow: 0 0 4px #dddddd;
}
.footer .menu2{
	position: fixed;
    left: 33.333333%;
    bottom: 1.33333rem;
	background: #fff;
	width: 33.333333%;
	box-shadow: 0 0 4px #dddddd;
}
.footer .menu3{
	position: fixed;
    left: 66.666665%;
    bottom: 1.33333rem;
	background: #fff;
	width: 33.333333%;
	box-shadow: 0 0 4px #dddddd;
}
.footer .menu1 li, .menu2 li , .menu3 li{
	border-bottom: 1px solid #ebebeb;
}
[data-dpr="1"] .footer li{
    font-size:16px;
}
[data-dpr="2"] .footer li{
    font-size:32px;
}
[data-dpr="3"] .footer li{
    font-size:48px;
}
.footer .menu-show{
	display: block;
}
.footer .menu-hidden{
	display: none;
}

/*------------------------------考试类型------------------------------------*/

.indexclass-nav{
    margin-top: 0.26666rem;
    background: #fff;
}
.indexclass-nav table{
    width: 100%;
    text-align: center;
}
.indexclass-nav img{
    width: 0.86666rem;
    height: 0.86666rem;
    margin: 0.13333rem 0;
}
.indexclass-nav tr{
    border-bottom: 1px dashed #ebebeb;
}
.indexclass-nav td{
    padding: 0.26666rem 0;
    width: 25%;
}
.indexclass-nav td:active{
    background: #dddddd;
}
[data-dpr="1"] .indexclass-nav table{
    font-size:13px;
}
[data-dpr="2"] .indexclass-nav table{
    font-size:26px;
}
[data-dpr="3"] .indindexclassex-nav table{
    font-size:39px;
}
.indexclass-nav a{
    color: #333333;
    text-decoration: none;
}

.indexclass-bottom{
    background: #fff;
    margin-top: 0.266666rem;
    /* padding-top: 0.133333rem; */
    padding: 0.133333rem 0.333333rem;
    float: left;
    width: 100%;
}
.indexclass-bottom ul{
    float: left;
    width: 100%;
    padding: 0.33333rem 0 0.46666rem 0;
   
}
.indexclass-bottom li{
    float: left;
    width: 20%;
    text-align: center;
    line-height: 0.66666rem;
    padding-top: 0.13333rem;
}
.indexclass-bottom li:active{
    background: #dddddd;
}
.indexclass-bottom li img{
    width: 1.06666rem;
    height: 1.06666rem;
}

/*-------------------------栏目首页------------------------------*/
.cat-nav{
    padding: 0 0.333333rem;
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 0.266666rem;
}
.cat-nav h3{
    color: #ff283c;
    line-height: 0.8rem;
}
.cat-nav h3 img{
    /* width: 0.373333rem; */
    height: 0.5rem;
    vertical-align: middle;
    margin-right: 0.266666rem;
    margin-bottom: 0.06666rem;
}
[data-dpr="1"] .cat-nav h3{
    font-size:17px;
}
[data-dpr="2"] .cat-nav h3{
    font-size:34px;
}
[data-dpr="3"] .cat-nav h3{
    font-size:51px;
}
.cat-nav h3 span{
    float: right;
    display: block;
    line-height: 0.4rem;
}
.cat-nav h3 span{
    color: #333;
    padding: 0.2rem 0.66666rem 0.2rem 0.33333rem;
    border:1px solid #ff283c;
    border-radius: 0.13333rem;
    background: url("/statics/mobile/images/down-arrow.png") no-repeat 90% center;
    background-size: 0.266666rem 0.133333rem;
}
[data-dpr="1"] .cat-nav h3 span{
    font-size:13px;
}
[data-dpr="2"] .cat-nav h3 span{
    font-size:26px;
}
[data-dpr="3"] .cat-nav h3 span{
    font-size:39px;
}
.cat-nav h3 span:active{
    color: #fff;
    background: #ff283c url("/statics/mobile/images/down-arrow2.png") no-repeat 90% center;
}
.cat-nav ul{
    float: left;
    width: 100%;
    padding-top: 0.13333rem;
    padding-bottom: 0.266666rem;
}
.cat-nav li{
    float: left;
    width: 24%;
    text-align: center;
    
    background: #fafafa;
    margin-right: 0.06666rem;
    margin-bottom: 0.06666rem;
    border:1px solid #e6e6e6;
}
[data-dpr="1"] .cat-nav li{
    font-size:14px;
}
[data-dpr="2"] .cat-nav li{
    font-size:28px;
}
[data-dpr="3"] .cat-nav li{
    font-size:42px;
}
.cat-nav li a{
    display: block;
    padding: 0.2rem 0;
    width: 100%;
}
.cat-nav .cur{
    color: #ff283c;
}
.cat-list{
    /* padding: 0 0.333333rem; */
    float: left;
    width: 100%;
    background: #fff;
}
.cat-list ul{
    width: 100%;
}
.cat-list li{
    border-bottom: 1px solid #ebebeb;
    padding: 0.33333rem;
}
.cat-list li:active{
    background: #dddddd;
}
.cat-list li a{
    line-height: 0.666666rem;
}
[data-dpr="1"] .cat-list li{
    font-size:14px;
}
[data-dpr="2"] .cat-list li{
    font-size:28px;
}
[data-dpr="3"] .cat-list li{
    font-size:42px;
}
.cat-list li img{
    height: 0.466666rem;
    vertical-align: middle;
    margin-bottom: 0.133333rem;
}
.cat-list li div{
    width: 100%;
    color: #999999;

}
.cat-list li div span{
    float: right;
}
[data-dpr="1"] .cat-list li div{
    font-size:12px;
}
[data-dpr="2"] .cat-list li div{
    font-size:24px;
}
[data-dpr="3"] .cat-list li div{
    font-size:36px;
}
/*-------------------------------文章内页----------------------------------------*/
.article{
    padding: 0 0.333333rem;
    background: #fff;
    /* float: left; */
    width: 100%;
    margin-bottom: 0.266666rem;
}
.article h3{
    float: left;
    padding: 0.266666rem 0;
    margin: 0.266666rem 0 0 0;
    line-height: 0.66666rem;
    width: 100%;
}
[data-dpr="1"] .article h3{
    font-size:18px;
}
[data-dpr="2"] .article h3{
    font-size:36px;
}
[data-dpr="3"] .article h3{
    font-size:54px;
}
.article .article-info{
    color: #999999;
    padding: 0.266666rem 0;
}
.article .article-info span{
    padding-left: 0.533333rem;
}
[data-dpr="1"] .article .article-info{
    font-size:14px;
}
[data-dpr="2"] .article .article-info{
    font-size:28px;
}
[data-dpr="3"] .article .article-info{
    font-size:42px;
}
.article .article-content{
    color: #4c4c4c;
    line-height: 0.7rem;
}
[data-dpr="1"] .article .article-content{
    font-size:15px;
}
[data-dpr="2"] .article .article-content{
    font-size:30px;
}
[data-dpr="3"] .article .article-content{
    font-size:45px;
}
.article-relate{
    padding: 0 0.333333rem;
    background: #fff;
    float: left;
    width: 100%;
    /* margin-bottom: 0.266666rem; */
    line-height: 0.6rem;
}
[data-dpr="1"] .article-relate{
    font-size:14px;
}
[data-dpr="2"] .article-relate{
    font-size:28px;
}
[data-dpr="3"] .article-relate{
    font-size:42px;
}
.article-relate span{
    float: left;
    width: 20%;
    color: #999999;
}
.article-relate a{
    float: left;
    width: 80%;
}
.article-relate .article-relate-pre{
    float: left;
    padding: 0.266666rem 0;
    width: 100%;
    background: url("/statics/images/zg2018/dashed-line.png") repeat-x bottom center;
}
.article-relate .article-relate-pre:active{
    background: #dddddd;
}
.article-relate .article-relate-next{
    float: left;
    padding: 0.266666rem 0;
    width: 100%;
}
.article-relate .article-relate-next:active{
    background: #dddddd;
}
.article-more{
    padding: 0 0.333333rem;
    background: #fff;
    width: 100%;
    float: left;
}
.article-more h3{
    font-weight: bold;
    padding: 0 0.46666rem 0.13333rem 0.13333rem;
}
[data-dpr="1"] .article-more h3{
    font-size:16px;
}
[data-dpr="2"] .article-more h3{
    font-size:32px;
}
[data-dpr="3"] .article-more h3{
    font-size:48px;
}
.hotschool .school-thumb{
    padding: 0.26666rem 0;
}

.article-more li{
    line-height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
[data-dpr="1"] .article-more li{
    font-size:14px;
}
[data-dpr="2"] .article-more li{
    font-size:28px;
}
[data-dpr="3"] .article-more li{
    font-size:42px;
}
.article-more li:active{
    background: #dddddd;
}