.zhenti_box {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #d7d3d3;
    margin-top: 15px;
}
.zhenti_taptit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #f8f8f8;
}
.zhenti_taptit a {
    color: #898787;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
}
.zhenti_newbox {
    width: 100%;
    padding: 10px 10px;
    min-height: 550px;
}
.zhenti_lsbox:nth-child(1) {
    display: block;
}
.zhenti_lsbox {
    display: none;
}
ul, ol {
    list-style: none;
}
.zhenti_lsbox li {
    display: inline-block;
    width: 15%;
    line-height: 30px;
    border: 1px dashed #898787;
    padding: 0 5px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 6px;
    text-align: center;
}
.zhenti_lsbox li a {
    color: #333;
    font-size: 14px;
}
.showtb {
    border-bottom: 1px #ddd dashed;
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #c4d7d6;
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 9px;
    background: #f9f9f9;
    line-height: 30px;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
.list_tit{
    border-bottom: 1px solid #c4d7d6;
    line-height: 35px;
}
.list_tit span{
    color: #1ba784;
    border-bottom: 2px solid #1ba784;
    padding: 0 1%;
    padding-bottom: 4px;
}