﻿/* 模板八 Start */
.tp_8 {
    display: flex;
    align-items: center;
    margin-top: 40px;
    position: relative;
    flex-wrap: wrap;
}

.tp_8_titlt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.tp_8_box {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 50px 30px 85px;
    background-color: #ffffff;
    position: relative;
}

.tp_8_box_t {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.tp_8_item {
    width: 100%;
    height: 100%;
}

.tp_8_list {
    display: block;
    width: 330px;
    height: 100%;
    margin: 0 15px;
    float: left;
}

.tp_8_list_img {
    width: 330px;
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tp_8_list_txt {
    height: 40px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f0f0f0;
}

.tp_8_box_b {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.tp_8_btn {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    transition: .3s;
    cursor: pointer;
}

    .tp_8_btn.prev {
        background-position: -6px -139px;
    }

    .tp_8_btn.next {
        background-position: -46px -139px;
    }

    .tp_8_btn.prev:hover {
        background-position: -6px -185px;
    }

    .tp_8_btn.next:hover {
        background-position: -46px -185px;
    }

.tp_8_btn, span {
    vertical-align: middle;
}

.tp_8_box_b > span {
    margin: 0 20px;
    line-height: 1;
}
/* 模板八 End */
