.section-banner{
    position: relative;
}
.section-banner .img-box img{
    width: 100%;
}
.section-banner .index-banner-content{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.section-banner .index-banner-content .index-banner-title{
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.section-banner .index-banner-content .index-banner-desc{
    margin-top: 25px;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    color: #000000;
}

/****************************************************************************/
.section-nav-box{
    height: 68px;
    background: #F2F7FC;
}
.section-nav-box>div{
    display: flex;
    line-height: 68px;
    justify-content: space-between;
}
.section-nav-box>div>a{
    font-size: 16px;
    font-weight: 400;
    color: #333333;

}
.section-nav-box>div .left-nav{
    width: 50%;

}
.section-nav-box>div .left-nav a{
    margin-right: 45px;
    font-weight: 600;
    color: #333333;
    font-size: 16px;
    display: inline-block;
}
.section-nav-box>div .left-nav a.active{
    color: #2269F0;
    border-bottom: 3px solid #2268F0;

}
.section-nav-box>div .right-nav{
    flex: 1;
    text-align: right;
}
.section-nav-box>div .right-nav a{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.section-nav-box>div .right-nav a.color999999{
    color:#999999;
}
/************************************************************************/
.section-news-box .main-box{
    padding-top: 25px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
    padding: 25px 20px 0px 20px;
    margin-bottom: 50px;
    margin: 40px 0 50px 0;
}

.section-news-box .article-title{
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.section-news-box .article-time-box{
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    border-bottom:1px solid #EDEDED;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-news-box .article-content-box{
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.section-news-box .article-content-box img{
    text-align: center;
    max-width: 100%;
    height: unset !important;
}
.view-main-box{
    text-align: center;
    margin-bottom: 50px;
}
.view-main-box a{
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
    border-radius: 40px;
}
.view-main-box a.like-box{
    margin-right: 20px;
}
.view-main-box a.share-box{
    cursor: unset;
}

.section-news-box .article-pre-next{
    border-top: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    line-height: 48px;

}
.section-news-box .article-pre-next a{
    font-weight: 400;
    color: #000000;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

