.service_personal_list{width:100%;background:white;margin-top:20px;margin-bottom: 20px;}
.service_personal_list_item_bg{width:100%;height: 400px;position:relative;top:0;left:0;/* margin-bottom: 20px; */}
.service_personal_list_item{margin: 20px;width:auto;height: 350px;display:flex;padding: 0 30px 0 40px;/* margin-bottom: 20px; */justify-content:space-between;align-items:center;border: 1px solid #eee;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
.service_personal_list_item .item_title{display:flex;justify-content:flex-start;}
.service_personal_list_item .item_title img{margin-right:30px;}
.service_personal_list_item .item_title .item_message div{color: #666;font-size: 12px;line-height:28px;}
.service_personal_list_item .item_title .item_message .item_message_active{font-size: 15px;color: #333333;cursor:pointer;font-weight:  bold;margin-bottom: 10px;}
.service_personal_list_item .item_content{width:47%;display:flex;justify-content:flex-end;align-items:center;}
.service_personal_list_item .item_content .item_content_btn{width:123px;height: 39px;line-height:39px;text-align:center;font-size:14px;color: #fff;cursor:pointer;background-color: #159CEF;border-radius: 4px;border: solid 1px #ececec;}
.list-title{padding: 20px 0px 0 20px;}
.tab-list{
	width: 95%;
    position: absolute;
    left: 20px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.tab-list span{
    padding: 10px 30px;
    margin-left: -10px;
}
.tab-list .active{
    border: 1px solid #eee;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #159CEF;
    color: #159CEF;
}
.download{
	height: 30px;
	line-height: 30px;
	background: url(../img/icon/downLoad.png) no-repeat center center;
	background-size: 50% 50%;
    float:right;
    color:#159CEF;
}
.applyImg{
	width: 2%;
    vertical-align: bottom;
}
.loadIcon{
    vertical-align: text-bottom;
    margin-right: 5px!important
}
