
/*列表*/

.news-wrap {
	margin: 0 auto;
}

.news-nav {
	width: 20%;
	margin-top: 20px;
	float: left;
}

.news-nav li {
	font-size: 18px;
	color: #222;
	line-height: 60px;
	text-align: center;
}

.news-nav a {
	color: #222;
	display: block;
	width: 100%;
	height: 60px;
}

.news-nav li:hover {
	background: #3b40a4;
}

.news-nav li:hover a {
	color: #fff !important;
}
.news-list-wrap{
	width: 78%;
	float: right;
	margin-top: 20px;
	
}
.news_list{
	width: 100%;
	/*height: 190px;*/
	border-top:1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
		
}

.news_list:hover{
    box-shadow: 1px 1px 13px #ccc;
	padding: 20px;
}
.news-list-wrap .news_list:first-child{
	border: none;
}
.news_title{
	width: 100%;
	font-size: 22px;
	color: #000000;
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_content{
	width: 100%;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 32px;
	margin-top:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_date{
	width: 100%;
	font-size: 16px;
	color: #808080;
	margin-top: 20px;
}


.news_show_title{
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.news_show_date{
	width: 100%;
	font-size: 14px;
	color: #808080;
	text-align: center;
	margin-bottom: 20px;
}
.news_show_content{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 26px;
	text-indent: 2em;
}
.news_show_content1{
	width: 90%;
	height: 400px;
	margin: 20px auto;
	position: relative;
}
.news_show_content1 img{
	width: 100%;
	height: 100%;
	display: block;
}

