.main {
	margin-top: 225px;
}

.goods li {
	display: flex;
	margin-bottom: 15px;
	flex-wrap: wrap;
	justify-items: center;
}

.goods .img {
	flex: 3.6;
	margin-right: 30px;
}

.goods .img img {
	width: 100%;
	height: 100%;
}

.goods .content {
	flex: 7;
	position: relative;
}

.goods .title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	    margin-bottom: 15px;

}

.goods .title:hover {
	text-decoration: underline;
}

.goods .tag {
	margin: 10px 0;
}

.goods .tag span {
	font-size: 13px;
	border: 1px solid #999999;
	border-radius: 16px;
	padding: 3px 11px;
	margin-right: 10px;
}

.goods .text {
	line-height: 25px;
	text-indent: 2em;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 14px;
	color: #9b9b9b;
}

.goods .time {
	width: 100%;
	font-size: 13px;
	color: #9a9a9a;
	position: absolute;
	left: 0;
	bottom: 0;
}

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

.advertising {
	padding: 15px 10px;
	background-color: #fff;
	border: 1px solid #cccccc5e;
}

.advertising img {
	width: 100%;
}

.advertising p {
	padding: 10px;
	font-size: 14px;
	padding-bottom: 0;
}

.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: 10px;
	display: flex;
	border-bottom: 1px solid #c3bfbf;
	text-align: center;
	padding-bottom: 5px;
}

.tag-list .tag-list-top>div {
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	flex: 1;
	position: relative;
}

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

.tag-list .tag-list-top>div:first-child {
	border-right: 1px solid #c3bfbf;
}

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

.tag-list .tag-list-item ul li {
	display: inline-block;
	font-size: 13px;
	color: #a0a0a0;
	padding: 4px 10px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	background-color: #eeeeee;
}

.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: 992px) {
	.tag-list {
		margin-top: 0;
	}
}



.b-page {
	/*background:#fff;*/
	/*box-shadow:0 1px 2px 0 #e2e2e2*/
}
.b-page .page {
	/*width:100%;*/
	padding:15px 15px;
	/*background:#fff;*/
	text-align:center;
	overflow:hidden
}
 .page li{
    padding: 0 11px;
    margin: 0 5px;
    display: inline-block;
    color: #777;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}


.b-page .page .first,.b-page .page .prev,.b-page .page .current,.b-page .page .num,.b-page .page .current,.b-page .page .next,.b-page .page .end {
	padding:0 11px;
	margin:0 5px;
	display:inline-block;
	color:#777;
	border:1px solid #ddd;
	border-radius:5px;
	height:30px;
	line-height:30px;
	font-size:14px;
}
.b-page .page .first:hover,.b-page .page .prev:hover,.b-page .page .current:hover,.b-page .page .num:hover,.b-page .page .current:hover,.b-page .page .next:hover,.b-page .page .end:hover {
	text-decoration:none;
	background:#f8f5f5
}
.b-page .page .current {
	background-color:#1E9FFF;
	color:#fff;
	border-radius:5px;
	border:1px solid #1E9FFF
}
.b-page .page .current:hover {
	text-decoration:none;
	background:#1E9FFF
}

@media (max-width: 768px) {

.goods .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
}
.goods .text {
    line-height: 20px;
    text-indent: 2em;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 12px;
    color: #9b9b9b;
}


}