.main{
	background: #F8F8F8;
	padding-bottom: 60px;
}
.information .info-row .info-left{
	background: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
}
.information .info-row .info-list{
	padding: 0 20px;
}
.information .info-row .info-list li{
	padding: 20px 0;
	border-bottom: 1px solid #DFDFDF;
}
.information .info-row .info-list li .title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 20px;
	/* color: #00A692; */
	color: #000000;
}
.information .info-row .info-list li .desc{
	font-size: 16px;
	color: #888888;
	margin: 10px 0 6px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information .info-row .info-list li .time{
	font-size: 14px;
	color: #888888;
}
.information .info-row .info-list li .time i{
	font-size: 16px;
	margin-right: 5px;
}
.information .pagination{
	margin: 30px 0;
}

.information .info-row .info-right{
	flex: 0 0 280px;
	
	padding-right: 0px;
	padding-left: 0px;
}
.information .info-right .hotsell{
	padding: 15px;
	background-color: #FFFFFF;
}
.information .info-right .hotsell .hot-title .icon{
	width: 33px;
	height: 22px;
}
.information .info-right .hotsell .hot-title .title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	margin-left: 5px;
}
.information .info-right .hotsell .tomb-list{
	margin-top: 15px;
	margin-right: -5px;
	margin-left: -5px;
}
.information .info-right .hotsell .tomb-list li{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	cursor: pointer;
}
.information .info-right .hotsell .tomb-list li .txt-warp{
	text-align: center;
	padding: 5px 0 0 0;
}
.information .info-right .hotsell .tomb-list li .txt-warp .title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #353535;
	transition: all 0.2s ease-in-out;
}
.information .info-right .hotsell .tomb-list li .txt-warp .ly-price {
    font-size: 12px;
}
.information .info-right .hotsell .tomb-list li .txt-warp .ly-price span {
    font-size: 18px;
}
.information .info-right .hotsell .tomb-list li:hover .txt-warp .title{
	color: #00A692;
}

/* 广告位 */
.poster{
	width: 280px;
	background-image: url('../img/poster03-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.poster .poster-box a{
	display: inline-block;
	width: 100%;
	padding: 15px;
}
.poster .title{
	font-weight: 500;
	font-size: 19px;
}
.poster .title span{
	color: #FF4037;
}
.poster .desc{
	font-weight: 400;
	font-size: 17px;
	margin: 5px 0 10px 0;
}
.poster .zixun-btn{
	width: 92px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: linear-gradient( 90deg, #EE989A 0%, #FD6A62 100%);
	border-radius: 27px;
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}
.poster .swiper-container-horizontal>.swiper-pagination-bullets, 
.poster .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 5px;
}
.poster .swiper-pagination{
	z-index: 0;
}


@media (max-width: 992px){
	
}


@media (max-width: 576px){
	.main{
		padding-bottom: 0.80rem;
	}
	.information .info-row .info-left{
		margin-right: 0px;
	}
	.information .info-row .info-list{
		padding: 0 0.40rem;
	}
	.information .info-row .info-list li{
		padding: 0.26667rem 0;
	}
	.information .info-row .info-list li .title{
		font-size: 0.42667rem;
	}
	.information .info-row .info-list li .desc{
		font-size: 0.3734rem;
		margin: 5px 0 5px 0;
	}
	.information .info-row .info-right{
		flex: 0 0 100%;
	}
	.information .info-right .hotsell .hot-title .title{
		font-size: 0.48rem;
	}
	
	.information .info-right .hotsell .tomb-list{
		margin-right: -8px;
		margin-left: -8px;
	}
	.information .info-right .hotsell .tomb-list li{
		padding-right: 8px;
		padding-left: 8px;
	}
	.information .info-right .hotsell .tomb-list li .img-warp{
		aspect-ratio: 9 / 10;
	}
	
	.poster{
		width: 100%;
	}
	.poster .title {
		font-size: 0.48rem;
	}
	.poster .desc{
		font-size: 0.42667rem;
	}
	.poster .zixun-btn{
		line-height: 28px;
	}
	.poster .zixun-btn a{
		font-size: 0.3734rem;
	}
	
}

















