.topShows{
    background: url(../img/dataList/topShow.png) no-repeat center;
}
.list{
    margin-top: 10px;
    min-height: calc(100vh - 418px);
}
.list .listBox img{
    margin-top: 10px;
    margin-left: 15px;
}

.listBox .listinner .title{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    width: 778px;
    min-height: 45px;
    margin-bottom: 12px;
}
.listBox .listinner{
    position: relative;
    padding: 2% 0;
    padding-top: 10px;
}


.toolLeft{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #1c51ab;
    font-size: 18px;
    border-radius: 999px;
    border: 1px solid #1c51ab;
    margin: 20px;
    margin-right: 55px;
}
.list .listBox:hover .toolLeft{
    color: #fff;
    border: 1px solid #fff;
}