@charset "uft-8";
/*重置属性*/
body, p, h1, h2, ul {
    margin: 0;

}

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    box-sizing: border-box;
}

*:not(p.content_news,p.content_news *){
    color:#666;
}

form {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

button {
    text-align: center;
    border: none;
    outline: none;
}

input {

    outline: none;
}

.clearfix {
    clear: both;
}