.body {
    margin: .08rem .29rem;
}

.header {
    width: 100%;
}

.title {
    padding-left: .58rem;
    font-size: .23rem;
    color: #666;
}

.body table {
    width: 100%;
}


.list-primary,
.table-header {
    font-size: .25rem;
    line-height: .35rem;
    color: #333;
}



.list-title-bar,
.sub-list-item {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: .73rem;
    margin: .29rem 0;
    border-radius: .08rem;
    background: #fafafa;
}

.list-title-bar table tr td:first-child {
    font-weight: 700;
    white-space: nowrap;
    min-height: .79rem;
    padding: .19rem 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-right: 0;
}
.first-td {
    width: 18%;
}
.first-td img {
    height: .23rem;
    width: .23rem;
    margin-right: .1rem;
    opacity: .2;
}

.list-title-bar table tr td:nth-child(2),
.sub-list-item table tr td:nth-child(2),
.active table tr td:nth-child(2) {
    font-size: .25rem;
    line-height: .35rem;
    /* color: #2696ff; */
    font-family: Rubik-Medium;
    text-align: center;
}


.bar-active {
    background: #fff;
    border: .5px solid #eee;
    box-shadow: 0 0.1rem 0.38rem 0 rgba(0, 0, 0, .05);
}

table tr td {
    width: 25%;
}

table tr td:nth-child(2) {
    width: 33%;
    padding-right: .29rem;
}

table tr td a {
    color: #5195DD;
}

table {
    padding-left: .29rem;
}

.sub-list-item {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    margin: 0;
}

.district-container {
    width: 100%;
    margin: .29rem 0;
}

.active {
    padding: .2rem 0;
    margin-top: .08rem;
    margin-bottom: .08rem;
    border: .5px solid #eee;
    border-radius: .08rem;
}

li.btn-box {
    padding: 0 .29rem .19rem;
}

.expand-box {
    padding: 10px 0 0;
}

.expand-btn {
    height: .85rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f6f6;
    border-radius: .19rem;
}

.expand-text {
    font-size: .29rem;
    color: #2696ff;
    letter-spacing: .02rem;
    text-align: center;
    font-weight: 700;
}

.expand-img {
    width: .46rem;
    height: .46rem;
}

.result {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: .05rem;
}

.detail {
    width: 10%;
}