.top{
	width: 100%;
	height: 540px;
}
.top img{
	width: 100%;
	height: 540px;
}
.news{
	width: 1300px;
	margin:50px auto;
	display: flex;
	
}
.news_lfet{
	width: 300px;
}
.news_left_li{
	text-align: center;
	width: 200px;
	background: #F1F1F1;
	margin-bottom: 20px;
}
.news_lfet a{
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: auto;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.news_left_li:hover{
	transition: all 0.5s;
	color: #fff;
	background: #0C2BC3;
}
.news_left_li:before{
	transition: all 0.5s;
	background: #F1F1F1;
}
.news_right{
	width: 1000px;
}
.jies_title{
	border-bottom: 1px solid #eee;
}
.jies_title p{
	width: 130px;
	font-size: 23px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #0C2BC3;
	font-weight: bold;
}
.news_list{
	
}
.news_li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 10px;
	margin: 0 20px;
	border-bottom: 1px dotted #eee;
}
.news_li_title{
	font-size: 20px;
	display: flex;
	align-items: center;
}
.news_li_title a{
	color: #000;
}
.news_li_title a:hover{
	color: #0C2BC3;
}
.news_li_title span{
	width: 10px;
	height: 10px;
	background-color: #0C2BC3;
	display: block;
	margin-right: 30px;
}
.news_li_time{
	font-size: 18px;
	color: #777;
}

#news_cont{
	width: 1100px;
	margin: auto;
	padding-bottom: 200px;
}
#news_cont p{
	font-size: 20px;
	padding: 5px 0;
}

.news_flex{
	display: flex;
	width: 1318px;
	margin: auto;
}