.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: "微软雅黑 Regular", "微软雅黑","Arial Negreta", Arial;
	/*font-weight: 700;*/
	line-height: 25px;
	margin: 10px 0 5px;
	color: #666;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;

}
.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_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_txt{
	margin:15px 0 0;
	line-height: 25px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 20px;
}

.schedule_items{
	display: none;
}
.schedule_items ul{
	margin-left: 20%;
	background: url(../imgs/line04.28bf78f.gif) repeat-y 197px 0;
}

.schedule_items li{
	display: flex;
	margin-top: 10px;
	padding-bottom:10px;
	border-bottom: dashed 1px #ddd;
	background: url(../imgs/icon07.d4c4b64.gif) no-repeat 190px 7px;
}
.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: 70px;

}

.schedule_items .l .time{
	font-weight: 700;
	color: #f96863;
}
.schedule_items .l .venue{
	font-weight:normal;
	font-size: 14px;
}

.schedule_items .r{
	width: 100%;
	margin-left: 30px;
}
.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;
}

.span_s_click{
	font-size:12px;
	color: #f96863;
	padding-left: 12px;
}
