.headbox {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}


.headlogo {
    padding: 1rem 17rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headlogo>img {
    width: 30rem;
    padding-left: 2rem;
}

.btn-danger {
    background-color: #ee0909 !important;
    color: #ee0909 !important;
}

.headimgsbox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: 100vh;
}

.headimgsbox img {
    width: 100%;
}

.pitchbg {
    background-color: #c80509;
}

.headnavbox {
    background-color: #ee0909;
    color: white;
    padding: 0 17em;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.headnavbox a {
    font-size: 1rem;
    padding: 0.5em;
    width: 18em;
    text-align: center;
    color: white;
}

.headnavbox a:hover {
    background-color: #c80509;
}

.conbox {
    box-sizing: border-box;
    padding: 0 17rem;
    min-height: 24.25rem;
}

.con-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 3rem;
}

.con-title p {
    width: 100%;
    position: absolute;
    font-size: 2rem;
    font-weight: 700;
    color: #ee090920;
    top: 1.5rem;
    left: 35%;
}

.con-title img {
    width: 28rem;
}

.con-title span {
    color: #ee0909;
    font-size: 1.5rem;
    font-weight: 700;
}

.newsbox {
    width: 100%;
    padding: 3rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.newsleft {
    position: relative;
    width: 49%;
    overflow: hidden;
    box-sizing: border-box;
}
/* 
.newsleft .swiper-pagination {
    position: absolute;
    left: 45% !important;
    z-index: 10;
} */

.newsleft img {
    width: 100%;
    height: 21.75rem;
}

.newsright {
    box-sizing: border-box;
    width: 49%;
    overflow: hidden;
}

.newsright .newlb {
    font-weight: 600;
    border-radius: .45rem;
    border: .15rem solid #ee0909;
    padding: .25rem .5rem;
    width: 7rem;
    text-align: center;
    font-size: 1.05rem;
}

.newmodel {
    color: white;
    background-color: #ee0909;
}

.newsright a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsright ul,
.newsright ul li {
    list-style: disc inside !important;
}

.prooutbox,
.charitbox {
    padding: 3rem 0;
    overflow: hidden;
}

.modelbox {
    display: block;
    background-color: #ee0909;
    border-radius: .625rem;
    color: white;
    max-width: max-content;
    padding: .5rem 2rem;
    margin: 1rem auto;
}

.projectbox {
    padding: 3rem 0;
}

.infoleft {
    padding: 3rem 0;
    width: 48%;
}

.projectbox .protop {
    position: relative;
    width: 19.1rem;
    height: 12.5rem;
    overflow: hidden;
    border-radius: .625rem;
}

.projectbox .protop img {
    width: 100%;
}

.projectbox .protop p {
    border-radius: .625rem 0 .625rem 0;
    color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ee0909;
    padding: .25rem .2rem;
}

.projectbox .probot {
    text-align: left;
    line-height: 1.5;
    font-size: 1.15rem;
}

.projectbox .probot .text1 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-top: .5rem;
}

.projectbox .probot .text1>span:nth-child(1) {
    color: #ee0909;
}

.projectbox .probot .text2 {
    font-size: 1.15rem;

    padding-top: .5rem;
    display: flex;
    align-items: center;

}

.projectbox .probot .text2 img {
    width: 1.25rem;
    height: 1rem;
}

.projectbox .probot .text2>span:nth-child(2) {
    padding-left: .5rem;
}

.projectbox .probot .text2>span:nth-child(3) {
    color: #ee0909;
}

.projectbox .probot .text3 {
    font-size: 1.15rem;
    padding-top: .5rem;
    display: flex;
    align-items: center;

}

.projectbox .probot .text3 img {
    width: 1.1875rem;
    height: 1.125rem;
}

.projectbox .probot .text3>span:nth-child(2) {
    padding-left: .5rem;
}

.projectbox .probot .text3>span:nth-child(3) {
    color: #ee0909;
}

.infotitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infotitle img {
    width: 8.6875rem;
    height: .75rem;

}

.infotitle>p:nth-child(1) {
    position: relative;
    font-weight: 700;
}

.infotitle>p:nth-child(1) img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.infotitle>p:nth-child(1) span {
    position: relative;
    z-index: 2;
    text-align: center;
    display: block;
    width: 8.6875rem;
}

.infobox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.infoconbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.15rem;
}

.infoconbox>p:nth-child(1) {
    width: 70%;
    text-align: left;
}

.infoconbox>p:nth-child(2) {
    color: #c0c0c0;
    width: 25%;
    text-align: right;
}

.newlist {
    display: none;
}

.infobot {
    height: 12.5rem;
    margin: 1.25rem 0;
    width: 100%;
    overflow: hidden;
}

.footbox {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #ee0909;
    padding: 3rem 17rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footbox .foot-left {
    width: 23.0625rem;
}

.footbox .foot-middle {
    font-size: 1rem;
    line-height: 1.5;
}

.footbox .foot-right div {
    display: inline-block;
    text-align: center;
    padding-left: 1rem;
}

.footbox .foot-right div p {
    padding-bottom: 0.5rem;
}

.footbox .foot-right div img {
    width: 5.6875rem;
}

/* 新闻 */
.news-parent {
    display: flex;
    margin: 1.25rem 0;
    width: 100%;
}

.news-left {
    width: 20%;
}

.news-right {
    width: 74%;
}

.proj-box {}

.news-left-title {
    background: #ee0909;
    color: white;
    width: 10rem;
    padding: .4rem 0;
    margin-top: .75rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: .625rem;
}

.news-left ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 1rem 1.25rem;
    width: 10rem;
    box-sizing: border-box;
}

.news-left ul li p {
    display: inline-block;
}

.news-left ul li p:nth-child(1) {
    width: .3rem;
    height: .75rem;
    border-radius: .45rem;
    background-color: #ee0909;

}

.news-left ul li p:nth-child(2) {
    padding-left: 1.75rem;
}

.color-red {
    color: #ee0909;
}

.location {
    text-align: right;
    color: #a4a3a3;
    font-size: 0.9rem;
}

.right-content {
    width: 100%;
    display: flex;
    margin: 1.45rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #bdbcbc;
}

.right-content img {
    width: 13.1875rem;
    height: 8.625rem;
}

.right-content .right-text {
    width: calc(100% - 13.1875rem) !important;
    box-sizing: border-box;
    padding-left: 1rem;
}

.right-text .time {
    padding-top: .5rem;
    color: #c2c2c2;
    font-size: .75rem;
}

.right-text>p:nth-child(1) {
    /* font-weight: 600; */
    font-size: 1.1rem;
}


.right-text>p:nth-child(3) {
    padding-top: .45rem;
    text-indent: 2em;
    font-size: .9rem;
}

.detailsbox {
    margin: 1.45rem 0;
}

.detailsbox .details-title {
    font-size: 1.125rem;
    text-align: center;
    padding-bottom: .5rem;
    padding: 0 3rem;
}

.detailsbox .details-time {
    text-align: center;
    color: #a5a4a4;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: .45rem;
    border-bottom: .0625rem solid #acabab;

}

.detailsbox .details-time img {
    width: .9375rem;
    height: .9375rem;
}

.detailsbox .details-time span {
    padding-left: .2rem;
    font-size: .9375rem;
}

.detailsbox .details-content {
    padding: 2rem 6.25rem;
    text-align: justify;
    font-size: .9375rem;
}

/*  救助*/
.helpbox {
    margin: 1.25rem 0;
}

.help-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.45rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #bdbcbc;
}

.help-content .time {
    padding-top: .5rem;
    color: #c2c2c2;
    font-size: .9rem;
    width: 10%;
    text-align: right;
}

.help-content .title {
    width: 85%;
}

/* 联系我们 */
.contactbox {
    text-align: center;
}

.contactbox .top {
    background-color: #ed0808;
    color: white;
    padding: .2rem .5rem;
    width: max-content;
    margin: 1rem auto;
    border-radius: .45rem;

}
.charit-details{
    padding: 0 6.25rem 2rem 6.25rem;
    text-align: justify;
    font-size: .9375rem;
}
.deteils-line{
    line-height: 2.5;
}
.pl-1{
    padding-left: .1rem;
}
.porck{
    justify-content: center;
    padding: 1rem 0;
}
.porck>p{
    padding-left: 1rem;
}
.pro-text{
    font-size: 1.25rem;
    font-weight: 600;
    padding-top: .5rem;
}