﻿/*领导详情样式*/

.lf {
    float: left;
}

.rt {
    float: right;
}

.ldxq-w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ldxq-main {
    margin: 0 auto;
}

.ldxq-main .bread-crumbs {
    border-bottom: 1px solid #eee;
}

.ldxq-main .ldxq-wrap .ldxq-box {
    width: 1200px;
    margin: 40px auto;
    margin: 0.4rem auto;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf {
    width: 170px;
    text-align: center;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf img {
    width: 167px;
/* height: 210px;*/
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf p {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    margin-top: 20px;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf h4 {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    margin-top: 10px;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf a {
    width: 168px;
    height: 54px;
    display: inline-block;
    background: url("../images/ldxx-szxx.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 32px;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt {
    width: 878px;
    margin-right: 60px;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt>div {
    overflow: hidden;
    padding-bottom: 54px;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt>div h3 {
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-left: 4px solid #1764ce;
    color: #1764ce;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt>div p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-top: 10px;
    text-indent: 0.1em!important;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt>div a {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 32px;
    color: #1764ce;
    margin-top: 20px;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt>div a:hover {
    text-decoration: none;
    color: #1764ce;
    font-weight: bold;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt div+div {
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt {
    padding-top: 40px;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt li {
    overflow: hidden;
    position: relative;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt li p {
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    background: url("../images/ldxx-li-bg.png") no-repeat left 12px;
    background-size: 6px 6px;
    color: #000;
    margin-top: 5px !important;
    font-size: 16px;
    line-height: 30px;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt li span {
    float: right;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
@media screen and (max-width: 789px){

    /*    领导信息详细*/
    .box-2-container .ldxq-main{
        width: 100% !important;
        height: auto !important;
        margin-bottom: 1rem;
    }
    .box-2-container .ldxq-main .ldxq-wrap .ldxq-box{
        width: 100% !important;
    }
    .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf,
    .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt{
        float: none !important;
        width: 100% !important;
    }
    .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt{
        border-top: 1px solid #eeeeee;
        padding: 1rem;
        margin-top: 1rem;
    }
    .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt>div h3{
        font-size: 1.4rem !important;
    }
    .ldfg p span{
        line-height: 2rem !important;
    }
}