#schdulMain{background:url(../images/conBg_3.jpg) no-repeat center;background-size:cover !important;padding:40px;line-height:1.5;}
#schdulMain h3{font-size:30px;color:#FFF;line-height:1;padding-bottom:15px;}
#schdulMain .scheduleControl{display:none;}
#schdulMain .scheduleScroll{}
#schdulMain .scheduleScroll ul{}
#schdulMain .scheduleScroll ul li{position:relative;padding:10px 0 10px 15px;color: #fff;}
#schdulMain .scheduleScroll ul li:nth-child(n + 6) {display: none;}
#schdulMain .scheduleScroll ul li:before{content:"";display:block;width:2px;height:6px;background:#efb23d;position:absolute;top:19px;left:0;}
#schdulMain .scheduleScroll .date{font-size: 15px;color: #ddd;display: inline-block;vertical-align: top;margin-right: 10px;}
#schdulMain .scheduleScroll .sub{display: inline-block;width: calc(100% - 135px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap; vertical-align: top}
#schdulMain .scheduleScroll ul li span{display:inline-block;vertical-align:top;}
#schdulMain .scheduleScroll ul li span.date{color:rgba(255,255,255,1);font-size:16px;width:130px;font-family:'Mont Medium';}
#schdulMain .scheduleScroll ul li span.con{color:rgba(255,255,255,0.7);font-size:16px;}
#schdulMain .more{display:block;text-indent:-9999px;width:40px;height:40px;background:url(../images/plus_3_w.png) no-repeat center;position:absolute;top:35px;right:35px;}
@media all and (min-width:1025px) {
	#schdulMain .more:hover{transform:rotate(90deg);transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);}
}