/*全局*/

div {
	border: 0;
}
ul {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #CC0099;
	text-decoration: none;
}

/*页面右栏*/
.boxTitle {
	height: 24px;
	background: url(/images/news_side_title_bg.gif) left top repeat-x;
	border-top: 1px solid #E8CFCF;
	border-bottom: 1px solid #E1B6BB;
}
.boxTitle h2 {
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-indent: 8px;
	margin: 0;
	padding: 0;
}
.boxTitle h2 a {
	color: #993300;
}
.boxTitle .menu {
	float: right;
}
.boxTitle .menu label {
	float: left;
	width: 35px;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #E8CFCF;
	cursor: pointer;
}
.boxTitle .menu .hover {
	background-color: #FACBD1;
}
.titlePic {
	float: left;
	width: 298px;
	margin-top: 10px;
}
.titlePic div {
	float: left;
	display: inline;
	width: 120px;
	text-align: center;
	margin-left: 20px;
}
.titlePic div img {
	border: 1px solid #CCC;
	padding: 3px;
}
 .titlePic div a:hover img {
	border: 1px solid #6699CC;
	padding: 3px;
}
.titlePic div h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.textList {
	float: left;
	width: 298px;
}
.textList ul {
	float: left;
	margin: 0;
	padding: 5px 0;
}
.textList ul li {
	float: left;
	width: 149px;
	text-indent: 16px;
	background: url(/images/icon_dot.gif) 8px center no-repeat;
}
.siderBox ul {
	margin: 0;
	padding: 5px 0;
}
.siderBox ul li {
	text-indent: 16px;
	background: url(/images/icon_dot.gif) 8px center no-repeat;
}
.clickTop {
	float: left;
	background: url(/images/top10_num.gif) 10px 8px no-repeat;
	margin: 0;
	padding: 5px 0;
}
.clickTop li {
	text-indent: 28px;
	background: none;
}

/*其它*/
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}
