html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "Microsoft Yahei";
}

a {
    color: #666;
    font-size: 14px;
    font-family: "Microsoft Yahei" !important;
    text-decoration: none;
}



/* 分页 */

.pagination {
	height: 30px;
    width: 452px;
    margin: 0 auto;
}

.pagination li a {
	float: left;
	margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #444444;
}

.pagination li a {
	font-size: 14px;
}

.pagination .active a {
    color: #fff;
    background: -webkit-linear-gradient(left,#ff523c,#e72b4b);
    background: -o-linear-gradient(left,#ff523c,#e72b4b);
    background: -moz-linear-gradient(left,#ff523c,#e72b4b);
    background: -mos-linear-gradient(left,#ff523c,#e72b4b);
    background: linear-gradient(left,#ff523c,#e72b4b);
}

.pagination .active a:hover {
    color: #fff;
}

.pagination li a:hover {
	background-color: #eee;
    border-color: #ddd;
	color: #e93451;
}

/* 底部 */

footer {
    background: #f6f7f8;
    width: 100%;
    padding: 35px 0;
    text-align: center;
    color: #999;
}

.footer_nav a {
    color: #000;
}