/* ***********文章导航************* */
.docPage .docTab{
    background: #fff;
    padding: 18px 0;
}
/* ***************公告头部**************** */
.announce{
    background: #edf4fd;
    width: 100%;
    padding: 34px 0;
}
.announce .pageContent{
    width: 818px;
    background: #fff;
}
.announce .pageContent .notice{
    width: 100%;
    color: #333333;
    padding: 0 18px;
}
.announce .pageContent .notice .notice1{
    width: 90px;
    margin-right: 20px;
}
.announce .pageContent .notice.title .notice1{
    padding-left: 10px;
}
.announce .pageContent .notice .notice3{
    width: 130px;
    margin-left: 10px;
}
.notice .notice2{
    width: calc(100% - 254px);
}
.notice .notice2.content{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.announce .pageContent .notice.title{
    line-height: 54px;
    height: 54px;
    background: #fafafa;
    border-radius: 4px;
}
.announce .pageContent .notice.annBody{
    line-height: 70px;
    border-bottom:1px solid #eee;
    background: #fff;
    transition: all .5s;
}
.announce .pageContent .notice.annBody:hover{
    background: #f9fcff;
}
.docPage .emptyData{
    width: 100%;
    padding: 50px 0 150px 44px;
    text-align: left;
}
.docPage .emptyData span{
    font-size: 16px;
    letter-spacing: 2px;
    color: #454545;
    display: inline-block;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.docPage .emptyData i{
    font-size: 42px;
    color: #454545;
    display: inline-block;
    vertical-align: middle;
}
.docPage .sorter{
    margin: 15px auto 15px auto;
    padding-left: 20px;
}
/* *****************详情*************************** */
.docPage .noticeTitle{
    font-size: 16px ;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}
.docPage .noticeVer{
    color: #777;
    margin-bottom: 30px;
    justify-content: center;
}
@media screen and (max-width: 960px) {
    .announce .pageContent{
        width: 100%;
        margin-left: 0px;
    }
}