/*新闻 CSS */

/*页面层容器*/
#container {
	width:1000px;
	height:100%;
	margin:0px auto;
	background-image: url(../images/newsbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container2 {
	margin: 0 auto;
	/*float:left;*/
	width:1000px;
	height:100%;
	background-image: url(../images/newsbg2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#left{float:left;width:690px;margin-left:10px; margin-bottom: 20px;}
#center{float:left;width:29px;margin:0 2px;}
#right{float:left; width:230px; }

/*===主题====+++++++++++++++++++++++++++++++=*/

.tablemain {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #178e00;
	border-right-color: #178e00;
	border-bottom-color: #178e00;
	border-left-color: #178e00;
}
.tablebottom {
	margin-left:20px;
	margin-right:20px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #178e00;
	font-weight: bold;
	
}
.category_logo {
	margin-top:10px;
	margin-left: 55px;
	margin-right: 55px;
	background-image: url(/images/title_bg.gif);
}

.news_list {
	margin: 20px auto;
	width: 602px;
}



.pagination {
	float:right;
	margin-right: 20px;
}

/*虚线*/
.dashedbottom1 {
	background-image: url(/images/bgline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top:10px;
	padding-bottom: 6px;
	float:left;
	text-align: left;
}

.dashedbottom1 span{
	float:right;
}

.input01 {
	background-image: url(../images/icon_next.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 21px;
	width: 64px;
	top: 10px;
	clip: rect(10px,auto,auto,auto);
}

/*文本*/
.textall {
	font-size: 14px;
	line-height: 200%;
	color: #333333;
}
/*
.textall table{
	border:2px #009900 solid;
	border-collapse: collapse;
}

.textall td{
	border:1px #009900 solid;
	padding: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
}
*/

/*边框*/
.dmt {
	padding: 3px 3px 3px 3px;
	border: 1px solid #bdbdbd;
}

