@charset "utf-8";

label {
    display: inline-block;
    
}
.content-image-list ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 40px 0;
}
.content-image-list ul li {
    width: calc((100% - 240px) / 4);
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 40px;
}
.content-image-list ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 327px;
}
.content-image-list ul li a img {
    width: 100%;
    height: 100%;
}
.content-image-list ul li a label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.content-image-list label{
    margin-bottom: 0;
}

.text-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sy_mien{
    margin-right: 30px;
    max-width: 1140px;
}
.sy_mien .image-label-swiper{
    margin-top: 20px;
}
.sy_mien .image-label-swiper ul {
    padding-left: 140.5px
}
.sy_mien .image-label-swiper ul li {
    height: 520px;
    width: 285px;
    padding: 0 10px;
}
.sy_mien .image-label-swiper ul li img {
    width: 100%;
    height: 78%;
    transition: all 1s ease 0s;
}
.sy_mien .image-label-swiper .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    left: 25px;
}
.sy_mien .image-label-swiper .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    right: 25px;
}
.sy_mien .image-label-swiper ul li a label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: 0;
    height: 38px;
    line-height: 38px;
    background-color: rgba(1, 78, 185, 0.3);
    color: #fff;
    font-size: 1.2rem;
}
.sy_mien .image-label-swiper ul li a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.sy_mien .swiper-wrapper{
    transition-duration: 0ms; 
    transform: translate3d(-132.5px, 0px, 0px);
}
.sy_mien .psb_des{
    margin: 20px 10px;
}
.pic_des{
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.05);
    min-height: 98px;
}
@media only screen and (max-width: 768px) {
    .sy_mien {
        padding-left: 50px;
        max-width: 315px;
    }
   .sy_mien .image-label-swiper ul {
        padding-left: 0px
    }
    .sy_mien .swiper-wrapper{
    transition-duration: 0ms; 
    transform: translate3d(-144px, 0px, 0px);
    }
    .content-image-list ul li{
        width:100%;
    }
    .content-image-list ul li a{
        height: auto;
    }
}