@charset "utf-8";

/* -------------- 第一部分开始 ------------- */
.main1{
    background: url(/css/../img/teacher-bg.png) no-repeat bottom;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 0;
}
.main1 h1,.main2 h1{
    width: 300px;
    margin: 0 auto;
    font-size: 31px;
    text-align: center;
    color: #0082cd;
    padding: 12px 0;
    position: relative;
}
.main1 h1:after,.main2 h1:after{
    content: "";
    width: 95px;
    height: 1px;
    background-color: #000;

    position: absolute;
    top: 50%;
    left: 70%;
}
.main1 h1:before,.main2 h1:before{
    content: "";
    width: 95px;
    height: 1px;
    background-color: #000;

    position: absolute;
    top: 50%;
    right: 70%;
}
/* 轮播 */
.loop-ul>ul>li{
    box-shadow: 0px 0px 10px #ccc;
    width: 367px;
    float: left;
    margin: 0 20px;
    position: relative;
padding: 5px;
}
.loop-ul>ul li>img{
    width: 357px;
    height: 276px;
}
.loop-ul>ul li .main1-bottom{
    background: #fff;
    padding: 10px;
height: 80px;
}
.loop-ul>ul li .main1-bottom a{
    font-size: 15px;
}
.loop-ul>ul li .main1-bottom .Eng-more{
    margin-top: 10px;
    display: block;
    text-align: right;
    color: #9a9b9b;
    padding-right: 25px;
    margin-right: 10px;
    background: url(/css/../img/Eng-more.png) no-repeat right center;
}
.Eng-p{
    margin-top: 40px;
}
.Eng-p ul{
    width: 300px;
    margin: 0 auto;
}
.Eng-p ul li{
    float: left;
    margin-left: 20px;
    width: 69px;
    height: 9px;
    background: #eee;
}
.Eng-p ul .on{
    background: #00a0e9;
}
/* 时间 */
.main1-ul .Eng-time{
    width: 60px;
    height: 60px;
    background: #0082cd;
    text-align: center;

    position: absolute;
    right: 20px;
    top: 200px;
}
.main1-ul .Eng-time p{
    font-size: 12px;
    color: #fff;
    border-bottom: #fff 1px solid;
    padding: 2px 0;
}
.main1-ul .Eng-time span{
    font-size: 40px;
    color: #fff;
    line-height: 40px;
}
/* -------------- 第一部分结束 ------------- */

/* -------------- 第二部分结束 ------------- */
.main2{
    background: url(/css/../img/Eng-main2-bg.png) no-repeat center;
    padding: 50px 0;
}
.main2 h1{
    color: #fff;
}
.main2 h1:after{
    background-color: #fff;
    left: 100%;
}
.main2 h1:before{
    background-color: #fff;
    right: 100%;
}

.main2-ul{
    margin-top: 30px;
    position: relative;
}
.main2-ul ul li{
    float: left;
    margin: 0 17px;
}
.main2-ul ul li>div{
    width: 275px;
    height: 214px;
    background-color: #00a0e9;
    box-sizing: content-box;
    padding: 0 5px 5px 0;
}

.main2-ul ul li img{
    width: 275px;
    height: 214px;
}
.main2-ul .prev,.main2-ul .next{
    display: inline-block;
    width: 45px;
    height: 50px;
    background: url(/css/../img/Eng-prev.png) no-repeat center;
}
.main2-ul .prev{
    position: absolute;
    top: 40%;
    left: -40px;
}
.main2-ul .next{
    background: url(/css/../img/Eng-next.png) no-repeat center;
    position: absolute;
    top: 40%;
    right: -10px;
}
/* -------------- 第二部分结束 ------------- */
.Eng-line{
    height: 1px;
    background: #ccc;
    margin: 30px auto;
}