﻿/* 模板五 Start */
.tp_5 {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
    position: relative;
}

.tp_5_l, .tp_5_r {
    flex: 1;
    height: 405px;
    padding: 45px;
    box-sizing: border-box;
}

.opt {
    background-color: #ffffff;
}

    .opt .tp_title, .opt .tp_more {
        color: #882931;
    }

.tp_5_l_t, .tp_5_r_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp_5_item {
    padding: 25px 0 0;
}

.tp_5_list {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 9px 0 9px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .tp_5_list:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background-color: #ffffff;
        vertical-align: middle;
        position: absolute;
        top: 16px;
        left: 0;
    }

.opt .tp_5_list {
    color: #333333;
}

    .opt .tp_5_list:before {
        background-color: #882931;
    }

.tp_5_list_t {
    display: inline-block;
    width: 360px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.tp_5_list_d {
    display: inline-block;
    width: 90px;
    float: right;
}

.tp_5_list:hover {
    color: #882931;
}
/* 模板五 End */
