/* 
* @Author: anchen
* @Date:   2021-08-13 10:49:48
* @Last Modified by:   anchen
* @Last Modified time: 2021-08-15 21:36:08
*/

.about-banner.wpo-breadcumb-area:before{
    background:none;
}
.about-banner.wpo-breadcumb-area {
    background: url(/addons/WebSites/frontend/resources/img/anningliaohu.jpg) no-repeat center top/cover;
    min-height: 800px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.address {
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.address-detail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#peace {
    background: url(/addons/WebSites/frontend/resources/img/annigliaohubeijing.jpg) no-repeat center top/cover;
        /* background-size: 100% 100%; */
}

#program .wpo-section-title h2,
#environment .wpo-section-title h2,
#price .wpo-section-title h2{
font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
}