.article-item {
    border: 1px solid #ddd;
    box-shadow: 0 0 8px 1px #eee;
    overflow: hidden;
    margin-bottom: 1.5rem
}

.article-item .thumb img {
    width: 100%;
    height: 168px;
    object-fit: cover;
}

.article-item .txt {
    padding: 15px;
}

.article-item .txt h3 {
    overflow: hidden;
}
.article-item .txt h3 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
}

.article-item .txt p.time {
    font-size: .84rem;
    font-weight: bold;
    color: #a4a4a4;
    margin-bottom: 0;
}

.pagination {
    justify-content: center;
}

.pagination li a, .pagination li span {
    padding-left: .75rem;
    padding-right: .75rem;
}

.pagination li.active span {
    color: #c48915;
    font-weight: bold;
}

article {
    background: #fff;
    padding: 25px 15px;
}

.arc-con img{
    max-width: 100%;
}

.article-section {
    padding: 20px 0;
}

.a-time {
    font-size: 12px;
    text-align: center;
    color: #777;
    margin-bottom: 25px;
}

.arc-con {
    font-size: 14px;
    line-height: 26px;
}

.f1 {
    background: #fff;
    margin-bottom: 20px;
}

.f1 a {
    text-decoration: none;
}

.f1 p, .relate h3 {
    font-size: 18px;
    padding-left: 8px;
    line-height: 40px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.f1 img {
    display: block;
    padding: 20px;
    width: 100%;
}

.relate {
    background: #fff;

}

.relate ul {
    list-style: none;
    padding: 0 10px;
}

.relate ul li {
    font-size: 14px;
    line-height: 38px;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
