.cont{
	width:1400px;
	margin:30px auto;
}
.cont_fl{
	float:left;
	width:180px;
	border-left:2px solid #aa1f14;
}
.cont_fl ul li{
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	border-bottom:1px solid #ededed;
}
.cont_fl ul li a{
	color:#999999;
	display:block;
	width:180px;
}
.cont_fl ul li .a1 {
	display:block;
	background:#aa1f14;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
.cont_fl ul li .a2{
	color:#ff3b00cc;
}
.cont_fl ul li .a3:hover{
	color:#ff3b00cc;
}


.cont_fr{
	float:right;
	width:1170px;
}
h1{
	text-align:center;
}
 h1 a{
	color:#aa1f14;
	font-size:20px;
	line-height:20px;
}
h1 a:hover{
	color:#ff3b00cc;
}

 hr{
	border:1px solid #aa1f14;
	margin-bottom:25px;
	margin-top:15px;
}
/*.cont_fr p:nth-of-type(1){
	margin:5px 0 20px;
	color:#a5a5a5;
	text-align:center;
	font-size:12px;
}*/
.cont_fr p{
	font-size: 13px;
    color: #666666;
    line-height: 25px;
    margin: 10px 0px;
}
.cont_fr .img1{
	margin:15px 0 15px 10px;
}
.cont_fr .ye{
	width:400px;
	height:60px;
	margin:50px  250px;
}
.cont_fr .ye div{
	width:40px;
	height:30px;
	border:1px solid #eee;
	border-radius:10%;
	text-align:center;
	line-height:40px;
}
.cont_fr .ye div:hover{
	background:#eee;;
}
.cont_fr .ye div a{
	color: #aa1f14;
	font-size:18px;
}
.cont_fr .ye_fl{
	float:left;
}
.cont_fr .ye_fr{
	float:right;
}
@media screen and (min-width: 1200px) and (max-width:1500px){
	.cont{
		width: 1200px;
	}
	.cont_fr {
	    float: right;
	    width: 995px;
	}
}