@charset "UTF-8";
@import url(./wappublic.css);
@import url(./wapheader.css);
@import url(./fenlan.css);
@import url(./wapfooter.css);
@import url(./wapNavlist.css);
.main{
    background: #F8F8F7;
}

.usInfo_top{
    width: 100%;
    height: 3.81rem;
    display: flex;
}
.usInfo_top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 公益活动 */
.main_gy{
    width: 92%;
    height: 100%;
    margin: 0 auto; 
    margin-top: 0.6rem;
}
.gy_fs_top{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:0.01rem solid #33333326;
    padding-bottom: 0.3rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.gy_fs_top::after{
    content: "";
    width: 0.9rem;
    height: 0.04rem;
    background: #000000;
    position: absolute;
    top: 0.74rem;
    left: 0;
    z-index: 9;
}
.gy_fs_top span{
    font-size: 0.34rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
}
.tyw{
    font-size: 0.34rem;
    font-family: Jxixinkai;
    font-weight: 400;
    color: #000000;
}

.gy_list{
    width:100%;
}
.gy_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem solid #00000036;
    margin-bottom: 0.58rem;
    padding-bottom: 0.3rem;
}
.gy_item:last-child{
    margin-bottom: 0;
}
.gy_item a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.gy_item_img{
    width: 100%;
    height: 3.78rem;
    object-fit: cover;
}
.gy_item_text{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ne_title{
    font-size: 0.3rem;
    font-family: Source Han Sans SC;
    font-weight: 600;
    color: #000;
    line-height: 0.43rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.43rem;
}
.ne_tw{
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.36rem;
    opacity: 0.91;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.1rem 0 0.3rem 0;
}
.ne_sj{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ne_sj_left{
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:#1313138c;
}
.ne_sj_left img{
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
}
.ne_sj_right{
    width: 0.32rem;
    height: 0.32rem;
}
.gy_more{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #121212;
    margin:0.5rem auto;
}
.gy_more:active{
    color: #12121270;
}
.gy_more img{
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.22rem;
}

/* 新闻资讯 */
.main_news{
    width: 92%;
    height: 100%;
    margin: 0 auto; 
    margin-top: 0.7rem;
}
.gy_fs_top .news_icon{
    width: 0.76rem;
}
.news_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.news_list_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-bottom: 0.4rem;
}
.news_list_item_img{
    width: 100%;
    height: 3.36rem;
    object-fit: cover;
}
.news_list_item_bot{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.3rem;
}
.news_list_item_time{
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #121212;
    opacity: 0.41;
}
.news_list_item_title{
    font-size: 0.3rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000;
    line-height: 0.45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.2rem 0 0.2rem 0;
}
.news_list_item_nr{
    font-size: 0.25rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000000ab;
    line-height: 0.45rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_more{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #121212;
    margin: 0.2rem 0 0.7rem 0;
}
.news_more:active{
    color: #12121270;
}
.news_more img{
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.22rem;
}
