.apply-btn{
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	color: #fff !important;
	background-color: #f67f2f;
	padding: 0 10px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 5px;
}
.apply-btn:hover{
	background-color: #ED7C36;
}
.vol-list {
    border-top: 2px solid #ea1d2c;
    background-color: #fff;
    padding: 20px;
}

.vol-one{
	width: 567px;
	height: ;
	overflow: hidden;
	border: 1px solid #eee;
	margin-right: 26px;
	padding: 20px;
	cursor: pointer;
	float: left;
	margin-bottom: 20px;
	
}
.vol-list>div:nth-of-type(2n){
	margin-right: 0;
}
.vol-one:hover{
	border: 1px solid #F7F7F7;
	background-color: #F7F7F7;
}
.vol-head{
	float: left;
	width: 120px;
	
}
.vol-head img{
	width: 110px;
	height: 110px;
	border-radius: 110px;
}
.vol-right{
	width: 405px;
	float: left;
	padding-left: 15px;
}
.vol-names{
	font-size: 16px;
	color: #333;
}
.vol-names>span{
	font-size: 14px;
	float: right;
}
.vol-names>span span{
	color: #ea1d2c;
	font-size: 16px;
	margin-left: 5px;
}
.vol-infos{
	font-size: 13px;
	color: #999999;
	margin-top: 20px;
}
.vol-infos span{
	margin-right: 15px;
}
.vol-text{
	color: #333;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 10px;
	height: 44px;
	overflow: hidden;
}
/*.volI-banner{
	height: 300px !important;
}*/
