* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul,li{ list-style:none}
body {
    max-width:7.5rem;
    margin:0 auto;
    font-size: 0;
    /*overflow-x: hidden;*/
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
	
	color:#292929
}

.img{ width:100%; height:auto; float:left;}
.img img{ width:100%;}

.news{ width:84%; margin-left:3%; float:left; margin-top:.5rem;border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); padding:5%; border-radius:5px;}
.news h2{ font-size:.6rem; color:#005dd4; text-align:center}
.news h3{ font-size:.3rem; text-align:center; margin-bottom:.3rem;}
.news li{ border-bottom:1px solid #e5e5e5; font-size:.3rem; height:.8rem; line-height:.8rem; }
.news li b{ background:#e6322e; color:#fff; font-weight:normal; height:.4rem; width:.4rem; margin-right:.2rem; font-size:.25rem; text-align:center; float:left;line-height:.4rem; border-radius:.1rem;margin-top:.2rem;}
.news li span{ float:right; background:#e6322e; color:#fff;height:.4rem;line-height:.4rem; margin-top:.2rem; font-size:.25rem; width:1.2rem; text-align:center; border-radius:.2rem;}
.news a{ width:80%; background:#f00; color:#Fff; font-size:.35rem; font-weight:bold; text-align:center; margin-left:10%; float:left; line-height:.8rem; margin-top:.3rem; border-radius:.4rem;}

.foot{ background:#f8f8f8; float:left; width:100%; text-align:center; font-size:.2rem; margin-top:.3rem; padding-top:.2rem; padding-bottom:.2rem; margin-bottom:1.2rem;}

.fix{ width:7.5rem; float:left; position:fixed; bottom:0px; height:.8rem; padding-top:.2rem; padding-bottom:.2rem; background:linear-gradient(to right, #ff4167, #ff4454, #ff4a30, #ff4167); z-index:99}
.fix a{float:left; margin-left:.1rem; width:7.3rem; height:.8rem; line-height:.8rem;  color:#fff; font-size:.4rem; text-align:center; font-weight:bold; border-radius:.5rem;}