@charset "utf-8";
/*head*/

h2 a, .page li a:hover, .page a {
	color: #256AAB;
}
.list li a:hover, .list li a.hover {
	color: #256AAB;
	background: #CDDEEC;
}
.hr {
	height: 32px;
	line-height: 32px;
	padding: 0px 27px 0px 27px;
}
.txt {
	position: relative;
	height: 32px;
}
.txt a:before, .txt a:after {
	content: "";
	width: 11px;
	height: 32px;
	position: absolute;
	top: 12px;
}
.txt a:before {
	left: -19px;
	background: url(../images/left_arrow.png) no-repeat;
}
.txt a:after {
	right: -20px;
	background: url(../images/right_arrow.png) no-repeat;
}
/*txt*/
.txtList {
	height: 27px;
	border-bottom: 1px solid #d8d8d8;
	background: url(../images/txtListBg.png) repeat-x;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #EAEAEA;
}
.txtList p {
	height: 27px;
	line-height: 30px;
	background: url(../images/spritr.png) no-repeat 8px -130px;
	padding-left: 30px;
}
.txtList p a, .txtList p {
	color: #949494;
}
h2 {
	text-align: center;
	height: 44px;
	line-height: 50px;
}
h2 a {
	font-size: 16px;
}
.list li {
	height: 37px;
	line-height: 37px;
	position: relative;
	border-bottom: 1px solid #cacaca;
}
.list li a {
	display: block;
	height: 37px;
	padding-left: 8px;
}
.list li a:hover:after, .list li a.hover:after {
	background: url(../images/spritr.png) no-repeat 0px -71px;
}
.list li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 35%;
	right: 8px;
	width: 10px;
	height: 10px;
	background: url(../images/spritr.png) no-repeat 0px -40px;
}
/*page*/
.page {
	height: 29px;
	line-height: 29px;
	background: #efefef;
	text-align: center;
}
.page li {
	display: inline;
	height: 29px;
	margin: 0 5px;
}
.page li a.prePage, .page a.nextPage {
	width: 25%;
}
.referImg {
	width: 100%;
	overflow: hidden;
}
.referImg img {
	vertical-align: middle;
}
.referImg a {
	white-space: nowrap;
	overflow: hidden;
	display: block;
}