﻿@charset "utf-8";
/*------------------------------------------------------------
	list
------------------------------------------------------------*/
#conts .textList {
	margin: 0 44px 193px 0;
	font-family: SimSun;
}

#conts .textList li {
	margin-bottom: 9px;
	padding-bottom: 6px;
	position: relative;
	background: url(../img/list/line01.gif) repeat-x left bottom;
}

#conts .textList li:last-child {
	background: none;
}

#conts .textList li a {
	padding-left: 15px;
	background: url(../img/list/icon01.gif) no-repeat left 6px;
}

#conts .textList li span {
	position: absolute;
	right: 0;
	top: 0;
}

#conts .pageList {
	padding-right: 88px;
	text-align: center;
}

#conts .pageList li {
	margin-right: 3px;
	display: inline;
	font-family: SimSun;
}

#conts .pageList li a {
	margin-right: 7px;
}