/* 顶部轮播图 */
.top-carousel {
	padding-top:3.5rem;
	width: 100%;
	height: 37.5vw;
	min-height: 425px;
}
.carousel-content{
    background-position: center;
    background-size: cover;
}
.layui-carousel-ind{
	top: -5.5rem;	
}
.layui-carousel-ind ul{
	background-color: unset!important;
}
.layui-carousel-ind li{
	width: 0.8rem;
	height: 0.8rem;
	margin: 0 0.4rem;
}

/* 共通样式 */
.box-content {
	margin-bottom: 8rem;
}
.box-title {
	display: flex;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 2rem;
    justify-content: space-between;
}
.box-title .title-list > div + div{
	margin-left: 2rem;
}
.box-title .title-list .active{
	color: var(--main_color);
}
.box-title .title-list div:not(.active){
	cursor: pointer;
}
.view-more {
	cursor: pointer;
    font-size: 0.8rem;
    width: 6.5rem;
    height: 2rem;
    display: flex;
}
.view-more > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-more > div:first-child{
	width: 2rem;
	color: #fff;
	font-weight: 600;
	font-size: 0.8rem;
	background: var(--main_color);
    border-radius: 0.2rem 0 0 0.2rem;
}
.view-more.transform > div:first-child{
	color: var(--main_color);
	background: #fff;
}
.view-more > div:last-child{
	flex: 1;
    font-weight: 500;
	color: var(--main_color);
    border: 1px solid var(--main_color);
    border-radius: 0 0.2rem 0.2rem 0;
}
.view-more.transform > div:last-child{
	border-color: #fff;
	color: #fff;
}

.view-change{
	cursor: pointer;
    width: 4rem;
    height: 2rem;
    display: flex;
    border: 1px solid var(--main_color);
	border-radius: 0.2rem;
}
.view-change.transform{
	border-color: #fff;
}
.view-change div{
	flex: 1;
	font-weight: 600;
	line-height: 2rem;
	color: var(--main_color);
	text-align: center;
	font-size: 0.8rem;
}
.view-change.transform div:first-child{
	background: #fff;
}
.view-change.transform div:last-child{
	color: #fff;
}

/* 捐赠情况 */
.donate-content{
	position: relative;
	margin-top: 3rem;
	height: 6rem;
}
.donate-content .left-donate{
	width: 50%;
	background: #fff;
	border-radius: 0.5rem 0 0 0.5rem;
	box-shadow: 0px 4px 10px 1px #cccccc;
}
.donate-content .left-donate > div {
	display: flex;
	font-weight: 600;
	align-items: center;
}
.donate-content .left-donate .donate-interval {
	color: var(--main_color);
	border-left: 1px solid;
    height: 2rem;
    margin: auto;
}
.donate-content .left-donate .donate-div {
	flex: 1;
}
.donate-content .left-donate .donate-div .donate-title{
	font-size: 1.2rem;
}
.donate-content .left-donate .donate-div .donate-num{
	font-size: 1.5rem;
	color: var(--main_color);
}
.donate-content .right-donate{
	flex: 1;
	background: var(--main_color);
	border-radius: 0 0.5rem 0.5rem 0;
    box-shadow: 4px 4px 10px 1px #cccccc;
}
.donate-content .right-donate div {
	color: #fff;
	display: flex;
	font-size: 1.2rem;
	align-items: center;
    justify-content: center;
}
.donate-content .right-donate .donate-btn {
	flex: 1;
	cursor: pointer;
}

/* 品牌项目 */
.project-content .left-project{
	width: 20rem;
	height: 26rem;
	margin-right: 3rem;
}
.project-content .left-project img{
	width: 100%;
	height: 100%;
    object-fit: cover;
	border-radius: 0.5rem;
}
.project-content .right-project{
	width: 37rem;
    position: relative;
}
.project-content .right-project .view-more{
	position: absolute;
    bottom: 14rem;
}
.project-content .view-title{
	height: 2rem;
	font-size: 1.2rem;
	font-weight: 600;
}
.project-content .project-list{
	width: 37rem;
	height: 11rem;
    position: absolute;
    bottom: 0;
	overflow: hidden;
}
.project-content .project-carousel{
	width: 100%;
}
.project-content .project-amount{
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
}
.project-content .project-amount .text{
	color: #696785;
}
.project-content .project-detail{
	color: #696785;
	line-height: 1.5;
	font-size: 0.9rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project-content .list-div{
	width: 50rem; 
	margin-left: -13rem;
    display: flow-root;
}
.project-content .pic-div{
	float: left;
	width: 11rem;
}
.project-content .pic-div + .pic-div{
	margin-left: 2rem;
}
.project-content .project-pic{
	width: 100%;
    height: 0;
    position: relative;
	padding-bottom: 100%;
}
.project-content .project-pic img{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	position: absolute;
	object-fit: cover;
	border-radius: 0.3rem;
}

/* 新闻资讯 */
.news-content{
	min-height: 34rem;
}
.news-content .left-news{
	flex: 1;
	padding: 6rem 6rem 6rem calc(50% - 30rem);
	background: var(--main_color);
}
.news-content .box-title{
	color: #fff;
}
.news-content .right-news{
	width: calc(50% - 19rem);
	background: #fff2f5;
	padding-right: calc(50% - 30rem);
    justify-content: flex-end;
    align-items: center;
}
.news-content .news-channel{
	cursor: pointer;
}
.news-content .news-channel > div{
	height: 5rem;
    opacity: 0.5;
	font-weight: 600;
	color: var(--main_color);
	line-height: 5rem;
	font-size: 0.9rem;
    padding-right: 0.5rem;
}
.news-content .news-channel .active{
	opacity: 1;
}
.news-content .news-channel > div + div{
	border-top: 1px solid var(--main_color);
}
.news-content .box-news{
	height: calc(100% - 4rem);
}
.news-content .wait{
    color: #fff;
	text-align: center;
}
.news-content .wait span{
	font-size: 1.5rem;
}
.news-content .news-detail{
	flex: 1;
	position: relative;
	margin-right: 3rem;
}
.news-content .news-list{
	flex: 1;
    overflow: hidden;
	font-size: 0.9rem;
	background: #F2DCDE;
	border-radius: 0.4rem;
}
.news-content .news-list ul{
	color: #333333;
	padding: 1rem 1.5rem;
}
.news-content .news-list ul li{
	height: 2rem;
	cursor: pointer;
	line-height: 2rem;
	white-space: nowrap;          
	text-overflow: ellipsis;           
	overflow: hidden; 
}
.news-content .news-list ul li::before{
	content: "● ";
}
.news-content .news-list ul .rank{
	color: var(--main_color);
	font-weight: 600;
}
.news-content .news-detail .detail-pic{
	width: 100%;
    height: 0;
    position: relative;
	padding-bottom: 15rem;
}
.news-content .news-detail .detail-pic img{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	border-radius: 0.4rem;
}
.news-content .news-detail .detail-title{
	margin-top: 1.5rem;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.3rem;
	cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-content .news-detail .detail-msg{
	margin-top: 1.2rem;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.3rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-content .news-detail .view-change{
	position: absolute;
    bottom: 0;
}

/* 领域 */
.area-content .area-list{
	display: flow-root;
	min-height: 19rem;
}
.area-content .area-list div{
	width: 20%;
	height: 9.5rem;
	font-size: 0.9rem;
	float: left;
	display: flex;
	border: 1px solid rgb(144 0 0 / 20%);
/* 	margin: 0 0 -1px -1px; */
	justify-content: center;
	align-items: center;
	cursor:pointer;
}
.area-content .area-list div:nth-child(1){
	border-radius: 0.4rem 0 0 0;
}
.area-content .area-list div:nth-child(5){
	border-radius: 0 0.4rem 0 0;
}
.area-content .area-list div:nth-child(6){
	border-radius: 0 0 0 0.4rem;
}
.area-content .area-list div:nth-child(10){
	border-radius: 0 0 0.4rem 0;
}
.area-content .area-list div:hover{
	color: #fff;
    background: var(--main_color);
}
.area-content .goal-list{
	display: flow-root;
	min-height: 21rem;
    margin: -1rem -2.08rem;
}
.goal-list .sdg-div{
	width: 5rem;
    float: left;
    margin: 1rem 2.08rem;
}
.goal-list .sdg-div img{
	width: 100%;
}
.goal-list .sdg-div .sdg-hover{
	display: none;
}
.goal-list .sdg-div:hover{
	background: var(--main_color);
	cursor: pointer;
}
.goal-list .sdg-div:hover .sdg-pic{
	display: none;
}
.goal-list .sdg-div:hover .sdg-hover{
	display: block;
}

/* 信息公开 */
.open-content .pic-div{
	width: calc(25% - 1.5rem);
}
.open-content .pic-div + .pic-div{
	margin-left: 2rem;
}
.open-content .open-pic{
	width: 100%;
    height: 0;
    position: relative;
	padding-bottom: 137%;
}
.open-content .open-pic img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
    border: 1px solid var(--main_color);
	border-radius: 0.5rem;
}

/* 合作伙伴 */
.partner-content .list{
	width: 100%;
	height: 12rem;
	overflow: hidden;
	border-top: 1px solid rgb(174 45 76 / 0.16);
	border-bottom: 1px solid rgb(174 45 76 / 0.16);
}
.partner-content .wait{
	padding-top: 1rem;
	text-align: center;
}
.partner-content .wait span{
	font-size: 1.5rem;
}
.partner-content .partner-carousel{
	height: 100%;
}
.partner-content .partner-wrapper{
	background: #fff;
}
.partner-content .partner-center::before{
	content: "";
	position: absolute;
    width: 100%;
    top: 6rem;
	border-bottom: 1px solid rgb(174 45 76 / 0.16);
}
.partner-content .partner-slide{
	float: left;
	width: 16.6666%;
	height: 6rem;
/* 	padding: 1rem; */
	display: flex;
/* 	justify-content: center; */
	align-items: center;
	margin-bottom: -1px;
}
.partner-content .partner-slide img{
	width: 10rem;
}

/* 我要捐赠 */
.float-div{
	z-index: 9999;
	position: fixed ! important;
	right: calc(50% - 35.5rem);
	bottom: 4rem;
	width: 5rem;
    height: 24rem;
}
.float-div .float-donate{
	cursor: pointer;
	text-align: center;
    overflow: hidden;
    margin-bottom: 0.99rem;
}
.float-div .float-donate .donate-img{
	padding: 1rem 0;
	background: var(--main_color);
    border-radius: 0.4rem 0.4rem 0 0;
}
.float-div .float-donate .donate-img img{
	width: 2rem;
}
.float-div .float-donate .donate-text{
	font-size: 0.8rem;
	line-height: 1.4rem;
	background: #fff;
	color: var(--main_color);
    border: 1px solid var(--main_color);
    border-radius: 0 0 0.4rem 0.4rem;
}
.float-div .donate-phone{
	position: absolute;
    bottom: 0.25rem;
    right: 4rem;
    height: 5rem;
    width: 0;
    white-space: nowrap;
    background: #eff1f4;
    color: var(--main_color);
    border: 1px solid var(--main_color);
    border-right: 0;
    border-radius: 0.4rem 0 0 0.4rem;
}
.float-div .donate-phone span{
	margin: auto;
}
.backOld{
    right: 0;
    position: absolute !important;
    margin-right: 2rem;
}