
aside {
    float: left;
    width: 263px;
    margin-top: 0.3rem;
    border-radius: 8px;
    overflow: hidden;
}

aside h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 263px;
    height: 105px;
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
    background: linear-gradient(153deg, #F2853C 0%, #ED6631 100%);
}

aside h1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/mark.png") no-repeat right center;
    background-size: contain;
}

aside ul li {
    display: none;
    background: #F8F4EF;
    border-bottom: 1px solid #E2D9D9;
}

aside ul li a {
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 40px 0 20px;
    background: url("../images/arrow.png") no-repeat right 20px center;
    background-size: 25px;
}

aside ul li.on a {
    color: #fff;
    background-color: #EE6B33;
}

/*左侧 -- 联系我们*/
.contact-us > h2 {
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
    padding-left: 20px;
    background: #EE6B33;
    border-radius: 8px 8px 0 0;
}

.contact-box {
    padding: 20px;
    background: #F8F4EF;
}

.contact-box .txt {
    color: #000;
    padding-left: 40px;
    margin-bottom: 15px;
    background: url("../images/tel.png") no-repeat left center;
}

.contact-box .txt p {
    color: #EE6B33;
}

.contact-box .txt:nth-of-type(2) {
    background-image: url("../images/addr.png");
}

.contact-box > p {
    color: #666;
    line-height: 2em;
    margin-bottom: 10px;
}

.contact-box .code {
    display: flex;
    justify-content: space-between;
}

.contact-box .code div {
    text-align: center;
}

.contact-box .code img {
    width: 100px;
}

.contact-box .code {
    font-size: 12px;
    line-height: 2em;
}

main {
    margin: 0.3rem 0 0 300px;
}

/*二级导航*/
.nav-bar {
    display: flex;
    margin-bottom: 0.3rem;
}

.nav-bar ul {
    display: flex;
    margin-right: 0.1rem;
    overflow: auto;
}

.nav-bar ul li:not(:last-of-type) {
    margin-right: 0.1rem;
}

.nav-bar a {
    display: block;
    font-weight: bold;
    font-size: 0.16rem;
    min-width: max-content;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.13rem;
    background: #F8F4EF;
}

.nav-bar .on a {
    color: #fff;
    background: #EE6B33;
}

.nav-bar > a {
    font-weight: normal;
}

/*学术交流*/
.academic-list {
    margin: 0.3rem -0.1rem -0.24rem;
    overflow: hidden;
}

.academic-list li {
    float: left;
    width: 25%;
    padding: 0 0.1rem;
    margin-bottom: 0.24rem;
}

.academic-list li > div {
    display: block;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 1px solid #EEEBEB;
    overflow: hidden;
}

.academic-list li .img {
    height: 1.45rem;
}

.academic-list li .txt {
    padding: 0.1rem 0.2rem 0.2rem;
}

.academic-list li span {
    font-size: 0.16rem;
    color: #2569ED;
}

.academic-list li h2 {
    margin: 0.05rem 0 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #EEEBEB;
}

.academic-list li h2 a {
    color: #000;
    font-size: 0.18rem;
    font-weight: normal;
    height: 3em;
}

.academic-list li h2 a:hover {
    font-weight: bold;
    color: var(--focusColor);
}

.academic-list li p {
    color: #999;
    font-size: 12px;
    height: 4.5em;
    line-height: 1.5em;
    margin-bottom: 2em;
}

.academic-list li .date {
    font-size: 0.16rem;
    background: url("../images/more.png") no-repeat right -5px center;
}

/*通用列表*/
.common-list {
    margin-top: -0.15rem;
}

.common-list li {
    color: #666;
    font-size: 0.18rem;
    padding: 0.15rem 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.common-list li p {
    position: relative;
    padding-left: 0.2rem;
    margin-right: 1.2rem;
}

.common-list li p a {
    color: #666;
}

.common-list li p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    background: #999;
    transition: .3s;
    transform: translateY(-50%);
}

.common-list li:hover, .common-list li:hover p a {
    color: var(--focusColor);
}

.common-list li:hover p::before {
    background: var(--focusColor);
}

.common-list li p:hover::before {
    left: 0.06rem;
}

/*评审专业*/
.major-info {
    font-size: 0.18rem;
    text-indent: 2em;
    line-height: 1.75em;
    text-align: justify;
}

.major-info p {
    margin: 1em 0;
}

.major-list {
    margin: 0.3rem -0.1rem 0;
    overflow: hidden;
}

.major-list li {
    float: left;
    width: 33.33%;
    padding: 0 0.1rem;
    margin: 0.1rem 0;
}

.major-list li a {
    display: flex;
    align-items: center;
    height: 0.98rem;
    font-size: 0.22rem;
    padding-left: 0.4rem;
    border-left: 2px solid #C2A066;
    background: #FBF7F1 url("../images/more.png") no-repeat right 0.25rem center;
}

.major-list li a:hover {
    padding-left: 0.5rem;
    border-color: var(--varColor);
}

/*专家智库*/
.expert-list {
    margin: 0.45rem -0.1rem -0.22rem;
    overflow: hidden;
}

.expert-list li {
    float: left;
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.22rem;
}

.expert-list li > div {
    flex-wrap: nowrap;
    padding: 0.2rem;
    background: #FDF9F3;
}

.expert-list li .img {
    min-width: 1.35rem;
    height: 1.89rem;
    margin-right: 0.25rem;
}

.expert-list li .txt {
    flex-grow: 1;
}

.expert-list li h2 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 1em;
    background: url("../images/arrow.png") no-repeat right center;
    background-size: 0.26rem;
}

.expert-list li h2 span {
    font-size: 14px;
}

.expert-list li p {
    height: 6em;
    color: #999;
    text-align: justify;
    margin: 0.15rem 0 0.3rem;
}

.expert-list li .tag {
    color: #999;
}

.expert-list li .tag span {
    display: inline-flex;
    color: #333;
    padding: 0.03rem 0.1rem;
    margin: 0 0.05rem;
    background: #EEDBBD;
    border-radius: 0.03rem;
}

/*学会简介*/
.profile-list {
    margin: 0.3rem -2px;
    overflow: hidden;
    display: none;
}

.profile-list li {
    float: left;
    width: 20%;
    padding: 0 2px;
}

.profile-list li:first-of-type {
    width: 40%;
    border-left: 3px solid #EE6B33;
}

.profile-list li > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.13rem;
    background: rgba(217, 217, 217, 0.26);
}

.profile-list li .topic {
    padding-left: 0.3rem;
    font-family: SourceHanSerifCN;
}

.profile-list li .topic h1 {
    font-size: 0.32rem;
    color: #EC5F2E;
    font-weight: normal;
    margin-bottom: 1em;
}

.profile-list li .topic p {
    color: #000;
    font-size: 0.18rem;
}

.profile-list li .topic span {
    font-size: 0.12rem;
    color: rgba(0, 0, 0, 0.48);
    text-transform: uppercase;
}

.profile-list li .text {
    padding-left: 0.26rem;
    color: #000;
}

.profile-list li .text img {
    width: 0.5rem;
}

.profile-list li .text h2 {
    font-size: 0.26rem;
    font-weight: normal;
    margin-top: 0.15rem;
}

.profile-list li .text span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.59);
    text-transform: uppercase;
}

.profile-list li .text p {
    font-size: 0.3rem;
    font-family: Georgia;
    line-height: 1em;
    margin-top: 0.1rem;
}

.profile-list li .text i {
    color: #999;
    font-size: 0.16rem;
    font-style: normal;
}

.profile {
    font-size: 0.16rem;
    line-height: 1.75em;
}

.profile img {
    max-width: 100% !important;
}

/*联系我们*/
.contact {
    margin-top: 0.4rem;
    flex-wrap: nowrap;
}

.contact-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0.2rem;
}

.contact-list li {
    display: flex;
}

.contact-list li > img {
    width: 0.56rem;
    height: 0.56rem;
}

.contact-list li div {
    flex-grow: 1;
    margin-left: 0.2rem;
    font-size: 0.18rem;
    color: #666666;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #D9D9D9;
}

.contact-list li div h2 {
    color: #000;
    font-size: 0.3rem;
    font-weight: normal;
}

.contact-list li div img {
    margin-top: 0.1rem;
}

.contact-list li div p:last-of-type {
    color: #000;
    font-size: 0.16rem;
}

/*正文详情*/
.caption h2 {
    color: #000;
    font-size: 0.28rem;
    text-align: center;
    margin: 0.4rem 0 0.2rem;
}

.caption ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid var(--varColor);
}

.caption ul li {
    display: inline-flex;
    align-items: center;
    margin: 0 1em;
}

.caption ul li img {
    margin-right: 0.05rem;
}

.content {
    font-size: 16px;
    text-align: justify;
    float: left;
    width: 100%;
}

.content p {
    /*margin: 1em 0;*/
}

.content img {
    max-width: 100% !important;
}

/*会员申请*/
.apply-box {
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #E8E8E8;
}

.apply-box input[type='text'],
.apply-box select {
    width: 100%;
    height: 36px;
    margin: 1em 0;
    padding: 0 10px;
    color: #999;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
}

.apply-box select {
    outline: none;
}

.apply-box input::placeholder {
    color: #999;
}

.apply-title {
    position: relative;
    padding-left: 38px;
    color: #000;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    background: #F5F5F5;
    border-bottom: 1px solid #E8E8E8;
}

.apply-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 18px;
    width: 6px;
    height: 20px;
    background: var(--varColor);
    border-radius: 3px;
    transform: translateY(-50%);
}

.apply-content {
    padding: 20px 20px 20px 38px;
}

.apply-content p span {
    color: var(--focusColor);
}

.apply-radios {
    display: flex;
    align-items: center;
}

.apply-radios label:first-of-type {
    margin: 0 6em 0 5px;
}

.apply-hit {
    color: #999;
    line-height: 2em;
    margin-top: 1em;
    text-align: justify;
}

.apply-hit a {
    color: var(--varColor);
}

.apply-unit {
    width: 48%;
}

.apply-user {
    width: 31%;
}

.apply button {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 180px;
    height: 45px;
    margin: 3em auto;
    background: var(--varColor);
    border-radius: 6px;
}

.apply button:hover {
    opacity: 0.8;
    cursor: pointer;
}

/*个人信息*/
.person-member{
    display: none;
}
.person-member .apply-user, .person-member .apply-unit {
    width: 23%;
}
.person-member .apply-content .flex:last-of-type .apply-user{
    width: 100%;
}
.person-member textarea{
    font-family: "microsoft yahei";
    width: 100%;
    resize: none;
    margin: 1em 0;
    padding: 5px 10px;
    color: #999;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    outline: none;
}