.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;
}
.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;
}
.articles-body {
    display: flex;
    justify-content: space-between;
}
.articles-left-body {
    width: 230px;
    background: #F9FAFB;
    padding: 24px 15px;
}
.articles-right-body {
    width: 1270px;
}
.search-category {
    margin-bottom: 24px;
}
.search-category-title {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #666666;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.search-category-title-text {
    width: 172px;
}
.search-category-title-icon {
    margin-top: 1px;
}
.search-category .search-category-icon.red {
    display: none;
}
.search-category.active .search-category-icon.red {
    display: inline-block;
}
.search-category .search-category-icon.gray {
    display: inline-block;
}
.search-category.active .search-category-icon.gray {
    display: none;
}
.search-category .search-category-list {
    display: none;
}
.search-category.active .search-category-list {
    display: block;
}
.search-category-icon.red {
    width: 14px;
    margin-top: 4px;
}
.search-category-icon.gray {
    height: 14px;
}
.search-category-list {
    padding-left: 15px;
    padding-top: 4px;
}
.search-category-item {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;

    color: #666666;
    margin-top: 14px;
    cursor: pointer;
}
.search-category-item.active {
    color: #CA1878;
}
.articles-search-form {
    border: 1px solid #BC1C71;
    background: #F9FAFB;
    height: 46px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.articles-search-form input {
    border: none;
    background: #F9FAFB;
    width: 1200px;
    padding-left: 10px;
}
.articles-search-form .search-btn {
    width: 124px;
    height: 46px;
    color: #FFFFFF;
    background: #BC1C71;
    text-align: center;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    cursor: pointer;
}
.artilce-item {
    margin-bottom: 22px;
    background: #F9FAFB;
    padding: 24px 40px;
    display: flex;
}
.artilce-right {
    display: flex;
    justify-content: space-between;
}
.article-title {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}
.article-description {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    margin-top: 16px;
}
.article-left {
    width: 630px;
}
.article-right {
    text-align: right;
    align-items: flex-end;
    width: 500px;
}
.article-right.btn-box {
    width: 124px;
    margin-left: 16px;
}
.article-btn {
    border: 1px solid #BC1C71;
    text-align: center;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #CA1878;
    padding: 12px 0;
    margin-top: 4px;
    display: block;
}
.artilce-item:hover .article-btn {
    color: #FFFFFF;
    background-color: #CA1878;
}
.article-date {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}
.article-address {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    margin-top: 14px;
}
.nodata {
    color: #999;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
}
@media (max-width:1540px) {
    .content-item {
        width: 1080px;
    }
    .articles-right-body {
        width: 820px;
    }
}