﻿body {
}

.content{
    padding-bottom: 30px;
}

.title{
    text-align: center;
    margin-top: 10px;
}

.title >h1 {
    width: auto;
    max-width: 70%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-size: 25px;
}

.title >h1 >img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -10px;
    top: -32px;
}

.fixed-header {
    width: 100%;
    height: 50px;
    line-height: 20px;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: left;
}

.pubdate{
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.text {
    line-height: 25px;
    min-height: 300px;
    margin: 10px 50px 0px 50px;
}

.nav-tool-wrap{
    background:#e5f6fe;
    box-shadow:-5px 3px 8px -4px rgba(0,0,0,0.1);
    width:0px;
    max-height:calc(100vh - 200px);
    position:fixed;
    top:50%;
    right:calc(8.33vw + 50px);
    transform:translateY(-50%);
    padding:0;
    box-sizing:border-box;
    border-radius:5px;
}
.nav-tool-wrap .text-wrap{
    width:100%;
    overflow:hidden;
}
.nav-tool-wrap h4{
    width:450px;
    line-height:24px;
    padding-left:20px;
    position:relative;
    box-sizing:border-box;
    font-size:14px;
}
.wdith-more-icon:before{
    width:0;
    height:0;
    border-top:6px solid black;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    content:'';
    position:absolute;
    top:8px;
    left:0px;
}
.nav-tool-wrap p{
    width:450px;
    line-height:20px;
    font-size:14px;
    cursor:pointer;
    color:#54aa7b;
    padding-left:20px;
    box-sizing:border-box;
}
.nav-tool-wrap>.fade-out-btn{
    width:100px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    color:#FFF;
    font-weight:bolder;
    position:absolute;
    top:50%;
    left:-100px;
    margin-top:-30px;
    border:1px solid #eeeeee;
    border-right:none;
    background:#54AA7B;
    box-shadow:-5px -3px 8px -4px rgba(0,0,0,0.1);
    border-radius:5px 0 0 5px;
    cursor:pointer;
}
.center-wrap{
    min-height:calc(100vh - 180px);
}

.dowFile{
    margin-left: 5px;
    color: #0099CC;
    cursor: pointer;
}

.addFile{
    margin-top: 5px;
}
.watermark{
    width: 30px;
    height: 30px;
    margin-left: -30px;
    opacity: 0.5;
}
img{
    max-width: 100%
}
.notice-download-wrap{
    width: 85%;
    margin-left: 7.5%;
    display: none;
}
.section-title{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:16px;
    font-weight:bolder;
    background:#eeeeee;
    padding:0 20px;
    box-sizing:border-box;
    border:1px solid #e0e0e0;
}
.section-content{
    width:100%;
    padding:10px;
    box-sizing:border-box;
    border:1px solid #e0e0e0;
    border-top:none;

}
.section-content>img{
    width:400px;
    margin:10px 28px;
    float:left;
}
.section-content .text-blue{
    height:24px;
    line-height:24px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:14px;
}