.top-swiper .swiper-button-next:after, .top-swiper .swiper-button-prev:after{
	color: white !important;
}
#banner .pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 5px;
width: 100%;
z-index:999;
}
#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50%;
    background: #9e9f9f;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;

}
#banner .swiper-pagination-bullet-active{
	background: #fff;
}
#banner .swiper-button-next, #banner .swiper-button-prev{
	top: 21px;
	height: 100%;
	opacity: 0;
}
#banner .swiper-button-next:hover, #banner .swiper-button-prev:hover{
	opacity: 1;
}
#banner img{
    border-radius: 10px;
    width: 100%;
}

.learn-box{
    
}
.learn-title{
    color: #444;
    letter-spacing: .14px;
    font-size: 20px;
    margin-bottom: 36px;
    margin-top: 0;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.mtpx{
    margin-top: 35px;
}
.zero-learnpath-box{
    overflow: hidden;
}
.zero-learnpath-box .NewItem {
    float: left;
	width: 50%;
	/*display: flex;*/
	height: 210px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.zero-learnpath-box .NewItem .path-link{
     display: flex;
}
.zero-learnpath-box .NewItem .newleft img {
    width: 250px;
	height: 195px;
	border-radius: 8px;
	box-shadow: 0 15px 12px -12px rgb(139, 139, 139);
}
.zero-learnpath-box .NewItem .newright {
	padding-left: 20px;
	flex: 1;
}
.zero-learnpath-box .NewItem .newright .title {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    color: #000000;
    line-height: 27px;
}
.zero-learnpath-box .NewItem .newright .desc {
	font-size: 14px;
	color: #424242;
	line-height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zero-learnpath-box .NewItem .newright .jiaozhu {
	display: flex;
	margin-top: 40px;
}
.zero-learnpath-box .NewItem .newright .jiaozhu .readernum {
	display: flex;
}
.zero-learnpath-box .NewItem .newright .jiaozhu .readernum .codeketang{
    margin-right: 5px;
}
.zero-learnpath-box .NewItem .newright .jiaozhu .readernum span{
	color: rgb(153,153,153);
	font-size: 12px;
}
.zero-learnpath-box .NewItem .newright .jiaozhu .readernum .bookicon {
    margin-top: 2px;
}
.zero-learnpath-box .NewItem .newright .jiaozhu .classnum {
	color: rgb(153,153,153);
	font-size: 12px;
	margin-left: 60px;
}