body {
	--themeColor: #fa8098;
	background-color: #fff;
}
body.index-body{
	background: url(../../img/balance-110850.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.container {
	/* height: 5000px; */
	text-align: center;
	/* background-color: #fff; */
	font-size: 16px;
}

.nav-header {
	height: 120px;
	/* background: url(../../img/nav-bg.jpg) 100% 100% no-repeat; */
	background-color: var(--themeColor);
	display: flex;
	align-items: center;
	color: #fff;
}

.nav-header img {
	width: 238px;
	height: auto;
}

.header-list,
.heade-item ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.heade-item ul li a {
	color: #fff;
	display: block;
}

.header-list {
	width: 100%;
}

.header-logo {
	width: 33%;
}

.heade-item {
	width: 67%;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	/* color: rgba(255, 255, 255, 0.8); */
}

.index-banner {
	/* max-height: 680px; */
	padding-bottom: 50px;
	background-color: #fff;
}

.index-banner img {
	width: 100%;
	height: auto;
}

h1 {
	width: 270px;
	height: 47px;
	font-weight: 600;
	color: #ff1f85;
	background-image: url(../../img/bt-bg.png);
	background-size: 100% 17px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 50%;
	transform: translateX(-50%);
}

.ranking-image h1 {
	width: 320px;
}

.index-title {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	padding: 100px 0;
	z-index: 1;
}

.index-title img {
	width: 380px;
	height: 320px;
}

.title-item,
.title-item1,
.title-item2 {
	width: 380px;
	height: 640px;
	text-align: justify;
	box-shadow: 0 0 5px #e5e5e5;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.775);
	z-index: 3;
}

.title-item1 {
	margin: 0 30px;
}

.index-title .item-title {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}

.index-title p {
	color: #666;
	margin-bottom: 30px;
	font-size: 14px;
	/*margin-bottom: 30px;*/
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.index-title span {
	color: #999;
}

.title-item1-bottom,
.item-top {
	height: 320px;
	padding: 70px 40px 0;
}

.title-item:hover .item-top,
.title-item1:hover .title-item1-bottom,
.title-item2:hover .item-top {
	background-color: var(--themeColor);
	box-shadow: none;
	/* border: 4px solid #ff1f85; */
	box-sizing: border-box;
}

/* .title-item:hover img,
.title-item1:hover img,
.title-item2:hover img {
	width: 372px;
	height: 312px;
} */

.title-item:hover p,
.title-item:hover .item-title,
.title-item:hover span,
.title-item1:hover p,
.title-item1:hover .item-title,
.title-item1:hover span,
.title-item2:hover p,
.title-item2:hover .item-title,
.title-item2:hover span {
	color: #fff;
}

.index-list {
	background-image: url(../../img/list-bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* background-color: pink; */
	padding-top: 50px;
	margin-top: 80px;
}

.list-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-content .list-item {
	width: 45%;
	/*height: 320px;*/
	/* background: pink; */
	padding: 50px 0;
}

.list-content .list-item a {
	display: block;
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: flex-start;
}

.list-content .list-item img {
	width: 220px;
	height: 146px;
}

.list-content .list-item:nth-of-type(1),
.list-content .list-item:nth-of-type(2) {
	border-bottom: 1px solid #e6e6e6;
}

.list-title {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}

.list-content .item-img {
	width: 40%;
}

.list-content .item-text {
	width: 56%;
	text-align: left;
	margin-left: 4%;
}

.index-list .list-title img {
	margin-top: 50px;
}

.list-item {
	color: #333;
}

.index-list .list-item-title {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	height: 60px;
	line-height: 23px;
	/*margin-bottom: 30px;*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.index-list p {
	color: #666;
	/*margin-bottom: 30px;*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*控制显示的行数*/
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.index-list span {
	display: block;
	margin-top: 15px;
	color: #999;
}

.list-item:hover .list-item-title {
	color: var(--themeColor);
}

.index-handle {
	/* overflow: hidden; */
	/* height: 400px; */
	padding-top: 50px;
}

.zixun-title {
	text-align: center;
}

.index-handle .wrap {
	min-height: 400px;
	position: relative;
	margin-top: 80px;
}

.index-ranking {
	/* margin-top: 80px; */
	padding-bottom: 60;
	/* background-image: url(../../img/juanzen-bg.jpg);
	background-size: 100% 450px;
	background-repeat: no-repeat;
	background-position: top; */
}

.ranking-image {
	padding-top: 60px;
	margin-bottom: 80px;
}

.ranking-container {
	box-shadow: 0 0 10px #ccc;
	border-radius: 15px;
	background-color: #fff;
	/* height: 800px; */
	padding: 35px 80px;
	/* overflow-y: scroll; */
}

.ranking-title {
	color: #666666;
	font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ranking-container .times {
	width: 22%;
}

.ranking-container .names {
	width: 22%;
}

.ranking-container .money {
	width: 20%;
}

.ranking-container .lines {
	width: 36%;
}

.ranking-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ranking-content span {
	display: inline-block;
	margin-top: 40px;
	width: 100%;
}

.ranking-content span.times {
	color: #999;
}

.ranking-content span.names {
	color: #333;
}

.ranking-content span.money {
	color: #ff1200;
}

.ranking-content span.lines {
	color: #999;
}

.index-ranking::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: inherit;
	filter: blur(0px);
	z-index: -2;
}

.index-link {
	margin-top: 50px;
}

.index-ft-slider {
	background-color: #fff;
	margin-top: 100px;
}

.index-footer {
	height: 100%;
	/* background-image: url(../../img/ft-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	background: var(--themeColor);
	color: #fff;
}

.index-footer .wrap {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-footer .ft-left {
	width: 45%;
	text-align: left;
}

.index-footer .ft-center {
	width: 40%;
	text-align: left;
}

.index-footer .ft-center div {
	margin-bottom: 10px;
}

.index-footer .hx {
	width: 35px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 25px !important;
}

.ft-center-top {
	font-size: 18px;
	margin-bottom: 5px !important;
}

.index-footer .ft-center img {
	width: 13px;
	height: 13px;
	margin-right: 10px;
}

.index-footer .ft-right {
	width: 15%;
	text-align: right;
}

/* 慈善动态 */
.msg-banner {
	position: relative;
	text-align: center;
}

.msg-banner img {
	width: 100%;
	height: auto;
}

.msg-banner .banner-title {
	position: absolute;
	top: 50%;
	left: 50%;
	/* margin-top: 50%; */
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	/*  */
}

.index-banquan {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	color: #999;
	padding: 10px 0;
	font-size: 12px
}

/* .item:hover {
	background-color: #ff1f85;
	box-shadow: none;
	border: 4px solid #ff1f85;
	box-sizing: border-box;
} */