.main-content {
    padding-top: 4rem;
}
.index-div-left {
	border-radius: 1rem;
	width: 80%;
	margin: 0 auto;
	margin-top: 7rem;
}
.wrapper-title {
	width: 100%;
	text-align: center;
	font-size: var(--title_font_size);
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3rem;
}
.wrapper-title .title-icon {
	margin-top: 0;
	height: 0.5rem;
	width: 2rem;
	border-radius: 1rem;
	background-color: var(--main_color);
}
.cursor-pointer {
	cursor: pointer !important;
}
.el-button{
	background-color: var(--main_color);
	border-color: var(--main_color);
	color: #fff;
}
.el-button--primary.is-active, .el-button--primary:active, .el-button:focus, .el-button:hover, .sub_button:hover {
	background: var(--main_color);
	border-color: var(--main_color);
	opacity: 0.8;
	color: #fff;
}



/* 轮播图开始 */
.el-carousel {
    height: 100%;
}
.top-carousel .carousel-content .el-carousel__container {
	height: 100%;
}
.top-carousel .carousel-content img{
	width: 100%;
	height: auto;
}
.top-carousel .el-carousel__arrow {
	width: 4rem;
	height: 4rem;
	font-size: 0.8rem;
	background-color: rgb(31 45 61 / 30%);
}
.top-carousel .el-carousel__arrow--left{
	left: 10%;
}
.top-carousel .el-carousel__arrow--right{
	right: 10%;
}
/* 轮播图结束 */


/* 统计数据开始 */
.top-box {
    position: relative;
    z-index: 999 !important;
    margin-top: 0;
}
.top-box .pcUrlOrContent{
	cursor: pointer !important;
}
.top-box .top-box-card {
	border-radius: 1rem;
	background-color: #FFF;
	overflow: hidden;
	box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, .1);
	padding: 1rem 6rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.top-box .statistics-content {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.top-box .statistics-content:nth-last-child(1),.top-box .statistics-content:nth-last-child(2) {
	margin-top: 1.5rem;
}
.top-box .statistics-content .statistics-icon {
	width: 12%;
	height: auto;
}
.top-box .statistics-content .statistics-content-div{
	width: 70%;
}
.top-box .statistics-content .statistics-title {
	font-size: var(--title_font_size);
	font-weight: 700;
	line-height: 1;
}
.top-box .statistics-content .statistics-num {
	font-size: 1.8rem;
	font-weight: 700;
	color: #7B302D;
	line-height: 1;
	margin-top: 0.5rem;
}
/* 统计数据结束 */


/* 公益项目开始 */
.project-body{
	overflow: hidden;
	display: flex;
	flex-direction: row;
	margin-left: -4%;
}
.project-body .project-content{
	width: 29.3%;
	margin-left: 4%;
	border-radius: 1rem;
}
.project-body .project-img{
	width: 100%;
	border-radius: 1rem 1rem 0 0;
}
.project-body .project-img img{
	width: 100%;
	height: auto;
	border-radius: 1rem 1rem 0 0;
}
.project-body .project-detail{
	width: 100%;
	padding: 1rem;
	background: #fff;
	border-radius: 0 0 1rem 1rem;
	height: 7.2rem;
	cursor: pointer;
}
.project-body .project-detail .project-title{
	color: var(--font_color);
	font-size: var(--spare_title_font_size);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.project-body .project-detail .project-summary{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--grey_color);
	text-align: justify;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	position: relative;
	margin-top: 1rem;
}
.swiper-pagination-bullet-active{
	background: var(--main_color) !important;
}
/* 公益项目结束 */


/* 机构动态开始 */
.news-body .news-content{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}
.news-body .news-content .news-img{
	width: 27%;
	border-radius: 1rem 0 0 1rem;
}
.news-body .news-content .news-img img{
	width: 100%;
	height: auto;
	border-radius: 1rem 0 0 1rem;
}
.news-body .news-content .news-detail{
	width: 73%;
	padding: 1rem;
	background: #fff;
	border-radius: 0 1rem 1rem 0;
	position: relative;
	cursor: pointer;
}
.news-body .news-content .news-detail .news-title{
	font-size: var(--spare_title_font_size);
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.news-body .news-content .news-detail .news-summary{
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: var(--grey_color);
	text-align: justify;
}
.news-body .news-content .news-detail .news-time{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	color: var(--grey_color);
	font-size: var(--content_font_size);
}
.more-btn{
	width: 100%;
	display: flex;
	justify-content: center;
}
/* 机构动态结束 */


/* 我要捐赠开始 */
.btn-donate {
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	font-size: 1.2rem;
	line-height: 1.5;
	opacity: 0.7;
	border: none;
	background: var(--main_color);
	z-index: 1000;
}
/* 我要捐赠开始 */