.news_text .news_xun { padding: 0.5em 0; position: relative;}
.news_text .news_xun span { float: right; color: #aaa;}
.news_text .news_xun a {
    /* white-space: nowrap;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; */
	font-size: 16px;}
@media screen and (max-width:1000px) {
	.news_text .news_xun a {
	    width: 76%;}
	.news_text .news_xun span { font-size: 12px;}
}

