﻿/* 模板四 Start */
.tp_26 {
    margin-top: 40px;
    background-color: #ffffff;
    position: relative;
}
.tp_img {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.tp_26 .tp_title {
    padding-top: 52px;
    padding-left: 53px;
    padding-right: 53px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.tp_26 .tp_title_en, .tp_26 .tp_title_name {
    padding: 3px 0;
}

.tp_26_item {
    margin-top: 15px;
    width: 100%;
    /*padding: 12px 10px;*/
    padding: 12px 33px;
    box-sizing: border-box;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

    .tp_26_item:after {
        content: "";
        display: table;
        clear: both;
    }

.tp_26_list {
    width: 266px;
    height: 60px;
    float: left;
    padding-left: 20px;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
    margin: 9px 0;
}

.tp_26_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_26_list_r {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.tp_26_list_r_t {
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tp_26_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_26_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_26_list_r_t_sj_list {
    white-space: nowrap;
    color: #333333;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    text-align: center;
}

    .tp_26_list_r_t_sj_list:hover {
        color: #882931;
    }

.tp_26_list:hover .tp_26_list_r_t_sj > .tp_26_list_r_t_sj_item {
    display: block;
}

.tp_26_list_r_b {
    font-size: 12px;
    color: #979797;
    width: 165px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tp_26_list:hover .tp_26_list_l {
    background-color: #882931;
    border-color: #882931;
    background-position-x: -60px;
}

.tp_26_list:hover .tp_26_list_r_t, .tp_26_list:hover .tp_26_list_r_b {
    color: #882931;
}
.tp_26_item {
    padding-bottom: 35px;
    box-sizing: border-box;
}
.tp_title_en{
    display: flex;
    justify-content: space-between;
}
.tp_title_en_more{
    font-size: 16px;
}
.tp_title_en_left{
    font-size: 24px;
}
/* 模板四 End */
