.adsgg {
	margin-right: 16px;
	text-align: center;
	color: #d9dfe7;
	display: block;
 /* 或者 inline-block，取决于你的需求 */
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: inline-block;
}

.ggwz {
	font-size: 12px;
	color: #df2626;
}

.issabs {
	width: 70px;
	height: 70px;
	border-radius: 5px;
}

.opshim {
	width: 100%;
	height: 80px;
}

.playimgs {
	width: 49.8%;
	height: 60px;
    display: inline-block;	
}

@media  screen and (max-width: 768px) {
	.opshim {
		width: 100%;
		height: 50px;
	}

	.playimgs {
		width: 49%;
		height: 40px;
	}
.issabs {
	width: 60px;
	height: 60px;
	border-radius: 5px;
}	
}