.third_column{
	width:85%;
	height:50px;
	float: right;
}
.third_nav{
	width:auto;
	height:50px;
	
}
.third_nav li{
	margin-right: 15px;
	float:left;
}
.third_nav li a{
	padding:0px 8px;
	color:#000000;
	background: rgb(244, 245, 247);
	display:block;
	line-height:30px;
	text-align:center;
	border:1px solid #CCCCCC;
	border-radius:6px;
}
.third_nav li a.active{
	color: rgb(0,192,254);
}


.article {
	width: 100%;
	padding-left: 270px;
}
.article>h3{
	font-size: 22px;
	color: #444;
}
.article-list {
	width: 100%;
	min-height: 300px;
	display: flex;
	margin-top: 20px;
	flex-direction: column;
	justify-content: space-between;	
}

.article-list li {
	width: 100%;
	border-radius: 5px;
	background: rgb(244, 245, 247);
	margin-top:20px;
	padding: 20px;
	#box-shadow: 0 0 14px 1px #d3d5d6;
}

.article-list li h3 a{
	color: #333;
	font-size: 16px;
}
.article-list li p{
	color: #9A9A9A;
	margin-top: 10px;
}
.article-list li span{
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}