.schedule_cont{
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}


.schedule_items_cont{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
}

.schedule_items{
	display:block;
}

.schedule_items .day{
	height: 50px; 
	line-height: 50px; 
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 30px;
	color: #3e70ad;
    font-weight: 700;
    border-bottom: solid 1px;
	text-align: center;
}

.schedule_items li{
	display: flex;
	margin-top: 30px;
	border-bottom: dashed 1px #ddd;
	padding-bottom:15px;
}
.schedule_items .l{
	width: 200px;
	line-height: 25px;
	font-size: 16px;
	font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    color: #333333;
	text-align: right;
	margin-right: 30px;
}

.schedule_items .l .time{
	font-weight: 700;
	color: #3e70ad;
}

.schedule_items .r{
	width: 100%;
}
.schedule_items .event_title{
	font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #3E70AD;
}

.schedule_items .event_content{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 15px;
}