html,
body {
	overflow: initial !important;
}

.headerHoverArea {
	display: none;
}


.main {
	width: 16.56rem;
	overflow: hidden;
	margin: 0 auto;
}



/* 右侧内容 */
.container {
	width: 12.1rem;
	overflow: hidden;
}

/* 面包屑样式 */
.breadcrumbs {
	display: flex;
	align-items: center;
	height: 0.9rem;
}


.breadcrumbs img {
	width: 0.2rem;
	height: 0.2rem;
}

.breadcrumbLink {
	display: flex;
}

.breadcrumbLink,
.breadcrumbLink a {
	color: #999;
	font-size: 0.16rem;
}

.breadcrumbLink a,
.breadcrumbLink span {
	margin-left: 0.05rem;
	display: inline-block;
}

.breadcrumbLink a:hover {
	color: #116daa;

}

.containerLine {
	border: 0;
	display: block;
	width: 100%;
	height: 0.02rem;
	background-color: #ddd;
}

/* 正文 */
.container {
	width: 100%;
	overflow: hidden;
	padding: 0 3% 3%;
	box-sizing: border-box;
}

.item-title {
	font-size: 0.24rem;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	margin-top: 0.2rem;
}

.item-date {
	margin: 0.2rem auto;
	color: #999;
	font-size: 0.16rem;
	line-height: 1;
	text-align: center;
}

.content {
	overflow: hidden;
}

.content table {
	margin: 0.2rem auto;
}

.content p {
	color: #333;
	font-size: 0.18rem;
	line-height: 2;
	margin-top: 0.2rem;
}

.content p img {
	margin: 0.2rem auto;
	max-width: 100%;
    display:inline-block;
}

.content a {
	color: #333;
	font-size: 0.16rem;
	line-height: 2;

}

.content a:hover {
	color: #116daa;
}

.itemsFj {
	display: none;
}

.fujianList {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* 响应式布局 */
@media only screen and (max-width: 1200px) {
	.main {
		width: 96%;
		padding: 2%;
	}
}