* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.l1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap; width:100%}/*文本超出 小圆点显示*/
.l2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.l3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.l4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.l5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.l6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.l7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.flex{ display: -webkit-flex; display: flex; flex-wrap: wrap}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.header {
    width: 100%;
    height: 76px;
    background-image: url(//studio.hebccw.cn/images/navBg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.headerItem {
    height: 100%;
    align-items: center;
    display: flex;
    width: 90%;
    justify-content: space-between;
    max-width: 1173px;
    margin: auto;
}

.headerItem a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}


.headernavItem {
    width: 100%;
    text-align: center;
    height: 60px;
    background: #FFFFFF;
}

.headernavItem a {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    margin-left: 30px;
    color: #222222;
}

.headernavItem a:nth-child(1) {
    margin-left: 0;
}


.footerItem {
    padding-bottom: 41px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    padding-top: 44px;
}

.footerItem .url {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.footerMessage {
    width: 90%;
    max-width: 1440px;
    color: #FFFFFF;
    margin: auto;
}

.url a:nth-child(1) {
    margin-right: 20px;
}

.footer {
    background: #CA0A0F;
}

.footerNav {
    height: 50px;
    background: #272727;
}

.navItem {
    width: 90%;
    max-width: 1095px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navItem a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    float: left;
    margin-left: 12.9%;
    line-height: 50px;
}

.navItem a:first-child {
    margin-left: 0;
}


.studioTitleTop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

.studioTitleTop .studioTitleTop1 {
    display: block;
    width: 127px;
    height: 32px;
}
.studioTitleTop .studioTitleTop1.on{
    width: 133px;
    height: 47px;
}

.studioTitleTop .studioTitleTop2 {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #999999;
    margin: 0 15px;
}

.studioTitleTop .studioTitleTop3 {
    display: block;
    width: 95px;
    height: 32px;
    margin-top: 2px;
}

.studioTitleTop .on {
    position: relative;
}

.studioTitleTop .on::after {
    position: absolute;
    content: "";
    width: 77px;
    height: 4px;
    background: linear-gradient(270deg, #E93D0D 0%, #FB996B 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}

.studio {
    background: url(//studio.hebccw.cn/images/studioBg.png) left top/100% 1149px;
}

.studio img {
    display: block;
    width: 100%;
    height: 100%;
}

.studio .container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.studio .studioTop {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.studio .studioTop .studioTopLeft {
    width: 714px;
    height: 490px;
    float: left;
}

.studio .studioTop .swiper1 {
    width: 100%;
    height: 490px;

}

.studio .studioTop .swiper1 img {
    display: block;
    width: 100%;
    height: 408px;
}

.studio .studioTop .swiper1 p {
    display: block;
    width: 70%;
    height: 82px;
    line-height: 82px;
    background: #FFFFFF;
    position: relative;
    text-indent: 15px;
    font-size: 20px;
    color: #222222;
}

.studio .studioTop .swiper1 p::before {
    position: absolute;
    content: ""; 
    width: 8px;
    height: 100%;
    background: #CA0A0F;
    left: 0;
    bottom: 0;
}
.studio .studioTop .swiper1 .swiper-pagination{
    display: flex;
    right: 10px;
    left: auto;
    max-width: 300px;
    bottom: 34px;
    justify-content: flex-end;
}
.studio .studioTop .swiper1 .swiper-pagination-bullet{
    background: #EFEFEF;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.studio .studioTop .swiper1 .swiper-pagination-bullet-active{
    width: 29px;
    height: 10px;
    background: #CA0A0F;
    border-radius: 5px;
}

.studio .studioTop .studioCenter {
    width: 341px;
    height: 490px;
    float: left;
}

.studioCenter a {
    display: block;
    width: 100%;
}

.studio .studioTop .studioCenter .img {
    width: 100%;
    height: 197px;
}

.studio .studioTop .studioCenter .studioCenterIInfo {
    width: 100%;
    height: 294px;
    background: #284A8B;
    overflow: hidden;
}

.studio .studioTop .studioCenter .studioCenterIInfo .studioCenter_title {
    width: 320px;
    margin: 27px auto 20px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.studio .studioTop .studioCenter .studioCenterIInfo .studioCenter_title:hover{
    /* color: #CA0A0F; */
}
.studio .studioTop .studioRight .studioRightList:hover{
    color: #CA0A0F;
}
.gushiJg .jigouCon .jigouList .title:hover,.gushiJg .jigouListTop1 .title:hover{
    color: #CA0A0F;
}

.list10 .rr .txt:hover h4,.list10 .rr .txt:hover p{
    color: #CA0A0F;
}

.list10 .rr .txt:hover .line{
    background-color:#CA0A0F !important ;
}


.list10 .swiper-slide li:nth-child(1) .txt:hover h4,.list10 .swiper-slide li:nth-child(1) .txt:hover p,.list10 .swiper-slide li:nth-child(4) .rr .txt:hover h4,.list10 .swiper-slide li:nth-child(4) .rr .txt:hover p{
    color: #CA0A0F;
}

.studio .studioTop .studioCenter .studioCenterIInfo:hover .studioCenter_title,.studio .studioTop .studioCenter .studioCenterIInfo:hover .miaoshu{
    color: #CA0A0F;
}
.studio .studioTop .swiper1 p:hover{
    color: #CA0A0F;
}

.studio .studioTop .studioCenter .studioCenterIInfo .miaoshu {
    width: 320px;
    margin: 20px auto 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.studio .studioTop .studioRight {
    float: right;
    width: 340px;
    height: 490px;
    background: linear-gradient(51deg, #F33C41 0%, #FF8B5A 100%);
    overflow: hidden;
}

.studio .studioTop .studioRight .studioRightList {
    display: block;
    width: 315px;
    margin: 0 auto;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    overflow: hidden;
    /* 确保超出的内容会被隐藏 */
    display: -webkit-box;
    /* 作为弹性伸缩盒子模型显示 */
    -webkit-line-clamp: 2;
    /* 限制在两行 */
    -webkit-box-orient: vertical;
    /* 垂直排列盒子 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
    white-space: normal;
    /* 允许文本换行 */
}

.guanggao {
    width: 100%;
    height: 120px;
    margin: 50px auto;
    overflow: hidden;
}

.guanggao .swiper2 {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

/* -------------------- */
.section5 {
    padding-bottom: 90px;
    width: 100%;
    margin-top: 60px;
}

.section .news-title {
    position: relative;
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
    padding-left: 12px;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 24px;
    color: #CA0A0F;
    line-height: 33px;
    text-align: left;
}

.section .news-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: block;
    width: 4px;
    height: 23px;
    background-color: #CA0A0F;
}
.section5ConTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section5ConTop .more{
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.section5 .img-group {
    margin-bottom: 11px;
}

.section5 .img-big {
    width: 567px;
    height: 359px;
    float: left;
    margin-right: 9px;
}

.section5 .img-big .cover-img {
    width: 567px;
    height: 359px;
}

.section5 .img-small {
    width: 287px;
    height: 175px;
    float: left;
    margin-right: 9px;
}

.section5 .img-small .cover-img {
    width: 287px;
    height: 175px;
}

.section5 .img-big.nomargin,
.section5 .img-small.nomargin {
    margin-right: 0;
}

.section5 .img-small .marginbottom {
    margin-bottom: 9px;
}

.section5 .img-item a {
    position: relative;
    display: block;
    z-index: 10;
    overflow: hidden;
}

.section5 .img-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 156px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section5 .img-small .img-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 79px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section5 .img-item .img-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    padding: 16px 20px;
    z-index: 10;
}

.section5 .img-item .img-name:before {
    position: absolute;
    left: 20px;
    bottom: 0;
    content: '';
    display: block;
    width: 44px;
    height: 6px;
    background-color: #CA0A0F;
}

/* -+--------------- */
.gushiJg {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gushiJg .gushi {
    width: 750px;
}

.gushiJg .gushi .gushiTop {
    width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gushiJg .gushi .gushiTop .news-title {
    margin-bottom: 0;
}

.gushiJg .gushi .gushiTop .more {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}


.gushiJg .jigou {
    width: 643px;
    height: 966px;
    background: #F3F3F3;
    overflow: hidden;
}

.gushiJg .jigou .jigouTop .news-title {
    margin-bottom: 0;
}

.gushiJg .jigou .jigouTop .more {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.gushiJg .jigou .jigouTop {
    width: 600px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gushiJg .jigou .jigouTop .news-title {
    margin-bottom: 0;
}

.gushiJg .jigou .jigouTop .more {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.gushiJg .jigou .jigouCon {
    width: 600px;
    margin: 40px auto;
}

.gushiJg .jigou .jigouCon .jigouListTop {
    width: 100%;
}

.gushiJg .jigouListTop1 {
    width: 100%;

}

.gushiJg .jigouListTop1 .number {
    width: 43px;
    height: 42px;
    background: #CA0A0F;
    text-align: center;
    line-height: 42px;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    float: left;
}

.gushiJg .jigouListTop1 .title {
    width: 540px;
    line-height: 42px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    float: left;
}

.gushiJg .jigouListTopImg {
    width: 566px;
    height: 270px;
    margin: 24px 0 0 0;
}

.gushiJg .jigouCon .jigouList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
}

.gushiJg .jigouCon .jigouList .number {
    position: relative;
    width: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    text-indent: 10px;
}

.gushiJg .jigouCon .jigouList .number::before {
    position: absolute;
    content: "/";
    color: #CA0A0F;
    font-size: 20px;
    left: 0;
    top: 0;
    text-indent: 0;
}

.gushiJg .jigouCon .jigouList .title {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 550px;
}


/* 养老故事 */
.list10_box {
    position: relative;
    height: auto;
    z-index: 1;
    overflow: hidden;
    margin: 65px -15px 17px;
    width: calc(100% + 3px);
    padding: 15px 0;
}

.home2 .left .content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 37px;
    left: 0;
    height: 46%;
    background-image: -moz-linear-gradient( -90deg, transparent, #fcfcfc);
    background-image: -webkit-linear-gradient( -90deg, transparent, #fcfcfc);
    background-image: -ms-linear-gradient( -90deg, transparent, #fcfcfc);
    z-index: 1;
    pointer-events: none;
    display: none;
}

.list10_box::-webkit-scrollbar {
    width: 1px;
    height: 8px;
    background-color: transparent;
}

.list10_box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.list10_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
}

.list10_box:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4)
}

.list10_box h3 {
    font-size: 28px;
    color: #322f42;
    text-align: center;
    margin: 0 0 32px;
    background: #fcfcfc;
    padding: 1px 0;
}

.list10 {
}

.list10 .swiper-slide li:nth-child(3) {
    margin-top: -7px
}

.list10 .swiper-slide li:nth-child(4) {
    margin-top: 83px;
}

.list10 .swiper-slide li:nth-child(1) .txt {
    background: #fbf4ec;
}

.list10 .swiper-slide li:nth-child(1) .txt h4 {
    color: #333;
    font-size: 18px;
}

.list10 .swiper-slide li:nth-child(1) .txt p {
    color: #666;
    font-size: 14px;
}

.list10 .swiper-slide li:nth-child(2) .txt {
    background: #284a8b;
}

.list10 .swiper-slide li:nth-child(3) .txt {
    background: #cda275;
}

.list10 .swiper-slide li:nth-child(4) .txt {
    background: #dae7f5;
}

.list10 .swiper-slide.swiper-slide-next+.swiper-slide li:last-child {
    opacity: 0
}

.list10_box.on .list10 .swiper-slide.swiper-slide-next+.swiper-slide li:last-child {
    opacity: 1;
}

.list10 .li {
    margin: 0 -16px
}

.list10 li {
    width: 50%
}

.list10 a {
    display: flex;
}

.list10 .ll {
    display: flex;
    width: 37px;
    height: 37px;
    background: #fff;
    border: #95949d 1px dashed;
    border-radius: 50%;
    justify-content: center;
    font-size: 12px;
    color: #999;
    transition: .5s;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    padding: 2px 2px 0 0;
    top: 15px;
    font-family: "PingFang SC", "PingFang SC-Regular", 苹方;
    flex-direction: column;
    line-height: 1;
}

.list10 .ll big {
    font-size: 16px;
    color: #322f42;
    margin: 0 0 2px;
    display: block;
}

.list10 .ll:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: -moz-linear-gradient( 45deg, #b60e42 1%, #8a042e 100%);
    background-image: -webkit-linear-gradient( 45deg, #b60e42 1%, #8a042e 100%);
    background-image: -ms-linear-gradient( 45deg, #b60e42 1%, #8a042e 100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
}

.list10 .ll:after {
    content: "";
    position: absolute;
    background: url(//studio.hebccw.cn/images/list10_line1.png) center no-repeat;
    width: 35px;
    height: 1px;
    background-size: 100% 100%;
    right: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

.list10 .rr {
    flex: 1;
    overflow: hidden;
    padding: 15px 3px;
    transition: .5s;
}

.list10 .rr .txt {
    padding: 30px 28px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
    box-shadow: 0px 6px 7px 4px rgba(231,231,231,0.5);
}

.list10 .rr .txt h4 {
    color: #fff;
    font-size: 18px;
}

.list10 .rr .txt .line {
    width: 40px;
    height: 3px;
    background: #222222;
    margin: 10px 0 15px;
    opacity: .8;
}

.list10 .rr .txt p {
    color: #fff;
}

.list10 .swiper-slide1 {
    height: 1px !important;
}

.list10 .swiper-slide li:nth-child(4) .rr .txt h4 {
    color: #333333
}

.list10 .swiper-slide li:nth-child(1) .rr .txt .line {
    background: #222222
}
.list10 .swiper-slide li:nth-child(2) .rr .txt .line {
    background: #ffffff
}
.list10 .swiper-slide li:nth-child(3) .rr .txt .line {
    background: #ffffff
}
.list10 .swiper-slide li:nth-child(4) .rr .txt .line {
    background: #222222
}

.list10 .swiper-slide li:nth-child(4) .rr .txt p {
    color: #666666
}

.list10 .swiper-slide li:nth-child(1) .ll {
    background: #fff url(//studio.hebccw.cn/images/list10_i3.png) center no-repeat;
    background-size: 100% 100% !important;
}

.list10 .swiper-slide li:nth-child(2) .ll {
    background: #fff url(//studio.hebccw.cn/images/list10_i3.png) center no-repeat;
    background-size: 100% 100% !important;
}

.list10 .swiper-slide li:nth-child(3) .ll {
    background: #fff url(//studio.hebccw.cn/images/list10_i3.png) center no-repeat;
    background-size: 100% 100% !important;
}

.list10 .swiper-slide li:nth-child(4) .ll {
    background: #fff url(//studio.hebccw.cn/images/list10_i3.png) center no-repeat;
    background-size: 100% 100% !important;
}

.list10 .swiper-slide li:nth-child(1):hover .ll {
    background: #CA0A0F url(//studio.hebccw.cn/images/list10_i2.png) center no-repeat;
    border: #CA0A0F 1px dashed;
}

.list10 .swiper-slide li:nth-child(2):hover .ll {
    background: #CA0A0F url(//studio.hebccw.cn/images/list10_i2.png) center no-repeat;
    border: #CA0A0F 1px dashed;
}

.list10 .swiper-slide li:nth-child(3):hover .ll {
    background: #CA0A0F url(//studio.hebccw.cn/images/list10_i2.png) center no-repeat;
    border: #CA0A0F 1px dashed;
}

.list10 .swiper-slide li:nth-child(4):hover .ll {
    background: #CA0A0F url(//studio.hebccw.cn/images/list10_i2.png) center no-repeat;
    border: #CA0A0F 1px dashed;
}

.list10 li:nth-child(2n-1) a .ll {
    order: 1;
    margin-right: -35.5px;
}

.list10 li:nth-child(2n) a .ll {
    margin-left: -5.5px;
}

.list10 li:nth-child(2n) {
    margin-top: 90px;
}

.list10 li:nth-child(2n) a .ll:after {
    left: 100%;
    background: url(//studio.hebccw.cn/images/list10_line2.png) center no-repeat;
    background-size: 100% 100%;
}

.miso-arrow2 {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background: #e4e6ec;
    border: #9d9ca6 1px solid;
    transition: .5s;
    margin: 0px auto 0;
    z-index: 10;
}

.miso-arrow2 svg {
    width: 20px;
    height: 20px;
    fill: #322f42;
    transition: .5s
}

.miso-arrow2:hover {
    background: #322f42;
    border: #322f42 1px solid;
}

.miso-arrow2:hover svg {
    fill: #fff;
}

.gushi .content{
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.gushi .content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    border-right: #96959e 1px dashed;
    margin-left: -1px;
    /* z-index: -1 */
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2024-08-27 08:27:35" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->