.newslist{
	width:32%;
	box-shadow:0px 3px 10px 1px rgba(228,228,235,0.6);
	margin-top: 20px;
	margin-right: 2%;
	padding-bottom: 15px;
}
.newslist:nth-of-type(3n){
	margin-right: 0;
}
.pop{
	width:200px;
	padding:50px 20px;
	position:fixed;
	top:40%;
	right:20px;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 15px 0px rgba(25,143,241,0.2);
	border-radius:4px;
	align-items:center;
	overflow: hidden;
}
.closebtn{
	position:absolute;
	top:-15px;
	right:-15px;
	display: block;
	background:#1667E5;
	width:40px;
	height:40px;
	border-radius: 30px;
	color:#ffffff;
	font-size: 20px;
	line-height: 48px;
    text-indent: 7px;
}
.closebtn:hover{
	background-color: #3377e2;
}
.popt{
	width:100%;
	text-align:center;
	color:#888888;
	margin-top:15px;
	border-bottom:2px solid #EDEDED;
	padding-bottom:20px;
}
.bmbtn{
	margin-top: 20px;
	width:100%;
	height:36px;
	background:#ff9933;
	color:#ffffff;
	line-height: 36px;
	text-align: center;
}
.zyzglist{
	height:206px;
	box-shadow:0px 3px 10px 1px rgba(228,228,235,0.6);
	margin-bottom: 20px;
}
/*文字列表模板样式*/
.textlist{
	justify-content:space-between;
	height: 70px;
	border-bottom: 1px solid #e1e1e1;
	margin:0 15px;
}
/*培训课程学练测课件目录*/
.circle{
	width:12px;
	height:12px;
	background:rgba(255,153,51,1);
	box-shadow:0px 5px 10px 0px rgba(239,154,68,0.25);
	border-radius:50%;
}
.line{
	width:1px;
	height:40px;
	border-left: 1px dashed #ff9933;

}


/*名师名教*/
.jstype{
	display: block;
	float: left;
	width:49%;
	margin-right:2%;
	background: #F1F1F1;
	padding: 7px 0;
	text-align: center;
	font-size: 12px;
	color:#3E7BD7;
	margin-bottom: 8px;
}
.jstype:nth-of-type(2n){
	margin-right: 0;
}
/*直播课堂*/
.livesign{
	position: absolute;
	top:15px;
	left:0;
	display: block;
	padding:4px 12px;
	background: #18A04B;
	font-size: 12px;
	color:#ffffff;
}
.studybtn{
	display: block;
	width:120px;
	height:36px;
	background: #1667E5;
	border-radius: 3px;
	color:#ffffff;
	line-height: 36px;
	text-align: center;
}
/*新闻分页*/
.newspage{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height:80px;
}
.newspage>ul>li{
    float:left;
    width:30px;
    height:30px;
    border-radius: 3px;
    margin-left:20px;
}
.newspage>ul>li>a{
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    width:100%;
    height:100%;
    line-height: 30px;
    text-align: center;
    color: #808080;
   border:1px solid #DFDFDF;
}
.newspage>ul>li>a:hover{
    background: #0F9D58;
    color: #fff;
}
.down{
    background: #0F9D58;
    color: #fff;
}
/*培训课程学练测课件目录*/
.circle{
	width:12px;
	height:12px;
	background:rgba(255,153,51,1);
	box-shadow:0px 5px 10px 0px rgba(239,154,68,0.25);
	border-radius:50%;
}
.line{
	width:1px;
	height:40px;
	border-left: 1px dashed #ff9933;

}
