
.header {
    width: 100%;
}

.title {
    padding-left: .58rem;
    font-size: .23rem;
    color: #666;
}
.body{
    max-width: 750px;
}
.body table {
    width: 100%;
}


.list-primary,
.table-header {
    font-size: .25rem;
    line-height: .35rem;
    color: #333;
    margin: 0.2rem;
}
.list-primary {
    padding-inline-start: 0;
}



.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;
    padding:0.1rem 0;
}

.list-title-bar table tr td:first-child {
    min-height: .79rem;
    -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: 30%;
}
.arrow{
    height: .3rem;
    width: .3rem;
    margin-left: 45%;
    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;
}


.bar-active {
    background: #fff;
    border: .5px solid #eee;
    box-shadow: 0 0.1rem 0.38rem 0 rgba(0, 0, 0, .05);
}

table tr td {
    vertical-align:top;
}

/*table tr td:nth-child(2) {
    width: 60%;
}*/

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: 0 .05rem;
    margin-top:.12rem;
    word-break:break-all;
}

.detail {
    width: 20%;
    border-top: none;
    text-align: center;
    padding: .19rem 0;
}
.head{
    margin: 0 0.2rem;
    border-radius: 0.2rem;
    background-color: #ffffff;
    box-shadow: 0 0 0.3rem #0000002b;
}
.table-header td{
    text-align: center;
}