﻿.common-title{
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 26px;
}
.common-title p{
    font-size: 24px;
    color: #3f3f3f;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.common-title p:before{
    width: 48px;
    height: 5px;
    background: #0068c8;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
}
.common-title>span{
    display: inline-block;
    font-size: 14px;
    color: #888888;
    margin-left: 10px;
    text-transform: uppercase;
    font-style: italic;
}
.common-title a{
    float: right;
    font-size: 12px;
    margin-top: 25px;
    color: #000;
    font-style: italic;
}
.common-title a>span{
    color: #0068c8;
}

.w-400{width: 400px;}
.news{
    width: 830px;
}
.new-img{
    width: 100%;
    height: 267px;
    overflow: hidden;
}
.new-img img{
    width: 100%;
    height: 267px;
}
.new-title p{
    font-size: 16px;
    color: #171717;
    line-height: 45px;
    font-weight: bold;
}
.news-first li:hover p{
    color: #0068c8;
}
.new-title span{
    line-height: 45px;
    font-size: 12px;
    color: #919292;
}
.new-title i{
    display: block;
    text-indent: 2em;
    line-height: 23px;
    color: #919292;
}
.new-list li img{
    width: 153px;
    height: 85px;
}
.new-list li:first-child{
    margin-top: 0;
}
.new-list li{
    margin-top: 21.2px;
}
.new-listp {
    width: 58%;
}
.new-listp p{
    color: #363535;
    line-height: 20px;
    height: 40px;
    margin-bottom: 4px;
    overflow: hidden;
}
.new-listp span{
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 20px;
    text-indent:2em;
    font-size: 13px;
    color: #8c8c8c;
}

.notice{
    width: 425px;
}
.notice ul li h3{
    font-size: 16px;
    line-height: 21px;
    color: #434343;
}
.notice ul li span{
    font-family: "黑体";
    color: #9e9e9e;
    line-height: 21px;
}
.notice ul li i{
    font-size: 12px;
    background: #747474;
    padding: 0 6px;
    color: #fff;
    margin-right: 10px;
    line-height: 21px;
}
.notice ul li:hover i {
 background: #f36a00;

}

.notice ul li:hover h3{
    font-weight: bold;
}
.notice ul li p{
    color: #9c9c9c;
    text-indent: 2em;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
.notice ul li{
    padding-bottom: 18px;
    margin-top: 21.2px;
    border-bottom:1px solid #ddd;
}
.notice ul li:first-child{
    margin-top: 0;
}

.banner .bd ul img{
    width: 100%;
}
.banner .hd {
    position: absolute;
    right: 0;
    top: -92px;
    right: 240px;
}
.banner .hd ul li{
    display: inline-block;
    width: 94px;
 margin: 0 5px;
    height: 65px;
    border: 4px solid #fff;
    position: relative;
}
.banner .hd ul .on:before{
    content: "\25b2";
    color: #fff;
    position: absolute;
    font-size: 15px;
    left: 50%;
    top: -20px;
    margin-left: -7px;
}
.banner .hd ul li img{
    width: 100%;
    height: 100%;
}
.see-more{
    background: url(../images/seemore.png) no-repeat 120px 27px;
    background-color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: -98px;
    color: #303030;
    width: 150px;
    height: 70px;
    padding-left: 30px;
    line-height: 70px;
}




.main2{
    background: url(../images/main2-bg.png) no-repeat center center;
    padding-bottom: 50px;
}
.main2 .common-title {
    border: none;
}
.main2 .common-title p{
    color: #fff;
}
.main2 .common-title span{
    color: #b7b7b7;
}
.main2-main ul li{
    width: 16.66%;
    float: left;
}
.main2-main ul li div{
    height: 205px;
    padding-top: 70px;
}
.main2-main ul li div img{
    display: block;
    margin: 0 auto;
}
.main2-main ul li a{
    background: #b8b8b8;
    display: block;
    height: 205px;
    text-align: center;
    padding-top: 70px;
}
.main2-main ul li a i{
    display: block;
}
.main2-main ul li a:hover i{
    animation-name: swing;
    -webkit-animation-name: swing;
}
.main2-main ul li a p{
    font-size: 20.57px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #fff;
    text-shadow: 0px 2px 2.58px rgba(4, 0, 0, 0.51);
}
.main2-main ul li a span{
    font-size: 12.34px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 2px 2.58px rgba(4, 0, 0, 0.51);
}

.main2-main ul li div{
    transition: background-size 0.3s linear;
}
.main2-main ul li:first-child:hover div{background-size: 150% 150%;}
.main2-main ul li:nth-child(2):hover div{background-size: 150% 150%;}
.main2-main ul li:nth-child(3):hover div{background-size: 150% 150%;}
.main2-main ul li:nth-child(4):hover div{background-size: 150% 150%;}
.main2-main ul li:nth-child(5):hover div{background-size: 150% 150%;}
.main2-main ul li:nth-child(6):hover div{background-size: 150% 150%;}
.main2-main ul li:first-child div{
    background: url(../images/nav-li1.png) no-repeat center center;
    background-size: 100% 100%;
}
.main2-main ul li:nth-child(2) div{
    background: url(../images/nav-li2.png) no-repeat center center;
    background-size: 100% 100%;
}
.main2-main ul li:nth-child(3) div{
    background: url(../images/nav-li3.png) no-repeat center center;
    background-size: 100% 100%;
}
.main2-main ul li:nth-child(4) div{
    background: url(../images/nav-li4.png) no-repeat center center;
    background-size: 100% 100%;
}
.main2-main ul li:nth-child(5) div{
    background: url(../images/nav-li5.png) no-repeat center center;
    background-size: 100% 100%;
}
.main2-main ul li:nth-child(6) div{
    background: url(../images/nav-li6.png) no-repeat center center;
    background-size: 100% 100%;
}

.main2-main ul li:first-child a{
    background: #ffe320;
}
.main2-main ul li:nth-child(2) a{
    background: #c3f860;
}
.main2-main ul li:nth-child(3) a{
    background: #7acdfd;
}
.main2-main ul li:nth-child(4) a{
    background: #cf9ee9;
}
.main2-main ul li:nth-child(6) a{
    background: #ff8636;
}
.main2-main ul li a:before{
    content: "";
    width: 33px;
    height: 11px;
}
.main2-main ul li:first-child a:before{
    background: url(../images/nav-before1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    top: -11px;
}
.main2-main ul li:nth-child(2) a:before{
    background: url(../images/nav-before2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    bottom: -11px;
}
.main2-main ul li:nth-child(3) a:before{
    background: url(../images/nav-before3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    top: -11px;
}
.main2-main ul li:nth-child(4) a:before{
    background: url(../images/nav-before4.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    bottom: -11px;
}
.main2-main ul li:nth-child(5) a:before{
    background: url(../images/nav-before5.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    top: -11px;
}
.main2-main ul li:nth-child(6) a:before{
    background: url(../images/nav-before6.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    bottom: -11px;
}
.main3{
    background: url(../images/main3-bg.png) no-repeat center bottom;
    padding-bottom: 50px;
}
.main3 ul li{
    float: left;
    height: 218px;
}
.main3 ul li a{
    display: block;
    overflow: hidden;
}
.main3 ul li:last-child{
    height: 436px;
    margin-top: -218px;
}
.main3 ul li:last-child img{
    height: 436px;
}
.main3 ul li a img{
    height: 218px;
    width: 100%;
transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.main3 ul li:hover a img {
    transform: scale(1.1)
}
.main3 ul li a p{
    position: absolute;
    bottom: 30px;
    max-width: 95%;
    left: -100%;
    font-size: 14px;
    color: #fff;
    font-family: "宋体";
    background: url(../images/rgb0.png);
    padding: 10px 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.main3 ul li:hover a p{
    left: 0;
}
.main3 ul li a p span{
    position: relative;
}
.main3 ul li a p span:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #0068c0;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2.5px;
}
.main3 ul li:first-child {width: 311px;}
.main3 ul li:nth-child(2) {width: 351px;}
.main3 ul li:nth-child(3) {width: 339px;}
.main3 ul li:nth-child(4) {width: 490px;}
.main3 ul li:nth-child(5) {width: 253px;}
.main3 ul li:nth-child(6) {width: 257px;}

 .teacher_list-ul{
      transition: all .3s;
    padding: 16px;
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;

 width: 110px;
float:left;
    }
 .teacher_list-ul li a{
display: block;
  text-align: center;
 width: 87px;
}