.list-cont{

    width: calc( 100% - 260px );

}

.list-cont h5{

    font-size: 18px;

    font-weight: bolder;

}



.list-cont p{

    font-size: 15px;

    margin-top: 10px;

}



.list-cont span{
    display: block;
    margin-top: 18px;
    font-size: 13px;
    color: #405978;
}



.list-cont span:nth-of-type(2){

    margin-top: 0px;

}



.list-cont button{

    float: right;

    margin-top: -30px;

    background: url(/public/static/index/images/icon09.png) no-repeat center center;

    color: white;

    padding: 3px 35px;

}



.list ul li:nth-last-of-type(1){

    border: none;

}



.img-data{

    width: 260px;

    height: 164px;

}



.list ul li{

    padding: 21px 0px;

}