.banner-container {
	width: 100%;
	padding: 0;
}
.banner-description {
	width: 100%;
}
.news-list-container {
	min-height: 500px;
	padding: 50px 0;
}

.article-list {
    padding: 0% 12.5%;
}
.articles-container .article-list li:nth-child(odd) {
    background-color: #F9FAFC;
}
.articles-container .article-list li {
    font-size: 1.2em;
    line-height: 3em;
    padding: 0 35px 0 3%;
	position: relative;
}
.tabs-content .article-list li a {
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1;
}
a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
.articles-container .article-list li .article-title, .article-list li .article-title {
    display: block;
    line-height: 60px;
    color: #000000;
    padding-left: 5%;
    margin-right: 18%;
	padding-right: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    position: relative;
}
 .article-list li .article-title:after {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 3px;
    top: 22px;
    content: '';
   /* background: url(../images/libg.png) no-repeat left center; */
}
.article-list li a {
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1;
}
.article-list li .publish-date {
	float: right;
	color: #B3B3B3;
	position: absolute;
	line-height: 60px;
	right: 0;
	top: 0;
}
#pagination {
	text-align: center;
	margin-top: 40px;
}

.article-list li.top:before {
	width: 25px;
	height: 25px;
	position: absolute;
	content: '';
	right: 5px;
	top: 15px;
	background: url(../images/gfqh/newsList/top-icon.png) no-repeat;
}
.app-banner-description {
	display: none;
}

@media (max-width: 749px) and (min-width: 320px) {
	.banner-description {
		display: none;
	}
	.app-banner-description {
		display: block;
		width: 100%;
	}
	.article-list {
	    padding: 0 2rem;
	}
	
	.articles-container .article-list li .article-title, .article-list li .article-title {
		padding-right: 0;
		margin-right: 0;
		line-height: 50px;
	}
	.article-list li .publish-date {
		position: relative;
		line-height: 40px;
	}
	.articles-container .article-list li:nth-child(odd) {
	    background-color: #f5f6f9;
	}
	.news-list-container {
		padding: 50px 0 10px;
	}
	.row {
		margin: 0;
	}
}