﻿
/* 模板二 Start */
.tp_2 {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.tp_2_l {
    width: 765px;
    height: 540px;
    box-sizing: border-box;
    padding: 40px 50px;
    background-color: #882931;
}

.tp_2_r {
    width: 355px;
    height: 540px;
    overflow: hidden;
}

.tp_2_r_list {
    width: 355px;
    height: 260px;
    margin-bottom: 20px;
    background-color: #882931;
}

.tp_2_r_href {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 155px 20px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: .3s;
}

    .tp_2_r_href:hover {
        opacity: 0.8;
    }

.tp_2_l_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp_2_l_view {
    display: block;
    margin: 30px 0;
    transition: .3s;
}

.tp_2_l_view_img {
    width: 220px;
    height: 130px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tp_2_l_view_con {
    display: inline-block;
    width: 425px;
    vertical-align: middle;
}

.tp_2_l_view_con_t {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tp_2_l_view_con_d {
    font-size: 14px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height:60px;
}

.tp_2_l_view_con_date {
    margin-top: 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.tp_2_l_item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    padding-top: 22px;
}

.tp_2_l_list {
    padding: 7px 0 7px 20px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    transition: .3s;
}

    .tp_2_l_list:hover {
        color: #ffffff;
        transform: scale(1.1);
    }

    .tp_2_l_list:before {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 14px;
    }

.tp_2_l_list_txt{
    display:inline-block;
    vertical-align:middle;
    width:500px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.tp_2_l_list_date {
    float: right;
    margin-top:2px;
}

.tp_2_l_view:hover {
    transform: scale(1.1);
}

/* 模板二 End */
