@charset "utf-8";
/* 列表公共 */
.fr{
	float: right;
}
.content_main{
	width: 1080px;
    padding: 0px 25px;
    margin-top: 20px;
    overflow: hidden;
}			

.list-con li {
	padding: 5px 0;
	height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
}
.list-con li:first-child{
	border-top: 1px dashed #ddd;
}		
h4 {
	width: 100%;
	overflow: hidden;
}
			
.list-con h4>a {
	font-size: 15px;
	font-weight: normal;
			}
			
.list-con h4>a:hover {
	color: #57b4f7;
}
			
.list-con span {
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
			
/*列表2样式*/
.left_div{
	display:inline-block;
    width: 250px;
    margin-right: 20px;
    overflow: hidden;
    vertical-align: top;
}


.left_div ul li a {
    display: block;
    height: 50px;
    line-height:50px;
    font-size:17px;
    color: #888;
    text-align:center;
    font-weight: bold;
    border-bottom: #c8d8e4 dashed 1px;
}

.left_div ul li a:hover, .left_div ul li a.active {
    color: #fff;
    background: #57b4f7;
}

.right_div {
	display:inline-block;
    width: 805px;
}


