
@font-face {font-family: "iconfont";
  src: url('../fonts/font_234130_nem7eskcrkpdgqfr.eot'); /* IE9*/
  src: url('../fonts/font_234130_nem7eskcrkpdgqfr.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/5d662e5e890d40ca9f92088101f4ab79.woff') format('woff'),
  url('../fonts/font_234130_nem7eskcrkpdgqfr.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/font_234130_nem7eskcrkpdgqfr.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-115rightarrowheads:before { content: "\e79b"; }

.icon-111arrowheadright:before { content: "\e6db"; }

.icon-116leftarrowheads:before { content: "\e807"; }

.icon-112leftarrowhead:before { content: "\e6f6"; }

    #schedule-box{
			width: 294px;
			margin: 0 auto;
			padding: 35px 20px;
			font-size: 13px;
			box-sizing: border-box;
			padding-top: 0;
			
		}
		.schedule-hd{
			display: flex;
			justify-content: space-between;
			padding: 0 15px;
		}
		.today{
			flex: 1;
			text-align: center;
		}
		.ul-box{
			overflow: hidden;
		}
		.ul-box > li{
			float: left;
			width: 14.28%;
			text-align: center;
			padding: 5px 0;
		}
		.other-month{
			color: #999999;
		}
		.current-month{
			color: #333333;
		}
		.today-style{
			border-radius: 50%;
			background: #58d321;
		}
		.arrow{
			cursor: pointer;
		}
		.dayStyle{
			display: inline-block;
			width: 35px;
			height: 35px;
			border-radius: 50%;
			text-align: center;
			line-height: 35px;
			cursor: pointer;
		}
		.current-month > .dayStyle:hover{
			background: #00BDFF;
			color: #ffffff;
		}
		.today-flag{
			background: #00C2B1;
			color: #fff;
		}

		.selected-style {
			background: #00BDFF;
			color: #ffffff;
		}
		#h3Ele{
			text-align: center;
			padding: 10px;
		}
		
   .time-box { margin-top: 20px; width: 294px; float: right; background: #fbfbfb; border-radius: 8px;  }
   
   .current-month > .dayStyle:hover { background: #5fb157;  } 
   
   .today-flag { background: #3b7b35; }
   
   .time-bt { padding: 20px; padding-bottom: 20px; padding-left: 40px; position: relative; font-size: 16px; } 
   
   .time-bt:after { content: ""; position: absolute;  top: 24px; left: 28px; width: 6px; height: 14px; background: #5fb157; }  
   
   .time-bt.xg { padding-left: 20px; }
   
   .time-bt.xg:after { left: 9px; }
   
    
   .sml_xuanze_a>li {
	    float: left;
	    width: 92px;
	    cursor: pointer;
	    text-align: center;
	    font-size: 20px;
	    color: #707070;
	    margin: 0 10px;
	    line-height: 76px;
	    font-weight: normal;
    }
   
  #new_space .sml_xuanze_a>li {  font-size: 16px; line-height: 74px;  }
   
  .sml_xuanze_a>li.active, .sml_xuanze_a>li:hover {
    border-bottom: solid 2px #868686;
    color: #2d2d2d;
    }   
   
  .sml_xs_a>li { display: none; }  
    
  .sml_xs_a>li.active { display: block; } 
  
  .cb_news li {  padding: 10.85px 0px; border-bottom: 1px solid #e8e8e8; line-height: 20px; position: relative; } 

  .cb_news li a { font-size: 14px; color: #222; overflow: hidden; }
  
  .cb_news li a:hover,.cb_news li a:hover i,.cb_news li a:hover .riqi { color: #5fb157; }
  

  
  .cb_news li a i { padding-right: 2px; color: #333; display: inline-block; float: left; } 
  
  .cb_news li a span.zy-text { width: 198px; height: 20px; display: inline-block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; } 
  
  .cb_news .riqi { float: right; font-size: 12px; color: #444; }
  
  .time-bt.xg a {  float: right; font-size: 12px; color: #999; }  
     
  .time-bt.xg a:hover { color: #5fb157; } 
  
  .time-bt.xg { padding-right: 10px; }
