.cjwt_box {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}
.cjwt_box .cjwt_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #E1E6F0;
}
.cjwt_box .cjwt_title .title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
}
.cjwt_box .cjwt_title a {
    flex-shrink: 0;
}
.cjwt_box .cjwt_title a .more {
    font-size: 12px;
    color: #8187A1;
}
.cjwt_box .cjwt_title a .more:hover,
.cjwt_box .cjwt_title a .more:hover i {
    color: #3464ff;
}
.cjwt_box .cjwt_title a .more i {
    vertical-align: bottom;
    font-size: 12px;
    color: #8187A1;
    margin-right: -4px;
    margin-left: 2px;
}
.cjwt_box .qs_ul li {
    padding: 0 20px;
}
.cjwt_box .qs_ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #8187A1;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #E1E6F0;
}
.cjwt_box .qs_ul li:last-child a{
    border:0;
}
.cjwt_box .qs_ul li:hover {
    background: #f2f5ff;
    color: #3464FF !important;
}
.cjwt_box .qs_ul li:hover a,
.cjwt_box .qs_ul li:hover span:first-child  {
    color: #3464FF !important;
}