<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section {
    justify-content: space-between;
    /*margin-bottom: 20px;*/
}
.left-swiper {
    width: 875px;
    height: 360px;
    overflow: hidden;
}
.right-list {
    width: 295px;
}
.special-top {
    justify-content: space-between;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #eae9e9;
}
.special-top a:hover {
    color: #2f929f;
}
.special-top h4 {
    border-left: 4px solid #2f929f;
    padding-left: 15px;
}
.special-center ul {
    padding-top: 20px;
}
.special-center li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.special-center li a {
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.special-center li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #2f929f;
    border-radius: 2px;
    top: 12px;
    left: 0;
}
.special-center li p.describe {
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}
.special-center li p:last-child {
    font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #999999;
}
.left-img {
    width: 245px;
}
.left-img img {
    display: block;
    width: 100%;
}
.special-bottom {
    align-items: center;
}
.special-bottom img {
    width: 188px;
}
.special-bottom p {
    padding: 20px 0;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #333333;
}

.swiper-container3 {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.swiper-container3 img {
    width: 100%;
    height: 100%;
    transition: .5s ease;
}
.swiper-container3 img:hover {
    transform: scale(1.2);
}
.swiper-container3 .swiper-button-prev,
.swiper-container3 .swiper-button-next {
    display: none;
    background: #9897978c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.swiper-container3 .swiper-button-prev {
    left: 3%;
}
.swiper-container3 .swiper-button-next {
    right: 3%;
}
.swiper-container3 .swiper-button-prev img,
.swiper-container3 .swiper-button-next img {
    height: 60%;
    width: auto;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets {
    bottom: 20px;
    text-align: center;
}
.swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 6%;
}
.main-list {
    justify-content: space-between;
    padding-bottom: 41px;
    flex-wrap: wrap;
}
.main-list li {
    position: relative;
    width: 386px;
    overflow: hidden;
    margin-top: 20px;
}
.main-list li img.bg-pic {
    display: block;
    width: 100%;
    transition: 0.8s ease;
}
.main-list li.hover img.bg-pic  {
    transform: scale(1.5);
}
.main-list li div.show-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,.6);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: MicrosoftYaHei;
	font-size: 26px;
}
.main-list li div.show-txt img {
    margin-right: 12px;
}


/* ç§»åŠ¨ç«¯é€‚é… */

@media only screen and (max-width: 768px) {
    .section {
        flex-direction: column;
    }
    .left-swiper {
        width: 100%;
        height: 14.375rem;
    }
    .right-list {
        width: 100%;
    }
    .main-list {
        flex-direction: column;
    }
    .main-list li {
        width: 100%;
        margin-bottom: 5%;
    }
}
</pre></body></html>