﻿/* 导航 */
.crumbs {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
}
.crumbs li {
    float: left;
    margin-right: 8px;
}
.crumbs li:first-child {
    padding-left: 30px;
    background: url(../images/icon/dqwz.png) no-repeat 5px 4px;
}
.crumbs li:first-child a {
    color: #000;
}
.ldzc {
    margin-top: 20px;
}
.ldzc > .fl {
    width: 275px;
    border: 1px solid #e5e5e5;
    padding: 20px 12px;
    height: 850px;
    overflow: hidden;
}
.ldzc > .fr {
    width: 878px;
    height: 850px;
    overflow: hidden;
}
.leader-title {
    font-size: 22px;
    color: #006cbf;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.leader-title img {
    margin-right: 10px;
}
.leader-pic a {
    width: 148px;
    height: 202px;
    display: block;
    padding: 5px;
    margin: 15px auto;
    border: 1px solid #e5e5e5;
}
.leader-pic a img{
    width: 135px;
    height: 185px;
}
.leader-name {
    text-align: center;
    margin-bottom: 5px;
}
.leader-name a {
    font-size: 28px;
    color: #006cbf;
}
.leader-zw {
    text-align: center;
    font-size: 16px;
}
.title {
    font-size: 22px;
    color: #006cbf;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 25px;
}
.title span {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding-left: 20px;
    border-left: 5px solid #006cbf;
    margin-left: 10px;
}
.lists {
    font-size: 16px;
    margin-top: 20px;
}
.lists li {
    background: #f5f5f5;
    margin-top: 10px;
}
.lists li a {
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
}
.lists li span {
    font-size: 24px;
    color: #006cbf;
    margin-right: 30px;
    vertical-align: middle;
}
.ldhd {
    border-bottom: 1px solid #e5e5e5;
}
.ldhd span {
    width: 132px;
    height: 42px;
    display: block;
    line-height: 42px;
    font-size: 22px;
    color: #fff;
    background: #006cbf;
    text-align: center;
}
.ldhd-lists li {
    margin: 13px 0;
    padding-left: 14px;
    background: url(../images/icon/dian.png) no-repeat 2px 10px;
}
.ldhd-lists li p {
    width: 80%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ldhd-lists li span {
    float: right;
    color: #999;
}
.ldhd-lists li:nth-child(5n) {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .ldzc > .fl,
    .ldzc > .fr {
        width: 100%;
    }
    .none {
        display: none;
    }
    .ldzc > .fr {
        margin-top: 15px;
    }
    .ldhd-lists li p {
        width: 60%;
    }
}