.swiper-container {
    width: 100%;
	height: 801px;
} 
/* 修改轮播样式 */
main .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
opacity: 1;
    }
    main .swiper-pagination-bullet-active {
        opacity: 1;
        width: 15px;
        border-radius: 30%;
    background: #fff;
}
.teacher-list>ul{
    width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.teacher-list>ul>li{
 position: relative;
 width: 280px;
 height: 502px;
 margin-bottom: 20px;
 margin-right: 20px;
}
.teacher-list>ul>li:hover a{
    display: block;
   }
.teacher-list>ul>li>img{
    width: 280px;
	height: 394px;
    box-shadow: 0px 4px 0px 0px 
    #b50005;
    box-sizing: border-box;
}
.teacher-list>ul>li>div{

   
    width: 280px;
	height: 91px;
    background-color: #fff;
    box-sizing: border-box;

    box-shadow: 0px 3px 7px 2px 
		rgba(99, 99, 99, 0.15);
}
.teacher-list>ul>li>div>p{
    letter-spacing: 1px;
    color: #b50005;
    font-size: 18px;
    font-weight: 500;
}
.teacher-list>ul>li>div span{
    font-size: 28px;
    font-weight: bold;
   
}
main>.teacher-list{
    margin-top: 82px;
}
.teacher-list>ul>li>a{
    display: none;
    position: absolute;
    width: 280px;
	height: 396px;
  background-color: rgba(181, 0, 5, .6);
    box-sizing: border-box;
    padding:30px;
}
.teacher-list>ul>li>a>p{
    font-size: 16px;
    line-height: 26px;
	letter-spacing: 1px;
    color: #fff;
    overflow:hidden;

text-overflow:ellipsis;

display:-webkit-box;

-webkit-box-orient:vertical;

-webkit-line-clamp:8;
}
.page{
    margin-top: 75px;
    margin-bottom: 100px;
}
main>img{
    width: 100%;
    height: auto;
}
main>h3{
    text-align: center;
    margin-top: 77px;
    margin-bottom: 58px;
    font-size: 60px;
	letter-spacing: 0px;
    color: #0d265c;
    font-weight: bold;
}
.teacher-absolute>span{
    display: block;
    width: 22px;
	height: 4px;
	background-color: #ffffff;
}
.teacher-absolute>p{
    color:#fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    text-align: left;
}
.teacher-absolute>img{
    width: 20px;
    height: 20px;
    position: relative;
    margin-top: 50px;
}
