@charset "utf-8";

/* CSS Document */


/* 依申请公开-开始 */

.item_body {
    width: 1180px;
    height: auto !important;
    min-height: 200px;
    margin: 0 auto;
    background: #ffffff url(nrbj.png) top right no-repeat;
    padding-bottom: 40px;
}

.ysq_tit {
    height: 47px;
    border-bottom: 1px solid #ebebeb;
    margin-top: 40px;
}

.ysq_tit span {
    font-size: 24px;
    color: #205CAF;
    font-weight: 700;
    display: inline-block;
    height: 45px;
    border-bottom: 3px solid #205CAF;
}

.ysq_cont h3 {
    font-size: 24px !important;
    color: #205CAF !important;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

.ysq_cont .cont * {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #222 !important;
    font-family: "微软雅黑" !important;
}

.ysq_cont .cont p {
    margin-top: 30px;
}

.ysq_cont .button {
    text-align: center;
    margin-top: 40px;
}

.ysq_cont .button button {
    display: inline-block;
    width: 290px;
    height: 50px;
    font-size: 16px;
    cursor: no-drop;
    border: none;
    outline: none;
    border-radius: 3px;
    background-color: #e2e9ed;
    color: #205CAF;
}

.ysq_cont .button button i {
    font-style: normal;
    color: #205CAF;
}

.ysq_cont .button button.show {
    cursor: pointer;
}

.ysq_cont .button button i {
    font-style: normal;
}

.main_box {
    padding: 40px;
}


/* 部门列表-开始 */

.ysq_zcbm {
    padding-top: 40px;
}

.ysq_zcbm .hd {
    height: 47px;
    border-bottom: 1px solid #ebebeb;
}

.ysq_zcbm .hd span {
    font-size: 24px;
    color: #205CAF;
    font-weight: 700;
    display: inline-block;
    height: 45px;
    border-bottom: 3px solid #205CAF;
}

.ysq_zcbm .bd {
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.ysq_zcbm .bd li {
    float: left;
    width: 33.3333%;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    height: 60px;
    line-height: 60px;
}

.ysq_zcbm .bd li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #205CAF;
}

.ysq_zcbm .bd li a {
    font-size: 18px;
    color: #222;
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 部门列表-结束 */


/* 依申请公开-结束 */