.head-thumb {
    background: url("../img/party_building_bg.jpg");
}

.hall-main {
    padding-top: 50px;
    padding-bottom: 60px;
}

.hall-main>.title {
    font-size: 32px;
    color: #333;
    line-height: 48px;
    height: 48px;
    text-align: center;
}

.hall-main>.ens {
    font-size: 20px;
    color: #C4C4C4;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.hall-main>.content {
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 28px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.pics li {
    padding: 15px;
    float: left;
}

.pics .img-frame {
    width: 100%;
    /*height: auto;*/
    position: relative;
    overflow: hidden;
    padding-top: 66.625%;
}

.pics .img-frame img {
    /*width: 100%;
    height: auto;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pics li:hover .img-frame img {
    transform: scale(1.05);
}

.pics .img-frame i {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 129, 62, 0.8) url("../img/hall/i-magnify.png") no-repeat center center;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
}
.pics li:hover .img-frame i {
    opacity: 1;
}

.rebox-caption {
    background-color: #00813E;
    line-height: 60px;
    height: 60px;
}

.rebox-caption p {
    font-size: 16px;
}
