[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 .t1{
	font-size: 48px;
	font-weight: 700;
	line-height: 55px;
	margin: 0 0 12px 0;
}
.news-top div{
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	float: left;
}
.news-top a{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #000;
}
.news-top a:hover{
	color: #004AEF;
}
.news-top div:first-child{
	margin: 0 8px 0 0;
}
.news-top .tag{
	display: inline-block;
	background: rgb(230, 230, 230);
	border-radius: 4px;
	padding: 4px 8px 4px 8px;
	margin: 0 8px 6px 0;
}
.news-top .tag:not(:last-child){
	margin: 0 8px 6px 0;
}
#container .clear-both{
	margin: 0 0 36px 0;
}
.news-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	width: 720px;
	margin: 0 0 0 0;
	padding: 12px;
}

.news-list>.list-item {
	width: 100%;
	margin: 0 0 36px 0;
	cursor: pointer;
}

.item-img {
	display: block;
	width: 213.33px;
	height: 160px;
	border-radius: 10px;
	text-decoration: none;
	overflow: hidden;
}

.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: 450px;
}

.item-bottom{
	
}
.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: 18px;
	font-weight: 700;
	line-height: 24px;
	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: 8px 0 8px 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: 4px;
}
.item-tag div:not(:last-child){
	margin: 0 8px 0 0;
}

.item-summarize {
	width: 100%;
}

.summarize-text {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 0 8px 0;
}
.item-summarize .summarize-text{
	display: -webkit-box;
}

.hot-list{
	width: 345px;
}
.hot-list .t1{
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}
.hot-list .hot-news{
	display: block;
	margin: 0 0 24px 0;
}
.hot-list .hot-news:last-child{
	margin: 0 0 36px 0;
}
.hot-list .hot-news img{
	display: block;
	width: 345px;
	height: 257px;
	border-radius: 10px;
	margin: 0 0 6px 0;
}
.hot-list .hot-news .t2{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hot-list .hot-news:hover .t2{
	color: #004AEF;
}
.hot-list .mail-box p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 6px 0;
}
.hot-list .mail-box .mail-index input{
	width: 100%;
	height: 46px;
	background: rgba(0, 0, 0, 0.04);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px;
}
.hot-list .mail-box .mail-index{
	position: relative;
}
.hot-list .mail-box .mail-index button{
	position: absolute;
	width: 34px;
	height: 34px;
	right: 8px;
	top: 6px;
	background: rgb(255, 255, 255);
	border-radius: 6px;
	cursor: pointer;
}
.hot-list .mail-box .mail-index button img{
	width: 100%;
	height: 100%;
}

/* 分页样式 */
#data-container{
	display: flex;
	justify-content: center;
}

@media only screen and (max-width:979px) {
	.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 .t1{
		font-size: 48px;
		font-weight: 700;
		line-height: 55px;
		margin: 0 0 .12rem 0;
	}
	.news-top div{
		font-size: 12px;
		font-weight: 400;
		line-height: 20px;
	}
	.news-top a{
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
		color: #000;
	}
	.news-top a:hover{
		color: #004AEF;
	}
	.news-top div:first-child{
		margin: 0 8px 0 0;
	}
	.news-top .tag{
		display: inline-block;
		background: rgb(230, 230, 230);
		border-radius: 4px;
		padding: 4px 8px 4px 8px;
		margin: 0 .08rem .06rem 0;
	}
	.news-top .tag:not(:last-child){
		margin: 0 .08rem .06rem 0;
	}
	#container .clear-both{
		margin: 0 0 0 0;
	}

	.news-list {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		width: 100%;
		margin: .12rem 0 0 0;
		padding: 0;
	}
	
	.news-list>.list-item {
		width: 100%;
		margin: 0 0 .12rem 0;
		cursor: pointer;
	}
	
	.item-img {
		display: block;
		width: 1.2rem;
		height: .9rem;
		border-radius: 7.5px;
		text-decoration: none;
		overflow: hidden;
	}
	
	.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%;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		color: #000;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin: 0 0 8px 0;
	}
	
	.hot-list{
		width: 345px;
	}
	.hot-list .t1{
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 0 0 12px 0;
		margin: 0 0 12px 0;
	}
	.hot-list .hot-news{
		display: block;
		margin: 0 0 24px 0;
	}
	.hot-list .hot-news:last-child{
		margin: 0 0 36px 0;
	}
	.hot-list .hot-news img{
		display: block;
		width: 342px;
		height: 257px;
		border-radius: 10px;
		margin: 0 0 6px 0;
	}
	.hot-list .hot-news .t2{
		color: #000;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.hot-list .hot-news:hover .t2{
		color: #004AEF;
	}
	.hot-list .mail-box p{
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		margin: 0 0 6px 0;
	}
	.hot-list .mail-box .mail-index input{
		width: 100%;
		height: 46px;
		background: rgba(0, 0, 0, 0.04);
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		padding: 12px;
	}
	.hot-list .mail-box .mail-index{
		position: relative;
	}
	.hot-list .mail-box .mail-index button{
		position: absolute;
		width: 34px;
		height: 34px;
		right: 8px;
		top: 6px;
		background: rgb(255, 255, 255);
		border-radius: 6px;
	}
	.hot-list .mail-box .mail-index button img{
		width: 100%;
		height: 100%;
	}

	/* 分页样式 */
	#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);
	}

}