/*edu.html*/
/*innertop*/
.innertop{height: 60px;overflow: hidden;}
.innertop div.g-o{margin-top: 20px;}

.limit .p-title span.g-fr {margin-top: 5px;margin-right: 8px;cursor: pointer;}
.limit .p-title span.g-fr:hover{color: #004e98;}
.limit div.g-cf .g-fl{padding-right: 45px;border-right: 1px solid #e2e2e2;}
.limit table{width: 510px;border-collapse:collapse; border-spacing:0;}
.limit table td{border: 1px solid #f2f2f2;border-bottom: none;height: 45px;}
.limit table .t-b{border-bottom: 1px solid #f2f2f2;}

.chart{width: 980px;height: 380px;margin: 0 auto;}

@keyframes flash-rotate{  
    0% {}  
    100% {-webkit-transform:rotate(360deg);}  
}  
  
.animation-rotate{  
    -webkit-animation-name:flash-rotate;  
    -webkit-animation-duration:0.8s;  
    -webkit-animation-timing-function:linear;  
    -webkit-animation-iteration-count: 1;  
}