*{
margin: 0;
padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
li{
    list-style: none;
}
body{
    background-color: #f5f5f5;
    overflow-x: hidden;
    padding-bottom: 45px;
}
.row{
    margin: 0;
}
.heads{
    display: block;
    
    /*justify-content: center;*/
    margin-bottom: 3px;
    background-color: #fff;
}
.heads li{
    width: 25%;
    text-align: center;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
	float:left;
}
.heads li a{
    color: #878787;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
/*.head li a:hover{
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #fa603e;
}*/
.active{
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #fa603e;
}
.main li{
    padding: 25px 25px 0px 25px;
    background-color: #fff;
    overflow: hidden;
}
.main li a{
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
}
.main li img{
    display: inline-block;
    width: 20%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.main li div{
    float: right;
    width: 75%;
}
.main li div h2{
    font-size: 17px;
}
.main li span{
    display: inline-block;
    
    overflow: hidden;
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.head_top{
    width: 100%;
    padding: 5px 0;
    box-shadow: 0 0 5px #888;
    position:fixed;
    text-align: center;
    top: 0;
}
.head_top img{
    width: 35px;
    display: inline-block;
}
.head_top p{
    font-size: 20px;
    display: inline-block;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.goumai{
    display: block;
    width: 100%;
    height: 45px;
    background: #1e90ff;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 -1px 0.5px rgba(0,0,0,0.3);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
}