*{
    font-family: '微软雅黑';
    font-size: 16px;
}
.zrtitle{
    display: block;
    width: 70%;
    margin: auto;
    padding: 70px 0px 60px 0px;
}
.zrtitle h1{
    font-size: 40px;
    text-align: center;
}
.zrtitle p{
    font-size: 18px;
    line-height: 36px;
    margin-top: 60px;
    text-align: justify;
}
@media (max-width: 1200px){
    .zrtitle{
        padding: 60px 0px 20px 0px;
    } 
    .zrtitle h1{
        font-size: 30px;
    }
    .zrtitle p{
        font-size: 16px;
        line-height: 28px;
        margin-top: 30px;
    }
}

@media (max-width: 640px){
    .zrtitle{
        padding: 40px 0px 10px 0px;
    } 
    .zrtitle h1{
        font-size: 24px;
    }
    .zrtitle p{
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px;
    }
}
.socoal-list-con{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.socoal-list-li{
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    transition: all 0.5s;
}

.socoal-list-li .socoal_text {
    padding:0 0 .25rem 0;
}
.socoal-list-li .socoal_text h4{
    font-size: 24px;
    color: #333333;
    margin: 40px 0 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.socoal-list-li .socoal_text p{
    font-size: .16rem;
    color: #585858;
    margin-top: .2rem;
    overflow: hidden;
    line-height: 0.32rem;
}
.socoal-list-li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .socoal-list-li {
        width: 90%;
        margin: auto;
    }
    .socoal-list-li:nth-child(3n) {
        margin-right: auto;
    }
    .socoal-list-li .socoal_text h4 {
        font-size: .23rem;
    }
    .socoal-list-li .socoal_text p {
        font-size: .2rem;
    }
}

@media (max-width: 540px) {
    .socoal-list-li .socoal_text p {
        font-size: .22rem;
    }
}

/* 展望 */
.zhanwang{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.zhanwang img{
    height: 100%;
    margin: auto;
    max-width: unset !important;
    min-width: 100%;
}
.zwtitle{
    position: absolute;
    top: 30%;
    width: 50%;
    left: 25%;
    color: #fff;
    text-align: center;
}
.zwtitle h4{
    font-size: .40rem;
    margin-bottom: 0.3rem;
}

.esgtitle{
    font-size: 0.40rem;
    text-align: center;
    margin: 0.70rem 0 0.50rem 0;
}

/* 公益慈善S */
.t-title{
    font-size: 0.4rem;
    font-weight: 600;
    text-align: center;
    padding: 0.7rem;
}
.cishan-list-con{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 60px;
}
.cishan-list-li{
    width: 31%;
    margin-bottom: 30px;
    margin-right: 3%;
    transition: all 0.5s;
}

.cishan-list-li .cishan_text {
    padding:0 0 .1rem 0;
    border-bottom: solid 1px #e5e7e8;
}
.cishan-list-li .cishan_text h4{
    font-size: 0.20rem;
    color: #333333;
    margin: 0.30rem 0 0.10rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cishan-list-li .cishan_text p{
    font-size: .16rem;
    color: #acacac;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 0.32rem;
}
.cishan-list-li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .cishan-list-li {
        width: 90%;
        margin: auto;
    }
    .cishan-list-li:nth-child(3n) {
        margin-right: auto;
    }
    .cishan-list-li .cishan_text h4 {
        font-size: .23rem;
    }
    .cishan-list-li .cishan_text p {
        font-size: .2rem;
    }
}

@media (max-width: 540px) {
    .cishan-list-li .cishan_text p {
        font-size: .22rem;
    }
}
/* 公益慈善E */