/* 组织机构 */
@import url('left-nav.css');
@import url('breadcrumb.css');
@import url('common.css');

.orgnazition {
    background-image: url('../images/ZZ-2level-banner/orgnazition-banner.png');
}

/** 人才队伍  */
.orgnazition .detail {
    margin-top: 50px;
}
.orgnazition .detail .detail-item {
    margin-bottom: 57px;
    font-size: 14px;
    text-indent: 40px;
}

.orgnazition .desc {
    height: 300px;
    font-size: 14px;
    padding: 60px 40px 80px 40px;
    background: url('../images/ZZ-textbg.png') center center  no-repeat ;
    background-size: 95% 90%;
}

@media only screen and (max-width: 767px) {
    .orgnazition .desc {
        /* 过窄图片被遮挡 */
        background: none;
        /* background-size: 100% 500px; */
    }
}

.orgnazition .person .title{
    color: orange;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid rgb(221,221,221);
    position: relative;
}
.orgnazition .person .title div {
    width: 147px;
    text-align: center;
}
.orgnazition .person .title img {
    position: absolute;
    bottom: -12px;
    left: 0;
}
.orgnazition .person ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.orgnazition .person {
    margin-top: 30px;
}
.orgnazition .person ul li {
    text-align: center;
    color: rgb(70, 117, 181);
    margin-bottom: 20px;
}

/* 领导 */
.orgnazition .leader {
}
.orgnazition .leader .item {
    text-align: center;
    margin-top: 30px;
}
.orgnazition .leader .item img{
    border-radius: 6px;
    cursor: pointer;
    width: 124px;
    height: 124px;
    overflow: hidden;
}
.orgnazition .leader .item img:hover{
    border-radius: 6px;
    box-shadow: 0px 5px 3px orange;
    transition: .4s;
}
.orgnazition .leader .item div {
    cursor: pointer;
    margin-top: 10px;
}
.orgnazition .leader .item span{
    margin-left: 15px;
    color: #999;
}