
.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;
}

.nowTit {
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}

.nowTime {
    margin-top: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.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 .cur {
    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 {
    font-size: 16px;
    width: 100%;
}

.list ul a {
    font-size: 16px;
}

.list ul a li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
}

.list ul a img{
    width: 6px;
    height: 9px;
    margin-right: 10px;
}

.list ul a span {
    color: #999;
}

.list ul .line {
    width: 100%;
    margin: 30px 0;
    border-bottom: 1px solid #E4E4E4;
}


.pagination {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.pagination-center {
    display: inline-block;
    margin: 20px;
}

.pagination-center a {
    display: inline-block;
}

.pagination-center .no {
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #EBEBEB;

}

.pagination-center .active {
    color: #FFF;
    background: #1764CE;

}

.pagination-center .pn {
    width: 68px;
    text-align: center;
    line-height: 30px;
    background: #EBEBEB;

}

@media screen and (max-width: 768px) {
    .content  {
        display: block;
        padding: .15rem;
    }
    .local {
        font-size: .24rem;
    }
    .index-w1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tit-lf span {
        font-size: 0.38rem;
    }

    .list .list-lf  {
        font-size: .38rem;
        line-height: .7rem;
    }

    .top-tit  {
        height: 0.88rem;
        margin-top: .25rem;
        border-bottom: none;
        background: #f5f5f5;
    }

    .tit-lf .lfbg  {
        width: 0.06rem;
        height: 0.36rem;
    }
}