@charset "utf-8";
.news_main{
	width: 1190px;
	margin: 30px auto;
}
.newsListBox{
	width: 880px;
	box-sizing: border-box;
	padding: 30px 40px;
	background-color: #fff;
}
.newsListDiv{
	padding-bottom: 23px;
	margin-bottom: 23px;
	border-bottom: 1px solid #e5e5e5;
}
.newsListDiv .newsImg{
	width: 220px;
	height: 120px;
	margin-right: 20px;
}
.newsListDiv .newsImg img{
	width: 220px;
	height: 120px;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
}
.newsListInfo{
	width: 550px;
	position: relative;
}
.newsListInfo .tit{
	width: 100%;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #333;
}
.newsListInfo .text{
	width: 100%;
	color: #666;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newsListInfo .labelBox{
	color: #999;
	line-height: 30px;
}
.newsListInfo .labelBox span{
	margin-right: 20px;
}
.newsListInfo .moreNews{
	position: absolute;
	right: 0;
	bottom: 7px;
	color: #999;
}
.moreNews:hover{
	color:  #4D7EFF ;
}

.newsListBox  .moreList{
	display:block;
	box-sizing: border-box;
	margin: 30px auto;
	cursor: pointer;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 10px;
	width: 185px;
	color:  #4D7EFF ;
	height: 42px;
	background: #EAF0FF;
}
.newsListBox  .moreList:hover{
	color: #fff;
	background-color:  #4D7EFF ;
}


.newsList_right{
	width: 295px;
}
.newsList_right .title{
	box-sizing: border-box;
	height: 52px;
	line-height: 52px;
	padding-left: 25px;
	color: #000;
	font-size: 20px;
	margin-bottom: 4px;
	background-color: #fff;
}
.newsList_right .title .line{
	float: left;
	width: 3px;
	height: 20px;
	background-color: #0089e6;
	margin-right: 8px;
	margin-top: 18px;
}
.hotPost_box{
	box-sizing: border-box;
	width: 100%;
	padding: 18px 16px 16px 26px;
	background-color: #fff;
	margin-bottom: 20px;
}
.hotPost_box a{
	float: left;
	box-sizing: border-box;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 0 9px;
	margin-bottom: 20px;
}
.hotPost_box a:hover{
	color: #fff;
	border: 1px solid  #4D7EFF ;
	background-color:  #4D7EFF ;
}
.hotNews_box{
	box-sizing: border-box;
	width: 100%;
	padding:5px 26px;
	background-color: #fff;
}
.hotNews_box li{
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hotNews_box li:last-child{
	border-bottom: 0;
}
.hotNews_box li a:hover{
	color:  #4D7EFF ;
}

.newsDetailBox{
	width: 880px;
}
.newsDetailDiv{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 26px;
	background-color: #fff;
}
.newsDetailDiv .title,.next_news .title{
	font-size: 24px;
	line-height: 60px;
}
.next_news .title{
	width: 100%;
	height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsDetailDiv  .labelBox,.next_news .labelBox{
	font-size: 14px;
	color: #999;
	line-height: 36px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e4e4e4;
}
.next_news .labelBox{
	border-bottom: 0;
}
.newsDetailDiv .labelBox span,.next_news .labelBox span{
	margin-right: 20px;
}
.newsDetailDiv .labelBox span.fr,.next_news .labelBox span.fr{
	margin-right: 0;
}
.news_text{
	padding: 30px 0;
}
.news_text img{
	max-width: 828px;
}
.next_news{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 40px 40px;
	background-color: #fff;
	margin-top: 20px;
}
.next_news .tit{
	box-sizing: border-box;
	height: 52px;
	line-height: 52px;
	color: #000;
	font-size: 20px;
	margin-bottom: 4px;
	background-color: #fff;
}
.next_news .tit .line{
	float: left;
	width: 3px;
	height: 20px;
	background-color: #0089e6;
	margin-right: 8px;
	margin-top: 18px;
}