@media (max-width:374px) {
    html{
        font-size: 14px;
    }
}
@media (min-width: 375px) and (max-width: 399px) {
    html{
        font-size: 16px;
    }
}
@media (min-width: 400px) and (max-width: 480px) {
    html{
        font-size: 18px;
    }
}
/* 最大档 */
@media (min-width: 481px) {
    html{
        font-size: 25px;
    }
}
body{
	font-family: "微软雅黑";
	background-color: #fff;


}
.content{
	/*height: 1140px;*/
    color:#666;

}
.content .top{
    width:100%;
        height: 12.8rem;
        margin-bottom: 2.4rem;
}
.content .top div{
    float: left;
}
.content .top div:nth-of-type(1){
    width:29.12rem;
    height: 100%;
}
.content .top div:nth-of-type(1) img{
    width:100%;
}

.content .top div:nth-of-type(2){
    width:17.68rem;
    height: 100%;
    background-color: #f7f7f7;
}
.content .top div:nth-of-type(2) p{
    cursor: pointer;
    height: 3.2rem;
        line-height: 1.6rem;
    padding: 0 0.8rem;
color:#777777;
font-size: 0.88rem;
}
.content .top div:nth-of-type(2) p.current{
    color:#fefefe;
    background-color: #bbb;
}
.content .new-head{
    height: 2.8rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 2.8rem;
    font-size: 0.88rem;
    text-align: center;
}
.content .new-head span{
    font-size: 0.88rem;
    color:#999;
    margin: 0 1.6rem;
    cursor:pointer;
}
.content .new-head span.current{
    color:#333;
}
.content .list{
    width:100%;
    margin-top: 1.2rem;
    margin-bottom: 2.4rem;
}
.content .list li{
    cursor:pointer;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    background:url(../images/sanjiao.png) no-repeat;
    background-position: left center;
        font-size: 0.72rem;
}
.content .list li span{
    float: right;
    color:#999;
}
@media (max-width: 481px) {
.content .top div:nth-of-type(1){
    width: 100%;
    height:auto;
    }
.content .top div:nth-of-type(2){
    width: 100%;
     height: auto; 
    }
    .content .top{
        height: 23.8rem;
        margin-bottom: 0;
    }
    .content .list li span{
        display:none;
    }
    .content .list{
        padding:0 10px;
    }
    .content .list li{
            padding-left: 1.6rem;
    }
}