﻿.leader_list {
    overflow: hidden;
}

.leader_list .arBox_left {
    width: 230px;
    height: 295px;
    overflow: hidden;
    margin: 0 auto;
    float: none;
}

.leader_list .arBox_left img {
    width: 100%;
    height: auto;
    transition: all 0.2s;
}

.leader_list li {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    float: left;
    width: 25%;
}

.leader_list li>a {
    cursor: inherit;
}

.leader_list li:hover .arBox_left img {
    transform: scale(1.1)
}

.leader_list .arBox_right p span {
    font-weight: bold;
}

.leader_list .arBox_right p {
    line-height: 26px;
}

.leader_list .arBox_right>a {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 80px;
    height: 30px;
    text-align: center;
    background: #A52B28;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #A52B28;
    transition: all 0.3s;
}

.leader_list .arBox_right>a:hover {
    background: #fff;
    color: #A52B28;
    transition: all 0.3s;
}

.leader_list .arBox_right p:nth-child(1) {
    font-size: 22px;
}

.leader_list .arBox_right {
    width: 230px;
    height: 97px;
    margin: 0 auto;
    background: #D7BC85;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .leader_list {
        padding: 10px;
    }
    .leader_list li {
        padding: 0;
        width: 49%;
        box-sizing: border-box;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .leader_list li:nth-child(2n) {
        margin-right: 0;
    }
    .leader_list .arBox_left {
        float: none;
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .leader_list .arBox_right {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    .leader_list .arBox_right p:nth-child(1) {
        font-size: 20px;
    }
}