.news_nav{
	margin-bottom:33px;
}
.news_nav .news_nav_li{
	display:inline-block;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
}
.news_nav .news_nav_li a{
	color:rgba(45,45,45,1);
	text-decoration:none;
}
.news_nav .active a{
	color:rgba(22,142,255,1);
	text-decoration:none;
}
.information_top{
	height: 40px;
	width: 810px;
	font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(44,44,44,1);
    line-height: 36px;
	background: rgba(244,244,244,1);
}
.project_list{
	padding-left: 0;
}
.project_list li{
	min-height:120px;
	padding:20px 0;
}
.search_top{
	margin-top: 20px;
	width: 800px;
	height: 50px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 20px;
	font-size: 17px;
    font-family: Microsoft YaHei;
	position:relative;
}
.black{
	margin-top: 8px;
	width: 8px;
	height: 20px;
	background: #c2c2c2;
	display: inline-block;
}
.month_top{
	width: 120px;
	margin-left: 5px;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
}
.inform_search{
	margin-left: 0px;
	width: 640px;
	display: inline-block;
}
.search_1{
	margin-left: 20px;
	display: inline-block;
	text-decoration:underline;
}
a{
	color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
a:hover{
	color: black;
	text-decoration: none;
}
.time{
	width: 120px;
	margin-left: 20px;
	display: inline-block;
}
.project_info{
	width: 810px;
}
.project_info .day{
	width: 100px;
	height: 100px;
	float: left;
}
.project_info .inform{
	width: 710px;
	float: left;
}
/* 右侧 */
.tags_list{
	margin-top: 20px;
}
.tags_ul{
	margin-top: 15px;
}
.expand_read {
    width: 136px;
    height: 39px;
    background: rgba(22,142,255,1);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px 20px 19px 0px;
    padding: 5px 0 5px 10px;
    display: inline-block;
}
.expand_read .expand_read_title {
    height: 19px;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 24px;
    float: right;
    margin-right: 24px;
}
.tags_info{
	padding: 3px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}