.township .township__page__title{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #0049a5;
    font-weight: 700
}

.township .township__content .content__topic__list{
    padding-bottom: 40px
}

.township .township__content .content__topic__list .topic__list__item{
    float: left;
    width: 273px;
    margin-right: 36px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 4px #ddd;
    cursor: pointer
}

.township .township__content .content__topic__list .topic__list__item .list__item__img .item__img__cover{
    width: 100%;
    height: 182px
}

.township .township__content .content__topic__list .topic__list__item .list__item__text{
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 24px;
    padding: 8px 5px
}

.township .township__content .content__topic__list .topic__list__item:nth-child(4n) {
    margin-right: 0
}

.township .township__bottom{
    overflow: hidden;
    text-align: center
}

.el-pagination {
    padding: 40px 0 80px 0
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    color: #434343;
    background-color: #fff
}

.el-pagination .el-pager .number {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #434343;
    background-color: #fff;
    padding: 0 12px
}

.el-pagination .el-pager .active {
    background: linear-gradient(90deg, #0b9dff, #06a);
    color: #fff
}

.el-pagination .el-pagination__jump {
    font-size: 14px
}