/* 时间：2016-10-09
 * 作者：杜天生
 * 描述：初始样式一旦确认任何情况下不可修改
 */
.container {
    width:1200px;
    margin:0 auto;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font-size: 12px;
    font-family:"Microsoft YaHei","SimHei";
    color: #7d7d7d;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em, i{
    font-style:normal;
}
ul, ol {
    list-style: none;
}
img {
    border:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    font-size: 12px;
    text-decoration: none;
    color:#7d7d7d;
}
a:link{ text-decoration:none;}
a:hover {
    color:#18a1fb;
    text-decoration:none;
}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}
.clear{ clear:both;}

/*分页*/
.page{width:100%;margin:30px auto; position:relative; left:25%;}
.page ul li{float:left;margin-right:5px; list-style:none;}
.page ul li a{float:left;padding:3px 8px; background:#e9e9e9; border:1px solid #cccccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#5d5d5d;}
.page ul li a:hover{background:#18a1fb; border:1px solid #058ee7; color:#fff;}
.page ul li a.up{ }
.page ul li a.onhover{background:#18a1fb; border:1px solid #058ee7; color:#fff;}
