.top{
    padding: 30px 0;
}
.top img{
    float: left;
    width: 330px;
    height: 196px;
}
.top .right{
    float: right;
    width: 850px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #707070;
}
.top .right div{
    margin-top: 20px;
}
.top:after{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}
.top .right .title{
    font-family: Microsoft YaHei;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 0px;
    color: #707070;
    margin-top: 0;
}
.top .right  ol{
    display: inline-block;
    width: 100px;
    text-align: right;
}
.btn-apply{
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.top .right{
    position: relative;
}

