.left-con-wrap{width: 240px;padding-right: 60px;border-right:1px solid #e5eef6;}
.right-con-wrap{width: 840px;}

/*左侧领导列表*/
.leader-list h3{font-size:20px;line-height:46px;}
.leader-list h3 span{color:#0455a6;padding-left:15px;}
.leader-list ul{margin-bottom: 20px;border:1px solid #e9f0f7;border-radius:8px;padding:0 23px;background-color:#fdfdfe;}
.leader-list ul a{overflow:hidden;display:block;line-height:52px;}
.leader-list ul span{float:right;}
.leader-list.fushizhang li a{border-bottom:1px dashed #b1c9dd;}

.leader-list img{display:block;width:100%;margin:10px 0 20px;}

/*领导介绍 标题头*/
.leader-tit{padding-top:10px;height: 60px;border-bottom:1px solid #e5eef6;line-height: 58px !important;/*margin-left:2em;*/margin-bottom:10px;}
.leader-tit strong{font-size: 24px;color: #202020;border-bottom: 3px solid #005292;float: left;}
.leader-content p{line-height:44px;}

/*活动报道*/
.leader-pic-show {overflow: hidden;margin: 20px 0 50px;}
.leader-pic-show li{float: left;width: 24%;margin-left: 1.3%;}
.leader-pic-show li.li1{margin-left:0;}
.leader-pic-show li img{display:block;width: 100%;height:120px;object-fit:cover;}
.leader-pic-show li span{line-height:24px;text-align:center;display:block;padding-top:8px;}

@media only screen and (max-width:768px){
    .left-con-wrap{width: 100%;padding-right: 0px;border-right:none;}
    .right-con-wrap{width: 100%;}

    .leader-list {display:none;}
    #leader-show .leader-list{display:block;}
    /*左侧领导列表*/
    .leader-list h3{font-size: 14px;}
    .leader-list img{width:50%;margin:0px 0 10px;}

    /*领导介绍 标题头*/
    .leader-tit{padding-top:5px;height: auto;overflow:hidden;;line-height: 32px !important;margin-left:0em;margin-bottom:6px;}
    .leader-tit strong{font-size: 14px;}
    .leader-content p{line-height:32px;}

    /*活动报道*/
    .leader-pic-show {margin: 10px 0 30px;}
    .leader-pic-show li{float: none;width: 100%;margin-left: 0%;}
    .leader-pic-show li img{height:auto;}
    .leader-pic-show li span{margin-bottom:20px}
}