body {
    background: url(/images/index-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#north {
    height:110px;
}

#south {
    padding-top:10px;
}

#center {
    position: relative;
}

.noitems {
    color:#fff;
}

.container {
    position:relative;
    width: 1140px;
    margin: 30px auto;
    padding: 10px;
    border: 1px solid #7FD9FF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .55);
    background: rgba(30, 80, 112, .55);
    border-radius: 10px;
    box-sizing: border-box;
}

.container-bg {
    padding: 20px 20px 40px;
    background-image: linear-gradient(0deg, rgba(26, 85, 159, 0.7)0%,rgba(12, 115, 141, 0.7) 100%);
    border-radius: 10px;
}

.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;
    color:#fff;
}

.title-text:before {
    content:" ";
    border: 3px solid #7FD9FF;
    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: #bda979 none repeat scroll 0 0;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    border-radius: 3px;
}

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

.item-list .details {
    color: #fff;
    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:#fff;
}

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

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

.cN-pagination .page_total, .cN-pagination .page_total > b {
    color: #fff;
}

@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;
    }
}