/* 详情 begin */
.detail{
    width:830px;
    margin-left:300px;
    padding-bottom: 100px;
}

    /* 文章详情 */
.detail .article>.tit{
    margin:0;
    font-size:30px;
    font-weight: normal;
    color:#383838;
    text-align: center;
}
.detail .article>.date{
    margin:0;
    height: 50px;
    line-height: 50px;
    color:#707070;
    text-align: center;
}
.detail .article>hr{
    height: 1px;
    border:none;
    background-color: #808080;
    margin-bottom: 25px;
} 
.detail .article>.main-body{
    padding:0 15px;
}
.detail .article>.main-body img{
    max-width: 100% !important;
    height: auto !important;
}

    /* 翻页功能 */
.detail .flipover {
    margin: 45px auto;
}
.detail .flipover a{
    text-decoration: none;
}
.detail .flipover a:hover{
    text-decoration: underline;
    color:#5f7f28;
}
.detail .flipover>.prev {
    float: left;
    display: inline-block;
    max-width: 48%;
    color: #707070;
    /* oneline */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.detail .flipover>.next {
    float: right;
    display: inline-block;
    max-width: 48%;
    color: #707070;
    /* oneline */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/* 详情 end */