.body-fr-list li{
    background-color: #f8f7f7;
    height: 200px;
    box-sizing: border-box;
    padding:9px 15px;
    margin-bottom: 30px;
}
.body-list-content-fl{
    width: 290px;
    height: 160px;
}
.body-list-content-fr {
    height: 160px;
}
.body-fr-list li .li-div{
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding: 10px;
}
.body-fr-list li:hover a{
    border-color: #FFFFFF;
}
.body-list-content-fr{
    width: 500px;
    padding-right: 30px;
    box-sizing: border-box;
}
.apply{
    font-size: 13px;
    color: #FFFFFF;
    width: 80px;
    line-height: 25px;
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
    background:-webkit-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
    background:-o-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
    text-align: center;
    margin-left: 65px;
    cursor: pointer;
}
.more2{
    font-size: 13px;
    width: 80px;
    line-height: 25px;
    color: #acacac;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-left: 20px;
}
.data{
    vertical-align: bottom;
}
