[v-cloak] {
	display: none;
}
body{font-family:"sans-serif","Avenir-Book","Avenir Book","Avenir","PingFang SC","Helvetica Neue",Helvetica,"Microsoft YaHei",Arial}
.w1100{
	width: 1100px;
}
.flex{
	display: flex;
}
.space-between{
	justify-content: space-between;
}

.pc-show{
	display: block;
}
.mobile-show{
	display: none;
}

.clear-both{
	clear: both;
}

#container {
	position: relative;
	width: 100%;
	min-height: 8rem;
	background: rgb(255, 255, 255);
	padding: 36px 0 72px 0;
}
.news-top{
	margin: 0 0 36px 0;
}
.news-top .t1{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin: 0 0 6px 0;
}
.news-top .t2{
	font-size: 48px;
	font-weight: 700;
	line-height: 55px;
}

.news-list {
	display: block;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 0 0;
}

.news-list>.list-item {
	width: 342px;
	height: 335px;
	margin: 0 36px 36px 0;
	display: block;
	float: left;
}

.news-list>.list-item:nth-child(3n+3) {
	margin: 0 0 36px 0;
}

.item-img {
	display: block;
	width: 342px;
	height: 257px;
	margin-bottom: 6px;
	text-decoration: none;
	overflow: hidden;
	border-radius: 10px;
}

.item-img>img {
	width: 100%;
	height: 100%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.item-img>img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

.item-time {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.item-bottom .count-box:last-child{
	position: relative;
	margin: 0 0 0 18px;
}
.item-bottom .count-box:last-child::before{
	left: -9px;
	top: 3px;
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 10px;
	transform: translateY(50%);
	background: rgb(196, 196, 196);
}
.item-bottom .count-box img{
	width: 15px;
	height: auto;
	display: inline-block;
	margin: 0 7px 0 0;
}
.item-bottom .count-box span{
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

.item-title {
	display: block;
	width: 100%;
	text-decoration: none;
	margin-bottom: 8px;
}

.item-title>p {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #333333;
	transition: color 0.2s;
}

.item-title>p:hover,
.item-title>p:focus {
	color: #f9007a;
}

.item-summarize {
	width: 100%;
}

.summarize-text {
	width: 100%;
	line-height: 1.5;
	font-size: .12rem;
	color: #555;
	word-spacing: .02rem;
	/* overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; */
}

/* 分页样式 */
#data-container{
	display: flex;
	justify-content: center;
}

@media only screen and (max-width:767px) {
	.w1100{
		width: 100%;
	}
	.pc-show{
		display: none;
	}
	.mobile-show{
		display: block;
	}
	#container {
		position: relative;
		width: 100%;
		min-height: 8rem;
		background-color: #f9f9f9;
		padding: .12rem .18rem .12rem .18rem;
	}
	.news-top{
		margin: 0 0 .2rem 0;
	}
	.news-top .t1{
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		margin: 0 0 .1rem 0;
		padding: 4px 8px 4px 8px;
		background: rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		width: max-content;
	}
	.news-top .t2{
		font-size: 28px;
		font-weight: 700;
		line-height: 32px;
	}
	
	.news-list {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.news-list>.list-item {
		width: 100%;
		height: .9rem;
		margin: 0 0 .12rem 0;
		display: flex;
		float: unset;
	}
	.news-list>.list-item:nth-child(3n+3) {
		margin: 0 0 .12rem 0;
	}
	
	.item-img {
		display: block;
		width: 1.2rem;
		height: .9rem;
		margin-bottom: 0;
		text-decoration: none;
		overflow: hidden;
		border-radius: 7.5px;
	}
	
	.item-img>img {
		width: 100%;
		height: 100%;
		transition: all .4s ease;
		-webkit-transition: all .4s ease;
	}
	
	.item-img>img:hover {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform-origin: center center;
		-webkit-transform-origin: center center;
	}
	.item-content{
		width: 2rem;
	}
	
	.item-time {
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
		color: rgba(0, 0, 0, 0.5);
	}
	.item-bottom .count-box:last-child{
		position: relative;
		margin: 0 0 0 18px;
	}
	.item-bottom .count-box:last-child::before{
		left: -9px;
		top: 3px;
		content: "";
		width: 4px;
		height: 4px;
		position: absolute;
		border-radius: 10px;
		transform: translateY(50%);
		background: rgb(196, 196, 196);
	}
	.item-bottom .count-box img{
		width: 15px;
		height: auto;
		display: inline-block;
		margin: 0 7px 0 0;
	}
	.item-bottom .count-box span{
		color: rgba(0, 0, 0, 0.5);
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
	}
	
	.item-title {
		display: block;
		width: 100%;
		text-decoration: none;
	}
	
	.item-title>p {
		width: 100%;
		font-size: 15px;
		font-weight: 700;
		line-height: 20px;
		color: #333333;
		transition: color 0.2s;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.item-title>p:hover,
	.item-title>p:focus {
		color: #f9007a;
	}

	.item-tag{
		margin: .12rem 0 .12rem 0;
	}
	.item-tag div{
		background: rgb(230, 230, 230);
		color: #000;
		padding: 4px 8px 4px 8px;
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
		border-radius: 2px;
	}
	.item-tag div:not(:last-child){
		margin: 0 .04rem 0 0;
	}
	
	.item-summarize {
		width: 100%;
	}
	
	.summarize-text {
		width: 100%;
		line-height: 1.5;
		font-size: .12rem;
		color: #555;
		word-spacing: .02rem;
		/* overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical; */
	}

	/* 分页样式 */
	#data-container{
		z-index: 9;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 50%;
		padding: 10px 0;
		text-align: center;
		margin: 0;
		transform: translateX(-50%);
		background: rgba(255, 255, 255, 0.8);
		border: 1px solid rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(20px);
	}
}