.main > .container {
    height: auto;
    background: url(../images/icon/mainbg.png) no-repeat;
    padding: 75px 30px 20px 30px;
}
.main > .container > .fl {
    width: 394px;
}
.leader-lists {
    margin-bottom: 30px;
}
.leader-nav {
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;  
}
.leader-nav p {
    font-size: 18px;
    color: #015293;
    padding-left: 15px;
    border-left: 4px solid #015293;
}
.leader-nav a {
    float: right;
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 5px;
}
.leader-nav a:hover {
    color: red;
}
.leader-picture {
    width: 126px;
    height: 168px;
    float: left;
    padding: 8px;
    border: 1px solid #dcdcdc;
    margin-right: 14px;
}
.leader-details {
    width: 240px;
    float: left;
    font-size: 16px;
}
.leader-details h3 {
    font-size: 18px;
    margin: 6px 0 18px;
}
.leader-details span {
    color: #fff;
    display: block;
    width: 82px;
    height: 33px;
    line-height: 26px;
    text-align: center;
    background: url(../images/zwgk/jobbg.png) no-repeat;
    margin-top: 18px;
}
.leader-details div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gkbz {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.gkbz li {
    width: 48%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background: #f1f1f1;
    margin-top: 9px;
    border-left-width: 6px;
    border-left-style: solid;
}
.gkbz li a {
    display: block;
}
.gkbz .item01 {
    border-left-color: #f18181;
}
.gkbz .item02 {
    border-left-color: #50a3d2;
}
.gkbz .item03 {
    border-left-color: #ddb461;
}
.gkbz .item04 {
    border-left-color: #5bb2c4;
}
.gkbz .item05 {
    border-left-color: #58b69c;
    width: 100%;
    position: relative;
}
.gkbz .item05 span {
    color: #58b69c;
    position: absolute;
    right: 50px;
    top: 0;
}
.gkbz li img {
    margin-right: 10px;
}
.zcjd-title a {
    float: right;
    font-size: 14px;
    color: #a9a9a9;
    margin-top: 5px;
}
.zcjd-title a:hover {
    color: red;
}
.zcjd-title p {
    width: 96px;
    height: 39px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(../images/zwgk/zcjdbg.png) no-repeat;
}
.zcjd h3 {
    margin: 5px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zcjd h3 a {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.zcjd > p {
    color: #666;
    line-height: 24px;
}
.main > .container > .fr {
    width: 720px;
}
.news {
    position: relative;
}
.news-nav {
    overflow: auto;
    font-size: 18px;
    border-bottom: 1px solid #b0b0b0;
}
.news-nav li {
    float: left;
    padding: 0 5px;
}

.news-nav li a {
    display: block;
    padding-bottom: 10px;
    color: #000;
}
.news-nav .dis a {
    color: #015293;
    border-bottom: 2px solid #015293;
    font-weight: 600;
}
.news-lists {
    font-size: 16px;
}
.news-lists li {
    margin: 15px 0;
}
.news-lists p {
    padding-left: 25px;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/icon/dian.png) no-repeat 2px 12px;
}
.news-lists li span {
    float: right;
    color: #999;
}
.news-lists ul,
.news-more li {
    display: none;
}
.news-lists .dis,
.news-more .dis {
    display: block;
}
.news-more {
    position: absolute;
    right: 0;
    top: 5px;
}
.news-more a {
    color: #a9a9a9;
}
.news-more a:hover {
    color: red;
}
.jcxx-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.jcxx-box > div {
    width: 226px;
    height: 180px;
    background: #f7f7f7;
}
.jcxx-box > div p {
    color: #015293;
    font-size: 18px;
    text-align: center;
    padding: 26px 0 20px;
}

.jcxx-box > div p span {
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.jcxx-box > .jcxx p span {
    background: #318fc3;
}
.jcxx-box > .zdlyxx p span {
    background: #1899ac;
}
.jcxx-box > .wgk p span {
    background: #3d76b0;
}
.jcxx-box > div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px;
    font-size: 16px;
}
.jcxx-box > div ul li {
    width: 50%;
    padding-left: 14px;
    background: url(../images/zwgk/lf.png) no-repeat 0 5px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .main > .container {
        padding: 15px 10px;
        height: auto;
        background: #fff;
    }
    .main > .container > .fl,
    .main > .container > .fr {
        width: 100%;
    }
    .leader-picture {
        width: 38%;
        height: auto;
        margin-right: 2%;
    }
    .leader-lists {
        margin-bottom: 15px;
    }
    .leader-details {
        width: 60%;
    }
    .leader-details h3 {
        margin-bottom: 10px;
    }
    .leader-details span {
        margin-top: 0;
    }
    .zcjd {
        margin-bottom: 15px;
    }
    .news-lists p {
        width: 60%;
    }
    .jcxx-box {
        flex-wrap: wrap;
    }
    .jcxx-box > div {
        width: 100%;
    }
    .jcxx-box > div ul li {
        text-align: center;
        background-position-x: 15%;
    }
}