.content {
    padding: 18px calc((100% - 1182px)/2);
}

.top-tit {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.tit-lf {
    font-size: 28px;
    color: #1764CE;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tit-lf .lfbg {
    width: 4px;
    height: 26px;
    background: linear-gradient(0deg, #1764CE 0%, #1492FF 100%);
    margin-right: 14px;
}

.tit-rt {
    display: flex;
    align-items: center;
}

.tit-rt a {
    font-size: 24px;
    color: #666;
    margin-right: 40px;
}

.tit-rt a .cur1 {
    font-weight: bold;
    color: #1764CE;
}

.tit-rt a:last-child {
    margin: 0;
}

.selectTab {
    position: relative;
}

.selectTab .showicon {
    width: 80%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 40%);
}

.local {
    font-size: 16px;
}

.list {
    width: 100%;
    padding: 32px;
}

.list .list-lf {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list ul a {
    font-size: 16px;
    font-weight: 400;
}

.list ul a li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 36px;
}

.list ul a img {
    width: 6px;
    height: 9px;
    margin-right: 10px;
}

.list ul a span {
    color: #999;
    font-size: 14px;
}

.list ul .line {
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #efefef;
}


.pagination {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination ul .page {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background: #eee;
    border-radius: 3px;
    margin: 0 3px;
}

.pagination ul .page-previous {
    width: 70px;
    line-height: 30px;
    border-radius: 3px;
    margin: 0 3px;
    background: #eee;
}

.pagination ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #551A8B;
}

li.page.page1.page-active a {
    color: #fff;
}

.pagination ul .page-active {
    color: #FFF;
    background: #1492FF;
}

.pagination ul .page:hover {
    color: #FFF;
    background: #1492FF;
}

.pagination ul .page-previous:hover {
    color: #FFF;
    background: #1492FF;
}

@media screen and (max-width: 768px) {
    .content {
        padding: .3rem;
    }

    .local {
        font-size: .24rem;
    }

    .index-w1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-tit {
        width: 100%;
        padding: 15px 0;
        display: block;
        border-bottom: none;
    }

    .top-tit .tit-lf {
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        font-size: 0.3rem;
        background: #f5f5f5;
    }

    .top-tit .tit-rt {
        margin-top: .16rem;
        justify-content: space-between;
    }

    .list {
        padding: 0;
    }

    .list ul li span {
        display: none;
    }

    .tit-rt a {
        margin-right: 0;
    }

    .list .list-lf {
        font-size: .3rem;
        width: 96%;
    }

    .selectTab {
        min-width: 1.38rem;
        padding: 0 0.05rem;
        height: 0.48rem;
        background: #EEEEEE;
        text-align: center;
        line-height: 0.48rem;
        font-size: 0.24rem;
        font-weight: 400;
        color: #666666;
    }

    .selectTab .showicon {
        display: none;
    }
}