﻿.messagebox {
    width: 100%;
    height: 596px;
    /*background-image: url('/template/hzcsh/pc/image/messagebg.png');*/
    /*background-position: 100% 100%;*/
    /*background-repeat: repeat;*/
}

   

    .messagebox .wrap {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .messagebox .left {
        width: 583px;
    }

    .messagebox .message-content {
        display: flex;
        justify-content: space-between;
    }

        .messagebox .message-content .cards {
            /*margin-top: 40px;*/
        }

    .messagebox .left .message-content img {
        width: 200px;
        height: 64px;
        margin-bottom: 24px;
    }
.messagelist .item span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FF4344;
    margin-right: 6px;
    border-radius:50%;
    /*transform: rotate(45deg)*/
}

.messagelist {
    width: 335px;
    /*margin-top: 40px;*/
}

    .messagelist .item {
        display: flex;
        align-items: center;
        line-height: 22px;
        font-weight: 500;
        margin-bottom: 16px;
    }

        .messagelist .item p:hover {
            cursor: pointer;
        }
        .messagelist .item p {
            width: 212px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 16px;
        }
.donate-tab {
    width: 568px;
    height: 350px;
    overflow: hidden;
    /*margin-top: 80px;*/
    /*background: #000;*/
    background-image: url('/template/hdcsh/images/donatelist.png');
    background-position: 100% 100%;
    background-repeat: repeat;
}

.donate-head {
    display: flex;
    line-height: 70px;
    font-size: 18px;
    font-weight: 600;
    background-color: #E83030;
    color:#fff;
    height: 70px;
}
    .donate-head > div {
        width: 25%;
        text-align: center;
    }

/* .donate-head > div:nth-last-of-type(even) {
        width: 20%;
        text-align: center;
    }
    .donate-head > div:nth-last-of-type(odd) {
        width: 20%;
        text-align: center;
    }
  */

.donate-body {
    overflow: hidden;
    height: 298px;
    /*padding:0 30px;*/
}

.donate_item {
    display: flex;
    /*border-bottom: 1px solid #f2f2f2;*/
    color: #333;
}
.donate_item {
    height: 48px;
    line-height: 48px;
    font-size:14px;
}
    .donate_item > div{
        width: 25%;
        text-align: center;
        line-height: 20px;
    }

   /* .donate_item > div:nth-last-of-type(odd) {
        width: 30%;
        text-align: center;
        line-height: 58px;
    }*/

    .donate_item > div:nth-last-of-type(1) >p {
        overflow: hidden;
        width:65%;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin:0 auto;
    }
.donate-body .money {
    color: #FF4344;
}
.donate_fl {
padding:0;
}
    @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;
}
.time {
    color: #999;
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 65px;
}
/*基金会简介*/
#introduction {
    width: 100%;
    background: #FFF1F0;
    padding: 60px 0;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
    #introduction .content {
        display: flex;
        justify-content: space-between;
    }

        #introduction .content .detail {
            width: 568px;
            height: 320px;
            /*display: flex;*/
            /*flex-direction: column;*/
            /*justify-content: space-between;*/
        }

            #introduction .content .detail .head-title {
                margin: 0;
                font-size: 39px;
                font-family: MicrosoftYaHei, MicrosoftYaHei;
                font-weight: bold;
                color: #313131;
                line-height: 39px;
            }

            #introduction .content .detail .eng-title {
                margin-top: 16px;
                font-size: 17px;
                font-family: DINPro, DINPro;
                font-weight: 300;
                color: #313131;
                line-height: 17px;
            }

            #introduction .content .detail .org-title {
                font-size: 21px;
                font-family: PingFangSC, PingFang SC;
                font-weight: 500;
                color: #333333;
                line-height: 26px;
                margin-top: 40px;
                padding: 0;
            }

            #introduction .content .detail .summary {
                font-size: 16px;
                font-family: PingFangSC, PingFang SC;
                font-weight: 500;
                color: #333;
                line-height: 26px;
                margin-top: 20px;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            #introduction .content .detail .btn {
                width: 134px;
                height: 40px;
                /*border: 1px solid #333333;*/
                background: #E62129;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                line-height: 40px;
                text-align: center;
                /*margin-top: 66px;*/
                padding: 0;
                border-radius:2px;
            }


        #introduction .content .video {
            display: flex;
            align-items: flex-end;
        }
#introduction .morebox .morenews {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    /* background: #D50915; */
    background: #E62129;
    text-align: center;
    /* width: 140px; */
    width: 134px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.banner .swiper-pagination span {
    display: inline-block;
     width: 10px; 
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    margin: 0 4px;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active {
    background: #E14A39 !important;
    border-radius: 3px !important;
}
#project .left .list {
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 35px;*/
}

    #project .left .list .item {
        width: 268px;
        height: 208px;
        background: #FFFFFF;
        margin-bottom: 20px;
        margin-right: 24px;
        border-radius: 4px;
    }

        #project .left .list .item img {
            /*width: 268px;*/
            height: 151px;
            object-fit: cover;
            display: block;
        }

        #project .left .list .item .item-title {
            line-height: 60px;
            width: 178px;
            font-size: 18px;
            font-weight: 600;
            color: #000000;
            text-align: center;
            width: 240px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin: 0 auto;
        }
/*lin加*/
#news {
    margin-top: 65px;
    height: 756px;
    background: #FFF1F0;
}
#project {
    /*margin-top: 65px;
    height: 756px;
    background: #FFF1F0;*/
}

    #project .wrap {
        width: 1200px;
        margin: 0 auto;
        /*height: 100%;*/
        /*padding: 50px 0 30px;*/
        display: flex;
        /*justify-content: space-between;*/
    }

        #project .wrap > div {
            width: 600px;
        }

    #project .head-title {
        margin-top: 0;
        padding-top: 0;
    }

.head-title img {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
#project .head-title {
    margin-top: 0;
    padding-top: 0;
}

.head-title img {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}

#project2 .donate {
    /*width: 568px;*/
    width: 520px;
    /*height: 440px;*/
    height: 400px;
    background: #E83030;
    /*margin-top: 35px;*/
    display: flex;
    border-radius: 10px;
    flex-direction: column;
}

.donate .top {
    /*padding: 40px 50px 0;*/
    padding: 20px 30px 0;
    border-bottom: 1px solid #E6E6E6;
}

    .donate .top .title {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        line-height: 25px;
        padding: 0;
        border: 0;
        margin-bottom: 21px;
        /*position: relative;*/

        display: flex;
        /*justify-content: space-between;*/
        align-items: center;
    }

    .donate .top .txt {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        display: flex;
        margin-bottom: 20px;
    }

.donate .bottom {
    /*flex: 1;*/
    display: flex;
    /*justify-content: center;
        align-items: center;*/
    /*margin: 40px;*/
    margin: 30px;
    border-radius: 10px;
}

    .donate .bottom .code {
        width: 139px;
        height: 139px;
        margin-right: 38px;
    }

        .donate .bottom .code img {
            width: 100%;
            height: 100%;
        }

.donate .txt p:nth-of-type(1) {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.donate .txt p:nth-of-type(2) {
    font-size: 20px;
    color: #fff;
    margin-top: 16px;
}