﻿@charset "utf-8";

a {
    text-decoration: none;
    color: #333;
}

img {
    width: 100%;
    height: 100%;
}

.bd_width {
    width: 1000px;
    margin: 0 auto;
    /* overflow: hidden; */
}

/*#menu a {
    font-size: 16px;
    font-weight:600;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

#menu .senc ul a {
    font-weight: normal;
    font-size: 14px;
}*/
/* 头部head样式开始 */
#head {
    /*position: absolute;
    top: 0;
    left:0;
    width: 100%;
    z-index: 999;
    background: #fff;*/

    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: #fff;
    transition: all .3s;
    box-shadow: 0px 5px 5px rgba(0,0,0,.15);
}

#head .top {
    /*width: 1800px;*/
    /*height: 130px;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    #head #logo {
        width: 306px;
        height: 70px;
    }


.nav {
    /*background: #DA0D1C;*/
    height: 80px;
    /* margin: 0 auto;*/
}

.nav-right {
    display: flex;
    width:200px;
}

.nav_box {
    position: relative;
    height: 80px;
}
/*
#menu {
    height: 80px;
    margin: 0;
    padding: 0;
}

    #menu .senc {
        position: relative;
    }

.secondOrder li:hover {
    background: #00BC70;
}

#menu .secondOrder li a:hover {
    color: #fff !important;
}

.nav li {
    color: #333;
    float: left;
    width: 120px;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
}
.secondOrder {
    position: absolute;
    left: 0;
    background: #fff;
    display: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
    z-index: 1000;
}

    .secondOrder li {
        float: none !important;
        line-height: 23px !important;
        font-size: 14px !important;
    }

#menu .secondOrder li a {
    display: inline-block;
    padding: 0 20px;
    line-height: 44px;
    color: #3c3c3c !important;
}

#menu .senc:hover {
    background: #00BC70;
}*/
/* 头部head样式结束 */

/* 主体部分样式开始 */
#main {
    background: #fff;
    /*margin-top: 80px;*/
    min-height: 700px;
}
#news{
    position:relative;
}
#news .dynamics {
    background: #FFFFFF;
    position: absolute;
    top: -8vh;
    left: 10vw;
    z-index: 8;
    width: 80vw;
    height: 14vh;
    box-shadow: 0px .8rem 3rem 0px rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    border: 1px solid #E0ECE7;
    padding: 0 2rem 3rem 3rem;
    display: flex;
    align-items: flex-end;
}

#news .news_classify {
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #news .news_classify .tab {
        width: 124px;
        height: 36px;
        line-height: 36px;
        background: #e6e6e6;
        border-radius: 18px;
        font-size: 18px;
        color: #666;
        text-align: center;
        margin-left: 22px;
        cursor: pointer;
    }

    #news .news_classify .tab_active {
        background: #D50915 !important;
        color: #fff !important;
    }

.news_content {
    height: 320px;
}

    .news_content > div {
        float: left;
    }

#news .morebox {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

    #news .morebox .morenews {
        display: inline-block;
        color: #fff;
        background: #D50915;
        text-align: center;
        width: 140px;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 4px;
        cursor: pointer;
    }


#party .morebox {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

    #party .morebox .morenews {
        display: inline-block;
        color: #fff;
        background: #D50915;
        text-align: center;
        width: 140px;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 4px;
        cursor: pointer;
    }

#banner2, #banner4 {
    width: 580px;
    height: 310px;
    background: #fff;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}

#swiper2, #swiper4 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#banner2 img, #banner4 img {
    width: 580px;
    height: 310px;
    display: block;
}

#banner2 .swiper-slide, #banner4 .swiper-slide {
    width: 580px;
    height: 310px;
    position: relative;
}

#banner2 .shadow, #banner4 .shadow {
    width: 580px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: rgba(0, 0, 0, 0.65);
    padding-left: 16px;
}

    #banner2 .shadow .txt, #banner4 .shadow .txt {
        width: 440px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        line-height: 40px;
        font-size: 14px;
    }

#banner2 .pagination2, #banner4 .pagination4 {
    width: 130px;
    left: 450px;
    bottom: 10px;
}

#banner2 .swiper-pagination .swiper-pagination-bullet-active, #banner4 .swiper-pagination .swiper-pagination-bullet-active {
    background: #D50915;
}

.news_item {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
    cursor: pointer;
}

    .news_item .datetime {
        height: 46px;
        text-align: right;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 12px;
        margin: 0;
        font-size: 14px;
        color: #666;
        border-right: 1px solid #eee;
    }

    .news_item .date {
        font-size: 16px;
        color: #333333;
        font-weight: 600;
    }

.item_mar {
    margin: 0 15px 30px;
}

.news_item .item_center {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_item .newtitle {
    width: 480px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #3B3B3B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    border: 0;
}

.news_item .summary {
    width: 480px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#static {
    width: 100%;
    height: 168px;
    background: #FFEDED;
    margin-top: 60px;
}

    #static .content {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%;
    }

    #static .static-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

.static-item .name {
    font-size: 16px;
    color: #333;
    /* margin-top: 34px; */
}

.static-item .value {
    margin-bottom: 10px;
    font-size: 32px;
    color: #D50915;
    font-weight: bold;
}

.static-item span {
    font-size: 14px;
    font-weight: 500;
}

.project_content, .links_content, .fund_content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 1200px;
    overflow: hidden
}

.project_item {
    width: 380px;
    cursor: pointer;
}

    .project_item img {
        width: 380px;
        height: 216px;
    }

    .project_item .shadow {
        position: relative;
    }

        .project_item .shadow:hover .mask {
            opacity: 1;
        }




.project_info {
    margin: 20px 0 30px 0;
}

    .project_info .title {
        font-size: 18px;
        font-weight: 800;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        border: 0;
    }

    .project_info .summary {
        font-size: 12px;
        font-weight: 400;
        margin-top: 10px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #808080;
        height: 48px;
        line-height: 24px;
    }

.gomore {
    margin: 20px auto;
    color: #fff;
    background: #D50915;
    text-align: center;
    width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.head {
    width: 100%;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_icon {
    width: 25px;
    height: 25px;
    margin-right: 18px;
}

.head .tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #D50915;
    line-height: 60px;
    margin: 0 30px;
}

.head span {
    width: 45px;
    height: 4px;
    background: #EDEDED;
}

.noData {
    margin: 30px auto;
    font-size: 18px;
}


#donate {
    /* max-width: 2160px; */
    width: 100%;
    height: 350px;
    background: url('/template/gzlt/pc/images/donatebg.png') center bottom;
    background-size: cover;
    margin: 0 auto;
}

.donate_content {
    display: flex;
    justify-content: space-between;
}

    .donate_content .donate_lf {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        color: #fff;
    }

        .donate_content .donate_lf span {
            display: inline-block;
            width: 4px;
            height: 16px;
            background: #fff;
            border-radius: 2px;
            margin-right: 8px;
        }

.donate_lf .title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #fff;
    padding: 0;
    border: 0;
}

.donate_lf .inform {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.donate_ct {
    width: 208px;
    height: 253px;
    background: #fff;
    margin-top: 44px;
}

    .donate_ct .title {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-align: center;
        margin-top: 30px;
        padding: 0;
        border: 0;
    }

    .donate_ct img {
        width: 180px;
        height: 180px;
        margin: 14px;
    }

.donate_rt {
    width: 555px;
    height: 253px;
    background: #fff;
    margin-top: 44px;
}

.donate_head {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #ededed;
}

.donate_fl {
    display: flex;
    justify-content: left;
    line-height: 42px;
    padding: 0 33px;
}

.donate_rt .name {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.donate_rt .time {
    width: 100px;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 0;
}

.donate_rt .money {
    width: 136px;
    text-align: center;
}

.donate_rt .project {
    width: 150px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.donate_body {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    height: 204px;
    position: relative;
    overflow: hidden;
}

.donate_item {
    height: 34px;
    line-height: 34px;
}

.donate_rt .donate_body .money {
    font-weight: bold;
    color: #D50915;
}
/* 捐款统计数据模块样式结束 */
.fund_bg {
    width: 100%;
    max-width: 2160px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

    .fund_bg img {
        width: auto;
        height: 225px;
    }

@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -307px, 0);
        transform: translate3d(0, -307px, 0);
        display: none;
    }
}

.rowup {
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
    position: relative;
}

#publicity .content {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}

#publicity .left {
    width: 700px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#publicity .img {
    width: 340px;
    height: 195px;
    display: block;
    cursor: pointer;
}

    #publicity .img:nth-of-type(1), #publicity .img:nth-of-type(2) {
        margin-bottom: 20px;
    }

#publicity .right {
    flex: 1;
    margin-left: 40px;
}

    #publicity .right .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        cursor: pointer;
    }

        #publicity .right .item > div {
            display: flex;
            align-items: center;
        }

    #publicity .right span {
        width: 4px;
        height: 4px;
        background-color: #D50915;
        margin-right: 10px;
    }

    #publicity .right .item .time {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #929292;
    }

    #publicity .right .item .newstitle {
        color: #3B3B3B;
        font-size: 16px;
        width: 335px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.links_content {
    justify-content: left !important;
}

    .links_content img {
        width: 296px;
        height: 80px;
        margin-bottom: 6px;
        cursor: pointer;
    }

    .links_content a {
        margin-right: 5px;
        box-sizing: border-box;
    }

        .links_content a:nth-of-type(4n) {
            margin-right: 0;
        }

#links {
    padding-bottom: 40px;
    border-bottom: 4px solid #D50915;
}

.bigbanner {
    width: 100%;
    margin-top: 60px;
}

    .bigbanner img {
        width: 100%;
        height: auto;
    }
