.cont{
	max-width: 1460px;
    margin: 30px auto;
    width: 100%;
}
.cont_fl{
	float:left;
	width:1000px;
	margin-bottom:30px;
}
.cont_fl .box1{
	float:left;
	width:394px;
	margin-bottom:10px;
}
.cont_fl .box2{
	margin-left:80px;
}
.box1 h1 a{
	font-size:18px;
	color:#aa1f14;
}
.box1 h1{
	margin-bottom:8px;
	text-align:center;
}
.box1 h1 a:hover{
	color:#ff3b00cc;
}
.box1 ul{
	width:394px;
	background:#f5f5f5;
}
.box1 ul li{
	float:left;
	width:197px;
	margin-bottom:4px;
	text-indent:8px;
}
.box1 ul .li2{
	width:394px;
	text-indent:8px;
}
.box1 ul li a{
	font-size:12px;
	display:block;
}
.box1 ul li a span{
	display:block;
	text-indent:8px;
}
.box1 ul li a:hover{
	color:#ff3b00cc;
}
.box1 ul li img{
	margin-bottom:-4px;
	margin-right:3px;
	max-width:394px;
	max-height:237px;
}
.box1 hr{
	border:1px dashed  #c3665f;
}
/*ÓÒ±ß²¿·Ö*/
.cont_fr{
	float:right;
	width:400px;
	margin-top: 19px;
}
.cont_fr h2 a{
	display:inline-block;
	width:400px;
	height:40px;
	background:#aa1f14;
	color:#fff;
	font-weight:800;
	font-size:23px;
	text-align:center;
	line-height:40px;
}
.cont_fr h2 a:hover{
	color:#ff3b00cc;
}
.cont_fr ul{
	width:400px;
	height:300px;
	background:#f5f5f5;
	list-style-type:disc;
	margin-bottom:40px;
}
.cont_fr ul li{
	list-style-type: square;
	color:#aa1f14;
	margin-left:30px;
	padding-top:25px;

}
.cont_fr ul li a{
	color:#333;
	font-size:14px;
}
.cont_fr ul li a:hover{
	color:#ff3b00cc;
}
.cont_fr .box2 .video{
	width:400px;
	height:304px;
}
.cont_fr .box2 .video img{
	max-width:400px;
	max-height:304px;
}
.cont_fr .box3{
	margin-top:40px;
}
@media screen and (min-width: 1200px) and (max-width:1500px){
	.cont {
	    width: 1200px;
	    margin: 18px auto;
	}
	.cont_fl{
		width: 880px;
		margin-top: 25px;
	}
	.cont_fl .box{
		width: 440px;
	}
	.cont_fr {
	    float: right;
	    width: 298px;
	    margin-top: 0px;
	}
	.cont_fr h2 a{
		width: 100%;
	}
	.cont_fr .box2 ul {
	    width: 100%;
	    height: auto;
	    padding-bottom: 24px;
	}
   .cont_fr .box2 ul li{
   	width: 81%;
   }
   .cont_fr .box2 .video{
   		width: 100%;
   		height: auto;
   }
   .cont_fr .box2 .video img{
	   	width: 100%;
	   	height: auto;
   }
}