.navbgTitle{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    width: 100%;
    border-bottom: 1px solid rgb(73, 147, 179);
    /* padding-bottom: 22px; */
    margin-bottom: 16px;
}
.navbg{
width: 136px;
height: 34px;
line-height: 34px;
text-align: center;
}
.listItem{
    width: 1000px;
    color:#999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.listTitName{
    color: white;
    font-size: 18px;
    background: url('../img/details/header.png') no-repeat left;
    background-size:100% 100%;
}
.listInfoCard{
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
}
.pager{
    clear: left;
    padding-bottom: 96px;
    margin:0 auto;
    margin-top: 50px;
}
.pager ul{
    height:100%;
    list-style-type:none;
}

.pager ul li{
    line-height:40px;
    float:left;
    font-size: 14px;
}
.page_btn{
    border-radius:1px;
    border:1px solid #ccc;
    background:#f2f2f2;
    margin-right:10px;
    text-align:center;
    width:26px;
    height:26px;
    line-height: 8px;
    margin-top:6px;
    outline:0;
    cursor: pointer;
}

.page_btn:hover{
    border:1px solid #4593b5;
    color:#4593b5;
}

span.pages_span{
    margin-right:10px;
    width:26px;
    height:26px;
    position:relative;
    top:10px;
}
.pageActive{
    background-color: #4593b5;
    border: 1px solid #ddd;
    color: #fff;
}

/* 明细页面 */
.detailHead{
    float: left;
    text-align: center;
    width: 100%;
}
.detailHead h5{
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    line-height: 39px;
    font-weight: bold;
}
.detailHead .detailDesc{
    margin:0 auto;
    width: 100%;
    font-size: 16px;
    color: #999;
    margin-bottom: 70px;
}
.detailContent{
    /*text-indent: 2em;*/
    text-align: left;
    margin-bottom: 50px;
    width: 100%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
}
.files{
    text-align: left;
    text-indent: 2em;
    padding-top: 40px;
    padding-bottom: 80px;
}
.fujian{
    font-size: 20px;
    color: #333;
}
.fujianFile{
    font-size: 20px;
    color: #4795ff;
}