@media screen and (max-width: 750px){
	.nav{
		padding-right: 0px;
	}
	.nav-left{
		display: none;
	}
	.nav-right{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.news-title{
		max-width: 280px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		font-size: 12px;
	}
	.wp_entry img{
		width: 100%;
	}
}