#news-banner{
	height: 600px;
	width: 100%;
}
#news-banner .banner{
	height: 100%;
	width: 100%;
	
	background-image: url(../images/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 .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 .li-title{

	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 34px;
	color: #333333;
	opacity: 1;
	text-align: center;
	
	margin-bottom: 20px;
	
	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 .li-other{

	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 18px;
	color: #666666;
	opacity: 1;
	text-align: center;
	margin-bottom: 60px;

}
#news-content .content-bottom .content-right .li-other .li-date{
	margin-right: 15px;
}
#news-content .content-bottom .content-right .li-other .li-tags span{
	margin-right: 15px;
}
#news-content .content-bottom .content-right .li-other .li-tags span:last-child{
	margin-right:0;
}

#news-content .content-bottom .content-right .li-content{
	margin-bottom: 80px;
	
	color: #000000;
	font-size: 14px;
	font-family: 宋体, SimSun;
}
#news-content .content-bottom .content-right .li-content img {
	/*width: auto;*/
	max-width: 100%;
	height: auto;
}
/*相关阅读*/

#news-content .content-bottom .content-right .li-relevant{
	margin-bottom: 80px;
	padding-left: 15px;
}
#news-content .content-bottom .content-right .li-relevant p{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	letter-spacing: 2px;
	opacity: 1;
	
	position: relative;
	
	margin-bottom: 20px;
}
#news-content .content-bottom .content-right .li-relevant p:after{
	content: " ";
	width: 4px;
	height: 24px;
	background: #00A4EF;
	opacity: 1;
	
	position: absolute;
	left: -12px;
}
/**/
#news-content .content-bottom .content-right .li-relevant .relevant-list{
	
}
#news-content .content-bottom .content-right .li-relevant .relevant-list a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: #00A4EF;
	opacity: 1;
	
	margin-bottom: 20px;
	
	display: inline-block;
}

