.banner .swiper-pagination-bullet-active{
	background: white;
}
 .swiper-pagination-bullet{
	background: inherit;
	border: 1px solid white;
    opacity: 1;
}
.btm-same{
	text-align: center;
	margin-top: 30px;
}
.btm-same>h1{
	margin-bottom: 5px;
}
.btm-same span a{
	margin-left: 15px;
}
.btm-same>a>img{
	margin-top: 10px;
	width: 100%;
}
.list{
	display: flex;
	margin-top: 15px;
}
.list>div{
	margin-left: 1vw;
	margin-right: 1vw;
	text-align: center;
	width: 47vw;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ddd;
	padding: 2px;
	padding-bottom: 5px;
	background: white;
	
}
.teaching-aid .list>div>p:nth-child(1){
	line-height: 30px;
}
.media .list .pic{
	width: 100%;
}
.list>div p:nth-child(2){
	padding: 0 3px;
	overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
	margin-bottom:2vw ;
}
.media .list .eye{
	padding: 0 3px;
}
.media .list .eye img{
	height: 12px;
	margin-top: 2px ;
	margin-right: 5px;
}
.media .list .eye a img{
	margin-left: 5px;
	margin-top: 0;
}
