.ads-posts {
	display: flex;
	position: relative;
}

.ads-posts a {
	position: relative;
	display: block;
	width: 195px;
	height: 160px;
	overflow: hidden;
	margin-right: 5px;
}

.ads-posts a:first-child {
	margin-bottom: 15px
}

.ads-posts a img {
	width: 250px;
	height: 160px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.ads-posts a p {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 15px 20px 5px;
	/* width: 210px; */
	font-size: 14px;
	line-height: 20px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(rgba(0, 0, 0, .4)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .4), transparent)
}

.ads-posts a .ad-title {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 20px
}

.ads-posts a .ad-title img {
	width: 40px;
	height: 20px
}

.ads-posts a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.ql-editor p h2,
.ql-editor p h3 {
	text-align: left!important;
}

.top-ad-swiper-wrap .top-ad-swiper-contain .top-ad-swiper .swiper-slide .slide-item .ad-info h5 {
	width: 90px!important;
}

.ql-editor ol li:before {
	display: none!important;
}