.list-box div{
    width: auto;
}
.list{
    margin-top: 40px;
}
.list ul{
    display: flex;
    flex-wrap:wrap;
}
.list ul li{
    width: 277px;
    margin-right: 60px;
    margin-bottom: 60px;
}
.list ul li:nth-child(3n){
    margin-right: 0;
}
.list ul li .image{
    position: relative;
    width: 100%;
    height: 155px;
}
.list ul li .image img{
    width: 277px;
    height: 155px;

}
.list ul li .image .name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 12.5px 10px;
    box-sizing: border-box;
    font-size: 24px;
}
.list ul li p{
    margin-top: 14px;
    display:-webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height:50px;
    font-size: 12px;
}
.list ul li a{
    display: block;
    margin-top: 20px;
    width: 98px;
    height: 26px;
    line-height: 26px;
    background: #28595d;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.left-f{
    float: left;
}
.right-f{
    float: right;
}
.list-box .content-left {
    width: 800px;
}
.list-box .content-right {
 width: 100px;
}
.list-box .content-right ol{
    padding: 0;
}
.list-box .content-right li{
    list-style:initial;
}