html,
body,
p {
    padding: 0;
    margin: 0;
}

.page-view {}

.banner {
    position: relative;
    width: 100%;
    height: 189px;
}

.banner img {
    width: 100%;
    height: 100%;
    background-color: #fff000;
}

.img-overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}



.swiper {
    width: 100%;
    height: 230px;
    margin-top: 15px;
}

.swiper-slide img {
    width: 100%;
    height: 230px;

}

.list {
    padding: 15px;
}

.item {
    margin-top: 25px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.left {
    width: calc(100% - 140px);
}

.item .title {
    font-size: 14px;
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.item .time {
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

.right {
    width: 120px;
    height: 80px;
    background-color: #000;
}




/* 文章内容 */
.page-article {
    padding: 15px;
}

.page-title {
    font-size: 20px;
}

.ghz-info {

    margin: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.gzh-left {
    display: flex;
    flex-wrap: nowrap;
}

.gzh-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff000;
}

.gzh-txt {

    margin-left: 8px;
}

.gzh-txt .name {
    font-size: 16px;
    line-height: 25px;
}

.gzh-txt .time {
    font-size: 12px;
    line-height: 25px;
    color: #888;
}

.gzh-right {
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    background-color: red;
    cursor: pointer;
}

.author {
    font-size: 12px;
    color: #999;
}

#html-content {}

#html-content img {
    width: 100%;
}

.footer {}

.footer img {
    width: 100%;
    height: 170px;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: red;
}

.footer p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #888;

}
a{
	color: #000000;
	text-decoration: none;
}