.banner-container {
    width: 100%;
    height: 495px;
    text-align: center;

}

.banner-wrapper-center {
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}

.banner-container-center {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 495px;
}

.banner-container-center {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 495px;
}

.banner-container-center .title {
    color: #fff;
    text-align: left;
    font-weight: bold;
    margin-left: 65px
}

.banner-container-center .title-1 {
    padding-top: 200px;
    font-size: 65px;
}

.banner-container-center .title-2 {
    padding-top: 40px;
    font-size: 35px;
}

.tab-box-wrapper {
    text-align: center;
    min-height: 450px;
}


.tab-box {
    height: auto;
    display: flex;
    margin: 80px auto;
    width: 1200px;

}

#tabNav {
    box-shadow: 1px 2px 5px #ddd;
    border-radius: 5px;
    height: 0;
    background: #fff;
    margin-right: 20px;
}

#tabNav::-webkit-scrollbar {
    width: 4px;
    background-color: #ccc;
}

#tabNav::-webkit-scrollbar-thumb {
    background-color: #999;
}

#tabNav li {
    height: 45px;
    line-height: 45px;
    width: 130px;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    background: #F2F5FA;
}

#tabNav>span {
    width: 130px;
    height: 5px;
    background-color: #fff;
    display: inline-block;
}

#tabNav .active {
    color: #fff;
    background-color: #0050C8;
}

#tabContent {
    height: auto;
    width: 1000px;
    box-sizing: border-box;
    text-align: left;
}

#tabContent .tab-item {
    min-height: 450px;
    width: 1000px;
    display: none;
    float: left;
}

#tabContent .tab-item-child {
    height: 185px;
}


#tabContent .split-hr {
    clear: both;
    margin: 30px 0 50px;
    border: 1px solid #E3E3E3;
}


#tabContent .split-hr {
    margin-bottom: 40px;
}

#tabContent .tab-item .tab-item-img,
#tabContent .tab-item .tab-item-content {
    float: left;
}

#tabContent .tab-item .tab-item-img {
    width: 260px;
}

#tabContent .tab-item .tab-item-content {
    width: 700px;
    margin-left: 25px;
}

#tabContent .tab-item .tab-item-content .title {
    font-size: 20px;
    color: #000;
    margin: 0 0 25px;
}

#tabContent .tab-item .tab-item-content .text {
    font-size: 16px;
    color: #999;
    line-height: 25px;
}

#tabContent .tab-item .tab-item-content .link a {
    font-size: 14px;
    color: #001e93;
}

#tabContent .tab-item .tab-item-content .time {
    font-size: 14px;
    color: #999;
    /* margin-top: 30px; */
}

#tabContent .pager-info {
    text-align: right;
}

#tabContent .pager-info span,
.page-num {
    font: 18px;
    color: #999;
    padding: 0 5px;
}

#tabContent .pager-info .active,
.page-num-current {
    color: #001e93;
    display: inline-block;
}

#tabContent .active {
    display: block;
}


.article-container {
    width: 1100px;
    margin: 0 auto;
}


.article-container .title {
    font-size: 26px;
    color: #000;
    text-align: center;
    height: 150px;
    line-height: 150px;
}

.article-container .time,
.article-container .author {
    font-size: 16px;
    color: #999;
    text-align: center;
}

.article-container .author {
    margin-left: 50px;
}

.article-container p {
    font-size: 18px;
    color: #000;
    text-indent: 35px;
    line-height: 35px;
}

.article-container p img {
    margin-left: -35px;
}


.article-container .article-item a {
    font-size: 20px;
    color: #000;
    display: inline-block;
}

.to-back {
    width: 140px;
    background: #1a7cff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
}

.to-back a {
    color: #fff;
}