﻿/* 模板六 Start */
.tp_6 {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
    position: relative;
}

.tp_6_l {
    width: 300px;
    height: 445px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    padding: 55px 45px;
    position: relative;
}

    .tp_6_l .tp_more {
        position: absolute;
        bottom: 55px;
    }

.tp_6_l_cover {
    width: 62px;
    height: 62px;
    background-color: #882931;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: 10px -70px;
}

.tp_6_r {
    flex: 1;
    height: 445px;
    background-color: #882931;
    box-sizing: border-box;
    padding: 30px 50px;
}

.tp_6_list {
    display: block;
    padding: 22px 0;
    border-bottom: 1px solid #ac6a6f;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.tp_6_list_l {
    width: 95px;
}

.tp_6_list_r {
    flex: 1;
}

.tp_6_list_r_t {
    font-size: 16px;
}

    .tp_6_list_r_t:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background-color: #ffffff;
        margin-right: 8px;
        vertical-align: middle;
        margin-top: -2px;
    }

.tp_6_list_r_d {
    font-size: 14px;
    color: #d4bdbf;
    margin-top: 15px;
    height:40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tp_6_list:hover .tp_6_list_r_t:before {
    background-color: #c50000;
}
/* 模板六 End */
