.banner-img {
	width: 100%;
	height: 200px;
}

.banner-img img {
	width: 100%;
	height: 100%;
}

.news-son {
	width: 100%;
	height: auto;
}

.news-son .news-minu {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 60px;
}

.news-son .news-minu .news-title {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
}


/* .news-son .news-minu .news-title div{width:3px;height:30px;background: #2e3030;float:left;margin:0 10px;} */

.news-son .news-minu .news-title div {
	width: 3px;
	height: 20px;
	background: #2e3030;
	float: left;
	margin: 7px 10px;
}

.news-son .news-minu .news-title span {
	margin-right: 7px;
}

.news-son .news-minu .news-title span a {
	font-size: 21px;
	line-height: 21px;
	color: #3c3c3c;
}

.news-son .news-minu .news-body {
    font-size: 15px;
    line-height: 35px;
}

.news-son .news-minu .news-body h4 {
	font-size: 30px;
	text-align: center;
	line-height: 140px;
}

.news-son .news-minu .news-body p {
	font-size: 20px;
}

.news-son .news-minu .news-body img {
	width: 80%;
	height: 100%;
	margin: 30px auto;
	display:block;
}

.news-son .news-minu .news-close {
	width: 100%;
	height: auto;
	margin-top: 70px;
	position: relative;
	padding-bottom: 100px;
}

.news-son .news-minu .news-close div {
	width: 100%;
	height: 3px;
	background: #2e3030;
	margin-bottom: 55px;
}

.news-son .news-minu .news-close .n-close {
	width: 107px;
	height: 36px;
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
}

.news-title .titleText{
	width: 200px;
	display: inline-block;
	height: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 14px;
}
