.page-banner {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position:center center;
    padding-top: 310px;
}
.page-title {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}
.content-item {
    width: 1540px;
    margin-left: auto;
    margin-right: auto;
}
.page-banner-line {
    width: 36px;
    height: 6px;
    margin-top: 20px;
    margin-left: 60px;
    background-color: #fff;
}
.page-navs {
    width: 100%;
    height: 70px;
    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;
}
.child-navs {
    background: rgba(202, 24, 120, 0.53);
    margin-top: 235px;
}
.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: 24px;
    line-height: 24px;
    padding: 22px;
}
.child-child-nav {
    margin-left: 52px;
    margin-right: 52px;
}
.child-child-nav.active {
    font-weight: 700;
}
.page-content {
    margin-top: 80px;
    margin-bottom: 80px;
}
.artilce-item {
    display: flex;
    padding: 24px 56px;
}
.artilce-item.bg-gray {
    background-color: rgba(249, 250, 254, 1);
}
.artilce-item:hover {
    color: #FFFFFF;
    background-color: rgba(10, 51, 131, 1);
}
.article-date {
    padding-top: 37px;
}
.article-date-day {
    color: rgba(153, 153, 153, 1);
    font-family: 'D-DIN';
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 68px;
}
.article-date-month {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}
.article-date {
    margin-right: 67px;
}
.article-image {
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin-right: 40px;
}
.article-image img {
    width:100%;
}
.article-content {
    padding-top: 27px;
}
.article-title {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
}
.article-description {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 32px;
    width: 1070px;
}
.artilce-item:hover .article-description {
    color: rgba(255, 255, 255, 0.6);
}
.jituandongtai-center {
    text-align: center;
}
.jituandongtai-content .content-title {
    font-size: 26px;
    font-weight: 900;
}
.jituandongtai-content .content-red-line {
    width: 36px;
    height: 6px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(188, 28, 113, 1);
    margin-top: 16px;
    margin-bottom: 52px;
}
.artilce-item{ display:block; overflow:hidden}
.article-date,.article-image,.article-content{ float:left}
.article-date{width: 11%; margin-right:0}
.article-image{ width:12%; height:171px;margin-right: 3%;display: flex; flex-direction: column; justify-content: center; align-items: center;}
.article-content{ width:74%}
@media (max-width:1540px) {
    .content-item {
        width: 1080px;
    }
    .article-description {
        font-family: 'Alibaba PuHuiTi 2.0';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        margin-top:10px;
        width:100%;
    }
	.article-date{ padding-top:10px}
	.article-image{ height:130px}
	.article-title{ font-size:22px}
	.article-title-en{ font-size:20px}
}