@charset "utf-8";
body {margin: 0px;padding: 0px; font-size:16px; line-height:20px; color:#1e1e1e; min-width: 1200px; background: url(../images/bg_01.png) no-repeat top #fff6da;}
.fl { float:left}
.fr { float:right}
ul,.li { list-style-type:none; margin:0px; padding:0px;}
a {color:#1e1e1e;text-decoration: none;}
a:hover { color:#c10b0b;text-decoration: none;}
.index,.nav,.end { width: 1200px; margin: auto;}


/*分页---*/
.table_paging {
    width: 100%;
    height: 60px;
    float: left;
    text-align: center; margin-top:30px;
}
.table_paging a {
    display: inline-block;
    margin: 19px 3px;
    height: 28px;
    padding: 0 6px;
    box-sizing: border-box;
    border: solid 1px #cfcfcf;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
    transition: 0.3s ease-in;
}
.table_paging a.xuanze {
    background: #de000f;
    border: solid 1px #de000f;
    color: #fff;
}
.table_paging a:hover {
    background: #de000f;
    border: solid 1px #de000f;
    color: #fff;
}
.table_paging a.tiaozhuan
{
	background:none;
	border:none;
}
.table_paging a.tiaozhuan:hover
{
	background:none;
	border:none;
	color:#333;
	cursor:inherit;
}
.table_paging a input
{
	width: 32px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
	box-sizing:border-box;
	margin:0 5px;
	position:relative;
	top:-1px;
	color:#000;
	outline:0;
}
/*分页---*/