.midd{
	width: 12rem;
	margin: auto;
}
.midd .list{
	/* height: 9.57rem; */
	background-color: #fff;
	margin-top: 0.25rem;
	padding-top: 0.34rem;
	margin-bottom: 0.28rem;
}
.midd .list .item{
	display: flex;
	margin:0.3rem 0.44rem;
	margin-top: 0;
	height: 1.03rem;
	background: #F4F4F4;
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.midd .list .item .tms{
	width: 1rem;
}
.midd .list .item .tms .day{
	height: 0.42rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.3rem;
	color: #104097;
	line-height: 0.35rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 0.18rem;
}
.midd .list .item .tms .mon{
	height: 0.17rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.12rem;
	color: #999999;
	line-height: 0.14rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.midd .list .item .line{
	height: 0.32rem;
	border-left: 0.01rem solid #E2E2E2;
	margin-top: 0.36rem;
	margin-right: 0.23rem;
}
.midd .list .item .name{
	flex: 1;
}
.midd .list .item .nm{
	height: 0.28rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.23rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 0.23rem;
}
.midd .list .item .nm a:hover{
	color: #104097;
}
.midd .list .item .vm{
	height: 0.2rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.16rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 0.09rem;
}
.pagination{
	margin: auto;
	margin-top: 0.28rem;
	margin-bottom: 0.28rem;
}