body{
	background: #f3f5f7;
}
.rightBoxs .onlineKf:hover{
    color: #fff;
    background-color: #fa974e;
}
/*leftBoxs*/
.outBoxs{
	width: 1120px;
	padding: 0 40px;
	background: #fff;
	overflow: hidden;
}
.outBoxs h2{
	line-height: 34px;
	padding: 23px 0;
	border-bottom: 1px solid #dddddd;
}
.unitBox .title{
	background: url(../images/sprite/lineBlueIcon.png) no-repeat left center;
	padding-left: 13px;
	height: 46px;
	line-height: 46px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.unitBox .textBox{
	line-height: 36px;
	padding-bottom: 15px;
}
.unitBox .textBox .picUl li{
	margin-right: 17px;
	width: 356px;
}
.unitBox .textBox .picUl li img{
	width: 350px;
	height: 258px;
}
.unitBox .textBox .picUl li p{
	font-size: 16px;
	line-height: 20px;
	padding: 17px 0;
}
.textBox a{
	text-decoration: underline;
	color: #308bd8;
}
.unitBox{
	overflow: hidden;
}
.outBoxs .ApplyBtn{
	display: block;
	background: #308bd8;
    border-radius: 3px;
    height: 28px;
	line-height: 28px;
	color: #fff;
	width: 76px;
}