﻿body {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background-color: #f3f3f3;
    max-width: 1024px;
}

a {
    text-decoration: none;
}

.top {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    border-bottom: #1f66b3 1px solid;
}

.banner {
    background-color: #0152a9;
    color: white;
    line-height: 70px;
    font-size: xx-large;
    text-align: center;    
}

.top #nav {
    background-color: white;
    height: 70px;
    font-size: x-large;
}

    .top #nav .cur {
        color: #0152a9;
    }

    .top #nav .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.newsBox {
    height: calc(100vh - var(--top-height));
    overflow-y: auto;
    margin-top: var(--top-height);
    background-color: white;
}

#News .list {
    padding: 20px;
    border-bottom: 1px solid #f9f9f9;
    overflow: hidden;
}

#News .title {
    font-size: 24px;
    line-height: 36px;
    color: #333;
}

#News .time {
    color: #b2b2b2;
    line-height: 21px;
    font-size: 18px;
    padding-top: 18px;
}

#News .p1 {
    float: right;
    width: 190px;
    height: 110px;
    margin-left: 10px;
}

#News .p2, #News .p3, #News .pb {
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
}

    #News .pb img {
        width: 100%;
        border-radius: 10px;
    }

#News .p1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#News .p2 img {
    width: 48%;
    height: 136px;
    object-fit: cover;
    border-radius: 8px;
}

#News .p3 img {
    width: 32%;
    height: 91px;
    object-fit: cover;
    border-radius: 6px;
}