@charset "utf-8";



/* 左边 */
.lead-left{float: left; width: 280px;}

.m-zfld h3{display: flex;justify-content: space-between;align-items: center;padding: 0 30px; height: 60px;font-size: 20px;font-weight: bold;color: #fff; background: #0e54ad;}
.m-zfld h3 span{font-size: 24px;color: #83a7d5;font-weight: normal;}
.m-zfld h3.active span{transform: rotateZ(90deg);}
.m-zfld ul{display: none;}
.m-zfld ul.current{display: block;}
.m-zfld ul li{margin-bottom: 1px; background: #f5f5f5;}
.m-zfld li a{display: flex;align-items: center;padding: 22px 30px;}
.m-zfld li h5{width: 80px; font-size: 18px;font-weight: bold;}
.m-zfld li a:hover h5,.m-zfld li a:hover span,.m-zfld li.hover h5,.m-zfld li.hover span{color: #0e54ad;}
.m-zfld li span{flex: 1; font-size: 14px;color: #999;line-height: 26px;}

/* 右边 */
.lead-right{margin-left: 300px;}

.m-jj{display: flex;position: relative;}
.m-jj img{padding: 5px;width: 173px;height: 214px; border: 1px solid #ddd;}
.u-js{margin-left: 20px;flex: 1;}
.u-js h3{margin: 20px 0; font-size: 24px;font-weight: bold;color: #0e54ad;}
.u-js h3 span{margin-left: 10px; font-size: 16px;color: #666;}
.u-js .u-xx{position: absolute;top: 18px;right: 0;padding: 2px 10px; color: #fff;font-size: 14px; background-color: #ff791f;border-radius: 5px;}
.u-js .u-xx span{margin-right: 5px;}
.u-js .content{position: relative; padding: 10px;width: 100%;line-height: 30px; background-color: #f5f5f5;}
.u-js .content-box{padding:0 5px;height: 148px; overflow: auto;}
.u-js .content-box::-webkit-scrollbar {/*滚动条整体样式*/
        width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.u-js .content-box::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 7px;
        background:#cfcfcf url(../images/page/gdt.png) center center no-repeat;
    }
.u-js .content-box::-webkit-scrollbar-track {/*滚动条里面轨道*/
        border-radius: 7px;
        background: url(/dist/images/page/line.png) center 0 no-repeat;
    }
.u-js .content-box::before{content: "";position: absolute;top: -5px;left: 20px;width: 10px;height: 10px;background-color: #f5f5f5;transform: rotateZ(45deg);}

/* 工作简历 */
.m-gzjl{margin-top: 20px;}
.gz-content{margin-top: 20px;padding: 0 10px;height: 210px; line-height: 30px;overflow: auto;border: none;}
.gz-content::-webkit-scrollbar {/*滚动条整体样式*/
        width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.gz-content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 7px;
        background:#cfcfcf url(../images/page/gdt.png) center center no-repeat;
    }
.gz-content::-webkit-scrollbar-track {/*滚动条里面轨道*/
        border-radius: 7px;
        background: url(/dist/images/page/line.png) center 0 no-repeat;
    }

/* 领导活动 */
.m-ldhd{margin-top: 20px;}

/* 图片集锦 */
.m-tpjj{margin-top: 20px;height: 217px;overflow: hidden;}
.m-tpjj .bd{margin-top: 20px;width: 100%;overflow: hidden;}
.m-tpjj li{float: left;margin-right: 12px; width: 216px;height: 160px;position: relative;}
.m-tpjj li img{width: 216px;height: 160px;}
.m-tpjj li p{position: absolute;bottom: -50px;left: 0;width: 100%;padding: 15px 10px;color: #fff;text-align: center; background: url(/dist/images/home/cover.png);transition: .5s;}
.m-tpjj li a:hover p{bottom: 0;}


@media (max-width:991px){
    .lead-left{float: none;width: 100%;}
    .lead-right{margin: 20px 0 0 0;}
}
@media (max-width:414px){
    .m-jj{display: block;}
    .u-js .content{height: auto;}
    .m-jj img{margin: 0 auto;display: block;}
    .u-js .u-xx{top: 236px;}
}





























