body{
	background: #fff;
	font-family: "微软雅黑"
}
img {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
    margin: auto;
}
#cls_top{
	height: 0.8rem;
	text-align: center;
	position: relative;
	background: #ff9d00;
	width: 100%;
}
#cls_top h3{
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
	line-height: 0.8rem;
}
#cls_top .back_before{
	position: absolute;
	left: 1.5%;
	top: 10%;
	color: #fff;
	font-size: 0.36rem;
}
#cls_top .back_before img{
	width: 14px;
	height: 20px;
	display: inline-block;
	vertical-align: -7px;
}
#jd_top_form {
    width: 92%;
    padding: 0.2rem 4%;
    background: #f6f6f6;
}
#jd_input {
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 70%;
    background: #fff;
    text-indent: 10px;
    margin-right: 5%;
    float: left;
    line-height: 32px;
    -webkit-appearance: none;
}
#jd_top_form button {
    width: 24%;
    height: 32px;
    background: #E23839;
    border: none;
    border-radius: 5px;
    color: #fff;
    float: right;
}

#cls_desc{
	width: 92%;
	padding: 0.2rem 4%;
	background: #f5f5f5;
	overflow: hidden;
}
#cls_desc p{
	font-size: 0.28rem;
	line-height: 0.48rem;
	color: #666;
}

#cls_list{
	width: 92%;
    padding: 0 4%;
    background: #fff;
}
#cls_list li{
	height: 0.8rem;
	line-height: 0.8rem;
	clear: both;
	font-size: 0.28rem;
	overflow: hidden;
}
#cls_list li img {
    float: left;
    width: 18px;
    margin: 11px 4% 0 4%;
    vertical-align: middle;
    display: inline-block;
}
#cls_list a {
    display: block;
    border-bottom: 1px solid #e9e9e9;
}
#cls_list li p.mr {
    width: 34%;
    float: left;
    color: #515151;
}
#cls_list li div.right {
    color: #cfcfcf;
    margin-right: 4px;
    background: url(../../../img/cls/arrow_right.png) no-repeat center center;
    width: 20px;
    float: right;
    background-size: 10px;
    height: 28px;
    margin-top: 6px;
}
#cls_list li span{
	font-size: 0.28rem;
}
#cls_list li p.mr {
    width: 34%;
    float: left;
    color: #515151;
}
#cls_list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
#cls_list a{
	color: #666;
}

#cls_list li.tm-class-head {
    height: 24px;
    background-color: #ddd;
    color: #333;
    line-height: 24px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.current-page {
    width: auto;
    height: 0.64rem;
    line-height: 0.64rem;
    padding-left: 0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.current-page > a,.current-page b,.current-page span {
    font-size: 0.28rem;
    color: #666
}

.container .current-active {
    color: #E23839
}
.cls-desc-title{
	margin:auto; width:60%;
	font-size: 0.26rem;
	background-color:#E23839; 
	color:#fff; 
	text-align:center; 
	line-height:0.42rem; 
	border-radius:5px; 
	margin-bottom:0.2rem; 
	padding:0.1rem 1%;
	margin-top: 0.2rem;
}