.schedule_cont{
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}
.schedule_navs{
	width: 100%;
	height: 65px;
	position: relative;
}
.schedule_nav{
	width: 100%;
	height: 65px;
	display: flex;
}
.schedule_nav_list{
	width: 33.333%;
	height: 100%;
	background: #f2f2f2;
	text-align: center;
	cursor: pointer;
}
.schedule_nav_time{
	font-family: "Arial Negreta", Arial;
	/*font-weight: 700;*/
	line-height: 25px;
	margin: 10px 0 5px;
	color: #666;
}
.schedule_nav_title{
	display: inline-block;
	font-size: 14px;
	font-family: "Arial Normal", Arial;
    font-weight: 400;
    color: #666;
    line-height: 14px;
    height: 22px;
    padding:0 30px;
    margin-bottom: 6px;
    box-sizing: border-box;
}
.schedule_nav .active{
	background: #3e70ad;
}
.schedule_nav .active p ,.schedule_nav .active span {
	font-weight: bold;
	color: #FFFFFF !important;
}
.schedule_nav_list:hover p,.schedule_nav_list:hover span{
	font-weight: bold;
	color: #333333;
}
.schedule_items_cont{
	width: 100%;
	margin-top: 10px;
}
.schedule_items_cont .schedule_items_acitve{
	display:block;
}
.schedule_items{
	display: none;
}
.schedule_items_informations{
	margin-top: 15px;
	padding-bottom: 30px;
	padding-left:3%;
	padding-right:5%;
	background: #fcfcfc;
	border-radius: 4px;
}
.schedule_items_informations:hover{
	background: #F2F2F2;
}
.secondary_title_blue{
	padding-top: 20px;
}
.information_related{
	padding-top:10px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
}
.information_time{
	background: url(../imgs/schedule_icon.png) no-repeat;
	background-position: -6px ; 
	background-size:30px; 
	text-indent: 30px;
	padding-right: 25px;
}
.information_place{
	
}
.information_txt{
	margin:15px 0 0;
	line-height: 25px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 20px;
}
