/* 全局 */
* { font-family: 宋体,Arial;
	margin:0;padding:0;
	font-size:12px;
	line-height: 20px; 
}
html {
	background: url(bg.jpg) repeat-x left top #F8F6EA;
}
body {
	font-family: 宋体,Arial;
	margin:0 auto;
	padding-top: 5px;
	width:960px;
	background-color: #FFFFFF;	
}

a:link,a:visited,a:active {text-decoration: none; color: #003366}
a:hover {text-decoration: underline; color:#003366}

.inputstyle {
	border:1px solid #C0C0C0;
	background-color:#F1F1F1;
	font-size: 12px;
}

.clear{
	clear: both;
}

.td_style_top{
	background-image: url(news_td_bg1.gif);
	height: 30px;
	border: 1px solid #FFD384;
	margin: 5px 0px 5px 0px;
}

#nav {
	background-image: url(news_td_bg1.gif);
	height: 30px;
	border: 1px solid #FFD384;
	margin-bottom:5px;
}

#nav #pos {
	float: left;
	padding: 5px 0px 0px 5px;
}

#nav #searchform {
	float: right;
	padding: 5px 5px 0px 0px;
}

#nav #searchform #BtnSearch {
	background: transparent url(search.gif) no-repeat scroll;
	border: medium none;
	height: 20px;
	width: 34px;
	cursor: pointer; 
}

#nav #searchform a {
	font-weight: bold;
}

/* 全局 */


/*边栏 begin*/
#sidebar {
	float: left;
	width: 230px;
}

#sidebar .tdad {
	margin-bottom: 8px;
}

#sidebar .listtype { 
	clear:both;
	list-style: none;
	margin-left: 10px;
} 

#sidebar .listtype li { 
	float:left; 
	width:95px; 
	height:25px; 
	line-height:20px; 
} 


#sidebar .td1 {
	border:1px solid #9CC7F7;
	margin-bottom: 8px;
}


#sidebar .td1 h1 {
	font-size: 14px;
	font-weight:bold;
	height:25px;
	line-height: 150%;
	padding: 5px 10px 0px 10px;
	background-color: #DEE7FF;
}

/*边栏 end*/


/*内容栏 begin*/
#mainbody {
	float: right;
	width: 720px;
}


#mainbody .row div {
	border:1px solid #FF9900;	
	margin-bottom: 10px;
}

#mainbody .row1 div {
	border:1px solid #AAA;	
	margin-bottom: 10px;
}
#mainbody .row h1{
	background-color: #FFEBBD;
	font-size: 14px;
	font-weight:bold;
	height:25px;
	line-height: 150%;
	padding: 5px 10px 0px 10px;
}

#mainbody .row1 h1{
	background-color: #EEE;
	font-size: 14px;
	font-weight:bold;
	height:25px;
	line-height: 150%;
	padding: 5px 10px 0px 10px;
}

#mainbody .row .left,#mainbody .row1 .left {
	float: left;
	width: 355px;
}
#mainbody .row .right,#mainbody .row1 .right {
	float: right;
	width: 355px;
}

#mainbody ul {
	margin-left: 20px;
	clear:both;
}

#mainbody .innerad {
	margin-bottom: 5px;
}
/*内容栏 end*/


#articlelist {
	border:1px solid #ff9900;
	padding: 5px;
}

#articlelist h1 {
	font-size: 16px;
	color: red;
	padding: 10px;
}

#articlelist span {	
	height: 25px;
	display:block;
	color: #999;
}

#articlelist ul {
	list-style: none;
}
#articlelist li {
	height: 25px;
	border-bottom: 1px solid #eee;
}

#articlelist font {
	font-size:14px;
}

#articlelist li h2{	
	float: left;
	width: 400px;
	font-size:12px;
	font-weight: normal;
	line-height: 25px;
}

#articlelist li h2 a {	
	font-size:14px;
}

#articlelist li .date {
	float: right;
	width: 100px;
}

#articlelist li .hits {
	float: right;
	width: 100px;
}

#articlelist #page{
	height: 30px;
	line-height: 30px;	
	padding: 10px;
}

#articlelist #page #pleft {
	display: block;
	float: left;
}

#articlelist #page #pright {
	display: block;
	float: right;
}

#articlelist #sort {
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding: 5px;
}

#footer { border-top: 1px solid #ddd; clear:both;}
#globalfooter {margin-top: 20px; font-size:12px;}
#globalfooter p{margin:0;padding:0;height: 25px;text-align: center;}
