#First5yrPlan {
    max-width: unset !important;
    padding: 40px 0;
    background: url(https://wwp-static.wenweipo.com/img/special/First5yrPlanOfHK/bg.png) no-repeat;
    background-size: 100% 100%;
}
.without-flex {
    display: block;
}
.flex-box {
    display: flex;
    justify-content: space-between;
}
.one-line-limit {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.multiple-line-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.item-info {
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: .4em 1.1em .2em .82em;
    font-size: clamp(16px, .9vw, 17px);
    color: #030303;
    line-height: 1.47;
}
.item-info>a {
    font-weight: 800;
    font-size: clamp(18px, 1.145vw, 21px);
    color: #040404;
    line-height: 1.5;
}
.time {
    font-size: 12px;
    line-height: 2;
    align-self: flex-end;
}
.list-info {
    flex-direction: column;
    height: calc(100% - 62px);
}
.list-info .list-item {
    background: #DAEAFB;
}
.list-info .cover {
    width: 36.8%;
}
.list-info .summary {
    -webkit-line-clamp: 3;
    padding-right: .2em;
}

.plan-list {
    flex-wrap: wrap;
}
.plan-item {
    width: 31.67%;
    margin-bottom: 24px;
}

#module03 {
    align-items: unset;
}
#module03 .module-left {
    width: 42%;
}
#module03 .module-left .list {
    flex-wrap: wrap;
    row-gap: 15px;
}
#module03 .module-left .list-item {
    width: 48.4%;
}
#module03 .module-left .list-item:first-child {
    width: 100%;
}
#module03 .module-left .list-item .item-title {
    padding-top: 10px;
}
#module03 .module-left .list-item .item-title a {
    font-size: clamp(16px, .9vw, 17px);
    color: #030303;
    line-height: 1.47;
}
#module03 .module-left .list-item:first-child .item-title {
    padding: 12px;
    background: rgb(54 107 164 / .8);
}
#module03 .module-left .list-item:first-child .item-title a {
    font-size: clamp(16px, 1.28vw, 24px);
    color: #FFFFFF;
    line-height: 1;
    -webkit-line-clamp: 1;
}
#module03 .module-right {
    width: 56%;
}

#module04 {
    align-items: unset;
}
#module04 .module-left {
    /*width: 54%;*/
    width: 100%;
}
#module04 .cover {
    width: 25%;
}
#module04 .list-info {
    height: unset;
    gap: 22px;
}
#module04 .module-right {
    width: 43%;
}

#module05 {
    margin-bottom: 0;
}
#module05 #BigNewsReport {
    width: 100%;
    padding: 0;
}
#module05 #BigNewsReport .swiper-pagination {
    display: none;
}
#module05 .swiper-slide>img {
    display: none;
}
@media (max-width: 1200px) {
    section {
        padding: 0 15px;
    }
}
@media (max-width: 1080px) {
    #module03 .summary {
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 860px) {
    #module03 .module-left {
        width: 46%;
    }
    #module03 .module-right {
        width: 52%;
    }
}
@media (max-width: 768px) {
    #module03 {
        flex-direction: column;
        gap: 40px;
    }
    #module03 .module-left,
    #module03 .module-right {
        width: 100%;
    }
    #module03 .module-right .list {
        height: unset;
        gap: 10px;
    }
    #module04 .breaking-list .item {
        width: 100%;
    }
    #module04 .cover {
        width: 36.8%;
    }
}
@media (max-width: 578px) {
    #module02 .module-left .list-item,
    #module02 .module-right .cover,
    #module03 .module-left .list-item,
    #module04 .cover,
    .list-info .cover {
        width: 100%;
    }
    #module03 .module-left .list-item .item-title {
        padding: 12px;
        background: rgb(54 107 164 / .8);
    }
    #module03 .module-left .list-item .item-title a {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
        -webkit-line-clamp: 1;
    }
    #module03 .summary {
        -webkit-line-clamp: 3;
    }
    .list-info .list-item {
        flex-direction: column;
    }
    .plan-item {
        width: 48%;
        margin-bottom: 15px;
    }
}