/* 侧边导航 */
.content .menuCon{
    float: left;
    display: table;
    width: 300px;
}
.content .menuCon ul li{
    padding-left:20px;
    cursor: pointer;
    overflow: hidden;
}
.content .menuCon ul li.active{
    font-weight: 600; 
    color: #003366;
    background-color: #f9fbfd;
}
.content .menuCon li.active::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 30px;
    background-color: #003366;
}

/* 内容 */
.details {
    float: right;
    display: table;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    min-height: 300px;
    width: 930px;
    background-color: #fff;
}
.details h2{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    color: #003366;

}
.details .splitline{
    margin-top: 20px;
    margin-bottom: 20px;
}
.details .splitline div:first-child{
    margin-bottom: 2px;
    height: 3px;
    background-color: #003366;
}
.details .splitline div:last-child{
    height: 1px;
    background-color: #003366;
}

/* 内容 */
.content .articleCon{
    float: right;
    width: 930px;
    background-color: #fff;
    padding: 40px 40px;
    min-height: 300px;
}
.content .articleCon .list{
    width: 850px;
    margin-bottom: 40px;
}
.content .articleCon .list li{
    position: relative;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;

}
.content .articleCon .list li::before{
    position: absolute;
    top: 19px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #003366;
}
.content .articleCon .list li a{
    position: absolute;
    top: 0;
    left: 20px;
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .articleCon .list li span{
    float: right;
    color: #999;
    font-size: 14px;
}

.content .articleCon .list li:hover {
    background-color: #f9fbfd;
}
.content .articleCon .list li:hover a{
    color: #003366;
}
.sub-title{
    text-align: center;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6E6E6E;
    line-height: 25px;
    margin:10px 0;
    font-size: 16px;
}


/* 以下新增 */
/* 页面顶部入会申请、入会说明、查验结果标签 */
.details .tab-etc{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400; 
    margin-bottom: 30px;
}
.details .tab-etc ul{
    overflow: hidden;
}
.details .tab-etc ul li{
    float: left;
    background-color: #eee;
    margin-right: 1px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.details .tab-etc .active{
    background-color: #003366;
    color: #fff;
}

/* 入会申请页面表单 */
.details .form-wrap{
    font-size: 14px;
}
.details .form-wrap .editIdea{
    width: 540px;
    padding: 10px 0;
    background-color: #f3fafd;
    border: 1px solid rgba(197, 204, 213, 1);
    border-radius: 2px;
    margin-bottom: 10px;
}
.details .form-wrap .editIdea .editIdea-name{
    display: block;
    float: left;
    width: 140px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid rgba(197, 204, 213, 1);
    padding: 0 10px;
}
.details .form-wrap .editIdea .editIdea-del{
    display: block;
    float: left;
    width: 398px;
    padding: 0 10px;
}

.details .form .el-form .form-item-cell{
    position: relative;
    width: 540px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(197, 204, 213, 1);
    border-radius: 2px;
    margin-bottom: 10px;
}
.details .form .el-form .form-item-cell-name{
    display: inline-block;
    width: 140px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid rgba(197, 204, 213, 1);
    padding: 0 10px;
}

.details .form .el-form .form-item-cell-val{
    position: absolute;
    left: 140px;
    top: 0;
    background: none;
    width: 400px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: none;
}
.details .form .el-form .form-item-cell .fileButton{
    position: absolute;
    left: 550px;
    top: 8px;
    width: 60px;
    height: 24px;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;

}
.details .form .el-form .form-item-cell-tips{
    font-size: 13px;
    width: 540px;
    margin-bottom: 10px;
}

.details .form .formBtn{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #003366;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
}
.details .form .form-explain-error{
    width: 540px;
}


/* 查验结果 */
.details .form .check{
    width: 540px;
    background-color: #f9fbfd;
    border: 1px solid #eee;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 2px;
}
.details .form .check .check-state{
    position: relative;
    height: 24px;
}

.details .form .check .check-state .check-state-ico1{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/state.png);
    background-position: -28px -22px;
}
.details .form .check .check-state .check-state-ico2{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/state.png);
    background-position: -82px -22px;
}
.details .form .check .check-state .check-state-ico3{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/state.png);
    background-position: -136px -22px;
}
.details .form .check .check-state .check-state-text{
    position: absolute;
    left: 34px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    
}
.details .form .check .check-state .check-state-time{
    position: absolute;
    left: 100px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 20px;
}
.details .form .check .check-tips{
    margin-top: 10px;
    padding-left: 34px;
}

.details .form .check .check-edit{
    width: 100px;
    height: 30px;
    background-color: #003366;
    margin-top: 10px;
    margin-left: 34px;
}

.red{
    color: red;
    font-style: normal;
}

.claerfix::after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.details .form-wrap .editIdea .editIdea-name::before{
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 2px;
    background-image: url(../images/checkTip.png);
    vertical-align: middle;

}
