@charset "utf-8";
/*----------------------------global----------------------------*/
body {
	color:#333333;
	margin:0;
	font-size:13px;
	font-family:"\5b8b\4f53",Arial, Verdana;
	line-height: 1.5;
}
img {
	border:0px;
}
a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	color: #CC0000;
	text-decoration: underline;
}
.clear {
	clear:both;
}
/*----------------------------public----------------------------*/
.inputBox {
	height:16px;
	line-height:16px;
	color:#008800;
	border: 1px solid #999999;
}
.inputArea {
	color:#008800;
	border: 1px solid #999999;
	background:url(../img/icoWutnews.gif) center no-repeat;
}
.button {
	height:20px;
	color:#666666;
	background:#FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #EEEEEE;
}
.pageView {
	padding:5px;
}
.pageView ul{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.pageView li{
	float:left;
	margin:2px;
	text-align:center;
	border: 1px solid #EEE1AA;
	font-size:14px;
	background-color:#FFFFF2;
}
.pageView li .current
{
    font-weight:bolder;
    background-color:#CC0000;
	color:#FFFFF2;
}
.pageView li a{
	font-size:14px;
	padding:3px;
	color:#CC0000;
}
.pageView li a:hover{
	font-size:14px;
	color:#FFCC00;
	background-color:#CC0000;
}
.pageView input {
	width:40px;
	color:#666666;
	background-color:#F5F5F5;
	border: 1px solid #999999;
}
.aLine {
	padding:2px;
} 
.errMsg {
	color:#FF0000;
}
.dateMsg {
	color:#FF6600;
}
.comMsg {
	color:blue;
}
.notMsg {
	color:#FF0000;
	font-weight: bold;
}
.infoMsg {
	color:#0C4681;
}
.grayMsg {
	color:#666666;
}
.titleBar {
	height:25px;
	line-height:25px;
	background-color:#F5F5F0;
}
.columnTitle {
	padding:6px 20px 5px 20px;
	font-weight:bold;
	color:#006900;
	font-size:14px;
	background:url(../img/icoTitle.gif) no-repeat;
}
.columnTitle a{
	color:#006900;
	font-size:14px;
}
.columnTitle a:hover{
	color:#CC0000;
	font-size:14px;
}
.wordsButton {
	padding:2px 8px 1px 8px;
	border: 1px solid #999999;
	background-color:#F6F6F6;
}
/*----------------------------pubBar----------------------------*/
#pubBar {
	width:980px;
	height:24px;
	line-height:24px;
	background-color:#F5F5F0;
	margin:0 auto;
	padding:0;
	border: 1px solid #C8C8C8;
	border-top-style:none;
}
.pubInfo {
	float:left;
	padding:0 0 0 10px;
}
.pubInfo a {
	color:#CC0000;
}
.pubLink {
	float:right;
	padding:0 10px 0 0;
}
/*----------------------------top----------------------------*/
#top {
	width:980px;
	height:75px;
	margin:0 auto;
	padding:0;
}
.newsLogo {
	float:left;
	width:160px;
}
.topNav {
	float:left;
	width:800px;
}
.topSearch {
	margin:8px 0 8px 0;
	text-align:right;
}
.topBox {
	padding:0 0 0 20px;
}
.topLink a {
	float:left;
	margin:0 5px 0 5px;
	padding:2px 8px 1px 8px;
	font-size:14px;
	color:#FFFFFF;
	background-color:#57B403;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#238B1B, endColorStr=#57B403, gradientType=0);
}
.topLink a:hover {
	font-size:14px;
	color:#FFFF00;
	padding:0px 8px 3px 8px;
	background-color:#CC0000;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#AA0000, endColorStr=#FF0000, gradientType=0);
	text-decoration: none;
}
.topTool {
	float:left;
	text-align:center;
	padding:5px 0 0 20px;
}
.topTool a:hover {
	color:#FF0000;
	text-decoration:underline;
}
/*----------------------------Foot----------------------------*/
#bottom {
	margin:0 auto;
	width:980px;
}
.botLine {
	height:1px;
	color:#006900;
}
.botDetail {
	margin:0 auto;
	width:980px;
	text-align:center;
	padding:10px 0 10px 0;
}

