.banner {
    width: 100%;
    height: 2rem;
}

.content {
    width: 85%;
    /* background-color: yellowgreen; */
    margin: 0 auto;
}

.content .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2632rem 0 .2632rem 0;
}

.content .top p {
    font-size: .1158rem;
    font-weight: 800;
    font-style: italic;
}

.content .top .line {
    height: .0053rem;
    width: 40%;
    background-color: #ccc;
}

.content .bottom {
    padding: 0 5% 0 5%;
}

.content .bottom ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.content .bottom ul li {
    /* width: 1.3789rem;
    height: 1.3789rem; */
    flex: 0 0 23%;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: 70px;
}

.content .bottom ul li a {
    pointer-events: none;
    cursor: default;
}

.content .bottom ul a img {
    transition: 0.4s;
}

.content .bottom ul li:hover img{
    opacity: 0.5;
    transform: scale(1.03);
}

.content .bottom ul a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .bottom ul p {
        z-index: 2;
        width: 0.6771rem;
        height: 0.1563rem;
        font-size: .0947rem;
        color: #fff;
        font-family: "Futura PT Extra", "Futura Std", Arial, Helvetica, sans-serif;
        font-weight: 800;
        font-style: italic;
        position: absolute;
        /* left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; */
}

.page {
    margin-bottom: 50px;
}

.page .page-ul {
    width: 85%;
    display: flex;
    margin: 0 auto;
    font-size: 16px;
}

.page .page-ul li {
    margin-right: 20px;
}

.page .page-ul .active {
    width: 28px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00458d;
    color: #fff;
}