img {
	max-width: none;
}
.con-inner {
	text-align: left;
}
/* banner start*/
.banner-content {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
/* banner end*/
/* 新闻列表start */

.news-list {
	margin-top: 60px;
}
.news-list .left-nav {
	width: 240px;
}
.news-list .left-nav li {
	height: 50px;
	line-height: 50px;
	background: #f9f9f9;
	color: #333;
	border-bottom: 1px solid #ececec;
}

.news-list .left-nav li a {
	display: block;
	padding-left: 48px;

	color: #333;
}
.news-list .left-nav li.active {
	background: #2bd094;
	border-bottom: 1px solid #2bd094;
}
.news-list .left-nav li.active a {
	color: #fff;
}
.news-list .left-nav li:hover {
	background: #2bd094;
	border-bottom: 1px solid #2bd094;
	
}
.news-list .left-nav li:hover a {
	color: #fff;
}
.news-list .list {
	width: 886px;
	color: #999;
}
.news-list .list li {
	padding: 20px 12px;
	border-bottom: 1px solid #e5e5e5;
}
.news-list .list li:first-child {
	padding-top: 0;
}
.news-list .list .l-con {
	margin-right: 32px;
}
.news-list .list .l-con img {
	width: 225px;
	height: 148px;
}
.news-list .list .r-con {
	padding-top: 10px;
	font-size: 14px;
}
.news-list .list .tit {
	margin-bottom: 15px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #333;
    display: block;
    height: 20px;
    width: 100%;
}
.news-list .list .r-con .con {
	margin-bottom: 32px;
}
.news-list .list .bot > a {
	color: #2bd094;
}
/* 新闻列表end */

/* 新闻详情stat */
.news-detail {
	margin-bottom: 40px;
}
.news-detail .recom {
	min-height: 418px;
	margin-top: 20px;
	padding: 8px 18px 12px;
	border: solid 1px #eaeaea;
}
.news-detail .recom > h4 {
	position: relative;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
}
.news-detail .recom > h4:after {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 72px;
	height: 1px;
	background-color: #2bd094;
}
.news-detail .recom-list li {
	max-height: 59px;
	overflow: hidden;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.news-detail .recom-list li:last-child {
	border-bottom: 0;
}
.news-detail .recom-list li a {
	display: block;
    max-height: 38px;
    overflow: hidden;
    color: #666;
    line-height: 19px;
}
.news-detail .det-con {
	width: 880px;
	padding: 34px 18px 45px;
	border: solid 1px #eaeaea;
	color: #999;
}
.news-detail .det-con img{max-width: 100%;}
.news-detail .det-con .title {
	font-size: 24px;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
}
.news-detail .det-con .infor {
	padding-bottom: 24px;
	border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	
	text-align: center;
}
.news-detail .det-con .infor span:first-child {
	margin-right: 50px;
}

.news-detail .det-con > p {
	margin-top: 36px;
	font-size: 14px;
}
/* 新闻详情end */
