.txtResultBox .tablePart{
    width: 80%;
    border: 1px solid #CED5DF;
    margin: 0 10%;
    border-radius: 2px;
}
.txtResultBox  .tablePart .tableHead{
    width: 100%;
    height: 40px;
    background: #F0F4FD;
    border-bottom: 1px solid #CED5DF;
    text-align: center;
}
.txtResultBox  .tablePart .tableHead li{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #56606F;
    font-weight: bold;
}
.txtResultBox  .tablePart .tableHead li .li2{
    color: #F0F4FD;
}

.txtResultBox  .tablePart .lists1{
    width: 30%;
    border-right:  1px solid #CED5DF;
    box-sizing: border-box;
}
.txtResultBox  .tablePart .lists2{
    width: 35%;
    border-right:  1px solid #CED5DF;
    box-sizing: border-box;
}
.txtResultBox  .tablePart .lists3{
    width: 35%;
    border-right:  1px solid #CED5DF;
    box-sizing: border-box;
}
.txtResultBox  .tablePart .tableBody{
    width: 100%;
    height: auto;
}
.txtResultBox  .tablePart .tableBody li{
    width: 100%;
    height:60px;
    /*border-bottom:  1px solid #B8B9B9;*/
    font-size: 12px;
    color: #56606F;
}
.txtResultBox  .tablePart .tableBody li:nth-of-type(even){
    background: #F0F4FD;
}

.txtResultBox  .tablePart .tableBody li .lists1{
    height:60px;
    line-height:20px;
    float: left;
    text-align: center;
    padding: 0 21px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.txtResultBox  .tablePart  .tablePart .tableBody li .lists1 span{
    width: 100%;
    text-align: left;
    padding-left: 25px;
    background-size: 13px auto;
    cursor: pointer;
    overflow: hidden;
    max-height: 40px;
}
.txtResultBox  .tablePart .tableBody li .lists1 span:hover{
    color: #0087FF;
}

.txtResultBox  .tablePart .tableBody li .lists2{
    height:60px;
    line-height:30px;
    float: left;
    text-align: center;
    padding: 0 10px;
}
.txtResultBox  .tablePart .tableBody li .lists3{
    height:60px;
    line-height:30px;
    float: left;
    text-align: center;
    padding: 0 10px;
}
