/* 内设机构 start */
.jg-hd {
    width: 96%;
    margin: 0 2%;
    height: 45px;
    background: #f0f0f0;
    margin-bottom: 15px;
    display: inline-block;
}

.jg-hd h4 {
    float: left;
    background: #155C99;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 20px;
    letter-spacing: 2px;
}

.jg-hd h4 a {
    font-weight: bold;
    color: #fff;
}

.secondary-jg-list {
    display: inline-block; width: 96%;
    padding: 20px 2% 0;
}

.secondary-jg-list li {
    height: 50px;
    margin-bottom: 28px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.secondary-jg-list li p {
    font-size: 16px;
    color: #155C99;
}

.secondary-jg-list li a {
    width: 85%;
    background: #f5f5f5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
/* 内设机构 end */

.secondary-breadcrumb {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 15px;
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.site-date{
    height: 20px;
}