﻿.container{
    width: 100%;
    max-width: 1110px;
}
.listBox{
    padding: 15px 0;
}
.listBox .box {
    padding: 15px 0; 
}
.listBox .list_sp{
    box-shadow: 0 0 6px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    
}
.listBox .list_sp .img{
    width: 100%;
    display: block;
    text-decoration: none;
}
.listBox .list_sp .img img{
    width: 100%;
}
.listBox .list_sp .content{
    color: #333;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: '\0020';
}