﻿/* 模板三 Start */
.tp_3 {
    width: 100%;
    /*height: 510px;*/
    margin-top: 40px;
    background-color: #882931;
    box-sizing: border-box;
    padding: 40px 50px;
}

.tp_3_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp_3_top_btn {
    width: 105px;
    height: 40px;
}

.tp_3_prev, .tp_3_next {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    transition: .3s;
}

.tp_3_prev {
    float: left;
    background-position: -1px -234px;
}

.tp_3_next {
    float: right;
    background-position: -40px -234px;
}

    .tp_3_prev:hover, .tp_3_next:hover {
        background-position-y: -291px;
    }

.tp_3_banner {
    height: 330px;
    margin-top: 40px;
}

.tp_3_list {
    display: block;
    width: 230px;
    height: 325px;
    overflow: hidden;
    border-radius:5px;
}

.tp_3_list_img {
    display: block;
    width: 230px;
    height: 290px;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    transition: .3s;
    background-repeat:no-repeat;
}

.tp_3_list:hover .tp_3_list_img {
    transform:scale(1.1);
}

.tp_3_list_box {
    width: 200px;
    height: 70px;
    margin: -35px auto;
    background-color: #ffffff;
    border-radius: 5px;
    color: #333333;
    position:relative;
}

.tp_3_list:hover .tp_3_list_box {
    color: #882931;
}

.tp_3_list_box_name {
    text-align: center;
    font-size: 16px;
    height: 38px;
    line-height: 45px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
}

.tp_3_list_box_des {
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    color: #696969;
}
/* 模板三 End */
