.relative-wrap {
    /*width: 347px;*/
    /*margin-top: 54px;*/
    /*margin-left: 70px;*/
    /*float: right;*/
}

/******** 详情页样式 begin *********/

.detail {
    margin-top: 25px !important;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: flex-start;
}

.detail .title {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    /*line-height: 33px;*/
    text-align: center;
    /*font: bold 38px/150% "Microsoft Yahei";*/
}

.detail .nav-div {
    /*margin-top: 22px;*/
    display: flex;
    display: -webkit-flex;
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    /*padding-bottom: 7px;*/
    /*border-bottom: #D8D8D8 1px solid;*/
}

.detail .publish-time {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    position: absolute;
    right: 0;
}

.detail .content {
    margin-top: 28px;
    text-align: justify;
    font: normal 18px/200% "Microsoft Yahei";
}

.detail .left {
    width: 830px !important; 
    flex: 1;
    background-color: #fff;
    padding: 16px 30px 30px 30px;
}

.detail .left-fixwidth {
    width: 583px;
}
.detail .left-maxwidth {
    width: 100%;
}



