﻿/* 模板三十 Start */
.tp_30 {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
    position: relative;
}

.tp_30_l {
    flex: 1;
    height: 405px;
    padding-right: 45px;
    box-sizing: border-box;
}

.tp_30_r {
    width: 320px;
}

.tp_30_r_list {
    width:320px;
    height:120px;
    display:block;
    margin-bottom:20px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

    .tp_30_r_list:last-child {
        margin-bottom: 0;
    }

.tp_30_l_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp_30_item {
    padding: 25px 0 0;
}

.tp_30_list {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 9px 0 9px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .tp_30_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;
    }

.tp_30_list_t {
    display: inline-block;
    width: 580px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.tp_30_list_d {
    display: inline-block;
    width: 90px;
    float: right;
}

.tp_30_list:hover {
    color: #882931;
}
/* 模板三十 End */
