*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
body{
    background-image: url(../img/voice.jpg);
    background-repeat: repeat;
    min-width: 1280px;
}
.limit{
    width: 1280px;
    margin: auto;
    /* background-image: url(../img/voice-middle.png); */
    padding-top: 110px;
}
.limit .logo{
    width: 245px;
    height: 95px;
    margin: auto;
    display: block;
    
}
.limit .swiper{
    width: 638px;
    height: 355px;
    padding: 7px;
    margin:auto;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 5px 5px #000;
    margin-top: 14px;
}
.limit .swiper img{
    display: block;
    width: 638px;
    height: 355px;
}
.limit .swiper .swiper-slide{
    position: relative;
}
.limit .swiper .text{
    position: absolute;
    bottom: 0;
    width: 638px;
    left:0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 46px;
    height: 46px;
    text-align: center;
}
.content{
    width: 1280px;
    height: 1026px;
    margin:auto;
    position: relative;
}
.content .bg{
    width: 1280px;
    height: 1026px;
    position: absolute;
    left: 0;
    top: 0;
}
.content .inner{
    position: absolute;
    width: 1098px;
    height: 620px;
    left: 50%;
    transform: translateX(-50%);
    top: 209px;
}
.content .inner .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1098px;
}
.content .inner .box .list{
    background-color: #fff;
    width: 342px;
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
    margin-bottom: 40px;
    box-shadow: 0 0 10px #fff;
}
.content .inner .box .list img{
    width: 51px;
    height: 52px;
    vertical-align: top;
}
.content .inner .box .list  .title{
    width: 230px;
    overflow: hidden;
    vertical-align: top;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 25px;
}
.pages{
    position: absolute;
    bottom: 20px;
    left: 549px;
    transform: translateX(-50%);
    display: flex;
}
.pages li{
    list-style: none;
    background-color: #fff;
    padding: 15px;
}
.pages .page-active{
    background-image: linear-gradient(90deg,#FF6A16,#FF9110);
    
}
.pages .page-active a{
    color: #fff !important;
    
}
.swiper-button-prev,.swiper-button-next{
    padding: 8px;
    background-color: #000;
}
.swiper-button-prev::after,.swiper-button-next::after{
    color: #fff;
    font-size: 25px !important;
}
