.main {
    padding-top: 60px;
}
.loadMore {
    width: 168px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #FA3C3C;
    margin: 20px auto 0;
    font-size: 15px;
    color: #fff;
}
.news,.staff {
    padding: 0 15px;
    margin-top: 30px;
}
.staff .pic {
    height: 120px;
    margin-bottom: 10px;
}
.staff .large-pic {
    height: 260px;
}
.detail {
    margin-top: 20px;
    padding: 0 15px;
}
.detail .title {
    margin-bottom: 15px;
    line-height: 35px;
    padding-top: 0;
}
.detail .time {
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}
.detail .content {
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD;
}
.staffDetail .content {
    border-bottom: none;
    margin-bottom: 5px;
}
.detail .content img {
    max-width: 100%;
    height: auto;
}
.detail .content .label {
    margin-top: 30px;
}
.detail .content .label a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    background: #F1F1F1;
    border-radius: 12px;
    margin: 0 5px 12px 0;
    font-size: 14px;
    color: #999;
}
.detail .content .label a.active {
    background: rgba(254, 110, 110, 0.12);
    color: #FA3C3C;
}
.detail .prev {
    margin-top: 30px;
}
.detail .prev a, .detail .next a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-indent: -56px;
    padding-left: 56px;
}
.detail .disabled a {
    color: #999;
}
.detail .txt {
    font-size: 18px;
    line-height: 28px;
    color: #333;
}