.content{
	width: 94%;
	float: left;
	margin-left: 3%;
}
.content .banner{
	/*width: 100%;*/
	width:-webkit-calc(100% - 5px); 
  	width:-moz-calc(100% - 5px); 
  	width:calc(100% - 5px);
	margin-top: 20px;
	float: left;
	position: relative;
	border:2px solid #dddddd;
}
.content .banner .arrow { position: absolute; top: 78px;}

.content .banner #al { left: 0px;}

.content .banner #ar { right: 0px;}
.content .banner ul li{
	height: 205px;
	float: left;
}

.content .contitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 0.14rem;
	color: #333333;
	margin-top: 18px;
}
.content .con_c{
	width:-webkit-calc(100% - 6px); 
  	width:-moz-calc(100% - 6px); 
  	width:calc(100% - 6px);
	line-height: 50px;
	display: inline-block;
	float: left;
	font-size: 0.12rem;
	color: #666666;
	padding-left: 6px;
}
.content .cent_title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #EEEEEE;
	font-size: 0.14rem;
	color: #333333;
	text-indent: 1em;
	display: inline-block;
	float: left;
	margin-top: 20px;
}<!--0.00033211708068848-->