﻿body{
    background-color: #f2f5f8;
}
/*banner下的图标*/
.container-icon{
    background-color: #fff;
    height: 90px;
    overflow: hidden;
}
.container-icon .container{
    height: 100%;
}
.container-icon .left-arrow,.icon-list,.container-icon .right-arrow{
    float: left;
}
.container-icon .left-arrow{
    width: 60px;
    height: 100%;
    background: url(../img/icon_left_grey.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    -ms-behavior: url(../fonts/backgroundsize.min.htc);
    behavior: url(../fonts/backgroundsize.min.htc);
}
.container-icon .right-arrow{
    width: 60px;
    height: 100%;
    background: url(../img/icon_right_grey.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    -ms-behavior: url(../fonts/backgroundsize.min.htc);
    behavior: url(../fonts/backgroundsize.min.htc);
}

.icon-list li{
    float: left;
}
.icon-list li a{
    display: block;
    position: relative;
    height: 90px;
    line-height: 90px;
    color: #1f1f1f;
    text-align: center;
    vertical-align: middle;
}
.icon-list li a img{
    display: inline-block;
    width: 24%;
    margin: 0 1%;
    vertical-align: middle;
}
.icon-list li a span{
    display: inline-block;
    width: 74%;
    line-height: 1;
    font-size: 16px;
    vertical-align: middle;
    word-break: break-all;
}
.icon-list li a:hover img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: .5s;
}
/*荣誉信息*/
.honer-box{
    position: absolute;
    top: 10px;
    right: 200px;
    width: 0;
    height: 500px;
    line-height: 1;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 900;
    color: #FFEAC5;
    letter-spacing: 6px;
    text-shadow: 1px 1px 2px #000;
    z-index: 10;
    text-align: right;
    overflow: hidden;
}
.word-box{
    position: absolute;
    top:0;
    right: 0;
    width: 300px;
    overflow: hidden;
}
.last{
    right: 300px;
}
.honer-box p{
    float: right;
    line-height: 18px;
    width: 20px;
    padding: 0 10px;
    font-size: 18px;
}

/*内容*/
.section{
    position: relative;
    padding: 15px 0;
}
.section .float-box{
    position: relative;
    height: 360px;
    overflow: hidden;
}
.border-radius{
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(../fonts/PIE.htc);
    z-index: 2;
    overflow: hidden;
}
/*最新资讯*/
.section .float-box .news{
    position: relative;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    width: 60%;
    height: 100%;
}
.section .float-box .news .box{
    position: relative;
    padding: 0 15px 15px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.section .float-box .news .news-header{
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #38C3F4;
    overflow: hidden;
    text-indent: 20px;
}
.section .float-box .news .news-header a{
    font-size: 18px;
    color: #38C3F4;
}
.section .float-box .news .news-header .icon-more{
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    background: url(../img/icon_right2_blue.png) no-repeat center right;
    background-size: 18px;
}
.section .float-box .news .news-section{
    overflow: hidden;
}
.section .float-box .news .news-section .news-top{
    width: 30%;
    height: 280px;
}
.section .float-box .news .news-section .news-top a{
    display: block;
    color: #1f1f1f;
}
.section .float-box .news .news-section .news-top .img-box{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: #fff;
}
.section .float-box .news .news-section .news-top .img-box img{
    vertical-align: middle;
}
.section .float-box .news .news-section .news-top .title{
    position:relative;
    margin-top: 10px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
    max-height:48px;
    line-height:24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow : hidden;
    word-break: break-all;
}
.section .float-box .news .news-section .news-top .summary{
    position:relative;
    margin-top: 10px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height:22px;
    word-break: break-all;
}
.section .float-box .news .news-section .news-list{
    width: 68%;
}
.section .float-box .news .news-section .news-list li{
    position: relative;
}
.section .float-box .news .news-section .news-list li .title{
    padding-left: 20px;
    padding-right: 90px;
    height: 46.5px;
    line-height: 46.5px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .float-box .news .news-section .news-list li .title a{
    color: #1f1f1f;
}
.section .float-box .news .news-section .news-list li .title .icon{
    position: absolute;
    display: block;
    top:20px;
    left:0;
    width: 5px;
    height: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #1f1f1f;
    behavior: url(../fonts/PIE.htc);
    z-index:2;
}
.section .float-box .news .news-section .news-list li .time{
    position: absolute;
    top:0;
    right:0;
    z-index:2;
    height: 46.5px;
    line-height: 46.5px;
    font-size: 14px;
    color: #999;
}

/*通知公告*/
.section .float-box .notice{
    position: relative;
    box-sizing: border-box;
    width: 40%;
    height: 100%;
    background-color: #fff;
}
.section .float-box .notice .notice-header{
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #38C3F4;
    overflow: hidden;
}
.section .float-box .notice .notice-header a{
    font-size: 18px;
    color: #fff;
}
.section .float-box .notice .notice-header .icon-more{
    position: relative;
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    background: url(../img/icon_right2_white.png) no-repeat center right;
    background-size: 18px;
    -ms-behavior: url(../fonts/backgroundsize.min.htc);
    behavior: url(../fonts/backgroundsize.min.htc);
}

.section .float-box .notice .notice-section{
    padding: 15px;
}
.section .float-box .notice .notice-section .notice-list li{
    position: relative;
}
.section .float-box .notice .notice-section .notice-list li .title{
    padding-left: 90px;
    height: 46.5px;
    line-height: 46.5px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .float-box .notice .notice-section .notice-list li .title a{
    color: #1f1f1f;
}
.section .float-box .notice .notice-section .notice-list li .time{
    position: absolute;
    left:0;
    top:13px;
    z-index: 2;
    width: 85px;
    height: 20.5px;
    line-height: 20.5px;
}
.section .float-box .notice .notice-section .notice-list li .time span{
    float: left;
    display: block;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #38C3F4;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
}
.section .float-box .notice .notice-section .notice-list li .time span.first{
    color: #fff;
    background-color: #38C3F4;
}

/*焦点关注*/
.focus{
    box-sizing: border-box;
    padding: 0 15px 15px;
    height: 370px;
    background-color: #fff;
}
.focus .title{
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
}
.focus .title a{
    font-size: 18px;
    color: #38C3F4;
}
.focus .title a.more{
    float: right;
    font-size: 16px;
    color: #999;
    font-weight: 400;
}
.focus .focus-list{
    overflow: hidden;
    height: 300px;
}
.focus .focus-list li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.focus .focus-list li:last-child{
    margin: 0;
}
.focus .focus-list .odd{
    border-top: 2px solid #38C3F4;
}
.focus .focus-list .even{
    border-top: 2px solid #DA251C;
}
.focus .focus-list li a{
    display: block;
}
.focus .focus-list li .img-box{
    text-align: center;
    height: 156px;
    line-height: 156px;
    overflow: hidden;
}
.focus .focus-list li .img-box img{
    vertical-align: middle;
}
.focus .focus-list li.margin0{
    margin: 0;
}
.focus .focus-list .title{
    margin: 6px 0;
    font-size: 16px;
    color: #1f1f1f;
    height: auto;
    max-height: 48px;
    line-height: 24px;
    text-indent: 0;
    overflow : hidden;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow : hidden;
}
.focus .focus-list .summary{
    color: #999;
    font-size: 14px;
    line-height: 21.6px;
    letter-spacing: 2px;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow : hidden;
}

/*名师风光*/
.teacher-scene{
    height: 320px;
    box-sizing: border-box;
    padding: 0 15px 20px;
    background-color: #fff;
}
.teacher-scene-tab{
    position: relative;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.teacher-scene-tab .tab-list{
    float: left;
    overflow: hidden;
}
.teacher-scene-tab .tab-list li{
    float: left;
    width: 112px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 900;
    color: #1f1f1f;
    text-indent: 20px;
    cursor: pointer;
}
.teacher-scene-tab .tab-list li.active{
    color: #38C3F4;
}
.teacher-scene-tab .line{
    position: absolute;
    left:0;
    bottom:0;
    width: 112px;
    border-bottom: 2px solid #38C3F4;
}
.teacher-scene-tab .more{
    float: right;
    font-size: 16px;
    color: #999;
}
.teacher-scene-list{
    overflow: hidden;
    padding-bottom: 5px;
}
.teacher-scene-list li{
    float: left;
    width: 20%;
    padding: 0 20px;
    box-sizing: border-box;
}
.teacher-scene-list li a{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.teacher-scene-list li .img-box{
    display: block;
    width: 100%;
    height: 220px;
    line-height: 220px;
    vertical-align: bottom;
    box-shadow: 1px 1px 10px 1px #ddd;
    overflow: hidden;
}
.teacher-scene-list li .img-box img{
    vertical-align: top;
    height: 100%;
}
.teacher-scene-list li .info{
    position: absolute;
    bottom:0;
    left:0;
    z-index: 2;
    width: 100%;
    margin-bottom: -100%;
    background-color: rgba(0,0,0,.4);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#40000000,endColorstr=#40000000);
}
.teacher-scene-list li:hover .info{
    margin-bottom: 0;
    transition: all .5s;
}
.teacher-scene-list li .info p{
    margin: 10px 0;
    padding: 0 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.teacher-scene-list li .info p.title{
    font-size: 18px;
}

/*精彩瞬间*/
.wonderful-moment{
    box-sizing: border-box;
    padding: 0 15px 20px;
    background-color: #fff;
}
.wonderful-moment .wonderful-moment-tab{
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.wonderful-moment .wonderful-moment-tab .title{
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 900;
    color: #38C3F4;
    border-bottom: 2px solid #38C3F4;
    text-indent: 20px;
}
.wonderful-moment .wonderful-moment-tab .title a{
    color: #38C3F4;
    font-size: 18px;
}
.wonderful-moment .wonderful-moment-tab .more{
    float: right;
    font-size: 16px;
    color: #999;
}
.wonderful-moment .slide a{
    display: block;
    text-align: center;
}
.wonderful-moment .slide a img{
    display: inline-block;
}
/*轮播按钮*/
.container-icon .bx-wrapper{
    padding: 0 35px;
}
.bx-wrapper .bx-prev{
    left: 0;
    background: url(../img/icon_left_grey.png) no-repeat center;
    background-size: 100%;
    -ms-behavior: url(../fonts/backgroundsize.min.htc);
    behavior: url(../fonts/backgroundsize.min.htc);
}
.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover{
    background-position: center!important;
}
.bx-wrapper .bx-next{
    right: 0;
    background: url(../img/icon_right_grey.png) no-repeat center;
    background-size: 100%;
    -ms-behavior: url(../fonts/backgroundsize.min.htc);
    behavior: url(../fonts/backgroundsize.min.htc);
}
.bx-wrapper .bx-viewport{
    box-shadow: none;
    border: none;
    overflow: hidden;
}
.replay-box{
    min-height:300px;
}
.replay .bx-wrapper{
    margin: 0;
}
.replay .bx-wrapper .bx-pager{
    bottom: 20px;
}
.replay .bx-wrapper:hover .bx-controls-direction a{
    display: block;
}
.replay .bx-wrapper .bx-controls a{
    display: none;
}
.replay .bx-wrapper:hover .bx-controls a{
    display: block;
}
.replay .bx-wrapper .bx-controls-direction a{
    position:absolute;top:0;z-index:9;margin-top:0;cursor:pointer;display:none;width:80px;height:100%;text-indent:-9999px;border:0;
}
.replay .bx-wrapper .bx-next {
    right:0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.replay .bx-wrapper .bx-next:before{
    content: '';
    position: absolute;
    top:50%;
    margin-top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../img/icon_right.png) no-repeat center;
    background-size: 100%;
    -ms-behavior: url(../fonts/backgroundsize.min.htc);
    behavior: url(../fonts/backgroundsize.min.htc);
}
.replay .bx-wrapper .bx-prev {
    left:0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.replay .bx-wrapper .bx-prev:before{
    content: '';
    position: absolute;
    top:50%;
    margin-top: -20px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: url(../img/icon_left.png) no-repeat center;
    background-size: 100%;
    -ms-behavior: url(../fonts/backgroundsize.min.htc);
    behavior: url(../fonts/backgroundsize.min.htc);
}
.s-replay .bx-viewport{
    height: 160px!important;
}
.s-replay .s-replay-slider,.s-replay .s-replay-slider .slide,.s-replay .s-replay-slider .slide a,.s-replay .s-replay-slider .slide a img{
    height: 100%;
}
