.container{
	overflow: hidden;
	background-color: rgb(245,245,245);
}
.littlebanner{
	width: 100%;
	height: 1.5rem;
	border-radius: 0.13rem;
	margin-bottom: 0.3rem;
}
.indexList{
	margin-top: 0.27rem;
	padding: 0.27rem 0.4rem;
	background-color: #fff;
	overflow: hidden;
	display: flex;
}
.indexListLeft{
	width: 2.386rem;
	margin-right: 0.17rem;
	border-radius: 0.13rem;
	/*box-shadow: 0 0 10px #f00;*/
	box-shadow: -5px -5px 7px rgb(245,245,245);
}
.indexListLeft>img{
	width: 1.86667rem;
	height: 1.86667rem;
	margin: 0.17rem auto;
	display: block;
	border-radius: 50%;
}
.indexListLeft>h2 {
    margin: 0.26666667rem 0;
    text-align: center;
    font-size: 0.2733333rem;
    color: rgb(39,39,39);
}
.indexListLeft>p {
    color: rgb(83,83,83);
    font-size: 0.20rem;
    padding: 0 3px;
    margin-bottom: 0.26666667rem;
    text-align: center;
}
.indexListRight{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-top: 30px;
}
.indexListRightSingle{
	padding: 0.18rem 0.19rem;
	border-bottom: 1px solid rgb(245,245,245);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexListRightSingle>a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.35rem;
	line-height: 0.35rem;
	color: rgb(50,50,50);
}
.moreList{
	display: block;
    margin: 0 auto;
    width: 3.2rem;
    height: 0.6666667rem;
    text-align: center;
    line-height: 0.66666667rem;
    font-size: 0.32rem;
    color: rgb(83,83,83);
    border-radius: 50px;
    border: 1px solid rgb(78,167,233);
    margin-top: 0.45rem;
}
.moreList:hover{
	background-color: rgb(78,167,233);
	color: #fff;
}
