/*框架颜色*/
body{ background:#FFF; color:#000;}

/*---------头部列表框架-------*/
.clearf{ width:0; height:0; clear:both; margin:0; padding:0; line-height:0; font-size:0;td:0}

.newspage{ width:100%; height:auto; margin:0 auto; border-bottom:1px solid #EBEBEB}
.newspage-tu{ width:47%; height:auto; float:left; margin-right:1%;margin-left:1%;border:1px solid #eaeaea; margin-top:6px; overflow:hidden; }
.newspage-tu img{ width:100%; height:auto; display:block}
.newspage-content{ width:100%; height:42px; line-height:42px; background:#FFF; margin-left:3px; float:right;}
.newspage-title{ width:100%; height:auto; color: #262626; text-align:center; font-size:16px; }
.newspage-jysm{ width:100%;line-height:23px; color:#666666;text-align:center; font-size:13px; }
.newspage-jysm a:link,.newspage-jysm a:visited{ color:#666666;}
.newspage-jysm a:hover{ color:#ff6600;}
/*头部颜色*/
.header{
	background:-moz-linear-gradient(top,#0065b7,#0065b7);
	background:-ms-linear-gradient(top,#0065b7,#0065b7);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#0065b7), to(#0065b7));
}

.headall{ width:100%; height:auto; margin:0 auto;}
.headall img{ width:750px; height:auto; margin:0 auto; }
/*列表样式*/
.list-content a{border-bottom:1px solid #333; background: linear-gradient(#322f2f, #232121) repeat scroll 0 0 #EEEEEE; color:#333;}
.list-content a div.text{ margin-left:80px; color:#FFF !important;}
.text-img{ color:#fff;}

/*----------侧边栏内容颜色---------------*/
.sidebar a{ 
	background:-moz-linear-gradient(top,#434343,#333333);
	background:-ms-linear-gradient(top,#434343,#333333);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#333333));

}



/*-------内容页框架--------*/
.contentx{ color:#FFF;}

/*按钮颜色*/
.button a.prve{ 
	background:-moz-linear-gradient(top,#525252,#363636);
	background:-ms-linear-gradient(top,#525252,#363636);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#525252), to(#363636));
	color:#fff;
	border:1px solid #232323;
	box-shadow:0px 0px 1px #333;
	text-shadow:1px -1px 1px #000;	
	width:25%;
	float:left
}
.button a.next{ 
	background:-moz-linear-gradient(top,#5f98c5,#3a6c9d);
	background:-ms-linear-gradient(top,#5f98c5,#3a6c9d);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#5f98c5), to(#3a6c9d));
	color:#fff;
	border:1px solid #2d4961;
	box-shadow:0px 0px 1px #333;
	text-shadow:1px -1px 1px #59738c;	
	width:25%;
	float:right

}
.footer-top{ color:#FFF !important; background:#000;}
.list-content a{ text-shadow:none;}