#news-banner{
	height: 600px;
	width: 100%;
}
#news-banner .banner{
	height: 100%;
	width: 100%;
	
	background-image: url(../imagess/news/banner-bg.png);
	background-size:100% 100%;
	background-origin: center center;
	background-repeat: no-repeat;
}

#news-banner .banner img{
	width: 1354px;
	height: auto;
	
	margin-left: 160px;
}


/*正文*/
#news-content{
	padding-top: 20px;
}
/*路由*/
#news-content .contnet-Bread{
	height: 16px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 18px;
	color: #444444;
	letter-spacing: 2px;
	opacity: 1;
	
	margin-bottom: 20px;
}
#news-content .contnet-Bread a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 18px;
	color: #444444;
	letter-spacing: 2px;
	opacity: 1;
}
/*正文*/
#news-content .content-bottom{
	
}
/*左边*/
#news-content .content-bottom .content-left{
	width: 160px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(47, 171, 243, 0.4);
	opacity: 1;
	
	margin-right: 15px;
	border-radius: 10px ;
	
	height: max-content;
}
#news-content .content-bottom .content-left p{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	color: #333333;
	letter-spacing: 2px;
	opacity: 1;
	
	text-align: center;
	
	border-bottom: 1px solid #DDDDDD;
	

}
#news-content .content-bottom .content-left p:first-child{
	border-radius: 10px 10px 0px 0px;
}
#news-content .content-bottom .content-left p:last-child{
	border-radius: 0px 0px 10px 10px;
	border: none;
}
#news-content .content-bottom .content-left p:hover{
	cursor: pointer;
	

}
#news-content .content-bottom .content-left .news-menu:hover{
		color: #00A4EF;
}
/*选择状态*/
#news-content .content-bottom .content-left .activity-p{
	color: #FFFFFF;	
	background: #00A4EF;
}

/*右边列表*/
#news-content .content-bottom .content-right{
	width: 1060px;
}
#news-content .content-bottom .content-right ul{
	margin-bottom: 60px;
	width: 100%;
}
#news-content .content-bottom .content-right ul li{
	width: 100%;
	
	padding: 18px 0;
	border-bottom: 1px solid #D3D3D3;
}
#news-content .content-bottom .content-right ul li:first-child{
	padding-top: 0;
}
/*略缩图*/
#news-content .content-bottom .content-right ul li .content-img{
	width: 240px;
	height: 160px;	
	
	margin-right: 20px;
}
#news-content .content-bottom .content-right ul li .content-img img{
	width: 100%;
	height: 100%;	
}
/*右边*/
#news-content .content-bottom .content-right ul li .content-li{
	position: relative;
	width: 100%;
}
/*标题 */
#news-content .content-bottom .content-right ul li .content-li .li-title a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	opacity: 1;
	
	margin-bottom: 18px;
	
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
#news-content .content-bottom .content-right ul li .content-li .li-title a:hover{
	cursor: pointer;
	color: #00A4EF;
}

/*简介*/
#news-content .content-bottom .content-right ul li .content-li .li-summary a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 18px;
	color: #666666;
	opacity: 1;
	
	margin-bottom: 35px;
	
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
#news-content .content-bottom .content-right ul li .content-li .li-summary a:hover{
	cursor: pointer;
	color: #00A4EF;
}
/*底部*/
#news-content .content-bottom .content-right ul li .content-li .li-other{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 18px;
	color: #666666;
	opacity: 1;
	
	position: absolute;
	bottom: 12px;
	left: 0;
}
#news-content .content-bottom .content-right ul li .content-li .li-other .li-date{
	margin-right: 15px;
}
#news-content .content-bottom .content-right ul li .content-li .li-other .li-tags span{
	margin-right: 15px;
}
#news-content .content-bottom .content-right ul li .content-li .li-other .li-tags span:last-child{
	margin-right: 0;
}
/*页码*/
#news-content .content-bottom .content-right .page{
	margin-bottom: 100px;
}
#news-content .content-bottom .content-right .page p:first-child{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 16px;
	color: #666666;
	opacity: 1;
	
	margin-right: 20px;
}
