.container{

}

a{
    cursor: pointer;
}

/*banner*/
.container .banner{
    width: 100%;
    height: 520rem;
    position: relative;
}

.banner>img{
    width: 100%;
    height: 100%;
}

.banner>video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.banner>.top-bkg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner>.top-bkg>img{
    width: 871rem;
    height: 275rem;
}

/*提示*/
.container .tips{
    width: 100%;
    height: 70rem;
    padding: 0 260rem;
    background: #8E100A;
    display: flex;
    justify-content: space-between;
    
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 18rem;
    color: #FFFFFF;
    text-align: left;
}

.tips .tips-item{
    width: 33.33%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.tips .tips-item:nth-child(2){
    justify-content: center;
}

.tips .tips-item:last-child{
    justify-content: right;
}

.tips .tips-item>span:first-child{
    display: inline-block;
    width: 12rem;
    height: 12rem;
    margin-right: 8rem;
    background: #D4352D;
    border: 2rem solid #FFFFFF;
    border-radius: 50%;
    flex-shrink: 0;
}

.container .item-card{
    padding: 50rem 260rem 70rem 260rem;
}

/*新闻*/
.container .news{
    width: 100%;
    height: 764rem;
    background: #ffffff;
}

.item-card .title{
    position: relative;
    height: 45rem;
    padding-left: 15rem;
    margin-bottom: 25rem;
    font-weight: 600;
    font-size: 32rem;
    color: #333333;
    line-height: 45rem;
}

.item-card .title::before{
    content: '';
    position: absolute;
    width: 5rem;
    height: 35rem;
    background: #D4352D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-list{
    width: 1400rem;
    display: flex;
    justify-content: space-between;
}

.news-list .news-left{
    width: 880rem;
    height: 574rem;
    border-radius: 8rem;
}

.news-list .news-right{
    width: 500rem;
    height: 574rem;
}

.news-list .news-item{
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.news-list .news-item>img{
    width: 100%;
    height: 100%;
    border-radius: 8rem;
    object-fit: cover;
}


.news-list .news-item .content{
    position: absolute;
    width: 100%;
    height: 138rem;
    padding-left: 30rem;
    bottom: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    border-radius: 0 0 8rem 8rem;
}

.news-list .news-item .content>p:first-child{
    height: 22rem;
    margin-top: 51rem;
    margin-bottom: 6rem;
    font-weight: 400;
    font-size: 16rem;
    color: #FFFFFF;
    line-height:100%;
}

.news-list .news-item .content>p:last-child{
    height: 37rem;
    font-weight: 600;
    font-size: 26rem;
    color: #FFFFFF;
    line-height: 37rem;
}

.news-right .news-item{
    height: 277rem;
}

.news-right .news-item:first-child{
    margin-bottom: 20rem;
}

.news-list .news-left .news-item .content>p:first-child{
    margin-top: 41rem;
    margin-bottom: 10rem;
}

.news-list .news-left .news-item .content>p:last-child{
    height: 45rem;
    font-size: 32rem;
    line-height: 45rem;
}

/*捐款项目*/
.container .donation{
    background: #F2F2F2;
}

.donation .donation-list{
    width: 1400rem;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.donation-list .donation-item{
    width: 440rem;
    min-height: 589rem;
    margin-bottom: 30rem;
    margin-right: 39rem;
    background: #FFFFFF;
    border-radius: 8rem;
}

.donation-list .donation-item:nth-child(3n){
    margin-right: 0;
}

.donation-item>img{
    width: 100%;
    height: 238rem;
    border-radius: 8rem 8rem 0rem 0rem;
    cursor: pointer;
    object-fit: cover;
}

.donation-item .donation-content{
    margin: 16rem 20rem 0 20rem;
}

.donation-content .item-title{
    height: 30rem;
    margin-bottom: 10rem;
    font-weight: 600;
    font-size: 22rem;
    color: #333333;
    line-height: 30rem;
    overflow: hidden;
    cursor: pointer;
}

.donation-content  .sub_title{
    width: 400rem;
    height: 64rem;
    margin-bottom: 30rem;
    font-weight: 400;
    font-size: 14rem;
    color: #666666;
    line-height: 22rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制在1行内 */
    text-overflow: ellipsis; /* 溢出显示省略号 */
    position: relative;
    cursor: pointer;
}

.donation-content  .sub_title .check{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20rem;
    padding-left: 20rem;
    color: #2C497C;
    background: #ffffff;
}

.donation-content .do_donation{
    margin-bottom: 40rem;
    display: flex;
    justify-content: space-between;
}

.do_donation .btn{
    display: inline-block;
    width: 190rem;
    height: 46rem;
    background: #D4352D;
    border-radius: 6rem;
    font-weight: 600;
    font-size: 14rem;
    color: #FFFFFF;
    line-height: 46rem;
    text-align: center;
}

.donation-content .info{
    margin-bottom: 33rem;
    display: flex;
    justify-content: space-between;
}

.info-item{
    text-align: center;

}

.info-item>img{
    width: 30rem;
    height: 30rem;
}

.info-item .top-title{
    /*height: 20rem;*/
    margin-top: 12rem;
    margin-bottom: 3rem;
    font-weight: 600;
    font-size: 14rem;
    color: #333333;
    line-height: 20rem;
    text-align: center;
}

.info-item .info-tips{
    /*height: 17rem;*/
    font-weight: 400;
    font-size: 12rem;
    color: #999999;
    line-height: 17rem;
    text-align: center;
}