.main {
	background-color: #fff;
}
.banner {
	background: url(../images/gfqh/common_banner_1.png);
}
header {
	height: 270px;
}
.main-container {
	padding: 50px 0;
}
.article-list {
    padding: 0% 12.5%;
}
.articles-container .article-list li:nth-child(odd) {
    background-color: #f0f4f8;
}
.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: #333;
    cursor: pointer;
}
.articles-container .article-list li .article-title, .article-list li .article-title {
    display: block;
    line-height: 3em;
    color: #333;
    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: #999;
	position: absolute;
	right: 0;
	top: 0;
}
#pagination {
	text-align: center;
	margin-top: 40px;
}

/* .article-list li a span.top {
	position: relative;
}
.article-list li a span.top:before {
	width: 25px;
	height: 25px;
	position: absolute;
	content: '';
	right: 5px;
	top: 10px;
	background: url(../images/gfqh/top-icon-4.png) no-repeat;
} */
.article-list li.top:before {
	width: 25px;
	height: 25px;
	position: absolute;
	content: '';
	right: 5px;
	top: 10px;
	background: url(../images/gfqh/top-icon-4.png) no-repeat;
}
