.page-banner {

    width: 100%;

    height: 48vw;

    background-size: cover;

    background-position:center center;

    padding-top: 15vw;

}

.page-title {

    font-size: 1.2rem;

    font-weight: 900;

    color: #fff;

    text-align: center;

}

.content-item {

    margin-left: 1rem;

    margin-right: 1rem;

}

.page-banner-line {

    width: 18px;

    height: 3px;

    margin-top: 1rem;

    margin-left: auto;

    margin-right: auto;

    background-color: #fff;

}

.rongyujiangxiang-content {

    height: 100%;

}

.rongyujiangxiang-center {

    text-align: center;

    padding-top: 1rem;

}

.rongyujiangxiang-content .content-title {

    font-size: 1rem;

    font-weight: 900;

}

.rongyujiangxiang-content .content-red-line {

    width: 18px;

    height: 3px;

    margin-left: auto;

    margin-right: auto;

    background-color: rgba(188, 28, 113, 1);

    margin-top: 0.5rem;

    margin-bottom: 1rem;

}

.page-navs {

    width: 100%;

    height: 1rem;

    background-color: rgba(243, 243, 243, 1);

}

.page-nav-item {

    width: 196px;

    display: inline-block;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    color: rgba(153, 153, 153, 1);

    padding: 22px 0;

}

.page-nav-item.active {

    background-color: rgba(202, 24, 120, 1);

    color: #fff;

}

.column-child {

    margin-top: -80px;

    padding-top: 80px;

}

.page-content {

    margin-top: 1rem;

    margin-bottom: 1rem;

}

.articles-list {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.artilce-item {

    width: 100%;

    border: 1px solid #F3F3F3;

    border-radius: 4px;

    padding: 1rem;

    margin-bottom: 1rem;

}

.article-image {

    width: 12rem;

    overflow: hidden;

    margin-left: auto;

    margin-right: auto;

}

.article-image img {

    width: 100%;

}

.article-subtitle {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 0.9rem;

    line-height: 16px;

    color: rgba(153, 153, 153, 1);

    margin-top: 1rem;

}

.article-title {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 1rem;

    line-height: 2rem;

    margin-top: 1rem;
	text-align:center

}