.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: #fff;
}

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

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

.playimgs {
	width: 49.8%;
	height: 60px;
    display: inline-block;	
}
.timesfb {
    background: #000000e0 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
    padding: 0 6px;
    position: absolute;
    right: 5px;
}

.playxx {
	z-index:1 !important;
	width: 100%; display:
	grid; grid-template-columns: 1fr 1fr;
}

@media  screen and (max-width: 768px) {
.opshim {
		width: 100%;
		height: 50px;
	}
.playimgs {
		width: 49%;
		height: 40px;
	}
.issabs {
	width: 60px;
	height: 60px;
	border-radius: 5px;
}
.playxx {
	z-index:1 !important;
	width: 100%; display:
	grid; grid-template-columns: 1fr;
}
}

