﻿/* 领导之窗
auther:tfx
date:2020-04-20 */
/* 右侧 */
.wrap-right{
    padding-bottom: 23px;
}
.label-cont{
    border-bottom: 1px solid #e6e6e6;
}
.label-cont>h1{
    line-height: 35px;
    width: 156px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #126cb7;
}
.mayor-cont{
    text-align: center;
    margin-top: 30px;
}
.mayor{
    display: inline-block;
    margin: 0 auto;
}
.mayor>div{
    width: 150px;
    padding: 4px;
    background: #f4f4f4;
    border: 1px solid #e6e6e6;
}
.mayor>div>img{
    display: block;
    width: 100%;
}
.mayor>p{
    line-height: 45px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.label-fit{
    position: relative;
    margin-top: 5px;
    margin-bottom: 14px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #2d66a5;
    padding-left: 19px;
}
.label-fit:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    top: 0;
    left: 9px;
    background: #126cb7;
}
.leader-ul{
    margin: 0 44px;
}
.leader-list{
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 15px;
}
.leader-list>a{
    margin: 0 10px;
}


/* phone */
@media (max-width:767px) {
    .leader-ul{
        margin: 0;
    }
    .leader-list{
        width: 50%;
        margin-top: 10px;
    }
    .mayor>div{
        width: 100%;
    }
    .leader-list>a{
        width: 90%;
        margin: 0;
    }
    .mayor>p{
        line-height: 30px;
    }
    .label-fit {
        margin-bottom: 5px;
    }
}

.provic-orgnize-items {
    padding: 10px 4px 0;
}
.provic-orgnize-items li {
    font-size: 14px;
    line-height: 36px;
    float: left;
    overflow: hidden;
    width: 140px;
    height: 36px;
    margin-left: 8px;
    padding: 0 10px;
    background-color: #eee;
    margin-top: 10px;
}
.link-cont{
  margin-bottom:10px;
}
	
.mayor>div>img{
	width:140px !important;
	height:165px !important;
}