#main_box{
	width: 980px;
	margin: 0 auto;
	min-height: 300px;
	height: auto;
	overflow: hidden;
	zoom:1;
	background: #fff;
}
#mb_left{
	width: 182px;
	/*min-height: 300px;*/
	float: left;
	/*background-color: #ddd;*/
}
#mb_right{
	width:790px;
	float: left;
	padding-left: 7px;
	background-color: #cacaca;
}
#column{
	width: 790px;
	height: 20px;
	background: url('../images/line2.jpg') repeat;
}
#column span{
	color: #fff;
	display: block;
	padding: 4px 0 0 6px;
	font-weight: bolder;
}
#column_bg{
	width: 790px;
	height: 10px;
	background: url('../images/index_diwen_4.gif') repeat;
	border-bottom: 1px #999 solid;
}
#content_box{
	width: 790px;
	min-height: 300px;
	height: auto;
	overflow: hidden;
	zoom:1;
	background-color: #F2E4D5;
}
/*新闻列表样式*/
#newslist{
	width: 98%;
	margin: 0 auto;
}
#newslist li {
	margin: 8px 0;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: 1px #ccc dotted;
}
#newslist li .date{
	display: block;
	float: right;
}
/*列表分页样式*/
#pagers{
  list-style-type:none;
  float: right;
  margin-right: 10px;
}
#pagers li {
	float:left;
	margin-left:10px;
	height:25px;
	line-height:30px;
}
/*详细页面样式*/
.title {
	font-family:"\5FAE\8F6F\96C5\9ED1",Helvetica,serif;
	text-align:center;
	font-size:16pt;
	font-weight: bolder;
	color:#990000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.other_title {
	font-family:"\5FAE\8F6F\96C5\9ED1",Helvetica,serif;
	text-align:center;
	font-size:9pt;
	color:#9b9b9b;
	margin: 5px 0;
}
.content{
	width: 670px;
	border-top: 1px #9b9b9b dashed;
	margin: 10px auto 0 auto;
	padding: 10px 5px 0;
	line-height: 24px;
	table-layout:fixed;
	word-wrap:break-word; 
	overflow: hidden;
}
.content img{
	max-width:650px!important; 
	height:auto!important; 
	width:expression(this.width > 650 ? "650px" : this.width)!important;
}
#smallnav {
	width:700px;
	margin:0;
	padding:15px 0 15px 0px;
	text-align:right;
}
#backlink {
	width:790px;
	margin:0;
	padding:0;
	text-align:center;
	height:20px;
}
.info_content{
	border-top: none;
}
/*留言资讯*/
.btn_box{
	width: 100%;
	margin: 10px 0;
}
.btn_box p{
	color: red;
	font-family:"\5FAE\8F6F\96C5\9ED1",Helvetica,serif;
	font-size: 20pt;
}
.btn_box ul{
	height: 30px;
	margin: 0;
}
.btn_box ul li{
	width: 150px;
	float: left;
	margin-right: 80px;
}