*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    vertical-align: top;
}
.newsList{
    width: 100%;
    background-color: #f8f8f6;
    margin: 0 auto;
}
.newsList .topBanner{
    width: 100%;
    /* height: 350px; */
}
.newsList .topBanner img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.twoBox{
    width: 1100px;
    height: 380px;
    margin: 0 auto;
    padding:50px 100px;
    display: flex;
    justify-content: space-between;
}
.twoBox .left{
    width: 55%;
    height: 100%;
    overflow: auto;
}
.twoBox .left .oneRow{
    width:100%;
    height:25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.twoBox .left .oneRow img{
    width:8%;
    height:auto;
}
.twoBox .left .font{
    width: 84%;
    line-height: 18px;
}
.twoBox .left .font p:nth-child(1){
    color: #61a6c5;
    font-weight: 600;
    font-size: 17px;
    font-family: monospace;
}
.twoBox .left .font p:nth-child(2){
    color:#333;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 鎺у埗琛屾暟 */
}
.twoBox .right{
    width: 42%;
    height: 100%;
}
.twoBox .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.elegant-content {
    width: 100%;
    height:400px;
    background-image: url('../../images/y-images/bg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.elegant-content1{
    background-image: url('../../images/y-images/bg2.png');
}
.swiper-container {
    width: 96%;
    height: 100%;
    margin: 0 auto;
    padding: 40px 10px;
}
.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-container .swiper-slide a{
    width:65%;
    height:300px;
}
.swiper-container .rightSwiper a{
    width:100%;
    height:100%;
}
.swiper-container .swiper-slide img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.swiper-container2 .swiper-slide a{
    width:60%;
    height:300px;
    margin: 0 auto;
}
.swiper-container2 .swiper-slide img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.swiper-wrapper2{
    height: 60% !important;
}


.swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    background-image: url('../../images/y-images/arrow_left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.swiper-button-next:after {
    display: none;
}
.swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    left:96.5% !important;
    top: 50% !important;
    background-image: url('../../images/y-images/arrow_right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next2{
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    left: 380px !important;
    top: 1630px !important;
    background-image: url('../../images/y-images/arrow_left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.swiper-button-next2:after {
    display: none;
}
.swiper-button-prev2 {
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    left: 72% !important;
    top: 1630px !important;
    background-image: url('../../images/y-images/arrow_right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.swiper-button-prev2:after {
    display: none;
}

.swiper-button-next3{
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    background-image: url('../../images/y-images/arrow_left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-button-next3:after {
    display: none;
}
.swiper-button-prev3 {
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    left:96.5% !important;
    top: 50% !important;
    background-image: url('../../images/y-images/arrow_right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999;

}
.swiper-button-prev3:after {
    display: none;
}

.swiper-button-nextTwo{
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    left: 0 !important;
    top: 53% !important;
    background-image: url('../../images/y-images/arrow_left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-button-nextTwo:after {
    display: none;
}
.swiper-button-prevTwo {
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    left:89% !important;
    top: 53% !important;
    background-image: url('../../images/y-images/arrow_right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 999;

}
.swiper-button-prevTwo:after {
    display: none;
}


.threeBox{
    width: 1100px;
    height: 520px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    line-height: 22px;
    font-family: fangsong;
}
.threeBox p{
    color:#61a6c5;
    font-size: 16px;
    font-weight: 500;
}
.threeBox span{
    color:#333;
    font-size: 15px;
    font-weight: 500;
}
.threeBox h4{
    font-size: 18px;
}
.line{
    width: 100%;
    margin: 16px 0;
    border-bottom: 3.6px #61a6c5 dashed;
}

/* 璁剧疆婊氬姩鏉¤建閬� */
::-webkit-scrollbar {
    width: 5px; /* 婊氬姩鏉″搴� */
}

/* 璁剧疆婊氬姩鏉℃粦鍧� */
::-webkit-scrollbar-thumb {
    background-color: #bbb; /* 婊戝潡棰滆壊 */
    border-radius: 5px; /* 婊戝潡鍦嗚 */
}

/* 璁剧疆婊氬姩鏉¤建閬撹儗鏅� */
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* 杞ㄩ亾鑳屾櫙棰滆壊 */
}