.site-acti {
    margin-top: 54px;
    background-color: #fff;
}

.act-ban {
    height: 30rem;
    background: center url("../imgs/act_det.jpg") no-repeat;
}

.act-ban h1 {
    text-align: center;
    margin: 0 auto;
    padding-top: 8rem;
}

.act-con {
    padding: 5px 35px;
}

.view-cont .box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.view-cont .box .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

/*.attachment-pushed {*/
/*margin-left: 130px;*/
/*}*/

.view-cont .box-body .attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

.view-cont .box-body .attachment-img {
    max-width: 170px;
    max-height: 170px;
    height: auto;
    float: left;
}

.view-cont .box-body .attachment-text {
    color: #555;
}

