body, html{
    background: #fff;
    font-size: 16px;
    color: #263D35;
    line-height: 1.6;
    height: auto;
}
.wrap2, .wrap{
    width: 1140px;
    margin: 0 auto;
}
/* header */
.header-top{
    padding: 20px 0;
}
.header-top .title{
    color: #27BA74;
    border: 3px solid #FFFFFF;
    font-weight: bold;
    font-size: 30px;
}
/* banner */
.banner {
    position: relative;
}
.banner .head-nav {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 70px;
    background: #27BA74;
}
.banner .head-nav ul {
    height: 100%;
    width: 100%;
}
.banner .head-nav a{
    color: #fff!important;
}
.banner .head-nav li {
    width: 76px;
    height: 100%;
    line-height: 70px;
    font-size: 18px;
    margin-right: 13px;
    text-align: center;
}
.banner .head-nav li:last-child{
    margin-right: 0;
}
.banner .head-nav li.active {
    font-weight: bold;
    border-bottom: 5px solid #fff;
}
.banner, .banner img {
    width: 100%;
}
/* 漂浮 */
.donate-float {
    width: 250px;
    z-index: 9999;
}
.donate-float img {
    width: 100%;
}
/* 公共标题 */
.flex-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.globle-title-box{
    display: flex;
    justify-content: center;
}
.globle-title{
    position: relative;
    color: #27BA74;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}
.globle-title::before{
    content: '';
    display: block;
    border-radius: 100px;
    background: #27BA74;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 48px;
    height: 5px;
}
.globle-title::after{
    content: attr(data-title);
    display: block;
    color: #263D35;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    bottom: -10px;
    left: 46px;
    transform: scale(.8);
}
.globle-title.active::after{
    left: 44px;
    width: 100%;
}
.pad{padding: 0 30px;}
/* news */
.news {margin-top: 30px;}
.intro{
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
}
.news-box{
    margin-top: 60px;
}
.news-box .first-news {
    background: rgba(39,186,116,.08);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
}
.news-box .first-title{
    font-size: 30px;
    font-weight: bold;
    color: #263D35;
    text-align: center;
    line-height: 1.4;
}
.news-box .intro{
    margin-top: 6px;
    font-size: 16px;
    text-indent: 2em;
    opacity: .8;
}
.news-box .left{
    width: 480px;
}
.news-box .right {
    width: 560px;
}
#news-swiper, .news-swiper{
    position: relative;
    width: 100%;
    height: 300px;
}
#news-swiper{
    border-radius: 8px;
    overflow: hidden;
}
.news-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-swiper .jiaodian, .entity-swiper .jiaodian, .donate-info .jiaodian{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.news-swiper .title{
    position: absolute;
    background: rgba(29,38,47,0.6);
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 14px 18px;
    font-size: 16px;
    color: #fff;
}
.news-swiper .news-button, .entity-swiper .news-button{
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
}
.news-swiper .news-next, .entity-swiper .entity-next{
    right: -50px;
    transform: rotate(180deg);
}
.news-swiper .news-next {
    right: 20px;
}
.news-swiper .news-prev {
    left: 20px;
}
.entity-swiper .entity-prev{
    left: -50px;
}

.news-box .news-list{
    padding: 20px 0;
}
.news-box .news-list .news-item{
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(120,133,128,.1);
}
.news-box .news-list .news-item:last-child{
    border: none;
}
.news-box .news-list .news-item::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background: url(../../images/city/tianshui/tip.png) no-repeat;
}
.news-box .news-list .title {
    flex: 1;
    margin-right: 10px;
    font-size: 16px;
}
.news-box .news-list .title a {color: #263D35 !important;}
.news-box .news-list .news-item span {
    font-size: 14px;
    color: rgba(38,61,53,.5);
}
.more{
    color: #22A14D!important;
    font-size: 16px;
}
.news-more .more{
    float: right;
}
.news-more .news-item{
    float: left;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 60px;
    max-width: 40%;
}
.news-more .news-item .title{
    margin: 0 30px 0 6px;
    max-width: 75%;
}
.news-more .news-item::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: rgba(38,61,53,.5);
}
.news-more .news-item span{
    font-size: 12px;
    color: rgba(38,61,53,.5);
}
/* 实体参与 */
.entity-box{
    background: url(../../images/city/tianshui/jinze-bg.png) no-repeat;
    background-size: cover;
    padding-top: 150px;
}
.entity-intro {
    margin-bottom: 30px;
}
.entity-intro .intro{
    margin-left: 28px;
}
.entity-icon{
    margin-left: 90px;
}
.entity-icon a{
    margin-right: 46px;
}
.entity-icon a:last-child{margin-right: 0;}
.entity-icon .icon-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.entity-icon .icon-item p{
    margin-top: 7px;
    font-size: 18px;
    color: #263D35;
}
/* 项目 */
.project-box {
    margin-top: 80px;
}
.project-box .peoject-head {
    height: 66px;
}
.project-box .peoject-head.img {
    background: url(../../images/city/tianshui/entity-head.png) no-repeat;
}
.project-box .peoject-head .des {
    margin-left: 140px;
    font-size: 16px;
    flex: 1;
}
.mores {
    display: block;
    border-radius: 100px;
    border: 1px solid #22A14D;
    color: #22A14D !important;
    font-size: 16px;
    padding: 4px 12px;
}
.project-box .peoject-head.img .des, .project-box .peoject-head.img .mores {
    color: #fff !important;
    border-color: #fff;
}
.project-box .project-content {
    border-radius: 5px;
    background: #4AC78F;
    padding: 40px 30px;
}
.project-box .project-content.en {
    border-radius: 0 0 5px 5px;
    background: #EEFAF4;
}

.entity-info{
    width: 372px;
    margin-right: 100px;
}
.entity-info .entity-news .con {
    color: #263D35 !important;
}
.entity-info .title{
    font-size: 22px;
}
.entity-info .intro{
    margin: 15px 0;
    font-size: 16px;
}
.entity-info .des{
    color: rgba(38,61,53,.6);
    font-size: 14px;
}
.entity-info .des span, .donate-project .des span{
    color: #263D35;
}
.entity-info .des .green{
    color: #27BA74;
    font-size: 18px;
}
.project-more{
    display: inline-block;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    background: #27BA74;
    margin-top: 20px;
    padding: 7px 17px;
}
.entity-swiper{
    width: 480px;
    height: 300px;
    position: relative;
}
#entity-swiper{
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.entity-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* 网络捐款 */
#donate-swiper{
    width: 100%;
}
#donate-swiper .swiper-slide img{
    width: 480px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 50px;
}
.donate-box .project-content{
    margin-top: 10px;
}
.donate-info {
    position: relative;
}
.donate-info .donate-project{
    width: 460px;
}
.donate-info .donate-project a{
    color: #263D35 !important;
}
.donate-info .donate-project a.project-more.wl {
    background: #fff;
    color: #27BA74 !important;
}
.donate-info .title{
    font-size: 22px;
}
.donate-info .intro{
    margin: 15px 0;
    font-size: 16px;
    text-align: justify;
}
.donate-project .des .green{
    color: #fff;
    font-size: 18px;
}
.donate-page {
    text-align: right;
    z-index: 0;
}
#donate-swiper .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
}
#donate-swiper .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 100px;
    background: #fff;
}
/* 捐款 */
.fengjing {
    background: url(../../images/city/tianshui/bottom-bg.png) no-repeat bottom;
    padding-top: 80px;
}
.rongyu .globle-title-box{
    position: relative;
    margin: 0;
}
.rongyu .rongyu-head{
    margin: 25px 0 20px;
    background: #EFF4F6;
    padding: 10px 84px;
}
.rongyu .rongyu-box{
    height: 285px;
}
.rongyu-box .ry-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px;
    border-bottom: 1px solid rgba(120,133,128,.2);
}
.rongyu-box .ry-item div{
    width: 33%;
}
.rongyu-box .ry-item .name{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.rongyu-box .ry-item .name img{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
}
.rongyu-box .ry-item .money{
    text-align: center;
}
.rongyu-box .ry-item .money span{
    font-size: 17px;
    font-weight: bold;
}
.rongyu-box .ry-item .time{
    color: #788580;
    text-align: right;
}
/* 证书 */
.zhengshu {
    margin-top: 80px;
}
.zhengshu .zs-tab{
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin-right: 78px;
}
.zhengshu .zs-tab.on{
    color: #22A14D;
}
.zhengshu .zs-tab:last-child{
    margin-right: 0;
}
.zs-list{
    padding: 30px 30px 58px;
    overflow: hidden;
}
.zs-box .zs-item{
    width: 196px;
    margin-right: 30px;
}
.zs-box .zs-item:last-child{
    margin-right: 0;
}
.zs-box .zs-item img{
    width: 100%;
    height: 135px;
    margin-bottom: 4px;
}
.zs-box .zs-item .name{
    font-size: 16px;
}
.zs-box .zs-item .ddno{
    font-size: 12px;
    color: rgba(38,61,53,.7);
}
/* 网群 */
.wangqun{
    background: url(../../images/city/huaibei/wangqun-bg.png) no-repeat;
    background-size: cover;
}
.wangqun .globle-title, .wangqun .globle-title::after{
    color: #fff;
}
.wangqun .address{
    width: 390px;
}
.wangqun .address .infos{
    padding: 75px 0 0 48px;
}
.wangqun .address .name{
    font-size: 18px;
    color: #fff;
    margin-bottom: 6px;
}
.wangqun .address .intro{
    color: rgba(255,255,255,.7);
    margin-bottom: 40px;
}
.wangqun .wq-list a{
    border-radius: 5px;
    padding: 12px 50px;
    background: #FFFFFF;
    border: 1px solid #D4D2D2;
    display: inline-block;
    margin: 0 35px 30px 0;
    color: #263D35!important;
}
.wangqun .wq-list a:nth-child(2n){
    margin-right: 0;
}
.wangqun .map{
    width: 465px;
    height: 627px;
    background: url(../../images/city/huaibei/map-bg.png) no-repeat;
    background-size: cover;
    margin-left: 94px;
}
.wangqun #map{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.footer {
    background: #496057;
}

/* @media screen and (max-width: 1540px) {
    .wrap, .wrap2 {
        width: 1000px;
    }
    .news-box .left {
        width: 420px;
    }
    .news-box .right {
        width: 520px;
    }
    .entity-info {
        margin-right: 50px;
    }
    .entity-swiper {
        width: 420px;
    }
    #donate-swiper .swiper-slide img {
        width: 430px;
    }
    .donate-info .donate-project {
        width: 420px;
    }
    .entity-icon {
        margin-left: 40px;
    }
    .entity-icon a {
        margin-right: 35px;
    }
} */
