/* block 6 */
                    .block-bread {
                        width: 100%;
                        -webkit-backdrop-filter: saturate(180%) blur(20px);
                        backdrop-filter: saturate(180%) blur(20px);
                        background: rgba(250, 250, 252, .8);
                    }
                    .block-bread-cont {
                        width: 1260px;
                        margin: 0px auto;
                        height: 80px;
                        line-height: 80px;
                        font-weight: 520;
                        font-size: 18px;
                    }
                @media screen and (max-width: 1279px) and (min-width: 1024px) {
                    .block-bread-cont {
                        width: 1002px;
                        height: 64px;
                        line-height: 64px;
                        font-size: 14px;
                    }
                }
                @media screen and (max-width: 1023px) {
                    .block-bread-cont {
                        width: 80vw;
                        height: 26.56vw;
                        line-height: 1.3;
                        box-sizing: border-box;
                        font-size: 0.8rem;
                    }
                    .block-bread-header {
                        display: flex;
                        align-items: center
                    }
                }/* block 9 */
                    .new-ccont {
                        width: 100%;
                    }
                    .new-ccont .new-ccont-header{
                        width: 1260px;
                        margin: 146px auto 60px;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }
                    .new-ccont-header .title {
                        width: 260px;
                        font-size: 72px;
                        line-height: 95px;
                        height: 95px;
                        text-wrap: nowrap;
                        overflow: hidden;
                        font-weight: 520;
                    }
                    .new-ccont-header .sub-title {
                        width: 1000px;
                        font-size: 36px;
                        line-height: 48px;
                        max-height: 96px;
                        font-weight: 520;
                        overflow: hidden;
                        text-align: right;
                    }
                    .new-ccont .new-ccont-cont {
                        width: 820px;
                        margin: 0 auto;
                        display: flex;
                        flex-direction: column;
                        
                    }
                    .new-ccont-cont img {
                        width: 100%;
                        object-fit: fill;
                    }
                   
                @media screen and (max-width: 1279px) and (min-width: 1024px) {
                    .new-ccont .new-ccont-header{
                        width: 1002px;
                        margin: 116px auto 48px;
                    }
                    .new-ccont-header .title {
                        width: 200px;
                        font-size: 56px;
                        height: 72px;
                    }
                    .new-ccont-header .sub-title {
                        width: 800px;
                        font-size: 28px;
                        line-height: 36px;
                        max-height: 72px;
                    }
                }
                @media screen and (max-width: 1023px) {
                    .new-ccont {
                        width: 100%;
                    }
                    .new-ccont .new-ccont-header{
                        width: 80vw;
                        margin: 9.375vw auto 7.65vw;
                        display: flex;
                        flex-deirection: column;
                    }
                    .new-ccont-header .title {
                        width: 100%;
                        margin-bottom: 2.8vw;
                        font-size: 1.25rem;
                        height: 1.625ren;
                    }
                    .new-ccont-header .sub-title {
                        width: 100%;
                        font-size: 0.6rem;
                        line-height: 0.8rem;
                        max-height: 1.6rem;
                        text-align: left;
                    }
                    .new-ccont .new-ccont-cont {
                        width: 80vw;
                        margin: 0 auto;
                    }
                }