img[style*="vertical-align: middle;"] {
  display: none;
}


.header-wrapper .right-box .usericon{
	width: 18px;
	height: 18px;
	background: url(../images/newfile/_user.png) no-repeat ;
	background-size: 100%;
	margin-right: 15px;
}

.ul-lisdet .box.normal p{
	margin-bottom: 15px;
}
@media (max-width: 1920px){
	.ul-lisdet .box.normal p{
		margin-bottom: .52vw;
	}
}
@media (max-width: 990px){
	.header-wrapper .right-box .usericon{
		width: 3vw;
		height: 3vw;
	}
	.ul-lisdet .box.normal p{
		margin-bottom: 15px;
	}
}
@media (max-width: 750px){
	.header-wrapper .right-box .usericon{
		width: 3.6vw;
		height: 3.6vw;
		margin-right:10px;
		transform: translateY(-10%);
	}
	
}



.ul-lisdet .box.normal ul,
/* .ul-lisdet .box.normal li, */
.ul-lisdet .box.normal ol{
	padding-left: 1em;
}

.ul-lisdet .box.normal ul li{
	list-style: initial;
	transform: translateX(5px);
	padding-right: 5px;
}
.ul-list-teacher1 li .desc li{
	float: none;
	width: auto;
	margin-bottom: 0;
	list-style: initial;
	margin-left: 20px;
	padding-left: 0;
}
.ul-list-teacher1 li .desc li p{
	padding-left: 0;
}
.ul-list-teacher1 li .desc li::marker{
	/* position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%); */
	display:inline-block;
	padding-left: 20px;
}

.ul-lisdet .box.normal ol li{
	list-style: auto;
	transform: translateX(3px);
	padding-right: 5px;
}
.ul-lisdet .box.normal ul li::marker{
	
}
#js-more{
	display: block;
}