body{
    background-color:var(--default-main-content-bg-color);
}
.bannar-div{
    width:100%;height:280px;
    text-align: center;overflow:hidden;
    background-image: url(../img/wenda_slide.jpg);
    background-color: rgb(19, 25, 41);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.bannar-info{
    position: relative;color:#FFFFFF;height:100%;
    text-align: left;padding:70px 50px;
}
.bannar-info h3{
    font-size: 40px;
    font-weight: 400;
}
.bannar-info p{
    margin-top:30px;
    font-size:16px;
}

.common-hr{
    height: 1px;
    border: none;
    border-top: 1px solid #e5e5e5;
    /*box-shadow: 0 0 0.714285rem 0 rgba(0,0,0,0.1);*/
}
.document-num{
    width: 100%;
    text-align: left;
    color: var(--default-a-color);
    font-size: 20px;
}
.document-num span{
    font-size: 30px;
    font-weight: 400;
    color: var(--st-light-blue);
    margin-right: 5px;
}


.document-header h2{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}
.document-content {
    height: auto;
    overflow: hidden;
    text-size-adjust: none;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    margin:0px 0 20px 0;
}

.document-action{
    height:40px;line-height:40px;
}
.document-action .action-button-div .button-a{
    padding:5px 10px;text-decoration: none;
    font-size:13px;margin-right:10px;
    color:var(--default-a-next-color);
    /* background-color:#ccc; */
}
.document-action .action-button-div .button-a:hover{
    background-color:var(--default-a-hover-color);border-radius: 2px;
    color:#FFFFFF;
}
.document-action .action-button-div .button-a span{
    margin-left:3px;
}
.document-action .action-button-div .button-a i{
    font-size:14px;
}
.document-action .action-button-div span.action-create-time{
    color:var(--default-a-next-color);margin-right:5px;
}

/*右侧*/
.download-left-floor{
    padding:0px;
}
.download-ul{
    display:block;
}
.download-ul li{
    height:60px;line-height:60px;border-bottom:1px solid #e5e5e5;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-ul li:last-child{
    border:0px;
}
.download-ul li a{
    text-decoration: none;color:var(--default-a-color);margin-left:5px;
}
.download-ul li span{
    display:inline-block;width:20px;height:20px;background-color:#edfaff;
    text-align: center;line-height:20px;color:var(--st-light-blue);
}
.download-ul li:hover a{
    color:var(--st-light-blue);
}
.download-ul li:hover span{
    background-color:var(--st-light-blue);color:#ffffff;
}

.document-content-div{
    height:auto;padding:30px;position: relative;
}
.document-content-div .team-document-section{
    height:auto;padding-bottom:15px;border-bottom:1px solid #e5e5e5;
    margin-bottom:20px;position: relative;
}
.document-content-div .team-document-section:last-child{
    border:0px;margin-bottom:0px;
}
.document-content-div .document-section-left{
    width:35px;height:auto;
}
.document-content-div .document-download-button{
    display:inline-block;width:33px;height:33px;text-align: center;line-height:33px;
    color:var(--st-light-blue);background-color:#edfaff;
}
.document-content-div .document-download-button i{
    font-size:20px;position: relative;top:2px;
}
.document-content-div .document-section-left img{
    box-shadow: 0 0 0.714285rem 0 rgba(0,0,0,0.1);
}
.document-content-div .document-download-button:hover,.document-content-div .team-document-section:hover .document-download-button{
    background-color:var(--st-light-blue);color:#ffffff;
}
.document-content-div .document-section-right{
    width:695px;margin-left:10px;
}
.document-content-div .document-section-right a {
    text-decoration: none;
    line-height: 25px;
    display:inline-block;
}
.document-content-div .document-section-right a h3{
    color: var(--default-a-color);
    font-size: 17px;font-weight:normal;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.document-content-div .document-section-right a:hover h3{
    color:var(--st-light-blue);
}
.document-content-div .document-section-right p{
    width: 100%;
    max-height: 40px;
    line-height: 1.5;
    overflow: hidden;
    /*margin: 0 0;*/
    font-size: 13px;
    color: #999;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.document-content-div .document-section-footer{
    height:25px;line-height:25px;color:#ccc;
    font-size:13px;margin-top:5px;
}
.document-content-div .document-section-footer a{
    padding: 1px 10px;
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
    color: var(--st-light-blue);
    float:right;
}
.document-content-div .document-section-footer a:hover{
    background-color:var(--st-light-blue);
    color:#FFFFFF;
}
.document-content-div .document-section-footer span{
    margin-right:20px;
}
.document-content-div .team-document-section::after{
    display:none;content:"";position: absolute;width:auto;height:auto;box-shadow:#ccc 0 0 10px;
    top:-20px;bottom:0px;left:-10px;right:-10px;transition: all .5s;
}
.document-content-div .team-document-section:hover{
    border:0px;
}
.document-content-div .team-document-section:hover::after{
    display:block;
}

.comment-floor{
    width:100%;height:auto;background-color:#fcfcfc;position: relative;
    padding:20px;margin-top:18px;box-sizing: border-box;
    border:1px solid var(--default-content-bg-color);
}
.comment-floor>.comment-floor,.comment-floor>.comment-floor>.comment-floor>.comment-floor{
    background-color: #FFFFFF !important;
}
.comment-floor>.comment-floor>.comment-floor,.comment-floor>.comment-floor>.comment-floor>.comment-floor>.comment-floor{
    background-color:#fcfcfc !important;
}
.comment-floor>.comment-div{
    height:auto;width:auto;
}
.comment-floor>.comment-div::after{
    display:none;content:"";position: absolute;top:0px;bottom:0px;left:0px;right:0px;
    pointer-events:none;
}
.comment-floor>.comment-div:hover::after{
    display:block;box-shadow:#ccc 0 0 10px;
}
.comment-floor .user-a{
    display:inline-block;float:left;height:20px;width:auto;text-decoration: none;
}
.comment-floor .user-a img{
    width:20px;height:20px;
    border-radius: 1px;
}
.comment-floor .user-a span{
    color:var(--default-a-next-color);position: relative;bottom:5px;left:3px;
}
.comment-floor span.best-answer{
    background-color:var(--st-pink);color:#FFFFFF;display:inline-block;float:left;
    font-size:12px;padding:0 5px;margin-left:10px;border-radius: 1px;
}
.comment-floor span.time-span{
    display:inline-block;float:right;color:var(--default-a-next-color);
    font-size:12px;
}
.comment-floor>.comment-div>p{
    display:block;
    width:100%;line-height: 1.5;overflow: hidden;
    margin:10px 0;font-size:14px;color:var(--default-a-color);
    /* max-height:40px;
     display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}
.comment-floor .action-button-div{
    width:100%;height:auto;margin-top:15px;
}
.comment-floor .action-button-div .button-a{
    padding:5px 10px;text-decoration: none;
    font-size:12px;margin-right:10px;
    color:var(--default-a-next-color);
    /* background-color:#ccc; */
}
.comment-floor .action-button-div .button-a:hover{
    background-color:var(--default-a-hover-color);border-radius: 2px;
    color:#FFFFFF;
}
.comment-floor .action-button-div .button-a span{
    margin-left:3px;
}
.comment-floor .action-button-div .button-a i{
    display:inline-block;width:15px;height:15px;
    position: relative;top:1px;right: 3px;
}
.comment-floor .action-button-div .button-a i.icon_collect{
    background:url(../img/icon_collect.png) no-repeat center center;background-size:15px;
}
.comment-floor .action-button-div .button-a i.icon_zan{
    background:url(../img/icon_zan.png) no-repeat;background-size:14px 14px;
    background-position: top;
}
.comment-floor .action-button-div .button-a i.icon_share{
    background:url(../img/icon_share.png) no-repeat center center;background-size:15px;
}
.comment-floor .action-button-div .button-a i.icon_comment{
    background:url(../img/icon_comment.png) no-repeat center center;background-size:15px 15px;
}
.login-tips a{
    color:var(--default-a-hover-color);font-size:16px;
}