/* header */
.bar-nav {
	height: 3.5rem;
	border-bottom: 1px solid #dcdcdc;
	line-height: 3.2rem;
	background-color: #f7f7f7;
	color: #2e2e2e;
}
.bar-nav .btn {
	height: 3.5rem;
    font-size: 1.9rem;
    padding: 0 0.2rem;
    margin: 0;
	justify-content: center;
    align-items: center;
	display: flex;
    display: -webkit-flex;
}
.bar-nav .title {
	height: 3.5rem;
	font-size: 1.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align:center;
	padding-top:0.2rem;
}
.article-list {
    margin: 0 auto;
}
.more-art{
	border-top: 1px solid #e1e1e1;
	background-color: #fff;
	padding:0.9rem;
}
.more-art a{
	color: #e51c23;
}
.more-art .btn{
    border: 0px solid transparent;
}
.copyright-info{
    padding-top: 0.6rem;
}