/* 基础样式 - 保持不变 */
body {
    background: #F2F9FF;
}

a.logo {
    position: absolute;
    top: 10px;
    left: 30px;
}

.m1200 {
    width: 1200px;
    margin: 0 auto;
}

.tit {
    padding: 40px 0;
    text-align: center;
}

.tit2 {
    background: #1EACDC;
    padding: 60px 0 80px;
}

.banner {
    height: 460px;
    background: url(/wuhai/resource/cms/2025/09/2025090622281227544.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.item1 {
    display: flex;
}

.item1left {
    width: 48.5%;
    display: inline-block;
}

.item4left {
    width: 100%;
    display: inline-block;
}

.item1right {
    width: 48.5%;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
}

.swiper-container-vertical .swiper-slide {
    background: url(/wuhai/resource/cms/2025/09/2025090614172341378.jpg) no-repeat left center;
    padding-left: 15px;
    line-height: 55px;
    box-sizing: border-box;
}

.swiper-container-vertical .swiper-slide a {
    font-size: 14px;
}

.date {
    display: inline-block;
    float: right;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 14px;
}

.more1 {
    float: right;
    font-size: 18px;
    color: #059fa0;
}

.lscg {
    background: url(/wuhai/resource/cms/2025/09/2025090817480884125.png) no-repeat;
    height: 44px;
    line-height: 50px;
}

.czjl {
    background: url(/wuhai/resource/cms/2025/09/2025090816560326759.png) no-repeat;
    height: 44px;
    line-height: 50px;
}

.ggzyjyxx {
    background: url(/wuhai/uiFramework/commonResource/image/2025112619392112224.png) no-repeat;
    height: 44px;
    line-height: 50px;
}

.thrid_nav .thrid_name {
    height: auto;
}

.pd15 {
    box-sizing: border-box;
}

.famous_list {
    width: 100%;
    margin-top: 20px;
}

.famous_list .swiper-slide {
    width: 100%;
}

.famous_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.famous_item_inner {
    width: 100%;
}

.famous_item_top {
    width: 100%;
    height: 57px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.famous_item_top h3 {
    color: rgba(255, 255, 255, 0.8);
    border-left: 4px solid #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
}

.famous_item_swiper {
    width: 100%;
    height: 360px;
    padding: 20px 5px 20px 10px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    overflow: hidden;
}

.famous_item_swiper.active {
    overflow-y: scroll;
}

.famous_item_swiper .swiper-container {
    height: 100%;
}

.famous_item_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.famous_item_swiper .swiper-slide {
    width: 100%;
    height: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.famous_item_list {
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.famous_item_slide {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
    overflow: hidden;
}

.famous_item_num {
    width: 20px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.famous_item_info {
    overflow: hidden;
}

.famous_item_info h4 {
    font-size: 14px;
}

.famous_item_info p {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.famous_item_infos {
    height: 134px;
    background: #FFFFFF;
    border-radius: 20px 0px 0px 20px;
    padding: 10px;
    color: #000000;
    font-size: 10px;
    margin-top: 10px;
}

.swiper-pagination {
    width: 100%;
    position: initial;
    display: none;
    justify-content: center;
    margin-top: 15px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #E6E6E6;
    opacity: 1;
    margin: 0 2px;
}

.swiper-pagination-bullet-active {
    background-color: #D5286E;
    opacity: 1;
}

.full-width-container {
    width: 100%;
    max-width: 100%;
}

.inner-content-wrapper {
    width: 100%;
}

/* 响应式设计 - 新增媒体查询 */
@media screen and (max-width: 1200px) {
    .m1200 {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        height: 300px;
        background-size: cover;
        background-position: center;
    }
    
    a.logo {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .item1 {
        flex-direction: column;
    }
    
    .item1left,
    .item1right {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    
    .swiper-container-vertical .swiper-slide {
        line-height: 45px;
        padding-left: 25px;
        background-size: 15px 15px;
    }
    
    .famous_item_swiper {
        height: 300px;
        padding: 15px;
    }
    
    .famous_item_list {
        height: 220px;
    }
    
    .date {
        font-size: 12px;
        padding: 0 8px;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        height: 200px;
    }
    
    .tit {
        padding: 20px 0;
    }
    
    .tit2 {
        padding: 30px 0 40px;
    }
    
    .swiper-container-vertical .swiper-slide a {
        font-size: 12px;
    }
    
    .famous_item_swiper {
        height: 250px;
    }
    
    .famous_item_list {
        height: 180px;
    }
    
    .famous_item_top h3 {
        font-size: 12px;
    }
    
    .more1 {
        font-size: 14px;
    }
    
    .lscg,
    .czjl,
    .ggzyjyxx {
        height: 36px;
        line-height: 40px;
        background-size: contain;
    }
}

/* 确保所有元素在移动端正常显示 */
@media screen and (max-width: 768px) {
    .famous_item {
        width: 100%;
    }
    
    .famous_item_inner {
        width: 100%;
    }
    
    .full-width-container {
        width: 100%;
    }
    
    .inner-content-wrapper {
        width: 100%;
    }
}