.kssj_time {

    margin-top: 20px;

}



.kssj_time ul {

    list-style: none;

}



.kssj_time li {

    display: inline-block;

    margin-right: 30px;

}



.kssj_time a {

    text-decoration: none;

    color: #808080;

    padding: 5px 10px;

}



.kssj_time a:hover {

    background-color: #004299;

    border-radius: 5px;

    color: #ffffff;

}



.kssj_card {

    width: 740px;

    height: 110px;

    background-color: #f5f7fa;

    border-radius: 10px !important;

    padding: 30px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 30px;

}



.kssj_card_left {

    display: flex;

    height: 50px;

}

.kssj_card_left img {
    height: 100%;
}



.kssj_card_left_text {

    min-width: 333px;

    max-width: 566px;

    margin-left: 10px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.kssj_card_left_text p {

    /* overflow: hidden; */

    text-overflow: ellipsis;

    white-space: nowrap;

    margin: 0;

}



.kssj_card_left_texts {

    display: flex;

    font-size: 14px;

    justify-content: space-between;

    color: #999999;

    /* margin-top: 10px; */

}



.kssj_card_left_texts p {

    font-size: 14px;

}



.kssj_card_detail a {

    color: #999999;

}



.kssj_card_detail a:hover {

    color: #004299;

}



.kssj_time .choose {

    padding: 5px 10px;

    border-radius: 5px;

    background-color: #004299;

    color: #ffffff;

}