
.hc-perspective {
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/perspective/bg-perspective.png");
}
.hc-perspective .hc-sub-category-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
}
.hc-perspective .hc-sub-category{
    display: flex;
    justify-content: space-around;

}
.hc-perspective .sub-category-title {
    position: relative;
    padding: 0 16px;
    height: 60px;
    line-height: 60px;
    color:white;
    opacity: 0.41;
    text-decoration: none;
}
.hc-perspective .sub-category-title.active {
    opacity: 1;
}
.hc-perspective .sub-category-title.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 4px;
    background: var(--hc-main-color);
}

.hc-card-list {

}
.hc-card-wrap {
    display: flex;
    justify-content: center;
}
.hc-articles .hc-card {
    padding: 16px 12px;
    width: 362px;
    max-width: 100%;
    background: white;
}
.hc-articles .hc-card .hc-card-img {
    margin:0 auto;
    width: 100%;
    height: 161px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/perspective/bg-perspective.png");
}
.hc-articles .hc-card .hc-card-time {
    margin-top: 8px;
    font-size: 14px;
    color: #A6A6A6;
}
.hc-articles .hc-card .hc-card-title {
    margin-top: 8px;
    height: 40px;
    line-height: 20px;
    display: block;
    color: var(--hc-secondary-color);
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
}
.hc-articles .go-btn {
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-size: 24px;
    color: var(--hc-secondary-color);
}
.pagination {
    margin: 24px auto;
    display: flex;
    justify-content: center;
}
.pagination .page_link {
    margin-left: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    color: var(--hc-main-color);
    background: none;
    border: none;
    text-decoration: none;
    text-align: center;
}
.pagination .page_link.page_active {
    color: white;
    background: var(--hc-main-color);
}