/* 轮播 */

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: left top!important;
    background-size: cover!important;
    width: 650px;
    height: 400px;
}

.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

#wangshiruge{
    padding-top: 100px;
}
/* 领导列表 */

.lingdao-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 766px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 25px;
    margin-right: -35px;
}

.lingdao-list .lingdao-box {
    flex: 0 0 25%;
    padding-right: 35px;
    margin-bottom: 35px;
}

.lingdao-list .lingdao-box .lingdao {
    height: 450px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    background-color: rgba(128,0,0,0.4);
}

.lingdao-box .lingdao-img {
    width: 232px;
    height: 232px;
    border-radius: 50%;
    background-size: cover!important;
    background-position: top center!important;
}

.lingdao-box .lingdao-name {
    padding: 28px 0 23px 0;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #FFF100;
    font-family: 'Microsoft YaHei Regular';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    font-weight: 400;
}

.lingdao-box .lingdao-lvli, .lingdao-box .lingdao-lvli div, .lingdao-box .lingdao-lvli p {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}