.second-nav{
    position: fixed;
    top: 80px;
    width: 100%;
    height: 55px;
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 55px;
    color: #231815;
    border-bottom: 1px solid #EEEEEE;
}
.second-nav span{
    color: #666666;
}
.work-content{
    width: 100%;
    padding: 100px 0px 50px 0px;
    background: #F3F3F4;
}
.work-top{
    width: 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
}
.work-title{
    font-size: 30px;
    color: #303133;
    margin-bottom: 20px;
}
.work-other{
    color: #909399;
    font-size: 16px;
}
.work-other>span{
    margin-right: 50px;
}
.container-public{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.work-text{
    /*width: 78%;*/
    flex: 1;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}
.work-text img {
    /*width:100% !important;*/
    /*height:100% !important;*/
}
.linkDetail{
    width: 20%;
    height: 700px;
    overflow-y: auto;
    padding: 30px;
    margin-left:20px;
    box-sizing: border-box;
    background: #fff;
}
.linkTitle{
    color: #002A7C;
    font-size: 28px;
    font-weight: 500;
}
.linkDetail a{
    color: #424A57;
}
.linkDetail a:hover{
    font-weight: bold;
}
.linkName{
    font-size: 17px;
}
.linkInfo{
    font-size: 15px;
    color: #6F7686;
    margin-top: 5px;
}
.backBtn{
    cursor: pointer;
    color: #333;
}