.top-bg {
    background-image: url('/static/images/column-top-bg1.jpg');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.nav-bar {
    background: linear-gradient(90deg, #044F9F 50%, #fff 50%);
    box-shadow: 1px 1px 13px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 9;
}
.nav-bar-line {
    width: 1500px;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
}
.nav-bar-line .nav-title {
    border-left: 1px solid #FFF;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    padding: 30px 70px;
    background-color: #044F9F;
}
.nav-bar-line .nav-children {
    display: flex;
}
.nav-bar-line .nav-children .nav-children-item {
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    line-height: 88px;
    margin: 0 40px;
    height: 88px;
    display: block;
}
.nav-bar-line .nav-children .nav-children-item.active {
    color: #044F9F;
    height: 87px;
    border-bottom: 1px solid #044F9F;
}
.nav-bar-line .nav-children .nav-children-item:hover {
    color: #044F9F;
    height: 87px;
    border-bottom: 1px solid #044F9F;
}
.box4 {
    background-image: url('/static/images/columns-box9-bg.png');
    background-size: 100% 1200px;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}
.box4 .content-1500 {
    width: 1500px;
    margin: 0 auto;
    padding-top: 120px;
}
.box4 .title {
    font-weight: 500;
    font-size: 42px;
    color: #232323;
    line-height: 54px;
    padding-top: 90px;
}
.box4 .title-border {
    width: 52px;
    height: 8px;
    background: #044F9F;
    margin-top: 16px;
}
.hot-articles {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.12);
    height: 394px;
    width: 1500px;
    overflow: hidden;
    border-radius: 10px;
}
.hot-articles .hot-article-line {
    display: flex;
    transition: transform 0.8s ease;
}
.hot-articles .hot-article-line .article-item {
    height: 394px;
    width: 1500px;
}
.hot-articles .article-item-line {
    display: flex;
}
.hot-articles .article-item-line .image img {
    width: 755px;
    height: 394px;
    object-fit: cover;
    border-radius: 10px;
}
.hot-articles .article-item .a-info {
    width: 655px;
    margin-top: 37px;
    padding-left: 95px;
}
.hot-articles .article-item .a-info .a-title {
    font-weight: 500;
    font-size: 23px;
    color: #232323;
    line-height: 30px;
    margin-top: 20px;
}
.hot-articles .article-item .a-info .a-description {
    font-weight: 400;
    font-size: 15px;
    color: #686868;
    line-height: 25px;
    margin-top: 50px;
    height: 100px;
    overflow: hidden;
    width: 575px;
}
.hot-articles .article-item .a-info .a-time {
    font-weight: 400;
    font-size: 15px;
    color: #979797;
    line-height: 22px;
}
.hot-articles .article-item .a-info .article-link {
    font-weight: 400;
    font-size: 15px;
    color: #044F9F;
    line-height: 24px;
    margin-top: 10px;
}
.hot-articles .scroll-btns {
    position: relative;
    top: -90px;
    left: 1320px;
    display: flex;
    gap: 30px;
}
.hot-articles .scroll-btns .scroll-btn {
    display: block;
}
.hot-articles .scroll-btns .scroll-btn img {
    width: 60px;
    height: 60px;
}
.article-list {
    padding-top: 20px;
}
.article-list .article-item {
    padding: 90px 0;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
}
.article-list .article-item .image {
    width: 418px;
    height: 304px;
    margin-right: 95px;
}
.article-list .article-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.article-list .article-item .a-info {
    width: 980px;
    margin-top: 34px;
}
.article-list .article-item .a-info .a-title {
    font-weight: 400;
    font-size: 19px;
    color: #232323;
    line-height: 26px;
    margin-top: 20px;
}
.article-list .article-item .a-info .a-description {
    font-weight: 400;
    font-size: 15px;
    color: #686868;
    line-height: 25px;
    margin-top: 50px;
    height: 100px;
    overflow: hidden;
    width: 650px;
}
.article-list .article-item .a-info .a-time {
    font-weight: 400;
    font-size: 15px;
    color: #979797;
    line-height: 22px;
}
.article-list .article-item .a-info .article-link {
    font-weight: 400;
    font-size: 15px;
    color: #044F9F;
    line-height: 24px;
    margin-top: 10px;
}

.hidden {
    display: none;
}