body{
	background: #f0f0f0;
}
.center{
	margin: 0 auto;
}
.w1200{
	width:1200px;
	overflow: hidden;
}
.nav{
	background: #e50516;
	height: 70px;
	width: 100%;
}
.nav ul li{
	width: 14.28%;
	float:left;
	line-height: 70px;
	text-align: center;
}
.nav ul li a{
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}
.nav ul li:hover{
	background: #fff;
}
.nav ul li:hover a{
	color: #e50516;
}
.menu {
	font-family: "微软雅黑";
	width: 1200px;
	margin: 0 auto;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float: left;
	position: relative;
	width: 200px;
}

/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a,
.menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	height: 70px;
	color: #fff;
	line-height: 70px;
	font-size: 21px;
	width: 200px;
}

.menu ul li ul li a,
.menu ul li ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	height: 40px;
	color: #fff;
	border: 1px solid #e50516;
	border-width: 0px 0px 1px 0;
	line-height: 40px;
	font-size: 17px;
	width: 200px;
}

/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
	position: relative;
	z-index: 999;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover {
	background: #fff;
}

.menu ul li:hover a {
	color: #333;
}

/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	width: 105px;
}

/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	display: block;
	background: #ff9494;
	color: #fff;
}

/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	background: #fff;
	color: #333;
}
/* 当前位置 */
.location{font-size: 13px; color: #999999;}
.location a{font-size: 13px; line-height:58px; color: #999999;}
.content_left{width: 292px; margin-left: 8px; background: #dfdfdf;}
.dqlm{
    background: url("dqlm_bg.png") no-repeat;
    height: 76px;
    padding-left:43px;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
	position: relative;
	top:18px;
	left: -8px;
	line-height: 50px;
	margin-right: -8px;
}
.lmlist{min-height:687px;}
.lmlist ul li{line-height: 63px;background: url(lmliststyle.png) no-repeat 36px; padding-left: 54px;}
.lmlist ul li:hover{background: url(lmliststyle_hover.png) no-repeat 29px; background-color: #dbdfe3; border-left:#d72025 solid 7px; padding-left: 47px;}
.lmlist ul li:hover a{color: #d72025;}
.content_right{width: 870px; background: #ffffff; min-height: 758px;}
.dqlm_title{
	border-bottom: #d7d7d7 solid 1px;
	line-height: 56px;
	font-size: 17px;
	font-weight: bold;
	padding-left: 25px;
}
.content_right_list{border: #d7d7d7 solid 1px;min-height: 758px;}
.content_right_list ul{margin: 30px 20px;}
.content_right_list ul li{background: url(liststyle.gif) no-repeat left; padding-left:15px; border-bottom: #e8e8e8 dashed 1px; line-height: 45px; font-size: 17px;}
.date{color: #999999; font-size: 17px;}
/* 底部 */
.footer{
	width: 100%;
	background: #e50516;
	margin-top: 20px;
	padding-top: 35px;
}

.footer_info{
	margin-top: 20px;
	color: #fff;
	font-size: 15px;
	text-align: left;
}
.footer_info a{
	color: #fff;
}
.footer_01{
	margin-top: 30px;
	text-align: center;
}
.footer_02{
	margin: 25px 50px 0 50px;
}
.footer_03{
	margin: 15px 50px 0 0;
}
.footer_04{
	text-align: center;
	margin-bottom: 35px;
}