﻿/* 模板四 Start */
.tp_4 {
    margin-top: 40px;
}

    .tp_4 .tp_title_en, .tp_4 .tp_title_name {
        padding: 3px 0;
    }

.tp_4_item {
    margin-top: 15px;
    width: 100%;
    padding: 12px 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}

    .tp_4_item:after {
        content: "";
        display: table;
        clear: both;
    }

.tp_4_list {
    width: 280px;
    height: 60px;
    float: left;
    padding-left: 20px;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
    margin: 9px 0;
}

.tp_4_list_l {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 5px;
    transition: .3s;
}

.tp_4_list_r {
    display: inline-block;
    vertical-align: middle;
}

.tp_4_list_r_t {
    font-size: 16px;
    color: #333333;
}

.tp_4_list_r_t_sj {
    display: inline-block;
    border-width: 10px 8px 0px 8px;
    border-style: solid;
    border-color: #8a2e35 transparent transparent transparent;
    position: relative;
}

.tp_4_list_r_t_sj_item {
    width: 100px;
    position: absolute;
    right: 0;
    top: 6px;
    padding: 5px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #f1f1f1;
    display: none;
}

.tp_4_list_r_t_sj_list {
    white-space: nowrap;
    color: #333333;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    text-align: center;
}

    .tp_4_list_r_t_sj_list:hover {
        color: #882931;
    }

.tp_4_list:hover .tp_4_list_r_t_sj > .tp_4_list_r_t_sj_item {
    display: block;
}

.tp_4_list_r_b {
    font-size: 12px;
    color: #979797;
    width: 165px;
    overflow: hidden;
    white-space: nowrap;
}

.tp_4_list:hover .tp_4_list_l {
    background-color: #882931;
    border-color: #882931;
    background-position-x: -60px;
}

.tp_4_list:hover .tp_4_list_r_t, .tp_4_list:hover .tp_4_list_r_b {
    color: #882931;
}
/* 模板四 End */
