#header {
    background: #222;
}

body {
    background-color: #f7f8fa;
}

/* larvel render 分页样式补丁 */
.page {
    margin: 20px 0;
}

.pager-linkPage {
    display: inline-block;
}

.pagelist span, .pagelist a {
    padding: 0 20px;
    color: #8c8c8c;
    display: inline-block;
    max-height: 40px;
    line-height: 40px;
    border: 1px #d8dce0 solid;
    margin: 0 2px;
    border-radius: 3px;
}

.pagelist .pager-linkPage a.current, .pagelist .pager-linkPage span.current {
    background: #48A139;
    color: #fff;
}

/* 页面内容 */
#wrapper {
    width: 1200px;
    margin: 30px auto;
    background-color: #ffffff;
}

.nav-act {
    padding: 20px 30px;
    border-bottom: 1px solid #eeeff2;
}

.nav-act a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
}

.nav-act a.active,
.nav-act a:hover {
    background-color: #eeeff2;
}

.wrp-content {
    overflow: hidden;
    min-height: 600px;
}

.section {
    padding: 20px 40px;
    border-bottom: 1px solid #eeeff2;
}

.sec-tit {
    margin-top: 5px;
    margin-bottom: 20px;
}

.sec-tit .tit-l {
    font-size: 18px;
    color: #000000;
}

.sec-tit .tit-l span {
    display: inline-block;
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 2px;
    color: white;
}

.sec-tit .tit-l span.t-blue {
    background-color: #0097e8;
}

.sec-tit .tit-l span.t-red {
    background-color: #ff5200;
}

.sec-tit .tit-l span.t-green {
    background-color: #2ba716;
}

.sec-tit .tit-l a:hover {
    color: #1f9bd7;
}

.sec-tit .tit-r span {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.sec-tit .tit-r span i {
    display: inline-block;
    width: 25px;
    height: 20px;
}

.sec-tit .tit-r span.time {
    background: url(http://static.62943095.cn/yiman/images/gonggao/time.png) no-repeat left center;
    margin-right: 8px;
}

.sec-tit .tit-r span.look {
    background: url(http://static.62943095.cn/yiman/images/gonggao/view.png) no-repeat left center;
    margin-right: 8px;
}

.sec-tit .tit-r span.speck {
    background: url(http://static.62943095.cn/yiman/images/gonggao/speck.png) no-repeat left center;
}

.sec-img {
    display: block;
    width: 1120px;
    height: 340px;
}

.sec-img img {
    border-style: none;
}