.main {
	margin-top: 225px;
}

.main-list .main-item {
	min-height: 320px;
	margin-bottom: 30px;
	cursor: pointer;
}

.main-list .item-img img {
	width: 100%;
	object-fit: cover;
	    height: 180px;
}

.main-list .item-text {
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
	 background-color: #cccccc26;
}

.main-list .title {
	font-size: 16px;
	color: rgba(37, 39, 41, 1);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 28px;
	height: 30px;
	text-align: center;
}

.main-list .time {
	width: 100%;
	color: rgb(129, 132, 137);
}

.main-list .time span:last-child {
	float: right;
}

.main-list .item-o a {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.add {
	text-align: center;
	margin-top: 30px;
}

.main-list .tag {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
	padding: 3px 5px;
	display: inline-block;
	background-color: #0c87fc;
	color: #fff;
}

.add a {
	width: 110px;
	height: 36px;
	border: 1px solid rgba(20, 122, 247, 1);
	border-radius: 18px;
	color: rgba(20, 122, 247, 1);
	font-size: 16px;
	display: inline-block;
	line-height: 36px;
}

.add a:hover {
	background-color: rgba(20, 122, 247, 1);
	color: #fff;
}

.main-list .title:hover {
	color: rgba(20, 122, 247, 1);
}

.goods .goods-top {
	margin-bottom: 10px;
	display: flex;
	height: 26px;
	line-height: 26px;
}
.goods .row>div{
	margin-bottom: 30px;
}
.goods .goods-top .tag {
	width: 100px;
	border: 1px solid rgba(20, 122, 247, 1);
	text-align: center;
	color: rgba(20, 122, 247, 1);
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	flex: 3;
}

.goods .goods-top .text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	flex: 8;
	padding: 0 10px;
}

.goods .goods-bom {
	display: flex;
	align-items: center;
	background: rgba(248, 248, 250, 1);
}

.goods .goods-bom .img {
	flex: 3;
}

.goods .goods-bom .text {
	flex: 8;
	height: 52px;
	line-height: 26px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.goods .goods-bom .text span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: rgb(129, 132, 137);
}
.goods .goods-bom .img img {
	width: 100%;
	object-fit: cover;
}

.tag-list {
	padding: 15px;
	box-shadow: 0px -1px 8px 1px rgba(2, 25, 52, 0.12);
	margin-top: 40px;
}

.tag-list .tag-list-top {
	margin-bottom: 20px;
}

.tag-list .tag-list-top>div {
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	margin-right: 20px;
}

.tag-list .tag-list-top>div.active {
	border-bottom: 1px solid rgba(20, 122, 247, 1);
	color: rgba(20, 122, 247, 1);
}

.tag-list .tag-list-item ul {
	display: none;
}

.tag-list .tag-list-item ul li {
	display: inline-block;
	font-size: 14px;
	color: #a0a0a0;
	padding: 4px 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;

}
.tag-list .tag-list-item ul li{
	color: rgb(129, 132, 137);	
}
.tag-list .tag-list-item ul li:hover{
	text-decoration:underline ;
}
.tag-list .tag-list-item ul.active {
	display: block;
}


@media (max-width:768px) {
	.main {
		margin-top: 120px;
	}
	
.main-list .title {
	font-size: 13px;
}
.main-list .item-img img{    height: 110px;}
}