.match_content {
    width: 100%;
    background: #fff;
}

.match_content_title h2 {
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    border-bottom: 3px solid rgb(48 65 76);
    display: inline-block;
    padding-right: 2px;
    color: rgb(48 65 76);
}

.match_content_title {
    border-bottom: rgb(228 227 227) 1px solid;
    margin-bottom: 10px;
}

.match_content_view {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.view_img {
    width: 230px;
    height: 150px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.view_img img {
    width: 100%;
    height: 150px;
    transition: .5s;
}

.views {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed #999;
}

.view_text {
    display: flex;
    flex-direction: column;
}

.view_text h2 {
    font-size: 16px;
}

.view_text span {
    color: #999;
}

