body {
    position: relative;
}

p {
    margin: 0;
    padding: 0;
}

/* 导航 */
.news-nav {
    background-color: #004BA0;
}

.nav-bars {
    display: flex;
    width: 1120px;
    margin: 0 auto;
}

.nav-bars p {
    padding: 10px 36px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.nav-bars p span {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
}

.nav-bars .active {
    color: #004BA0;
    background-color: #FFFFFF;
}

/*列表 */

.list {
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 56px;
    width: 1120px;
}

.list ul li {
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    align-items: center;
    list-style: none;
    background-color: #F4F5F6;
}

.list ul li:nth-child(1) {
    margin-top: 0px;
}

.list ul li .list-left {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    width: 300px;
    height: 185px;
    overflow: hidden;
}

.list-left img {
    width: auto;
    height: 185px;
}

.list ul li .list-right {
    margin-left: 24px;
    margin-right: 24px;
    font-weight: 400;
}

.list ul li .list-right p:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.list ul li .list-right p:nth-child(2) {
    margin-top: 8px;
    font-size: 12px;
    color: #999999;
}

.list ul li .list-right p:nth-child(3) {
    margin-top: 8px;
    font-size: 14px;
    color: #333333;
}

.list ul li .list-right p:nth-child(4) a {
    display: flex;
    margin-top: 16px;
    width: 106px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background: #004BA0;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.list ul li .list-right p:nth-child(4) a span {
    display: inline-block;
    margin-right: 9px;
}

/* 详情 */
.details {
    display: flex;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 56px;
/*    width: 1120px;*/
    width: 80%;
}

.ql-editor .ql-align-center img {
/*    width: 100% !important;*/
}

.details-article {
    flex: 1;
    max-width: 80%;
}

.details-article .details-hd {
    margin-bottom: 16px;
    font-size: 20px;
    /* font-weight: 400; */
    font-weight: 700;
    color: #333333;
    line-height: 28px;
}

.details-article .details-time {
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    border-bottom: 1px solid #DCDFE6;
}

.details-article p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

/* .details-article-text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
} */

.details-article-img {
    display: block;
    margin: 16px auto;
    text-align: center;
}

.details-article-img img {
    width: auto;
    height: 242px;
}

.details-section {
    margin-left: 16px;
    /*    width: 282px;*/
/*    max-width: 300px;*/
    width: 282px;
    min-width: 20%;
}



.details-section-hd {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    height: 36px;
    background-color: #004BA0;
    color: #FFFFFF;
}

.details-section-box {
    margin: 0 10px;
    width: 6px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 13px 13px 13px 13px;
}

.details-section-img img {
/*    width: 282px;*/
    width: 100%;
    height: auto;
}

.details-section-text {
    padding: 8px;
    background-color: #F4F5F6;
}

.details-section-text p:nth-child(1) {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 22px;
}

.details-section-text p:nth-child(2) {
    margin: 8px 0;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.details-section-text p:nth-child(3) {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

/* 视频 */
.videos {
    display: flex;
    margin-top: 24px;
    /* margin-bottom: 56px; */
    margin-left: -16px;
    flex-wrap: wrap;

}

.videos .video {
    /* flex: 1; */
    width: 362px;
    position: relative;
    margin-left: 16px;
    margin-bottom: 16px;
    /* margin-left: 16px; */
    background-color: #F4F5F6;
}

.videos .mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.videos .mask img {
    width: auto;
    height: 36px;
}

.videos .video .video-img {
    width: 100%;
    height: 185px;
    /* background-color: red; */
    /* background-image: url('./cdn.saas.ctrl.cn/ctrl-1160.saas.ctrl.net.cn/Uploads/Picture/2023-06-20/2023062014534328788.png'); */
    background-repeat: no-repeat;
    background-size: 100%;
}

.videos .video p {
    padding: 12px 83px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    
}

.video-mask-Box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999999;
}

.video-mask-Box .box {
    position: relative;
    padding: 260px 205px;
}

.video-mask-Box .box img {
    position: absolute;
    width: auto;
    height: 16px;
    right: 220px;
    top: 270px;
}

/* 分页 */
.page {
    margin: 0 auto;
    margin-bottom: 24px;
    width: 1120px;
}

.aboutTitle {
    width: 100%;
    height: 100px;
    font-size: 50px;
    padding-right: 180px;
    padding-top: 30px;
    font-weight: 400;
    color: #004BA0;
    line-height: 75px;

}

.subTitle {
    width: 100%;
    height: 45px;
    padding-right: 440px;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;


}

.detailText {
    width: 100%;
    height: 96px;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 145px;
    padding-top: 30px;

    font-weight: 400;
    color: #3D3D3D;
    line-height: 24px;
    text-align: left;

}

.aboutTitleNew {
    width: 100%;
    height: 100px;
    font-size: 50px;
     
    padding-top: 30px;
    font-weight: 400;
    color: #004BA0;
    line-height: 75px;

}

.subTitleNew {
    width: 100%;
    height: 45px;
     
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;


}
.subTitleNewPro {
    width: 100%;
    height: 45px;
     margin-top: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;


}

.detailTextNew {
    width: 100%;
    height: 96px;
    font-size: 16px;
    padding-top: 30px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 24px;
    text-align: left;

}

.rightImage {
    padding-top: 50px;
    padding-left: 20px;

    width: 430px;
    height: 290px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;

}

.bottomBox {

    padding-top: 30px;

    width: 100%;
    height: 120px;
     
    border-radius: 0px 0px 0px 0px;
    opacity: 1;

}
.bottomBox:hover {

    padding-top: 30px;
    color: #004BA0;
    width: 100%;
    height: 120px;
    
    border-radius: 0px 0px 0px 0px;
    opacity: 1;

}

.bottomBigTitle {

    width: 100%;
    height: 60px;
    font-size: 40px;

    font-weight: 500;
    color: #333333;
    line-height: 60px;


}
.bottomBigTitle:hover {

    width: 100%;
    height: 60px;
    font-size: 40px;

    font-weight: 500;
    color: #004BA0;
    line-height: 60px;


}

.smallTitle {

    width: 100%;
    height: 26px;
    font-size: 14px;

    font-weight: 400;
    color: #333333;
    line-height: 26px;

}
.smallTitle:hover {

    width: 100%;
    height: 26px;
    font-size: 14px;

    font-weight: 400;
    color: #004BA0;
    line-height: 26px;

}

.containerRongYu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 200px 200px 200px 200px 200px;
    grid-gap: 10px;
    padding: 10px;
}

.itemRongYu {
    
    width: 215px;
    cursor: pointer;
}

.containerZhuanLi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 200px 200px 200px 200px 200px 200px; */
    grid-gap: 10px;
    padding: 10px;
}

.itemZhuanLi {
    
    width: 175px;
    cursor: pointer;
}
/*使图片在浏览器中居中显示*/
.bigImg {
    position: absolute;
    top: 50%;
    width: auto;
    height: 800px;
    left: 50%;
 /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
    transform: translate(-50%,-50%);

}
/*遮罩层*/
  .opacityBottom {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.8);
        z-index: 1000;
        top: 0;
        left: 0;
    }


.detail-item {
    cursor: pointer;
}

/* 适配行业资讯 */
@media screen and (max-width:1024px) {
    .page-banner .page-banner-title {
        display: none;
    }

    /* 如果不需要修改 .list .list-ul .list-left 的样式，可以移除下面这行 */
    .list {
        width: auto;
    }
    .list .list-ul .list-left {
        display: none;
    }
    .list .list-ul .list-right {
        padding: 20px 0;
    }
}
