.detail-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.detail-wrapper .detail-title {
    width: 1200px;
    font-size: 24px;
    color: #2E3A59;
    margin-bottom: 20px;
    text-align: center;
}

.detail-wrapper .pub-detail {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D5DBEA;
}

.detail-wrapper .pub-detail .pub-detail-item {
    font-size: 15px;
    color: #B5B7C0;
    margin-right: 30px;
}

.detail-wrapper .pub-detail .publisher-icon {
    display: block;
    width: 14px;
    height: 14px;
    margin: 7px;
}
.detail-wrapper .detail-desc{
    font-size: 16px;
    color: #2E3A59;
    line-height: 32px;
}

.detail-wrapper .op-wrapper{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-wrapper .op-wrapper .op-item{
    width: 98px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background: #1479D7;
    color: #FFF;
    font-size: 16px;
    margin: 50px 30px 20px;
    cursor:pointer;
}
.detail-wrapper .op-wrapper .op-item.prev{
    background: #E6E7E8;
}
.detail-wrapper .op-wrapper .op-item.next{
    background: #FEAC1C;
}