
.schedule {
  margin: 0 -40px;
}
.schedule .schedule_li {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
  padding: 0 40px;
  padding-bottom: 50px;
}
.schedule .schedule_li .schedule_li_title {

  background-size: 40px;
 background: url(../img/data_icon.png) no-repeat left center;
 
  background-size: 40px;
  color: #FFF;
  font-size: 18px;
  
  border-top: 1px solid #a00000;
  border-bottom: 1px solid #a00000;
  position: relative;
  padding: 10px 0;
   padding-left: 50px;
}
.schedule .schedule_li .schedule_li_title a{
	display: inline-block;
	    padding: 10px;
	    margin: 0 10px;
		border-radius: 10px 10px 0 0;
border-bottom: 4px solid #e7e313;
color:#fff;
 background-color:#c91829;
	
}
.schedule .schedule_li .schedule_li_title a.active{
	    background-color: #a70e12;
		
}
.schedule .schedule_li .schedule_li_title a img{
	width: 30px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.schedule .schedule_li .schedule_li_title::before {
  content: "";
  display: table;
  width: 100%;
  height: 2px;
  background-color: #c91829;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.schedule .schedule_li .schedule_li_title::after {
  content: "";
  display: table;
  width: 100%;
  height: 2px;
  background-color: #fff200;
  width: 50%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.schedule .schedule_li .schedule_li_cum {
  margin-top: 30px;
  position: relative;
  padding-left: 0 ;
  height: 76px;
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box_first {
  width: 220px;
  height: 82px;
  background-color: #1c275f;
  text-align: center;
  line-height: 25px;
  position: absolute;
  left: 0;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 2;
  vertical-align: middle;
  padding: 20px;
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box {
  position: relative;
  left: 0;
  top: 0;
  height: 82px;
  z-index: 1;
  overflow: hidden;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  /*定义两端按钮的样式*/
  /*定义右下角汇合处的样式*/
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box::-webkit-scrollbar {
width: 0;
  /*对垂直流动条有效*/
  height:0;
  /*对水平流动条有效*/
  display: none;
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box:hover::-webkit-scrollbar {
  display: none;
  width: 0;
    /*对垂直流动条有效*/
    height:0;
  /*对水平流动条有效*/
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
  width: 100%;
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: blue;
   background-color: rgba(0,0,0,0.5);

}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box_other {
  width: 1200px;
  height: 82px;
  padding-left: 220px;
  -webkit-overflow-scrolling: touch; //有回弹效果 
  -webkit-overflow-scrolling: auto; //滑到哪停到哪
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box_other .schedule_li_cum_box_li {
  border: 2px solid #1f2a62;
  height: 78px;
  width: 170px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  margin-left: 10px;
   
  float: left;
	
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box_other .schedule_li_cum_box_li .time {
  background-color: #1f2a62;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box_other .schedule_li_cum_box_li .center {
  text-align: center;
  padding: 5px;
  position: relative;
  height: 48px;
}
.schedule .schedule_li .schedule_li_cum .schedule_li_cum_box_other .schedule_li_cum_box_li .text {
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height: 16px;
  width: 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .schedule .schedule_li {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 50px;
  }
  .schedule {
    margin: 0 -10px;
  }
  .header-top .left {
    width: 80%;
    float: left;
  }
  .header-top {
    padding: 50px 0;
    position: relative;
    background-size: 100%;
    padding: 20px 3%;
  }
  .header-top .right {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    color: #fff000;
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: 20px;
  }
}



@media screen and (max-width: 750px) {
	.schedule .schedule_li .schedule_li_title {
	    background-size: 40px;
	    background: url(../img/data_icon.png) no-repeat left center;
	    background-size: 20px;
	    color: #FFF;
	    font-size: 18px;
	    border-top: 1px solid #87cee2;
	    border-bottom: 1px solid #fff600;
	    position: relative;
	    padding: 10px 0;
	    padding-left: 30px;
		height: auto;
		    overflow: hidden
	}
	.schedule .schedule_li .schedule_li_title::after {
	    content: "";
	    display: table;
	    width: 100%;
	    height: 2px;
	    background-color: #fff200;
	    width: 50%;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	
	.schedule .schedule_li .schedule_li_title a {
	    display: inline-block;
	    padding: 5px;
	    margin: 0 3px;
	    border-radius: 5px 5px 0 0;
	    border-bottom: 2px solid #e7e313;
	    color: #e7e313;
	    background-color: #c91829;
		float:left;
	}
	.schedule .schedule_li .schedule_li_title a span{
		display: none;
	}
}
