.con {
    width: 1200px;
    margin: 0 auto;
}

.tk-top img{
    width:1600px;
    height:640px;
    background-size: cover;
}

.tabNav {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px rgba(98, 98, 98, 0.16);
}

.tabNav.sticky{
    position: fixed;
    top: 80px;
    left: auto;
    width: 100%;
    z-index:101;
}

.trends-new {
    cursor: pointer;
}

.tabContent {
    display: flex;

    width: 100%;
    height: 80px;
    line-height: 80px;
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    font-size: 18px;
    color: #001655;
}

.tabItem {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
}

.tabItem.active {
    font-size: 18px;
    font-family: "FZLTCHJW";
    color: rgb(238, 120, 0);
}

.activeLine {
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(-90deg, #FE4626 0%, #EF7304 100%);
    border-radius: 2px;
    left: 0;
    bottom: -2px;
    display: none;
}

.active .activeLine {
    display: block;

}

.tk-wrap {
    background: #fff;
}

.main {
    margin-top: 100px;
}

.main .content {
    /* padding-bottom:120px; */
    display: none;
}

.main .content.active {
    display: block;
}



.main .title {
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    font-weight: 700;
    font-size: 40px;
    color: #001655;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:0;
}

.main .title_icon {
    background: url('../img/welfare/title_icon.png') no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.main .text {
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    margin-bottom: 40px;
}

.main .text p {
    margin-top: 32px;
}

.main .number {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
}

.main .number_line {
    width: 2px;
    height: 172px;
    background: url('../img/welfare/line.png') no-repeat center center;
    background-size: cover;
}

.main .num {
    font-family: DIN;
    font-weight: bold;
    font-size: 80px;
    color: #EE7800;
    line-height: 80px;
    text-align: center;
}

.main .num span {
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    font-size: 80px;
    color: #EE7800;
}

.main .number {
    margin-top: 70px;
    margin-bottom: 65px;
}

.main .number .number_item {
    cursor: pointer;
}

.main .number .number_item .num-icon {
    background: url('../img/welfare/right-blue.svg') no-repeat center center;
    width:18px;
    height: 18px;
    margin:0 auto;
    margin-top: 7px;
    background-size: contain;
}

.main .number .number_item:hover .num-icon{
    background: url('../img/welfare/right-red.svg') no-repeat center center;
    background-size: contain;
}

.main .number .number_item .tip {
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    font-size: 20px;
    color: #EE7800;
    line-height: 45px;
    position: relative;
    left: -12px;
}

.main .num_intro {
    font-family: FZLanTingHei-R-GBK;
    font-weight: 400;
    font-size: 20px;

    color: #001655;
    line-height: 45px;
    text-align: center;
}

.main .number .number_item:hover .num_intro {
    color: #EE7800;
}
.main .number .number_item:hover{

}

.main .bottom {
    background: #f9f9f9;
    margin-top: 120px;
    padding-top: 120px;
    padding-bottom: 140px;
}


.main .bottom-swiper {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}

.main .swiper {
    overflow: hidden;
}

.main .bottom-swiper .img {
    width: 100%;
    height: 238px;
}

.main .bottom-swiper .img img {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
}

.trends-new .trends-new-per {
    height: 238px;
    border-radius: 20px 20px 0px 0px;
}

.trends-new-box {
    border-radius: 0px 0px 20px 20px;
}



.trends-new:hover .trends-new-per img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.trends-new:hover .trends-new-per img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.trends-new .trends-new-per img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-title {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 64px;
    font-size: 16px;
}


.text-des {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 4px;
    height: 24px;
}

.mob-button{
    display:none;
}

.swiper-button-prev-thousands_kang {
    width: 21px;
    height: 42px;
    z-index: 100;
    background: url(../img/thousands_kang-left.png) no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next-thousands_kang {
    width: 21px;
    height: 42px;
    z-index: 100;
    background: url(../img/thousands_kang-right.png) no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.swiper-button-prev-poster {
    width: 21px;
    height: 42px;
    z-index: 100;
    background: url(../img/thousands_kang-left.png) no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next-poster {
    width: 21px;
    height: 42px;
    z-index: 100;
    background: url(../img/thousands_kang-right.png) no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.foot_up {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(-90deg, #FE4526, #FF8013);
}
.bottom .title{
    margin-bottom:40px;
}

.foot_up .title {
    color: #fff;
    /* font-weight: 600; */
    margin-bottom:40px;
}

.foot_up .title_icon {
    background: url('../img/welfare/title_white_icon.png')no-repeat center center;
}

.foot_up .ul {
    /* font-family: FZLanTingHei-R-GBK; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot_up .ul p {
    line-height:30px;
    padding-bottom: 15px;

}

.foot_up .ul .icon {
    background: url('../img/welfare/li-icon.png')no-repeat center center;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 8px;
    background-size: contain;
}
/* .symbol{
    font-family: FZLanTingHei-B-GBK; 
} */

.foot_up .ul .num {
    font-family: FZLanTingHei-B-GBK;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 16px;
    margin-right: 60px;
    margin-left: 8px;
}

.foot_up .link {
    /* font-family: FZLanTingHei-B-GBK; */
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.foot_up .link .icon {
    background: url('../img/welfare/link-icon.png')no-repeat center center;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 20px;
}

@media only screen and (max-width: 800px) {
    .tk-top img{
        width:100%;
        height:185px;
        background-size: cover;
    }
    .tabNav{
        height:5rem;
    }
    .tabNav .con {
        width: 100%;
        overflow-x: auto;
        height:5.2rem
    }

    .activeLine{
        bottom:-2px;
    }

    .tabNav .con::-webkit-scrollbar{
        opacity: 0;
        width:1px;
        height:0px;
    }
    .tabNav .con::-webkit-scrollbar-thumb{
        opacity: 0;
        width:1px;
        height:0px;
    }

    .con {
        width: calc(100% - 3rem);
        margin: 0 auto;
    }

    .tabContent {
        font-size: 1.4rem;
        height: 5rem;
        line-height: 5rem;
        width: 60rem;
    }

    .tabItem {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        flex: none;
    }

    .tabItem.active {
        font-size: 1.4rem;
    }

    .main {
        margin-top: 3.5rem;
    }

    
    .main .title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        padding-bottom: 0;
    }

    .bottom .title{
        margin-bottom:0;
    }

    .main .title_icon{
        width:2.5rem;
        height:2.5rem;
        margin-right:1.2rem;
    }

    .main .text {
        font-size: 1.4rem;
        margin-bottom: 3rem;
    }

    .main .text p {
        margin-top: 2rem;
    }

    .main .num {
        font-size: 3rem;
        line-height: 3rem;

    }

    .main .num_intro {
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin-top: 1rem;
    }

    .main .num span {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .main .number .number_item .tip {
        font-size: 1.4rem;
        left: 0;
        line-height: 1.4rem;
    }

    .main .number_line {
        height: 9rem;
    }

    .main .number {
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .main .bottom {
        margin-top: 7rem;
        padding-top: 7rem;
        padding-bottom:7rem;
    }

    .main .bottom-swiper{
        width:100%;
    }

    .main .swiper-slide{
        margin: 0 auto;
        width:calc(100% - 3rem);
        margin-top:2rem;
    }

    .main .swiper-wrapper{
        flex-wrap:wrap;
    }

    .mob-button{
        display: block;
        background: url(../img/left.png) no-repeat center center;
        width: 4rem;
        height: 4rem;
        background-size: contain;
        transform: rotate(-90deg);
        margin: 0 auto;
        margin-top:3rem;
    }

    .foot_up {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .foot_up .title{
        margin-bottom:1.2rem;
    }

    .foot_up .title_icon{
        width:2.5rem;
        height:2.5rem;
        background-size: 100% 100%;
        margin-right:1.2rem;
    }

    .foot_up .ul .icon {
        margin-right: 2.3rem;
        margin-top:1rem;
        
    }

    .foot_up .ul .ul-text {
        display: inline-block;
        width: calc(100% - 3.4rem);
    }
    .foot_up .ul .ul-item{
        width:100%;
        display: inline-block;
    }
    .foot_up .ul p{
        display: flex;
        align-items: flex-start;
        line-height:2.5rem;
        padding-bottom:1.5rem;
    }

    .foot_up .link .icon {
        width: 1.8rem;
        height: 1.8rem;
        background-size: 100%;
        margin-right: 0.6rem;
        margin-top: 0rem;
    }

    .foot_up .ul {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
    .foot_up .ul .num{
        font-size:1.8rem;
        margin-right:0;
    }


    .foot_up .link {
        font-size: 1.4rem;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 2.8rem;
    }

    
    .trends-new-box{
        border:0;
    }
}

@media only screen and (min-width: 801px){
.isPc{
    display: block;
}
.isMobile{
    display: none;
}
.content-body{
	padding-bottom: 110px;
}
.content-title{
	height: 27px;
	font-family: FZLanTingHei-R-GBK;
	font-weight: 600;
	font-size: 24px;
	color: #001655;
	line-height: 28px;
	margin:70px 0 50px
}
.content-title2{

	margin-bottom:20px !important;
}

.video-swiper {
    width: 1030px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

.video-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-swiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

/* 所有视频的基础样式 */
.video-swiper video {
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: width 0.3s ease;
}

/* 非活跃视频 - 缩小到222px (740 * 0.3) */
.video-swiper .swiper-slide:not(.swiper-slide-active) video {
    width: 222px !important;
    z-index: 1;
}

/* 活跃视频 - 放大到740px */
.video-swiper .swiper-slide-active video {
    width: 740px !important;
    z-index: 3;
}

.swiper-button-prev-thousands_kang, .swiper-button-next-thousands_kang {
    width: 21px;
    height: 42px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev-poster, .swiper-button-next-poster {
    width: 21px;
    height: 42px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* 视频demo样式 */
.video-demo-container {
    width: 1200px;
    margin: 60px auto 0;
    position: relative;
    overflow: visible;
    height: 555px;
    perspective: 1000px; /* 添加3D透视效果 */
}

.video-demo-content {
    width: 1030px; /* 足够容纳完整的布局：470 + 740 + 470 = 1740px */
    margin: 0 auto;
    position: relative;
    overflow: visible;
    height: 555px;
    transform-style: preserve-3d; /* 启用3D变换 */
}

.video-demo-wrapper {
    display: block;
    position: relative;
    height: 555px;
    transform-style: preserve-3d; /* 启用3D变换 */
}

.video-item {
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
}

.video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* 海报demo样式 */
.poster-demo-container {
    width: 1200px;
    margin: 60px auto 0;
    position: relative;
    overflow: visible;
    height: 520px; /* 足够容纳最大高度498px + 间距 */
    perspective: 1000px;
}

.poster-demo-content {
    width: 980px; /* 内容区宽度980px */
    margin: 0 auto;
    position: relative;
    overflow: visible;
    height: 520px;
    transform-style: preserve-3d;
}

.poster-demo-wrapper {
    display: block;
    position: relative;
    height: 520px;
    transform-style: preserve-3d;
    text-align: center;
}

.poster-item {
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
	overflow: hidden;
	max-height: 500px;
}

.poster-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: block;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.thousands-kang-more{
	height: 22px;
	font-family: FZLanTingHei-R-GBK;
	font-weight: 400;
	font-size: 20px;
	color: #666666 !important;
	line-height: 23px;
	cursor: pointer;
}
.person-demo-container-item{
	border-bottom: 1px solid #D2D2D2;
	padding: 30px 40px;
	display: flex;
}
.person-demo-container-item-img{
	width: 98px;
	/* height: 56px; */
	border-radius: 3px 3px 3px 3px;
	margin-right: 42px;
	flex: 0 0 auto;
}
.person-demo-container-item-right{
	display: flex;
	justify-content: center;
    align-items: center;
	/* height: 56px; */
}
.person-demo-container-item-right-clamp {
	font-family: FZLanTingHei-R-GBK;
	font-weight: 400;
	font-size: 16px;
	color: #282828 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 最多显示两行 */
	overflow: hidden;
	cursor: pointer;
}
.person-demo-container-item-right-clamp:hover{
	color: #282828 !important;
	
}
.media-demo-container{
	padding: 0 40px;
	/* margin-bottom: 110px; */
	display: flex;
	flex-wrap: wrap;
	gap: 30px 120px;
}
.media-demo-container-item{
	display: flex;
	justify-content: space-between;
	width: 500px;
	padding-bottom: 30px;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #D2D2D2;
}
.media-demo-container-item-left{
	display: flex;
}
.media-demo-container-item-icon{
	width: 4px;
	height: 16px;
	background: #EE7800;
	margin: 2px 14px 0 0;
}
.media-demo-container-item-mid{
	width: 400px;
	height: 20px;
	font-family: FZLanTingHei-R-GBK;
	font-weight: 400;
	font-size: 16px;
	color: #282828 !important;
	line-height: 21px;
	white-space: nowrap;        
	overflow: hidden;           
	text-overflow: ellipsis;   
	cursor: pointer;
}
.media-demo-container-item-mid:hover{
	color: #282828 !important;
}
.media-demo-container-item-right{
	height: 18px;
	font-family: FZLanTingHei-R-GBK;
	font-weight: 600;
	font-size: 16px;
	color: #999999;
	line-height: 19px;
	max-width: 80px;
	white-space: nowrap;        
	overflow: hidden;           
	text-overflow: ellipsis;   
}
}

@media only screen and (max-width: 800px) {
    .isPc{
        display: none;
    }
    .isMobile{
        display: block;
    }
    .content-body{
        padding-bottom: 60px;
    }
    .content-title{
        height: 27px;
        font-family: FZLanTingHei-R-GBK;
        font-weight: 500;
        font-size: 24px;
        color: #001655;
        line-height: 28px;
        margin:30px 0 40px
    }
    .content-title2{

        margin-bottom:40px !important;
    }
    .content-title1{
        height: 27px;
        font-family: FZLanTingHei-R-GBK;
        font-weight: 500;
        font-size: 24px;
        color: #001655;
        line-height: 28px;
        margin:30px 0 25px
    }
    .video-swiper {
        width: 100vw;
        /* max-width: 1200px; */
        margin: 0 auto;
        overflow: visible;
        position: relative;
    }

    .video-swiper .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-swiper .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: all 0.3s ease;
    }

    /* 所有视频的基础样式 */
    .video-swiper video {
        height: auto;
        border-radius: 0px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        transition: width 0.3s ease;
    }

    /* 非活跃视频 - 缩小到222px (740 * 0.3) */
    .video-swiper .swiper-slide:not(.swiper-slide-active) video {
        width: 59vw !important;
        z-index: 1;
    }

    /* 活跃视频 - 放大到740px */
    .video-swiper .swiper-slide-active video {
        width: 73vw !important;
        z-index: 3;
    }

    .swiper-button-prev-thousands_kang, .swiper-button-next-thousands_kang {
        width: 21px;
        height: 42px;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: none; /* 移动端隐藏按钮 */
    }

    .swiper-button-prev-poster, .swiper-button-next-poster {
        width: 21px;
        height: 42px;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: none; /* 移动端隐藏按钮 */
    }

    .bottom-swiper-thousands_kang{
        width: 1070px;
    }

    /* 视频demo样式 */
    .video-demo-container {
        /* width: 1200px;
        margin: 60px auto 0; */
        position: relative;
        overflow: visible;
        height: 55vw;
        width: 100vw; /* 中间274px + 左右各50px */
        /* margin: 0 auto; */
        margin-left: -1.5rem;
        perspective: 1000px; /* 添加3D透视效果 */
        overflow: hidden;
    }

    .video-demo-content {
        width: 100vw; /* 容器总宽度 */
        margin: 0 auto;
        position: relative;
        overflow: visible;
        height: 55vw;
        transform-style: preserve-3d; /* 启用3D变换 */
    }

    .video-demo-wrapper {
        display: block;
        position: relative;
        height: 55vw;
        width: 100vw;
        transform-style: preserve-3d; /* 启用3D变换 */
    }

    .video-item {
        position: absolute;
        transition: all 0.3s ease;
        opacity: 0;
    }

    .video-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 海报demo样式 */
    .poster-demo-container {
        width: 100vw;
        margin-left: -1.5rem;
        position: relative;
        overflow: visible;
        height: 133vw;
        perspective: 1000px;
        overflow: hidden;
    }

    .poster-demo-content {
        width: 100vw; /* 容器总宽度 */
        margin: 0 auto;
        position: relative;
        overflow: visible;
        height: 133vw;
        transform-style: preserve-3d;
    }

    .poster-demo-wrapper {
        display: block;
        position: relative;
        height: 133vw;
        width: 100vw;
        transform-style: preserve-3d;
        text-align: center;
    }

    .poster-item {
        position: absolute;
        transition: all 0.3s ease;
        opacity: 0;
        overflow: hidden;
        /* max-height: 500px; */
    }

    .poster-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        display: block;
    }
    .flex{
        display: flex;
        justify-content: space-between;
    }
    .thousands-kang-more{
        height: 16px;
        font-family: FZLanTingHei-R-GBK;
        font-weight: 500;
        font-size: 14px;
        color: #666666 !important;
        line-height: 27px;
        cursor: pointer;
    }

    .person-demo-container-item{
        border-bottom: 1px solid #D2D2D2;
        padding: 15px 0;
        display: flex;
    }
    .person-demo-container-item-img{
        width: 78px;
        /* height: 45px; */
        border-radius: 3px 3px 3px 3px;
        margin-right: 18px;
        flex: 0 0 auto;
    }
    .person-demo-container-item-right{
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 48px; */
    }
    .person-demo-container-item-right-clamp {
        font-family: FZLanTingHei-R-GBK;
        font-weight: 400;
        font-size: 14px;
        color: #282828 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 最多显示两行 */
        overflow: hidden;
        cursor: pointer;
    }
    .person-demo-container-item-right-clamp:hover{
        color: #282828 !important;
        
    }
    .media-demo-container{
        /* margin-bottom: 110px; */

    }
    .media-demo-container-item{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #D2D2D2;
    }
    .media-demo-container-item-left{
        display: flex;
    }
    .media-demo-container-item-icon{
        width: 4px;
        height: 16px;
        background: #EE7800;
        margin-right: 14px ;
    }
    .media-demo-container-item-mid{
        width: 230px;
        height: 16px;
        font-family: FZLanTingHei-R-GBK;
        font-weight: 400;
        font-size: 14px;
        color: #282828 !important;
        line-height: 16px;
        white-space: nowrap;        
        overflow: hidden;           
        text-overflow: ellipsis;   
    }
    .media-demo-container-item-mid:hover{
        color: #282828 !important;
    }
    .media-demo-container-item-right{
        height: 16px;
        font-family: FZLanTingHei-R-GBK;
        font-weight: 600;
        font-size: 14px;
        color: #999999;
        line-height: 16px;
        max-width: 70px;
        white-space: nowrap;        
        overflow: hidden;           
        text-overflow: ellipsis;   
    }
}