/* 加入科技期刊开放平台样式 */
.join {
    margin: 0 auto;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.join h1 {
    text-align: center;
    color: #000;
    font-size: 26px;
    margin: 10px 0;
}

.join p{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: 2em;
    text-decoration: none;
    font-style: normal;
}

.join nav {
    width: 200px;
    height: 80px;
    margin-right: 10px;
    padding: 0;
}

.join nav ul{
    display: block;
    height: auto;
}

.join .join_us_title {
    background: url(../images/joinUs_title.png) no-repeat;
    background-size: 100% 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.join nav ul li {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    
}

.join nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #000;
    padding: 0;
    font-size: 14px;
}

.join nav ul li.active {
    border-left: 2px solid #095dad;
    font-weight: 700;
    background-color: #fafafa;
    border-bottom:0;
}

.join .join_container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 500px;
    overflow: auto;
    background-color: #fff;
    padding: 0px 20px 20px;
}

.join .join_container h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.join .join_container article {
    border: 0;
}

.answer {
    background-color: #eee;
}

.map img {
    width: 100%;
}