#content ul li::before { display:none}



#content H3		{  }
#content UL			{ float:left; margin:20px 0; padding:0; list-style-type:none}
#content ul LI			{ float:left; width: 100%; margin:0 0 20px 0; padding:0}
.pmlogo				{ float:left; /*width:15%;*/ min-width:120px; overflow:hidden; margin-top:10px }
.pminfo				{ float:right; width:calc(100% - 150px); text-align:justify }

.pmname				{ float:left; width:100%; margin:5px 0 5px 0; /* color:#878786; */ text-align:left }

@media screen and (max-width:767px) {
	.pmlogo				{ float:left; /*width:15%;*/ min-width:120px; overflow:hidden; margin-top:10px }
	.pminfo { width:100%;margin:10px auto 30px auto;}
}