﻿/* CSS Document */
/*模版样式
制作人：郭勇
QQ：315799281
制作日期：2010-4-27
请支持原创
*/

/*分页样式*/
.txt_red{
color:red;}

.txt_pagelist{
text-align:center;
position:relative;
width:100%;}

.pagnation{ overflow:hidden;}

.txt_pagelist a{
text-decoration:none;
color:#000;
padding:3% 0px;
background:#f2f3f3;
text-decoration:none;
white-space:nowrap;
float:left;
width:49%;
position:relative;
overflow:hidden;
display:block;
border: 1px #d0d2d2 solid;
box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-right:2%;
}
.txt_pagelist a:nth-child(2){ margin:0;}
.txt_pagelist a.current{
	background:#5b5a59;
	color:white;
}

.txt_pagelist1 a:hover{
margin:5px;
background:#666;
color:#fff;
border:solid 1px #999
}

#cur_pagelist{
background:#01367c;
color:#fff;
}

#txt_First1,#txt_Pre1,#txt_Next1,#txt_Last1{
/*
padding:0px 5px;
margin:0px;
text-decoration:none;
border:none;*/
text-decoration:none;
color:#fff;
font-weight:normal;
font-size:12px;
background:#ddd;
position:relative;
}

#txt_First,#txt_Pre,#txt_Next,#txt_Last{
text-decoration:none;
position:relative;
/*
margin:0px;
text-decoration:underline;
border:none;*/}

.pagelist{clear:both; margin-top:20px; margin-left:2.5%; margin-right:2.5%;}
