#banner {
    width: 100%;
    height: 445px;
    background-image: url("/zh/newsindex/images/banner.png");
    background-size: cover;
}
#banner img {
    display: block;
    width: 1920px;
    height: 100%;
}
.nav-select {
    cursor: pointer;
}
.banner-box {
    position: absolute;
    width: 100%;
    height: 445px;
    background-image: url("/zh/images/about/news/banner.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#banner .banner-inner {
    position: relative;
    width: 1260px;
    height: 100%;
    margin: 0 auto;
}
.flex-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 废弃 */
@media screen and (max-width: 1640px) {
    #banner {
        background-position: -200px;
    }
}
@media screen and (max-width: 1440px) {
    #banner {
        background-position: -400px;
    }
    #banner .banner-inner {
        position: relative;
        width: 960px;
        height: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1240px) {
    #banner {
        background-position: -600px;
    }
    #banner .banner-inner {
        position: relative;
        width: 960px;
        height: 100%;
        margin: 0 auto;
    }
}
#banner strong {
    position: absolute;
    top: 205px;
    line-height: 48px;
    font-weight: 400;
    color: white;
}
#banner strong h1 {
    font-size: 36px;
    font-weight: 400;
}
#banner strong .strong-content {
    padding-top: 8px;
    font-size: 16px;
    line-height: 24px;
}
nav {
    width: 100%;
    height: 50px;
    box-shadow: -5px 0px 10px 0px rgba(13, 4, 9, 0.05);
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
nav ul li {
    position: relative;
    overflow: hidden;
    width: 135px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #666666;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
nav ul li a {
    display: block;
}
nav ul li .active::after {
    content: "";
    position: relative;
    bottom: 3px;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #ed6827;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
nav ul li::after {
    content: "";
    position: relative;
    bottom: 3px;
    display: block;
    height: 3px;
    width: 0;
    background-color: #ed6827;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
nav ul li:hover {
    background-color: #eeeeee;
}
nav ul li:hover:after {
    content: "";
    position: relative;
    bottom: 3px;
    display: block;
    height: 3px;
    width: 100%;
    margin: 0 auto;
    background-color: #ed6827;
}
main #title {
    padding-top: 42px;
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
    color: #2d2d2d;
    text-align: center;
}
main article {
    position: relative;
    width: 1260px;
    padding: 40px 0;
    margin: 0 auto;
}
main article aside {
    position: absolute;
}
main article aside .day {
    width: 70px;
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
main article aside .year-month {
    width: 70px;
    margin-top: -3px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
main section {
    padding-left: 90px;
}
main section h2 {
    padding: 14px 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
main section .type {
    height: 22px;
    padding: 1px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
}
main section .text {
    padding: 11px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
main section .learn-more {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    text-decoration: underline;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
article:hover .day,
article:hover .year-month,
article:hover h2,
section a:hover {
    color: #ed6827;
}
#pageTrueland {
    padding: 50px 0;
}
@media screen and (max-width: 1440px) {
    main article {
        width: 1060px;
    }
}
@media screen and (max-width: 768px) {
    #banner {
        width: 100%;
        height: 455px;
        background-image: url("/zh/newsindex/images/m_banner.png");
        background-size: cover;
        background-position: center;
        background-color: #191919;
    }
    #banner .banner-inner {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    #banner strong {
        position: absolute;
        top: 169px;
        padding: 20px;
        line-height: 50px;
        font-weight: 400;
        color: white;
    }
    #banner strong h1 {
        font-size: 30px;
        font-weight: 400;
    }
    #banner strong .strong-content {
        margin-top: 19px;
        font-size: 16px;
        line-height: 22px;
    }
    nav {
        width: 100%;
        height: 50px;
        box-shadow: -5px 0px 10px 0px rgba(13, 4, 9, 0.05);
    }

    nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    nav ul li {
        position: relative;
        overflow: hidden;
        width: 135px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        color: #666666;
        text-align: center;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    nav ul li a {
        display: block;
    }
    nav ul li .active::after {
        content: "";
        position: relative;
        bottom: 3px;
        display: block;
        height: 3px;
        width: 100%;
        background-color: #ed6827;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    nav ul li::after {
        content: "";
        position: relative;
        bottom: 3px;
        display: block;
        height: 3px;
        width: 0;
        background-color: #ed6827;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    nav ul li:hover {
        background-color: #eeeeee;
    }
    nav ul li:hover:after {
        content: "";
        position: relative;
        bottom: 3px;
        display: block;
        height: 3px;
        width: 100%;
        margin: 0 auto;
        background-color: #ed6827;
    }
    main #title {
        padding-top: 36px;
        padding-bottom: 20px;
        font-size: 28px;
        line-height: 36px;
        font-weight: 400;
        color: #2d2d2d;
        text-align: center;
    }
    main article {
        position: relative;
        width: 100%;
        padding: 20px 40px 20px 10px;
        margin: 0 auto;
    }
    main article aside {
        position: absolute;
    }
    main article aside .day {
        width: 40px;
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
        text-align: right;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    main article aside .year-month {
        width: 70px;
        margin-top: -3px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    main section {
        padding-left: 70px;
    }
    main section h2 {
        padding: 0 0 14px;
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    main section .type {
        height: 22px;
        padding: 1px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #999999;
    }
    main section .text {
        padding: 11px 0 0;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
    }
    main section .text {
        padding: 11px 0 30px;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
    }
    main section .learn-more {
        font-size: 16px;
        line-height: 22px;
        text-decoration: underline;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    article:hover .day,
    article:hover .year-month,
    article:hover h2,
    section a:hover {
        color: #ed6827;
    }
    #pageTrueland li:nth-child(2) .page-link,
    #pageTrueland li:nth-child(3) .page-link,
    #pageTrueland li:nth-child(4) .page-link,
    #pageTrueland li:nth-child(5) .page-link,
    #pageTrueland li:nth-last-child(2) .page-link,
    #pageTrueland li span {
        display: block !important;
    }
}
