* {
    box-sizing: border-box !important;
}

body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    background-color: #F7F7FA;
}
/*.main-header{*/
/*    border-radius: 50px;*/
    /*width: 95%;*/
/*    max-width: 1280px;*/
/*    margin: auto;*/
/*    margin-top: 30px;*/
/*}*/



.article-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 图片安全 */
img,
svg {
    max-width: 100%;
    height: auto;
}

.articleTopTitle {
    display: flex;
    color: #000;
    font-size: 16px;
    /*padding-top: 30px;*/
    background: #fff;
    height: 50px;
    line-height: 50px;
}






.Free-trial {
    height: 100px;
    background: #fff;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.Free-trial .trial-title {
    font-weight: 400;
    font-size: 13px;
    color: #3D3D3D;
    margin-left: 15px;
}

.Free-trial .Free-trial-left {
    display: flex;
    align-items: center;
}

.Free-trial .free-trial-but {
    width: 135px;
    height: 35px;
    background: #2E74FF;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    line-height: 35px;
    color: #FFFF
}

.Recommended-articles {
    background: #fff;
    margin-top: 30px;
}

.Recommended-articles-title {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    padding-left: 20px;
    padding-top: 20px;
}

.TopTitle {
    width: 72%;
    margin: auto;
}

.fbTime {
    font-weight: 400;
font-size: 14px;
color: rgba(0,0,0,0.65);
    padding: 20px 0px;
    /*border-bottom: 1px solid #ededed;*/
}

.centerRow {
     max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.container-center {
    width: 100%;
    margin: 0 auto;
    background-color: #F7F7FA;
    padding: 30px;
    border-radius: 4px;
}

.articleLeft {
    flex: 0 0 70%;
    max-width: 70%;
    height: fit-content;
    /* 确保高度可计算 */
}

.infoFlex-left-top {
    background: #fff;
  padding: 30px 30px 24px 30px;
}

.centerRow,
.container-center,
.page-wrapper {
    overflow: visible !important;
    /* 临时测试用 */
}

.infoFlex-left {}

.infoFlex-right {
    padding: 20px;
    background: #fff;
    height: 100%;
}

.infoTitle {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 7px;
    /*text-align: center;*/
}

.infoFlex-right-top {
    margin-bottom: 30px;

    background: #fff;
    color: #000;
    font-size: 14px;

}

.info-right-top-Title {
font-weight: 600;
font-size: 20px;
color: #333333;
    display: flex;
    padding: 24px 24px 15px 24px;
}

.info-right-top-Title img {
    width: 28px;
}
.infoFlex-right-top .productsItem {
    padding: 30px 20px 30px 20px;

}

.infoFlex-right-top .productsItem .productsSpan {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 15px;
}

.infoFlex-right-top .productsItem .productsBtn {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.infoFlex-right-top .productsItem .productsBtn div:nth-child(1) {
    width: 80px;
    height: 28px;
    background: #2E74FF;
    border-radius: 4px;
    font-weight: 300;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}

.infoFlex-right-top .productsItem .productsBtn div:nth-child(2) {
    width: 80px;
    height: 28px;
    background: #fff;
    border-radius: 4px;
    font-weight: 300;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 25px;
    text-align: center;
    font-style: normal;
    margin-left: 10px;
}

.infoFlex-right-top-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 50%;
}

.info-right-Title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.article-catalog {
    background-color: #fff;
    padding-bottom: 10px;
}

.article-catalog-list .article-catalog-item {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    padding: 5px 24px;
    /* margin-top: 20px; */
}

.article-catalog-list .article-catalog-item:hover {
    color: #2E74FF;
}

.enterprise-wx {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.enterprise-wx .enterprise-wx-right {
    margin-left: 10px;
}

.enterprise-wx .enterprise-wx-right div:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}

.enterprise-wx .enterprise-wx-right div:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}











.hotNews {
    margin: 10px 0;
}

.hotNews-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.hotNews-time {
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.infoContainer {
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    line-height: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
}

.infoContainer .summary-box {
    background: #F7F8FA;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 32px;
}

.infoContainer .summary-box .summary-title {
font-weight: 400;
font-size: 15px;
color: #1677FF;
}

.infoContainer .summary-box .summary-content {
font-weight: 400;
font-size: 15px;
color: rgba(0,0,0,0.65);
line-height: 24px;
}
.infoContainer .summary-box .summary-content p{
margin-bottom: 0px;
line-height: 24px;
}

.infoContainer .jTitle {
    font-weight: 600;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 20px;
}

.infoContainer .jContent {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 10px;
}

.infoContainer .line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-right {
    /*width: 33.333%;*/
    position: relative;
}

.hot-news {
    background: #fff;
    padding: 20px;
}

.sticky-sidebar {
    position: sticky;
    top: 60px;
    /*background: white;*/
    /*border: 1px solid #eee;*/
    /*padding: 20px;*/
    border-radius: 4px;
    z-index: 100;
}

.jxarticle{
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
}
  .jxarticle .jxarticleItem{
        background: #F0F0F0;
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 14px;
    color: #3D3D3D;
        display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
}
.jxarticleItem img{
     width: 20px;
    height: 20px;
    background-color: #fff;
    padding: 2px;
    border-radius: 50px;
}
/*当屏幕尺寸小于760px时*/
@media (max-width: 767px) {
    .infoFlex-left {
        padding: 0;
    }

    .infoFlex-left-top {

        padding: 0;
    }

    .pageData-box .package-block {
        padding: 0;
    }

    .Free-trial {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;

    }

    .Free-trial .free-trial-but {
        margin-top: 20px;
    }

    .Free-trial .Free-trial-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .container-center {
        width: 95%;
        margin: 0 auto;
        background-color: #fff;
        padding: 0px 0px;
        border-radius: 4px;
    }

    .centerRow {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
        flex-direction: column;
    }

    .infoTitle {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;

    }

    .articleLeft {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }

    .infoContainer {
        /*font-size: 14px;*/
        line-height: 1.8;
        margin-top: 15px;
        padding: 0;
    }

    .infoFlex-left {
        padding: 10px;
        background: #fff;
    }

}

/*当屏幕尺寸大于768px时*/
@media (min-width: 768px) {}

/*当屏幕尺寸大于1200px时*/
@media (min-width: 1200px) {}