*{
    padding:0;
    margin:0;
}
ul{
    list-style: none;
}
a,img{
    display: block;
}
.content-main{ position: relative; width: 14rem !important; height: 4.11rem !important;  margin-left: auto; margin-right: auto; margin-top: 0.5rem; }
.content-btn{
    position: absolute;
    width:5.44rem !important;
    height:4.11rem !important;

    z-index:10;
    cursor: pointer;
}
.prev-btn{
    left:0;
    top:0;
}
.next-btn{
    right:0;
    top:0;
}
.btn-img{
    opacity:0.8;
    display: block;
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list{
    width: 14rem !important;
    height: 4.4rem !important;
}
.list li{
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
}
.list img{
    width: 100%;
    opacity: 1 !important;
}
@media screen and (min-width: 1801px) {
    .carousel {
      
        display: none;
    }
    .lists{
        display: block;
    }
}
@media screen and (max-width: 1800px) {
    .carousel{
        display: none;
    }
    .lists {
     
        display: block;
    }
}
.lists{
    width: 100%;
    height: 5.84rem;
}
.lists_center{
    width: 14rem;
    height: 5.84rem;
    background: url(../img/584.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}