﻿body {
    background: #EFEFEF;
}

.leader-title {
    line-height: 50px;
    padding-left: 15px;
}

.leader-title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "microsoft yahei";
    font-weight: bold;
    color: #BE0000;
}


.mayor {
    border-top: 2px solid #CC0000;
    box-shadow: 0px 5px 5px 5px #EDEDED;
    background: #fff;
    padding: 30px;
}

.mayor .title {
    font-size: 20px;
    font-weight: bold;
    color: #BE0000;
    margin-bottom: 15px;
}

.mayor .pic {
    width: 180px;
    height: 240px;
    margin-right: 30px;
}

.mayor .info {
    width: 930px;
}

.mayor .info .name {
    font-size: 24px;
    color: #7C7C7C;
}

.mayor .info .name .n {
    color: #BE0000;
}

.mayor .info .name .line {
    padding: 0 15px;
    color: #BE0000;
}

.mayor .info span.tit {
    float: left;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "microsoft yahei";
    padding: 5px 10px;
    background-color: #BE0000;
    border-radius: 5px;
    margin-right: 20px;
}

.mayor .info span.text {
    line-height: 30px;
    font-size: 18px;
    display: block;
}

.mayor .info .intro, .mayor .info .duty {
    margin-top: 20px;
}

.leader-other {
    box-shadow: 10px 10px 10px 10px #EDEDED;
    background: #fff;
    padding: 30px;
}

.leader-other .title {
    font-size: 20px;
    font-weight: bold;
    color: #BE0000;
}

.leader-list li {
    float: left;
    width: 190px;
    text-align: center;
}

.leader-list li img {
    width: 120px;
    height: 160px;
    padding: 5px;
    border: 1px solid #EFEFEF;
}

.leader-list li span {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.ldhd, .cwhy {
    width: 570px;
}

.ldhd .right {
    float: right;
    font-size: 14px;
    color: #999;
}

.leader-main {
    padding: 20px;
}

.leader-types {
    float: left;
    width: 210px;
}

.leader-type .hd {
    background-color: #BE0000;
}

.leader-type .hd span {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 15px;
    color: #fff;
}

.leader-type .bd {
    background: #f7f7f7;
}

.leader-type li {}

.leader-type li a {
    display: block;
    height: auto;
    padding: 5px 15px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
}

.leader-type li a .name {
    display: block;
    color: #BE0000;
    font-weight: bold;
}

.leader-type li a .post {
    display: block;
    color: #555;
}

.leader-body {
    float: right;
    width: 930px;
}

.leader-pic {
    float: left;
    width: 170px;
    height: 220px;
}

.leader-info {
    float: right;
    width: 740px;
}

.leader-info .name {
    font-size: 30px;
    color: #BE0000;
    margin-right: 20px;
}

.leader-info .post {
    font-size: 18px;
}

.leader-info .duty {
    background: #F7F7F7;
    height: auto;
    min-height: 80px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 30px;
    padding: 30px;
    font-size: 16px;
    border-radius: 5px;
}

.leader-intro .hd {
    line-height: 50px;
    border-bottom: 1px solid #BE0000;
}

.leader-intro .hd span {
    font-size: 18px;
    color: #BE0000;
    font-weight: bold;
}

.leader-intro .bd {
    text-indent: 2em;
    padding-top: 20px;
    font-size: 16px;
    line-height: 36px;
}

@media (max-width: 768px) {
    .main {
        padding: 10px;
        background-color: #fff;
    }

    .mayor, .leader-other {
        box-shadow: none;
    }

    .mayor .pic, .mayor .info {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .mayor .pic {
        text-align: center;
    }

    .mayor .info .name {
        text-align: center;
        line-height: 36px;
        font-size: 18px;
    }

    .mayor .info .name .szhd {
        display: none;
    }

    .mayor .info span.text {
        font-size: 16px;
    }

    .leader-other {
        padding: 0;
    }

    .leader-list li {
        width: 50%;
    }

    .ldhd, .cwhy {
        width: 100%;
        margin: 0;
    }

    .leader-types {
        float: none;
        width: 100%;
    }

    .leader-type li {
        float: left;
        width: 33.33%;
    }

    .leader-body {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .leader-pic {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .leader-info {
        float: none;
        width: 100%;
    }

    .leader-post {
        text-align: center;
    }
}