.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;

}

.jituandongtai-content {

    height: 100%;

}

.jituandongtai-center {

    text-align: center;

    padding-top: 1rem;

}

.jituandongtai-content .content-title {

    font-size: 1rem;

    font-weight: 900;

}

.jituandongtai-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;

}

.child-navs {

    background: rgba(202, 24, 120, 0.53);

    position: relative;

    top: 1rem;

}

.column-children-children-list {

    display: flex;

    justify-content: center;

    height: 69px;

    color: #FFFFFF;

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 400;

    font-size: 1rem;

    line-height: 2rem;

    padding: 1rem;

}

.child-child-nav {

    margin-left: 1rem;

    margin-right: 1rem;

}

.child-child-nav.active {

    font-weight: 700;

}

.page-content {

    margin-top: 1rem;

    margin-bottom: 1rem;

}

.artilce-item {

    display: flex;

    padding: 0.5rem 1rem;

    background-color: rgba(249, 250, 254, 1);

    text-decoration: none;

    margin-bottom: 0.5rem;

}

.article-date-day {

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

    font-family: 'D-DIN';

    font-style: normal;

    font-weight: 700;

    font-size: 3rem;

    line-height: 3rem;;

}

.article-date-month {

    font-family: 'Alibaba PuHuiTi 2.0';

    font-style: normal;

    font-weight: 400;

    font-size: 0.5rem;

    color: #000;

}

.article-date {

    margin-right: 1rem;

}

.article-image {

    width: 4rem;

    height: 4rem;

    overflow: hidden;

    margin-right: 1rem;
	display: flex; flex-direction: column; justify-content: center; align-items: center;

}

.article-image img {

    width:100%;

}

.article-content {

    width: 45vw;

}

.article-title {

    font-family: 'Source Han Sans CN';

    font-style: normal;

    font-weight: 500;

    font-size: 1rem;

    color: #000;

	text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;



}

.article-description {

    font-family: 'Alibaba PuHuiTi 2.0';

    font-style: normal;

    font-weight: 400;

    font-size: 0.8rem;

    line-height: 1.5rem;

    color: #666666;

    margin-top: 0.5rem;

	text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;

}

.artilce-item:hover .article-description {

    color: rgba(255, 255, 255, 0.6);

}