/* BASIC css start */
#header .m_nav{display:none}

.pageHeader .h_pageBack{
    position: fixed;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 20px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    z-index: 998;
}
.pageHeader .h_pageBack a{
    display:block;
}
.pageHeader .h_pageName{
    position: fixed;
    width: 160px;
    height: 30px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    background: #fff;
    text-align: center;
    z-index: 998;
}

#review-board-list{
    border-top:1px solid #e9e9e9;
}

#review-board-list .boardList li{
    position:relative;
    padding-right:65px;
}

#review-board-list .boardList li .status{
    position:absolute;
    display:block;
    top:50%;
    right:0;
    margin-top:-10px;
    font-size:14px;
    line-height:20px;
}


.csCenterWrap {
    margin-top:50px;
}

.pageInfoWrap{
    margin:70px -20px 0
}
/* BASIC css end */

