/**************公用***************/

.section-title{
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 20px;
    position: relative;
}

.section-title .vc-title{
    font-size: 70px;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
/************banner************/
.section-banner{
    position: relative;
}
.section-banner .img-box img{
    width: 100%;
}
.section-banner .index-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 73px;
}
.section-banner .index-banner-content .title{
    position: relative;
    padding-top:100px;
}
.section-banner .index-banner-content .title:before{
    position: absolute;
    content: " ";
    top: 80px;
    left: 0;
    width: 64px;
    height: 6px;
    background: #2269F0;
}


/************************************************************************/
.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-anli-box{
    margin-bottom: 70px;
}
.section-anli-box .main-box{
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.14);
    padding: 25px 10px 0px 10px;
    margin-bottom: 30px;
}
.section-anli-box .main-box .article-title-box{
    padding:0 20px;
    border-bottom: 1px solid #EDEDED;
}
.section-anli-box .main-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-anli-box .main-box .article-vc-title{
    font-size: 14px;
    color: rgba(51, 51, 51, 0.7);
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
.section-anli-box .main-box .date-box{
    margin-right:50px;
}
.section-anli-box .main-box .like-icon-box{
    margin-right:20px;
}
.section-anli-box .main-box .like-icon-box img{
    margin-right: 5px;
}
.section-anli-box .main-box .view-icon-box img{
    margin-right: 5px;
}
.section-anli-box .main-box .article-content-box{
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 20px;

}
.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;
    margin-right: 60px;
}
.section-anli-box .main-box .article-pre-next{
    border-top: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    line-height: 68px;

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

.more-anli-box>.title-box{
    font-size: 26px;
    color: #000000;
    padding-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.more-anli-box ul.more-content-box{
    display: flex;
    justify-content: space-between;
}
.more-anli-box ul.more-content-box li{
    width: 30%;
    border-radius: 8px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all ease-in 0.3s;
}
.more-anli-box ul.more-content-box  li:hover{
    margin-top: -20px;
}
.more-anli-box ul.more-content-box li .img-box{
    width: 100%;
    height: 197px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
.more-anli-box ul.more-content-box li .img-box img.logo-img{
    width: 150px;
    height: 58px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.67);
}
.more-anli-box ul.more-content-box li .company-name-box{
    padding: 10px 20px 0 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.more-anli-box ul.more-content-box li:hover .company-name-box{
    color:#4070F4;
}
.more-anli-box ul.more-content-box li .title-box{
    text-align: left;
    padding-top: 18px;
    padding: 10px 20px 0 20px;
    font-size: 14px;
    height: 58px;
    letter-spacing: 3px;
}
.more-anli-box ul.more-content-box li .tag-box{
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.more-anli-box ul.more-content-box li .left-tag-box span{
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.more-anli-box ul.more-content-box li .tag-box .type-tag{

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2268F0;
}
.more-anli-box ul.more-content-box li .tag-box .area-tag{
    width: 60px;
    height: 28px;
    color:#2268F0;
    line-height: 28px;
    border: 1px solid #2268F0;
    border-radius: 2px;
}
.more-anli-box ul.more-content-box li .tag-box .right-view-box .left-icon-box{
    margin-right: 5px;
}
.more-anli-box ul.more-content-box li .tag-box .right-view-box img{
    margin-right: 5px;
}

