.index_banner{
	margin-bottom:3.5rem;position: relative;width: 37.5rem;height: 24rem;
}
.index_banner .banner{
	width: 37.5rem;height: 24rem;position: absolute;left: 0;top: 0;
}
.index_introbg{
	text-align: center;width: 37.5rem;height: 5rem;margin: 1.5rem auto;	
}
.index_introbg img{
	width: 34.8rem;height: 5rem;margin: 0 auto;
}
.hot{
	width: 12rem;height: 6rem;position: absolute;left: 2.5rem;top: 2.2rem;display: inline-block;
	line-height: 1;
}
.hot .title{
	width: 12rem;height: 2rem;font-size: 2rem;font-weight: bold;color: #FFFFFF;line-height: 2rem;
	display: inline-block;
}
.hot .letter{
	width: 10.2rem;height: 1.4rem;font-size: 1.4rem;font-weight: 300;color: #FFFFFF;line-height: 3rem;
	display: inline-block;
}
.index_banner .card{
	width: 34.5rem;height: 17.7rem;background: #FFFFFF;box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
	border-radius: 0.4rem;position: absolute;left: 1.5rem;bottom: -2rem;padding: 1.5rem;position: absolute;
}
.card .title{
	max-height: 4.6rem;	font-size: 1.7rem;font-weight: 400;	color: #000000;line-height: 2.3rem;
	text-align: left;overflow: hidden;margin-bottom: .4rem;
}
.card .content{
	font-size: 1.3rem;	font-weight: 400;	color: #666666;	line-height: 1.8rem;overflow: hidden;	text-indent: 2em;
	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 3;
	
}
.card .bottom{
	width: 31.5rem;height: 5rem;display: flex;justify-content: space-between;position: absolute;left: 1.5rem;bottom: 0;
	line-height: 5rem;
}
.card .bottom span{
	font-size: 1.4rem;	font-weight: 300;	color: #000000;	
}
.card .bottom a{
	font-size: 1.4rem;	font-weight: 300;	color: #167DFF;	text-decoration: underline;
}
/* 正数资讯 */
.newsBox{
	justify-content: space-between;width: 34.5rem;height: 12rem;margin: 0 auto;
	background: #FFFFFF;border-radius: 0.4rem;margin-bottom: 1rem;display: none;
}
.newsBox .newsDetail{
	display: flex;width: 20.5rem;padding: 0.8rem 0;flex-wrap: wrap;word-break: break-all;
}
.newsBox .focus-box{
	display: flex;justify-content: space-between;flex-flow: column;
}
.newsBox .news-keeper{
	width:12.66rem;height: 1.7rem;
}
.newsBox .focus-img{
	width: 12.66rem;height: 8.6rem;margin-right: 1.2rem;
}
.newsBox .newsTitle{
	font-size: 1.5rem;	font-weight: 400;	color: #000000;	line-height: 2rem;max-height: 4rem;width: 20.5rem;
	overflow: hidden;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;margin-bottom: .5rem;
}
.newsBox .newsContent{
	font-size: 1.2rem;font-weight: 400;	color: #999;	line-height: 1.8rem;max-height: 3.6rem;width: 20.5rem;
	overflow: hidden;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newsBox .newsTime{
	font-size: 1.2rem;	font-weight: 400;	color: #999;	line-height: 1.8rem;width: 20.5rem;
}
.showMore{
	width: 34.5rem;	height: 4.5rem;	background: #FFFFFF;	box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.1);
	border-radius: 0.4rem;font-weight: 400;font-size: 1.4rem;color: #167DFF;line-height: 2.1rem;display: flex;
	justify-content: center;align-items: center;margin: 0 auto;
}