.section-heading p{font-size:16px;color:#0681cf;}
.section-heading .section-title{margin:5px 0 13px 0;line-height:26px;font-size:30px;position: relative;}
.section-heading span{
	color:#494949;
    background: #FFFFFF;
    display: inline-block;
    padding:0 15px;
    position: relative;
    width: auto;
    z-index: 2;
}
.section-title:after{
    background: #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left:40%;
    position: absolute;
    top:13px;
    width:20%;
    z-index: 1;
}

.section-heading .divider:after {
    content: "";
    position: relative;
    height: 2px;
    width: 57px;
    display: block;
    text-align: center;
    margin: 13px auto;
    background:#0389d0;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
}

.video-news{padding:20px 0 30px 0;background:#ffffff;}
.newTab{width:100%;} 
.newTab .TabTitle{height:28px;line-height:28px;margin:23px 0;position:relative;} 
.newTab .TabTitle li{float:left;position: relative; display: block;} 
.newTab .TabTitle li a{display:block;padding:0 10px;color:#999999;background:url(line.png) right center no-repeat;font-size:22px;text-decoration:none;}
.newTab .TabTitle li a.last{background:none;}
.newTab .TabTitle li.active a{color:#0584D1;font-weight:bold;}
.newTab .TabContent{} 

.video h3{font-size:22px;margin:26px 0;font-weight:bold;color:#028BD3;}
.video-player .vjs-tech {width:100%; height:100%;}

.education{padding:30px 0 50px 0;background:#e4f3fa;}
.education .section-heading span{color:#494949;background: #e4f3fa;}

.education .edu-item,.education .edu-code{margin: 15px 0;height: 180px;}
.education .edu-item img{width:100%;max-width: 100%;}
.education .edu-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.education .edu-code{background:#ffce55;text-align:center;padding:30px 0;}

.teacher{padding:40px 0;background:#ffffff;}
.teachlist li{width:207px;border:1px solid #CCCCCC;float:left;display:block;margin:10px 0;}
.teachlist li h3{font-size: 18px;color: #000000;}
.teachlist li .summary{font-size:12px;color:#999999;margin:0 10px;padding:6px 10px;text-align:left;}
@media only screen and (min-width:1200px){
	.education .container{width:940px;}
	.teacher .container{width:1035px;}  
}

@media only screen and (max-width: 767px){
    .newTab .TabTitle{margin:10px 0;}
    .newTab .TabTitle li{width:100%;text-align:center;margin:5px 0;} 
    .newTab .TabTitle li a{background:none !important;}
    .education .edu-item,.education .edu-code{
        height: auto;
    }
}