.main-content {
    width: 1200px;
    margin: 0 auto 56px;
    font-family: Microsoft Yahei;
}

/* 侧栏导航区 */
.aside-nav {
    height: 600px;
    width: 300px;
    margin-right: 20px;
    background-color: #fff;
}

.aside-nav .title {
    height: 80px;
    line-height: 80px;
    padding-left: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #ac3434;
}

.aside-nav>ul>li {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #333;
    padding-left: 32px;
}

.aside-nav>ul>li:hover {
    background-color: #ac3434;
    color: #fff;
    cursor: pointer;
}

.leftArrow {
    position: absolute;
    right: 22px;
    font-size: 15px;
}

.downArrow {
    position: absolute;
    right: 22px;
    font-size: 15px;
}

.aside-nav .structure,
.aside-nav .notice {
    padding-left: 48px;
    background-color: rgba(172, 52, 52, 0.1);
    display: none;
}

.aside-nav .structure>li,
.aside-nav .notice>li {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
}

.aside-nav .structure>li:hover,
.aside-nav .notice>li:hover {
    color: #ac3434;
    cursor: pointer;
}


/* 内容区部分 */
.details {
    width: 880px;
    padding: 12px 32px 32px 32px;
    background-color: #fff;
}

.introduction,
.regulation,
.app_regulation,
.aap_regulation_apply,
.main-leader,
.chairman-list,
.standingDirectorList,
.directorList,
.memberList,
.needKnow,
.management,
.download,
.supervisorList {
    display: none;
}

.currentOne {
    background-color: #ac3434;
    color: #fff !important;
}

.currentTwo {
    color: #ac3434 !important;
}

.text-title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 12px;
}

.text-title p {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.text-title span,
.little-title span {
    padding-left: 8px;
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

/*正文部分*/
.text {
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    color: #333;
}

.text .left {
    width: 560px;
}

.text .left>p {
    margin-bottom: 12px;
}

.text .left span {
    color: #ac3434;
}

.text .left .contact {
    margin-top: 30px;
}

.text .left .contact p {
    position: relative;
    color: #333;
    line-height: 26px;
    padding-left: 50px;
    text-indent: 0;
}

.text .left .contact span {
    position: absolute;
    left: 16px;
    font-size: 20px;
    color: #999;
}

/* 配图部分 */
.text .right {
    width: 240px;
}

.text .right img {
    display: block;
    width: 240px;
    margin-bottom: 8px;
}

/* 协会章程 */
.little-title {
    margin-bottom: 16px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 700;
    color: #ac3434;
    text-indent: 0;
    padding-left: 16px;
    background: rgba(172, 52, 52, 0.05);
}

.text .con {
    margin-bottom: 24px;
    margin-left: 16px;
}

.text .con>p {
    margin-bottom: 5px;
}

/* 账户 */
.text .account {
    margin-top: 35px;
    text-indent: 0;
    padding-left: 16px;
    color: #AC3746;
}

.text .account p {
    margin-bottom: 5px;
}

.text .account p:first-child {
    font-weight: 700;
}

/* 会长秘书长名单部分 */
.chairman-list>.text>.con p {
    text-indent: 0;
    padding-left: 17px;
}

/* 主要领导部分 */
.main-leader .con {
    margin-left: 0;
}

.main-leader .con img {
    width: 95px;
    height: 139px;
    margin-right: 16px;
}

.main-leader .con .leader-infor {
    width: 993px;
    text-indent: 0;
    color: #555;
}

.leader-infor p:first-child {
    height: 26px;
    line-height: 26px;
    /* margin-bottom: 8px; */
    font-size: 18px;
    font-weight: 700;
}

.leader-infor p:last-child {
    margin-top: 20px;
    text-indent: 2em;
}

.leader-infor span {
    padding: 0 10px;
}


/* 理事名单部分 */
.standingDirectorList table,
.directorList table,
.memberList table {
    text-align: center;
    text-indent: 0;
    margin: auto;
    border: 1px solid #333;
    font-family: SourceHanSansSC-regular;
    background-color: rgba(172, 52, 52, 0.05);
}

.standingDirectorList .text th,
.directorList .text th,
.memberList .text th {
    height: 56px;
    line-height: 56px;
    color: #333;
    font-weight: 800;
    font-family: SourceHanSansSC-bold;
    border: 1px solid #333;
}

.standingDirectorList .text tbody,
.directorList .text tbody,
.memberList .text tbody {
    height: 32px;
    line-height: 32px;
    color: #555;
}

.standingDirectorList table td,
.directorList table td,
.memberList table td {
    text-indent: 12px;
    border: 1px solid #333;
}

.standingDirectorList thead th:nth-child(1),
.directorList thead th:nth-child(1),
.memberList thead th:nth-child(1) {
    width: 500px;
    line-height: 24px;
}

.standingDirectorList tbody td:nth-child(1),
.directorList tbody td:nth-child(1),
.memberList tbody td:nth-child(1) {
    width: 72px;
    margin-right: 16px;
    text-align: center;
    text-indent: 0;
}

.standingDirectorList table td span,
.directorList table td span,
.memberList table td span {
    display: inline-block;
    width: 48px;
    text-align: justify;
    text-align-last: justify;
    text-indent: 0;
}

.standingDirectorList tbody td:nth-child(2),
.directorList tbody td:nth-child(2),
.memberList tbody td:nth-child(2) {
    width: 380px;
    text-align: left;
    margin-right: 16px;
}

.standingDirectorList tbody td:nth-child(3),
.directorList tbody td:nth-child(3),
.memberList tbody td:nth-child(3) {
    width: 232px;
    text-align: left;
}


/* 入会资料下载部分 */
.download .text {
    text-indent: 0;
    padding-left: 16px;
}

.download .text li {
    display: block;
    height: 57px;
    width: 800px;
    line-height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.download .text li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.download .text li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.download .text li>a>span {
    height: 100%;
    line-height: 55px;

}

.download .downloadButton {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b4b4b4;
    margin-top: 8px;
    margin-right: 16px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
}

.download .text li a:hover {
    background: rgba(172, 52, 52, 0.05);
}

.download .text li a:hover span {
    color: #ac3434;
}

.download .text li a:hover .downloadButton {
    color: #666;
    background: rgba(0, 0, 0, 0.12);
}

.f14 {
    font-size: 14px !important;
}

.f12 {
    font-size: 12px !important;
}
