body {
    background-color: #F5F7F9;
}

.content_block {
    display: flex;
    justify-content: center;

}

.content_bor {
    width: 1200px;
    height: 383px;
    background-color: #fff;
}

.content_block_box {
    height: 60px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con_top {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 120px;
    font-size: 18px;
}

.con_top img {
    width: 20px;
    height: 23px;

}

.con_top_rigth {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 12px;
}

.content_block_card {
    padding: 0 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.content_block_card i {
    display: block;
    width: 1px;
    height: 280px;
    border-left: 1px solid #EEEEEE;
}

.content_block_card div {
    padding-top: 20px;
    width: 305px;
}

.content_block_card div span {
    display: block;
    margin-top: 20px;
    color: #ccc;
}

.content_block_card figure img {
    width: 305px;
    height: 158px;
}

.content_block_card figcaption {
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}