.title-news{
	background-image: url(../../assets/images/news/title-news.jpg);
}

.news-menu{
	width: 100%;
	height: 40px;
}

.news-menu ul li{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	float: left;
	background-color: #bfbfbf;
	font-size: 14px;
	cursor: pointer;
	margin-right: 20px;
	cursor: pointer;
}

.news-menu ul li.act{
	background: #168b3c;
	color:#fff;
}

.news-con{
	width: 100%;
}
.news-con ul{
	width: 100%;
	display: none;
}
.news-con ul:first-child{
	display: block;
}
.news-con ul li{
	width: 90%;
	height: 240px;
	border-bottom: 1px solid #a0a0a0;
	padding: 2%;
	margin:0 auto; 
	cursor: pointer;
}

.news-pic{
	width: 40%;
	height: 240px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.news-pic img{
	width: 100%;
	margin: 0 auto;
}

.news-info{
	width: 58%;
	height: 240px;
	float: left;
	padding-left: 2%; 
}

.news-info h1{
	height: 70px;
	line-height: 70px;
	font-size: 180%;
}

.news-article{
	width: 100%;
	height: 72px;
	margin-bottom: 65px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;  
	overflow: hidden;
}

.news-ohter{
	padding-top:10px; 
	height: 40px;
}

.news-list {
	width: 100%;
	margin:0 auto; 
}

.news-list ul li{
	display: none;
}

.news-list ul li h1{
	height: 160px;
	line-height: 200px;
	font-size: 100%;
	color:#168b3c;
	font-size: 36px;
	text-align: center;
}

.news-list ul li .news-date{
	width: 100px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #168b3c;
	border-radius: 50px; 
	text-align: center;
	margin: 0 auto;
}

.news-list ul li img{
	width: 100%;
	margin:40px 0; 
}

.news-list ul li p{
	width: 90%;
	line-height: 36px;
	text-align: left;
	text-indent: 24px;
	margin: 0 auto;
}

.link-con{width: 90%;height:40px;margin: 50px auto 0;}
.link-con div{cursor: pointer;}
.link-con .link-prev{float:left;}
.link-con .link-next{float:right;}
.link-con a{text-decoration:underline;}

.pro-con{
	width: 400px;
	height: 40px;
	margin:30px auto;
}

.pro-con div{
	width: 74px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background: #168b3c;
	float: left;
	cursor: pointer;
	margin-right:10px; 
}

.pro-con input[type="text"]{
	width: 40px;
	height: 28px;
	display: block;
	float: left;
	text-align: center;
	color: #666;
	margin-right:10px; 
}

.input-news{
	width: 100%;
}



.article-login {
	width: 80%;
	line-height: 50px;
	margin: 0 auto;
	color:#000;
	font-size: 24px;
}
.article-login h1{
	width: 100%;
	text-align: center;
	height: 200px;
	color: #168b3c;
	line-height: 200px;
}

.article-login input[type="text"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	outline: 0;
	text-indent: 16px;
	margin-bottom:30px; 
}

.article-login input[type="button"]{
	padding: 10px 30px;
	display: block;
	margin: 20px auto;
	background-color: #168b3c;
	border: none;
	color:#fff;
	cursor: pointer;
	font-size: 24px;
}

.article-login textarea{
	width: 100%;
	outline: 0;
}


