.banner-party {
    background: url('../images/page/banner-party.jpg') top center no-repeat;
    height: 400px;
}

.banner-news {
    background: url('../images/page/banner-xwzx.jpg') top center no-repeat;
    height: 400px;
}

.is-banner {
    background: url('../images/page/banner-jtcy.jpg') top center no-repeat;
    height: 400px;
}

.banner-place {
    background: url('../images/page/banner-place.jpg') top center no-repeat;
    height: 400px;
}


.m-content .title {
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 36px;
}

.m-content .sub_title {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.m-content .info {
    font-size: 16px;
    color: #666;
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 40px;
}

.m-content .info span {
    display: inline-block;
}

.sizeControl{
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 24px;
    background: #f4f4f4;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f4f4f4;
}
.sizeControl p{
    color:#999999;
    font-size: 13px;
    line-height: 22px;
    width: 62px;
    height: 22px;
}
.sizeControlBg{
    display: none;
    position: absolute;
    z-index: 10;
    border: 1px solid #f4f4f4;
}
.sizeControlBg a{
    display: block;
    width: 62px;
    height: 22px;
    line-height: 22px;
    border-top: 1px solid #f4f4f4;
    background: #ffffff;
}
.sizeControl:hover > .sizeControlBg{
    display: block;
}

.m-content .content-box {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}   

.m-content .content-box p {
    text-indent: 2em;
    margin: 10px 0;
}

.m-content .content-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.m-content .switch {
    height: 40px;
    line-height: 40px;
    padding: 10px 0;
    font-size: 14px;
}
.m-content .switch a {
    color: #666;
}
.m-content .switch a:hover {
    color: #CFA867;
}




.adorn-left {
    width: 673px;
    height: 380px;
    background: url('../images/page/cloud-left.png') 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: 600px;
}

.adorn-right {
    width: 430px;
    height: 374px;
    background: url('../images/page/cloud-right.png') 0 0 no-repeat;
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: 600px;
}
