/**!
* 职责制度详情
* author: fxyue;
* date:2020-05-11
*/

.tab-items>li {
    width: 25%;
}

.constitution-top {
    margin: 0 14px 0 50px;
    padding-right: 36px;
    /* height: 529px; */
    overflow: auto;
}

.constitution-title {
    min-height: 73px;
    line-height: 48px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #313e55;
}

.constitution-info {
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    background-color: #ebebeb;
}


.constitution-info>span {
    margin-left: 50px;
}

.constitution-info>span:first-child {
    margin-left: 0;
}

.constitution-txt {
    padding-top: 15px;
}

.constitution-txt>p {
    line-height: 54px;
    text-indent: 58px;
    font-size: 26px;
    color: #000;
}

.constitution-bottom {
    margin-left: 50px;

}

/* 附件 */

.enclosure-title {
    position: relative;
    padding-top: 5px;
    margin-right: 50px;
    line-height: 74px;
    height: 74px;
    font-size: 40px;
    color: #394965;
    padding-left: 26px;
    font-family: 'PangMenZhengDaoBiao';
    border-top: 1px dashed #9e9f9f;
}

.enclosure-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 25px;
    width: 8px;
    height: 36px;
    background-color: #2d88fb;
}


.enclosure-area {
    margin-right: 14px;
    height: 260px;
    overflow: auto;
}


.enclosure-items>li {
    position: relative;
    float: left;
    width: 440px;
    height: 100px;
    background: url("../images/enclosure_bg.jpg") repeat #fff;
    margin-bottom: 30px;
    margin-right: 32px;
    border-radius: 5px;
    box-shadow: 8px 8px 12px rgba(120, 134, 163, 0.24);
}


.enclosure-img {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
}

.enclosure-img>img {
    width: 100%;
    height: 100%;
}

.enclosure-items>li>a {
    display: block;
    padding-top: 17px;
    padding-left: 20px;
    height: 83px;
}

.enclosure-items>li>a>p {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    margin-right: 120px;
}

.enclosure-items>li>a>p:first-child {
    line-height: 37px;
    height: 37px;
    font-weight: bold;
    font-size: 22px;
    color: #333;
}
