.list1w a{
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.list1w a .pic{
    padding-top: 190px;
}
.list1w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 60px 0 5px;
    z-index: 3;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    background: rgb(0 167 147);
}

.list1w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: 5px;
    bottom: 10px;
}
.list1w .page span{
    width: 7px;
    height: 7px;
    margin: 0 6px;
    background: #fff no-repeat 50%/100%;
    vertical-align: middle;
    opacity: 1;
}
.list1w .page .active{
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background-color: transparent;
    background-image: url("../images/s5-img04.png");
}

.list1w .btn{
    width: 10px;
    height: 30px;
    background: no-repeat 50%/100%;
}
.list1w .prev{
    left: 10px;
    background-image: url("../images/s5-img02.png");
}
.list1w .next{
    right: 10px;
    background-image: url("../images/s5-img03.png");
}
.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}
.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    transform: scale(1.1);
}
.pic img:hover,
.bg-mask:hover .cover_img .a{
    transform: scale(1.05);
}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}