/*==================================头部====================================*/
header{
    min-width: 1088px;
    margin:0 auto;
}
.logo{
    width: 1088px;
    height: 60px;
    margin:0 auto;
    padding-top: 12px;
}
.logo .logo_pic{
    display: block;
    width:358px;
    height: 60px;
    float: left;
    background:  url(../img/logo_edu.jpg) 0 0 no-repeat;
}
.logo form{
    display: block;
    float: right;
    width: 380px;
    margin-top:12px;
    overflow: hidden;
}
.logo .form_wrap{
    display: block;
    float: left;
    border: 1px solid #e8e8e8;
    width: 268px;
    height: 32px;
    background-color: #fff;
    overflow: hidden;
    padding:0 10px;
}
.logo .form_wrap input{
    height: 100%;
    line-height: 32px;
    width: 100%;
    border: 0;
    font-size: 14px;
    color: #999;
}
.logo  .btn{
    width: 80px;
    height: 34px;
    line-height:34px;
    text-align: center;
    font-size: 16px;
    border:0;
    background-color: #34a853;
    color: #fff;
    margin-left: -4px;
    cursor: pointer
}
.nav{
    width: 1088px;
    height: 40px;
    background-color: #34a853;
    margin: 12px auto;
}
.nav ul{
    display: block;
    width:1088px;
    height: 40px;
    margin:0 auto;

}
.nav ul li{
    display: block;
    line-height: 40px;
    width: 108px;
    float: left;
    text-align: center;
}
.nav ul li:hover{
    background-color: rgba(0,0,0,0.2);
}
.nav ul li a{
    display: block;
    width:100%;
    height:100%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.content{
    width: 1088px;
    margin:0 auto ;
    padding-top: 12px;
}
.content .content_top{
    width:100%;
}
/*幻灯样式*/
.content .content_top .focusBox {
    position: relative;
    width: 50%;
    height: 408px;
    overflow: hidden;
    background-color: #ddd;
    margin-bottom: 18px;
}

.content .content_top .focusBox .pic {
    position: relative;
    z-index: 0;
}

.content .content_top .focusBox .pic img {
    width: 100%;
    display: block;
}

.content .content_top .focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.content .content_top .focusBox .hd li {
    display: inline;
    margin: 0 5px;
    height: 16px;
    overflow: hidden;
    font-size: 14px;
    width: 16px;
    cursor: pointer;
    zoom: 1;
    color: #e8e8e8;
}

.content .content_top .focusBox .hd .on {
    color: #24a8fc;
}

.content .content_top .focusBox .prev, .content .content_top .focusBox .next {
    width: 50px;
    height: 50px;
    margin: -50px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 50px;
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
}

.content .content_top .focusBox .prev {
    left: 0;
}

.content .content_top .focusBox .next {
    right: 0;
}

.content .content_top .focusBox .prev:hover, .content .content_top .focusBox .next:hover {
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important;
}
/* 幻灯样式结束*/

/*顶部新闻样式*/
.content .content_top .newsBox{
    width:50%;
    overflow: hidden;
}
.content .content_top .newsBox li{
    display: block;
    width:96%;

}
.content .content_top .newsBox li a{
    display: block;
    width:96%;
    color: #555;
    margin:0 12px;
    line-height: 32px;
    font-size:16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content .content_top .newsBox li a:hover{
    color: #ff3300;
}
.content .content_top .newsBox .tita a{
    color: #333;
    font-weight: bold;
    padding-bottom: 12px;
}
.content .content_top .newsBox .titb a{
    line-height: 48px;
}
.content .content_top .newsBox .line{
    margin-bottom:32px;
    border-bottom: 1px dashed #e8e8e8;
}
/*顶部新闻样式结束*/

.content .titleBox{
    width: 100%;
    height: 32px;
    position: relative;
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 24px;
}
.content .titleBox .title{
    display: block;
    position: absolute;
    bottom: -2px;
    width:68px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    margin-left: 12px;
    border-bottom: 3px solid #34a853;
}

.content .content_l ,.content .content_r{
    width: 49%;
    overflow: hidden;
    margin-bottom: 24px;
}

.content .content_r a,.content .content_l a{
    font-size: 15px;
    padding-left: 10px;
}

.content .content_r li,.content .content_l li{
    display: block;
    line-height: 24px;
    margin-bottom: 12px;
}

.content  .ico-triangle{
    border-left-color: #34a853;
    margin-top:8px;
    margin-right: 12px;
}
.content .title_top{
    padding-bottom: 24px;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
}
.content .title_top:hover{
    background-color: #f8f8f8;
}

.content .title_top img{
    display: block;
    float: left;
    width: 160px;
    height:120px;
    margin-right: 12px;
}
.content .title_top .txt{
    display: block;
    float: left;
    width:66%;
    height: 50px;
    line-height: 25px;
    text-decoration: inherit;
    overflow: hidden;
}
.content .content_l .time,.content .content_r .time{
    display: block;
    float: right;
    line-height: 24px;
    margin-right: 12px;
    font-size:13px;
    font-weight: 400;
    color: #a8a8a8;
}
.content .teacher {
    width:100%;

}

.content .teacher li{
    position: relative;
    float: left;
    width: 124px;
    margin:0 4px;
    height:190px;
    margin-bottom:10px;
}
.content .teacher li:hover{
    -moz-box-shadow:0 2px 4px #ccc; /* Firefox */
    -webkit-box-shadow:0 2px 4px #ccc; /* Safari 和 Chrome */
    box-shadow:0 2px 4px #ccc; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.content .teacher li a {
    padding:0;
}
.content .teacher li a img{
    display: block;
    margin:0 auto;
    width: 120px;
    height: 160px;
}
.content .teacher li .name{
    position: absolute;
    width:100%;
    height:24px;
    bottom: 0;
    left:0;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    color: #555;
}
footer{
    width: 1088px;
    margin:0 auto;
    border-top: 1px solid #34a853;
}

.footmain{
    width:1088px;
    margin:0 auto;
    text-align: center;
    line-height:40px;
}
.footmain .footnav a{
    display: inline-block;
    margin:12px 12px 0 12px;
    font-size: 14px;
    color: #333;
}

/*=====================列表页样式=================*/
.list_content{
    width: 1088px;
    margin:0 auto;
    padding-top: 36px;
}
.list_content a{
    color: #333;
}
.list_content a:hover{
    color: #ff3300;
}
/*导航条样式*/
.list_content  .list_title{
    display: block;
    position: relative;
    height:36px;
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 36px;
    background-color: #f8f8f8;
    margin-bottom: 12px;
    color: #34a853;
}
.list_content  .list_title .Hui-iconfont{
    position: absolute;
    width:36px;
    height:36px;
    font-size: 24px;
    left: 6px;
    bottom: 0;
}

/*左侧新闻列表样式*/
.list_content .list_content_l{
    width:69%;
    border: 1px solid #e8e8e8;
    margin-bottom: 24px;
    min-height: 688px;
}

 .list_content_l .news_list li{
    display: block;
    position: relative;
    line-height: 36px;
     height:36px;
    font-size: 14px;
 }

.list_content_l .news_list li a {
    padding-left:36px;
}

 .list_content_l .news_list .time{
     float: right;
     padding-right:36px;
    color: #a8a8a8;
}
 .list_content_l .news_list .line{
    width:100%;
    border-bottom: 1px dashed #e8e8e8;
}
 .list_content_l .news_list .ico-triangle{
    left:24px;
    top: 14px;
    border-left: 4px solid #34a853;
}

.pager b{color:#fff;background-color:#34a853;}
.pager a{color:#34a853;}
.pager a:hover {color: #fff;background-color:#34a853;}

/*右侧新闻列表样式*/
.list_content .list_content_r{
    width: 28%;
}

.list_content_r .ranking,.list_content_r .recommend{
    width:100%;
    border: 1px solid #e8e8e8;
    margin-bottom: 24px;
}

.list_content_r .ranking  ul li,.list_content_r .recommend ul li{
    display: block;
    position: relative;
    line-height: 36px;
    height:36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.list_content_r .ranking  ul li a,.list_content_r .recommend ul li a{
    float: left;
    width:88%;
    padding-left:24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}
.list_content_r .ranking li i{
    position: absolute;
    width:13px;
    height:13px;
    top:12px;
    left:4px;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
    color: #fff;
    font-style: normal;

}
.list_content_r .ranking .r1{
    background-color: #f54545;
}
.list_content_r .ranking .r2{
    background-color: #ff8547;
}
.list_content_r .ranking .r3{
    background-color: #ffac38;
}
.list_content_r .ranking .r4{
    background-color: #8eb9f5
}
.list_content_r .ranking .r5{
    background-color: #8eb9f5
}
.list_content_r .ranking .r6{
    background-color: #8eb9f5
}

.list_content_r .recommend .ico-triangle{
    left:10px;
    top:12px;
}

/*=====================内容页样式=================*/

.list_content_l .txtBox{
    min-height: 688px;
    padding:0 12px;
    overflow: hidden;
}
.list_content_l .txtBox .txt_tit{
    display: block;
    font-size: 18px;
    line-height: 36px;
    padding:0 36px;
    margin-top: 36px;
    text-align: center;
}
.list_content_l .txtBox .txt_other{
    height:24px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    margin-top: 24px;
    text-align: center;

}
.list_content_l .txtBox .txt_other span{
    margin-right: 24px;
    line-height: 24px;
}
.list_content_l .txtBox .txt_cnt{
    margin-top: 12px;
    line-height: 32px;
    font-size: 16px;
}

.list_content_l .txtBox .txt_cnt p{
    margin:24px 0;
    text-indent: 2em;
}
.list_content_l .txtBox .txt_cnt p img,.list_content_l .txtBox .txt_cnt img{
    text-indent:0;
    display: block;
    max-width:100%;
}

/*=====================教师列表页样式=================*/

.list_content_teacher{
    width:100%;
    overflow: hidden;
}
.list_content_teacher .teacherBox{
    width:108%;
    overflow: hidden;
}
.list_content_teacher .teacherBox li{
    width: 255px;
    height: 340px;
    position: relative;
    float: left;
    border: 1px solid #e8e8e8;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.list_content_teacher .teacherBox li:hover .tit,.list_content_teacher .teacherBox li:hover img{
    opacity: 0.8;
}

.list_content_teacher .teacherBox li img{
    display: block;
    width:100%;
    height:100%;
}

.list_content_teacher .teacherBox .tit{
    position: absolute;
    width:100%;
    height:32px;
    line-height:32px;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}


/*=====================名师内容页样式=================*/

.teacher_r{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    padding:0 20px 20px 20px;
}
.teacher_r li a{
    display: block;
    position: relative;
    width:100%;
    height: 220px;
    /*border: 1px solid #e8e8e8;*/
    margin-bottom: 36px;
}
.teacher_r li img{
    display: block;
    width: 180px;
    height: 180px;
    margin:auto;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.teacher_r .name{
    position: absolute;
    width:180px;
    height:25px;
    line-height: 25px;
    left: 40px;
    bottom: 0px;
    color: #fff;
    background-color: #000;
    text-align: center;
    font-size: 15px;
    opacity:0.5;
}
.teacher_r li:hover .name{
    background-color: #34a853;
    opacity:0.8;
}