@charset "utf-8";
.layPage {
	padding-top: 26px;
}

.newsContent {
	width: 100%;
	height: auto;
	float: left;
	margin: 45px 0 40px;
}

.newsTitle {
	width: 100%;
	height: auto;
	float: left;
	font-size: 40px;
	font-family: fontBold;
	color: #000000;
	text-align: center;
	margin-bottom: 65px;
}

.newsDetails {
	width: 100%;
	height: auto;
	float: left;
}

.newsDetails .detailsWrap {
	width: 70%;
	max-width: 75%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 100px;
}

.newsDetails .detailsWrap .title {
	width: 100%;
	height: auto;
	color: #000000;
	font-size: 40px;
	font-family: fontBold;
	float: left;
	margin: 10px 0 50px;
}

.newsDetails .detailsWrap .date {
	width: 100%;
	height: auto;
	color: #8E8E93;
	font-size: 14px;
	font-family: fontLight;
	float: left;
}

.newsDetails .detailsWrap .text {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 40px;
}

.newsDetails .detailsWrap .text p {
	width: 100%;
	height: auto;
	color: #8E8E93;
	font-size: 20px;
	line-height: 36px;
	float: left;
	text-align: left;
	margin-bottom: 30px;
}

.newsDetails .detailsWrap .text img {
	max-width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

.newsDetails .fixation {
	width: 264px;
	height: auto;
	float: right;
	margin-top: 50px;
}

.newsDetails .trend {
	width: 264px;
	height: auto;
	background: #F8F8F8;
	float: left;
	text-align: center;
}

.newsDetails .trend .title {
	width: 100%;
	height: auto;
	float: left;
	color: #000000;
	font-size: 26px;
	font-family: fontBold;
	margin: 20px 0 10px;
}

.newsDetails .trend .link {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.newsDetails .trend .link a {
	width: 100%;
	height: 100%;
	display: block;
	color: #8E8E93;
	font-size: 14px;
	font-family: fontLight;
}

.news.dynamicWrap {
	padding: 0 10%;
}

.news.dynamicWrap .dynamic {
	width: 100%;
	margin-right: 0;
}

.news.dynamicWrap .dynamic .itemCover {
	height: 153px;
}

.news.dynamicWrap .dynamic .itemType a {
	margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
	.newsDetails .detailsWrap {
		width: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.newsContent {
		margin: 36px 0 14px;
	}
	
	.newsTitle {
		font-size: 24px;
		margin-bottom: 26px;
	}
	
	.newsDetails .detailsWrap {
		width: 100%;
		max-width: 100%;
		padding: 0 5%;
		margin-bottom: 0;
	}
	
	.newsDetails .detailsWrap .title {
		font-size: 24px;
		margin: 36px 0 12px;
	}
	
	.newsDetails .detailsWrap .date {
		font-size: 10px;
	}
	
	.newsDetails .detailsWrap .text {
		margin-top: 36px;
	}
	
	.newsDetails .detailsWrap .text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.breadCrumb .crumbSkip {
		max-width: 50%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.layPage ul li {
		margin-bottom: 0;
	}
	
	.newsDetails .fixation {
		width: 100%;
		margin: 16px 0 25px;
	}
	
	.newsDetails .trend {
		width: 100%;
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		background: none;
	}
	
	.news.dynamicWrap {
		padding: 0 5%;
	}
	
	.news.dynamicWrap .dynamic {
		width: 32%;
		margin-right: 2%;
	} 
	
	.news.dynamicWrap .dynamic:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 414px) {
	.news.dynamicWrap .dynamic {
		width: 100%;
		margin-right: 0;
	} 
}