/*body {
    background: #1B0E0E url(/imgs/details-bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}*/

#center {
    position: relative;
}

.container {
    padding: 0 30px;
    position:relative;
    background:#fff;
    width: 1140px;
    margin: 30px auto;
}

.container > .set-wrap {
    height:64px;
    border-bottom:1px solid #eee;
    position: relative;
    margin-bottom: 20px;
}

.container .set-wrap .title-text {
    float:left;
    font-size:18px;
    line-height: 64px;
    height:64px;
    position: relative;
    padding-left: 18px;
}

.title-text:before {
    content: " ";
    border: 3px solid #d22800;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 27px;
    left: 0;
    border-radius: 2px;
}

.container .set-wrap .btns {
    float:right;
    margin-top:12px;
}

.container .set-wrap .btns .btn {
    /*display:inline-block;*/
    background:#d22800;
    color:#fff;
    text-align:center;
    min-width:60px;
    height:36px;
    line-height:36px;
    cursor:pointer;
    margin-left: 10px;
    padding: 0 10px;
    display: none;
}

.container .set-wrap .btns .btn .iconfont {
    margin-left: 3px;
    vertical-align: -1px;
}

.container .set-wrap .btns .btn:hover {
    opacity: 0.9;
}

.status_list {
    float:left;
    height:32px;
    border:1px solid #00BA94;
    border-radius:3px;
    text-align:center;
    overflow:hidden;
}

.status-wrap {
    overflow:hidden;
}

.status_list li {
    float: left;
    min-width:64px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-right: 1px solid #00BA94;
    color: #00BA94;
    cursor: pointer;
    padding: 0 10px;
}

.status_list li:last-child {
    border-right:none;
}

.status_list li.on {
    background:#00BA94;
    color:#fff;
}

.status_list li a {
    color: #00BA94;
}

.status_list li.on a {
    color:#fff;
} 

.item-list {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    position:relative;
    border-bottom: 1px solid #eee;
}

.item-list .edit {
    color: #d22800;
    cursor:pointer;
    float: right;
}

.item-list .details {
    color: #666;
    display: block;
    padding: 20px 0;
    line-height:22px;
}

.item-list .item-tb {
    height: 20px;
    padding: 0 0 20px;
}

.item-list .item-tb .iconfont {
    font-size: 13px;
    margin-right: 5px;
}

.item-list .item-tb .edit .iconfont {
    margin-right: 0;
}

.item-list .item-tb .author, .item-list .item-tb .time {
    float:left;
    font-size:13px;
    color:#999;
}

.item-list .item-tb .author {
    margin-right:20px;
}

.post-info {
    color: #666;
    font-size: 13px;
    padding-bottom: 20px;
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .container {
        width: 94%;
        padding: 0 3%;
    }
    .container > .set-wrap {
        margin-bottom: 0;
    }
    .item-list {
        margin-bottom: 0;
    }
    #pagination span.page_goto {
        display: none;
    }
}