.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 100px 0;
}
.body-list{
    margin-top: 25px;
}
.body-list li{
    margin-bottom: 20px;
    padding: 0 10px;
}
.body-list a{
    display: block;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.body-list a:hover{
    opacity: .9;
}
.body-list a>img{
    width: 100%;
}
.mark{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 25px;
    background-color: rgba(52,52,52,.6);
}
.markImg{
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.body-list li:hover .markImg{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.mark span{
    display: inline-block;
    width: 82%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 1200px){
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
}
@media screen and (max-width:767px){
    .body{
        padding: 30px 0;
    }
}