* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Microsoft Yahei", sans-serif;
    background-color: #f5f8fc;
}
.page-wrap {
    background: linear-gradient(180deg, #c6e0fa 0%, #ffffff 100%);
    background-image: url("/mpa/xhtml/ztzl/aqyyz2026/images/banner.png");
    background-repeat: no-repeat;
    background-size: 100% 580px;
    height: 580px;
}
.page-wrap1 {
    background-size: 100% auto;
    background-color: #eef4fc;
}
.header-top-logo {
    text-align: left;
    padding:20px 0 410px 10px;
}
.header-top-logo img{
    height:50px;
    padding-left: 290px;
}
.main-title{
    text-align:center;
    font-size:64px;
    font-weight:bold;
    color:#0052b8;
    padding:10px 0;
}
.sub-title{
    text-align:center;
    font-size:22px;
    color:#00479e;
    margin-bottom:30px;
}
.banner-molecule{
    text-align:center;
    margin-bottom:40px;
}
.banner-molecule img{
    height:220px;
}
.tab-wrap{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 920px;
    margin: 0 auto 10px;
}
.tab-item{
    display:flex;
    align-items:flex-start;
    border-radius:8px;
    cursor: pointer;
}
.tab-item.active{
    color:#fff;
}
.tab-item .icon{
    width:250px;
    height:92px;
    object-fit: contain;
}
.tab-item.active .icon{
    width:250px;
    height: 124px;
    object-fit: contain;
}
.content-card{
    width:920px;
    height: 410px;
    margin:0 auto;
    background-color:#ffffff;
    border-radius:12px;
    border:1px solid #c6e0fa;
    box-shadow: 0 0 18px rgba(120,180,255,0.18);
    padding:14px 14px;
}
.tab-panel{
    display:none;
}
.tab-panel.show{
    display:block;
}
.tab-panel.flex-panel{
    display:flex;
    gap:34px;
    margin-top: 20px;
}
.panel-header{
    display:flex;
    justify-content:space-between;
    padding-bottom:8px;
    margin:20px;
    border-bottom:2px solid #0052b8;
    align-items: center;
}
.panel-header h4{
    font-size:20px;
    color:#0052b8;
    position: relative;
}
.panel-header h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-9px;
    width:80px;
    height:3px;
    background-color:#6cb5ff;
}
.panel-header .more{
    color:#888888;
    font-size:14px;
    cursor:pointer;
}
.work-left-img{
    width:288px;
    flex-shrink: 0;
}
.work-left-img img{
    width:100%;
    display:block;
    border-radius:4px;
}
.work-right-wrap{
    flex:1;
    width: 562px;
    margin-right: 20px;
}
.panel-header-tab1{
    display:flex;
    justify-content:space-between;
    padding-bottom:8px;
    margin-bottom:20px;
    margin-top:14px;
    border-bottom:2px solid #0052b8;
    align-items: center;
}
.panel-header-tab1 h4{
    font-size:20px;
    color:#0052b8;
    position: relative;
}
.panel-header-tab1 h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-9px;
    width:80px;
    height:3px;
    background-color:#6cb5ff;
}
.panel-header-tab1 .more{
    color:#888888;
    font-size:14px;
    cursor:pointer;
}
.work-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 0;
    font-size:15px;
}
.work-item .ico{
    width:12px;
    height:12px;
    flex-shrink:0;
    background: url("/mpa/xhtml/ztzl/aqyyz2026/images/small_title.png");
    background-size:contain;
    background-repeat:no-repeat;
}
.work-item a{
    flex:1;
    color:#000000;
    text-decoration:none;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.work-item .date{
    color:#888;
    flex-shrink:0;
}

.video-carousel-wrap{
    overflow:hidden;
    margin:0 20px 24px;
}
.video-list{
    display:flex;
    gap:20px;
    transition: transform 0.4s ease;
    margin-top: 20px;
}
.video-card{
    flex:0 0 calc((100% - 40px)/3);
    padding-top: 2px; 
}
.video-card img{
    width: 270px;
    height:180px;
    border-radius:6px;
    border:1px solid #cce0f5;
    box-sizing: border-box;
    display: block;
}
.video-card:hover img{
    border:1px solid #0052b8;
    box-shadow: 0 0 0 1px #0052b8, 0 0 8px rgba(0, 82, 184, 0.25);
}
.video-card p{
    font-size:14px;
    padding:8px 0 4px;
    color:#222;
}
.video-card:hover p{
    color:#0052b8;
}
.video-card .time{
    font-size:12px;
    color:#888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-wrap{
    position: relative;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    color: #000000;
}
.title-box{
    max-width: calc(100%-85px);
}
.date-box{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    text-align: right;
}
.video-dots{
    display:flex;
    gap:12px;
    justify-content:center;
    margin-bottom:24px;
}
.video-dots .dot{
    width:14px;
    height:14px;
    border-radius:50%;
    background:#bbbbbb;
    cursor:pointer;
}
.video-dots .dot.active{
    background:#007bff;
}

.pic-list{
    display:flex;
    gap:20px;
    margin:0 20px;
}
.pic-card{
    flex:1;
    border-radius:8px;
    border:1px solid transparent;
    transition: all 0.24s;
}
.pic-card:hover{
    border-color:#b8ddff;
    box-shadow: 0 0 12px rgba(80,160,255,0.18);
}
.pic-card img{
    width:270px;
    height:180px;
    border:1px solid #cce0f5;
    object-fit:cover;
    border-radius:6px;
}
.pic-card p{
    font-size:14px;
    padding:10px 0 4px;
    color:#222;
    line-height:1.5;
}
.pic-card .date{
    font-size:12px;
    color:#888;
    margin-bottom:14px;
}
.pic-card .card-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.pic-card .btn-comic{
    border:1px solid #bbbbbb;
    padding:4px 10px;
    font-size:13px;
    color:#bbbbbb;
    border-radius:3px;
    background:#fff;
}
.pic-card .arrow-link{
    color:#888;
    font-size:16px;
    text-decoration:none;
}
.pic-card .arrow-link img{
    width:14px;
    height:10px;
    display:block;
    border: none;
}
footer{
    background:#003380;
    color:#fff;
    padding:25px 20px;
    font-size:13px;
}
.footer-inner{
    width:1100px;
    margin:0 auto;
}
.footer-link-row{
    display:flex;
    gap:24px;
    margin-bottom:20px;
}
.footer-link-row a{
    color:#cce0f5;
    text-decoration:none;
}
.footer-info{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    line-height:1.8;
}

@media screen and (max-width:768px) {
    .page-wrap{
        background-size:100% auto;
    }
    .header-top-logo{
        padding:15px 0 180px 10px;
    }
    .header-top-logo img{
        max-width:50%;
        height:auto;
    }
    .tab-wrap{
        width:100%;
        padding:0 10px;
        flex-wrap:wrap;
        justify-content:center;
        gap:12px;
    }
    .tab-item .icon,
    .tab-item.active .icon{
        width:130px;
        height:auto;
    }
    .content-card{
        width:100%;
        margin:0 10px 40px;
    }
    .tab-panel.flex-panel{
        flex-direction:column;
    }
    .work-left-img{
        width:100%;
    }
    .work-right-wrap{
        width:100%;
        margin-right:0;
    }
    .work-item a{
        white-space:normal;
    }
    .video-card{
        flex:0 0 100%;
    }
    .video-card img{
        width:100%;
        height:160px;
    }
    .pic-list{
        flex-direction:column;
    }
    .pic-card img{
        width:100%;
        height:170px;
    }
    .footer-inner{
        width:100%;
        padding:0 10px;
    }
    .footer-link-row{
        flex-wrap:wrap;
    }
}
