body {
    background: #f6f6f6;
}
.banner  {padding-top: 70px;margin-bottom: 32px;}
.bannerPic img {width: 100%;}

.list-wrap {
    display:flex;
}

.list_nav{
    width: 242px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    height: 100%
}

.list_nav li{
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    color: #333;
    border-left: 3px solid #fff;
    text-align: left;
    padding-left: 30px
}

.list_nav li:not(:last-of-type) {
    border-bottom: 1px solid #f5f9fa
}

.list_nav li:hover {
    color: #004898
}

.list_nav li.on {
    color: #004898;
    border-left: 3px solid #004898
}
.list_nav li a {display: block;}
.right-list{
    margin-left: 24px;
    padding: 24px 115px 0 32px;
    background: #fff;
    width: 100%;
}

.about-content {
    text-align: left
}

.about-content h2 {
    padding-bottom: 8px;
    font-size: 22px;
    color: #004898;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

.about-content .content-wrapper {
    padding: 12px 0 24px 2px;
    color: #666;
    font-size: 14px;
    display: flex;
}



.org-item {
    width: 33%;
    /* padding: 12px; */
    /* box-sizing: border-box; */
}

.org-item img {
    width: 80px;
    height: 80px
}

.org-item .org-info {
    height: 80px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
}

.org-item .org-info dt {
    padding: 4px
}

.org-item .org-info :first-child {
    font-size: 16px;
    font-weight: 800;
    color: #333;
    line-height: 22px
}

.org-item .org-info :nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 17px
}