html,body,ul,li{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #fff;
}
#header-container{
	height: 309px;
	background: #f9b700 url(../img/header_bg.jpg) no-repeat 0 0;
}
#header{
	height: 269px;
	width: 100%;
	margin: 0 auto;
	background: url(/ddh/img/banner.png) no-repeat 0 0;
        background-size: cover;
        background-position: center;
}

#nav_container{
	height: 40px;
	background: url(/ddh/img/nav_bg.jpg) repeat-x 0 0;
}

#nav{
	height: 40px;
	width: 1010px;
	margin: 0 auto;
	background: url(/ddh/img/nav_bg.jpg) repeat-x 0 0;
	text-align: center;
}

#nav ul{
	width: 1010px;
	margin: 0 auto;
	min-width: 600px; /* 可选，设置最小宽度保底 */
	  /* 关键：阻止内容换行，使内容在一行显示 */
	white-space: nowrap;
}

#nav li{
	width: 240px;
	height: 40px;
	float: left;
	display:inline-block;
	margin: 0 5px;
}

#nav a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
        font-size:18px;
}

#nav a:hover{
	color: #fee238;
	font-weight: bold;
}

#container{
	margin: 0 auto;
	width: 1010px;
	height: 710px;
	display: flow-root;
	
}

.row{
	height: 350px;
	margin: 5px 0;
}

.col_1{
	width: 100%;
	height: 350px;
	border: solid 1px #eee;
}

.col_2{
	width: 49%;
	height: 350px;
	float: left;
	border: solid 1px #eee;
}

#footer_bar{
	height: 38px;
	margin-top: 10px;
	background-color: #c50f0b;
}

#footer{
	text-align: center;
}

.col_title{
	height: 35px;
	line-height: 35px;
	width: 100%;
	background:#fff url(../img/col_title_bg.jpg) no-repeat 0 0;
}

.col_title h1{
	margin: 0;
	margin-left: 30px;
	height: 0;
	width: 160px;
	font-size: 16px;
	float: left;
	color: #fff;
}

.col_title span{
	margin: 0;
	height: 0;
	width: 46px;
	font-size: 14px;
	float: right;
}

.col_title span a{
	color: #333;
	font-size: 14px;
}

#slider{
	height: 320px;
}

#slider img{
	width: 100%;
	height: 320px;
}

.col_content{
	width: 100%;
	height: 310px;
}

.col_content ul{
	width: 100%;
}

.col_content li{
	background: url(/ddh/img/arrow.jpg) no-repeat 0 50%;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin: 5px 0;
	border: none;
	border-bottom: dashed 1px #333;
}

.col_content a{
	color: #333;
	float: left;
	margin-left: 10px;
}

.col_content a:hover{
	color: #b80b07;
}

.col_content span{
	float: right;
	margin-right: 10px;
}

.vsbcontent_start{
   text-indent: 2em;
}

.attach td{
	white-space: nowrap;
}

.attach td a{
	color: #333;
}

.news_title{
	text-align: center;
	clear: both;
}

.news_title h1{
	color: #990000;
}

.row .auto_height{
	height: auto; 
}