.is-banner {
    background: url('../images/page/banner-place.jpg') top center no-repeat;
    height: 400px;
}

.m-container .list {
    padding-top: 35px;
}

.m-container .list li {
    float: left;
    width: 288px;
    margin-bottom: 25px;
    margin-right: 17px;
}

.m-container .list li:nth-child(3n) {
    margin-right: 0;
}

.m-container .list li h3 {
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 15px;
}




.adorn-left {
    width: 673px;
    height: 380px;
    background: url('../images/page/cloud-left.png') 0 0 no-repeat;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: -1;
}

.adorn-right {
    width: 430px;
    height: 374px;
    background: url('../images/page/cloud-right.png') 0 0 no-repeat;
    position: absolute;
    bottom: -80px;
    left: 900px;
    z-index: -1;
}
