.middle-left{
	width: 796px;
}
.middle-right{
	width: 375px;
}
.news-type>a{
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
	font-size: 20px;
	color: #909090;
	border-bottom: 2px solid transparent;
}
.news-type>a.active{
	color: #000;
	border-bottom: 2px solid #90c320;	
}

.dt-img-wrap{
	width: 269px;
	height: 163px;
}
.dt-img-wrap>img{
	width: 100%;
	height: 100%;
}
.dt-info-wrap{
	width: 504px;
	height: 163px;
	position: relative;
	overflow: hidden;
}
.dt-info-wrap>.time{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 20px;
}

.more-btn{
	display: inline-block;
	width: 240px;
	color: #91c322;
	line-height: 40px;
	border: 1px solid #91c322;
	border-radius: 8px;	
}


