﻿
.list_content{
	width: 1100px;
	background: #fff;
	margin: 0px auto;
	padding:20px 0;
}

.list_content_l{
	width: 300px;
	min-height: 400px;
	float: left;
	background: #ececec;

}
.list_content_r{
	width: 750px;
	min-height: 400px;
	float: right;
	margin: 0 20px 0 0;
}
.list_content_l h4.lmmc{
	height: 80px;
	line-height: 80px;
	background: #0D3970;
	font-weight: normal;
	font-size: 20px;
	color:#fff;
	padding:0 0 0 30px;
}
ul.sub_nav li{
	height: 60px;
	line-height: 60px;	
	border-top: 1px solid #DDD;
}
ul.sub_nav li a{
	height: 60px;
	line-height: 60px;	
	display: block;
	font-size: 18px;
	color: #4d4d4d;
	padding:0 0 0 70px;
}
ul.sub_nav li a:hover{
	background:#F9F9F9;
	color:#000;
	padding:0 0 0 80px;	
webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
h4.tt{
	height: 40px;
	line-height: 40px;
	font-size:20px;
	font-weight: normal;
	padding:0 0 0 20px;
	border-bottom: 2px #0D3970 solid;
}
.list_content span.lmmc{
	float: left;
	display: block;
}
.list_content span.dqwz{
	float: right;
	font-size: 14px;
	color: #888;
}
.fybt{
	padding:30px 40px;
}