
.header {
    display: none;
}

.noShou {
    display: block;
}

.local {
    padding: 0 calc((100% - 1200px)/2);
}

.local a, .local .arrow {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 56px;
}

.list {
    padding: 0 calc((100% - 1200px)/2) 20px;
    display: flex;
    justify-content: space-between;
}

.list .left {
    width: 290px;
    margin-right: 19px;
}

.list .left ul li {
    line-height: 62px;
    background: #F3F3F3;
    padding: 0 27px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

.list .left ul .showLi {
    background: #2886EA;
}

.list .left ul li:first-child {
    display: block;
    background: #0464CA;
    font-size: 30px;
    line-height: 68px;
    color: #FFF;
    font-family: PingFang SC;
    font-weight: 800;
    margin-bottom: 3px;
    text-align: center;
    padding: 0;
}

.list .left ul li a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 22px;
    color: #666;
    width: 100%;
    height: 100%;
    display: block;
}

.list .left ul li .show {
    color: #FFFFFF;
}

.list .left ul li img {
    width: 11px;
    height: 18px;
}

.list .right {
    flex: 1;
}

.list .right .top {
    padding: 13px 0;
    border-bottom: 1px solid #115DB2;
    display: flex;

}

.list .right .top span {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 26px;
    color: #000;
    position: relative;
}

.list .right .top img {
    width: 118px;
    height: 9px;
    margin-top: 15px;
    margin-left: 18px;
}

.list .right .listBox {
    padding: 20px 0;
}


@media screen and (max-width: 768px) {
    .local {
        padding: 0 .2rem;
    }

    .list {
        padding: .2rem;
        display: block;
    }

    .list .left {
        width: 100%;
        margin-right: 0;
    }

    .list .left ul li:first-child {
        font-size: .3rem;
    }

    .list .left ul li {
        line-height: .6rem;
    }

    .list .left ul li a {
        font-size: .24rem;
    }

    .list .right .top,.list .right .listBox {
        padding: .2rem;
    }
}