        /*公用样式开始*/
        
        @charset "utf-8";
        html {
            -webkit-text-size-adjust: none;
            -ms-text-size-adjust: none;
            -moz-text-size-adjust: none;
            -o-text-size-adjust: none;
            text-size-adjust: none;
        }
        
        * {
            outline: none;
        }
        
        html,
        body {
            font-size: 12px;
            font-family: '微软雅黑';
        }
        
        body {
            font: 12px/1.5;
            /*	background-image: url(./background.png);*/
            background-repeat: no-repeat;
            background-position: 120% 90%;
            background-attachment: fixed
        }
        
        body,
        div,
        p,
        ul,
        ol,
        li,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        input,
        textarea,
        select,
        canvas,
        button,
        dl,
        dd,
        dt {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: inherit;
        }
        
        header,
        hgroup,
        nav,
        section,
        article,
        aside,
        footer {
            display: block;
        }
        
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
        
        fieldset,
        img {
            border: 0;
        }
        
        address,
        caption,
        cite,
        code,
        dfn,
        em,
        strong,
        th,
        var {
            font-style: normal;
            font-weight: normal;
        }
        
        ul,
        ol,
        li {
            list-style: none;
        }
        
        caption,
        th {
            text-align: left;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 100%;
            font-weight: normal;
        }
        
        abbr,
        acronym {
            border: 0;
            font-variant: normal;
        }
        
        input,
        textarea,
        select {
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
        }
        
        input,
        textarea,
        select {
            *font-size: 100%;
        }
        
        legend {
            color: #000;
        }
        
        img {
            vertical-align: top;
        }
        
        a:link,
        a:visited {
            text-decoration: none;
        }
        
        a:hover {
            color: #0144c1;
        }
        
        .jjbhbox {
            min-height: 600px;
        }
        /*清除浮动*/
        
        .clear {
            clear: both;
        }
        /*清除浮动--推荐使用*/
        
        .clearfix:before,
        .clearfix:after {
            content: '';
            display: table;
        }
        
        .clearfix:after {
            clear: both;
        }
        
        .fl {
            float: left;
        }
        
        .fr {
            float: right;
        }
        
        footer {
            width: 100%;
            background-color: #9B0204;
            /* background-image: url(./botlogo.png); */
            background-repeat: no-repeat;
            background-position: 20px 50%;
            position: relative;
            bottom: 0px;
            /* margin-top: 50px; */
        }
        
        .footmain {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        
        .footmain p {
            font-size: 12px;
            line-height: 23px;
            text-align: center;
            color: #fff;
        }
        
        .footmain p a {
            color: #fff
        }
        
        .footicon {
            width: 200px;
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -35px;
        }
        
        .footinone {
            width: 100px;
            height: 100px;
            text-align: center;
            line-height: 1.8em;
            color: #fff;
        }
        
        .footinone:first-child {
            display: none;
        }
        
        .footimg {
            width: 100%;
            height: 580px;
            background: url(./footbg.png);
            position: relative;
            top: -122px;
        }
        
        .foot_bg {
            position: absolute;
            width: 100%;
            height: 512px;
            top: 2080px;
            background: url(./footer_bg.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .box {
            width: 1200px;
            height: auto;
            margin: 0 auto;
        }
        /* 公共样式结束 */
        
        .header {
            width: 100%;
            height: auto;
        }
        
        .header_img {
            width: 100%;
            height: 1301px;
            background-image: url(./banner12.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }
        
        .header_img_bottom {
            width: 100%;
            height: 100px;
            /* background: rgb(136, 0, 0); */
            position: relative;
            bottom: 100px;
        }
        
        .iteam1 {
            width: 100%;
            margin: 0 auto;
            height: auto;
            margin-bottom: 50px;
        }
        
        .iteam1 .title {
            width: 100%;
            height: 114px;
            background-image: url(./1.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .iteam1 .iteam_more a {
            font-size: 20px;
            font-weight: 500;
            color: #C23E2D;
            line-height: 23px;
            float: right;
            position: relative;
            bottom: 60px;
        }
        
        .kex {
            display: flex;
            width: 100%;
            margin: 0 auto;
            justify-content: space-between;
        }
        
        .kex_left {
            width: 500px;
            height: 358px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            /* background-image: url(./xjp.jpg); */
        }
        
        .kex_right {
            width: 52%;
            margin-left: 20px;
            margin-top: 42px;
        }
        
        .kex_right ul>li {
            width: 100%;
            margin: auto;
            font-family: SourceHanSansCN-Regular;
            font-size: 18px;
            color: #000000;
            letter-spacing: 0;
            line-height: 31px;
        }
        
        .kex_right h6 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .swjs_left ul li a,
        .swjs_right ul li a,
        .kex_right ul>li a {
            color: #000000;
        }
        
        .kex_right span {
            float: right;
        }
        
        .quan {
            width: 8px;
            height: 8px;
            background: #FF7D78;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            bottom: 10px;
        }
        
        .kex_right h6 {
            width: 75%;
            display: inline-block;
        }
        
        .iteam1_2 {
            width: 100%;
            margin: 0 auto;
            height: auto;
            margin-bottom: 90px;
        }
        
        .iteam1_2 .title {
            width: 100%;
            height: 114px;
            background-image: url(./2.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .iteam1_2 .iteam_more a {
            font-size: 20px;
            font-weight: 500;
            color: #C23E2D;
            line-height: 23px;
            float: right;
            position: relative;
            bottom: 100px;
        }
        
        .iteam1_2 .title {
            margin-bottom: 40px;
        }
        
        .iteam1_2 li {
            margin-bottom: 10px;
        }
        
        .border-style1 {
            border: 1px #FFCCCC solid;
            height: 160px;
            border-radius: 5px;
            background-color: #fff;
        }
        
        .border-style2 {
            height: 100%;
            border: 1px #FFCCCC solid;
            padding: 13px 15px;
            box-sizing: border-box;
            border-radius: 5px;
        }
        
        .list-data {
            width: 140px;
            height: 95px;
            border: #FFCCCC 1px solid;
            margin-top: 9px;
            float: left;
            border-radius: 5px;
        }
        
        .list-data h2 {
            text-align: center;
            padding: 7px 0;
            color: #D22E21;
            font-size: 24px;
            border-bottom: 1px solid #FFCCCC;
        }
        
        .list-data h5 {
            text-align: center;
            font-size: 24px;
            color: #666666;
            font-weight: 100;
        }
        
        .list-text {
            width: 84%;
            float: right;
            height: 100%;
            position: relative;
            float: left !important;
            margin-left: 15px !important;
        }
        
        .list-text .list-title {
            float: left;
            margin-left: 15px;
            width: 100% !important;
        }
        
        .list-text .list-title p {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 5px;
            border-bottom: #f2f2f2 1px solid;
            line-height: 34px;
        }
        
        .list-text .list-title p a {
            color: #444444;
        }
        
        .list-text .list-title .list-title-bif {
            height: 88px;
            overflow: hidden;
            font-size: 18px;
            font-weight: 300;
            line-height: 22px;
        }
        
        .list-text .list-title .list-title-bif a {
            color: #8f8d8d;
        }
        
        .iteam2 {
            width: 100%;
            margin: 0 auto;
            height: auto;
            margin-bottom: 50px;
        }
        
        .iteam2 .title {
            width: 670px;
            height: 112px;
            background-image: url(./6.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            margin-bottom: 0px;
            margin: 0 auto;
        }
        
        .iteam2 .iteam_more a {
            font-size: 20px;
            font-weight: 500;
            color: #C23E2D;
            line-height: 23px;
            float: right;
            position: relative;
            bottom: 60px;
        }
        
        .lb {
            width: 100%;
            height: auto;
            margin: 0 auto;
            margin-top: 80px;
        }
        
        .iteam2 .swiper {
            width: 100%;
            height: 300px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: hidden;
            list-style: none;
            padding: 0;
            z-index: 1;
            bottom: 30px;
        }
        
        .iteam2 .swiper-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 1;
            transition-property: transform;
            box-sizing: content-box;
        }
        
        .iteam2 .swiper-slide {
            text-align: center;
            font-size: 22px;
            width: 34%;
            line-height: 11px;
            transition: 300ms;
            /* transform: scale(0.8); */
        }
        
        .lb img {
            width: 200px;
            height: 200px;
            border-radius: 10px;
        }
        
        .lb a {
            width: 100%;
        }
        
        .lb .swiper-slide span {
    width: 310px;
    height: 70px;
    display: inline-block;
    line-height: 34px;
    position: relative;
    bottom: 20px;
    text-align: center;
    background-image: url(./textbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bolder;
    color: #333333;
    -webkit-text-stroke: 0.7px #FFFFFF;
        }
        
        .lb .swiper-slide-active,
        .swiper-slide-duplicate-active {
            transform: scale(1);
        }
        
        .lb .swiper-pagination {
            position: relative;
            bottom: 50px;
        }
        
        .iteam3 {
            width: 100%;
            margin: 0 auto;
            height: auto;
            margin-bottom: 50px;
        }
        
        .iteam3 .title {
            width: 100%;
            height: 88px;
            background-image: url(./1.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            margin-bottom: 0px;
        }
        
        .iteam3_1 .title {
            width: 100%;
            height: 88px;
            background-image: url(./3.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            margin-bottom: 0px;
        }
        
        .iteam3 .iteam_more a {
            font-size: 20px;
            font-weight: 500;
            color: #C23E2D;
            line-height: 23px;
            float: right;
            position: relative;
            bottom: 50px;
        }
        
        .iteam3 .swiper {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .iteam3 .swiper-wrapper {
            position: relative;
            width: 80%;
            height: 100%;
            z-index: 1;
            transition-property: transform;
            box-sizing: content-box;
        }
        
        .iteam3 .swiper-slide {
            text-align: center;
            font-size: 18px;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        
        .iteam3 .swiper-slide img {
            display: block;
            width: 1200px;
            height: 600px;
            object-fit: cover;
        }
        
        .iteam4 {
            width: 100%;
            margin: 0 auto;
            height: auto;
            margin-bottom: 50px;
        }
        
        .iteam4 .title {
            width: 524px;
            height: 114px;
            background-image: url(./7.png);
            background-size: contain;
            background-position: left;
            background-repeat: no-repeat;
            /* margin-bottom: 60px; */
            margin: 0 auto;
        }
        
        .iteam4 .iteam_more a {
            font-size: 20px;
            font-weight: 500;
            color: #C23E2D;
            line-height: 23px;
            float: right;
            position: relative;
            bottom: 60px;
        }
        
        .iteam4 .swiper {
            width: 100%;
            height: 300px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: hidden;
            list-style: none;
            padding: 0;
            z-index: 1;
            bottom: 30px;
        }
        
        .iteam4 .swiper-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 1;
            transition-property: transform;
            box-sizing: content-box;
        }
        
        .iteam4 .swiper-slide {
            text-align: center;
            font-size: 22px;
            width: 33.5%;
            line-height: 11px;
            transition: 300ms;
            transform: scale(0.8);
        }
        
        .lb2 img {
            width: 380px;
            height: 250px;
        }
        
        .lb2 a {
            width: 100%;
        }
        
        .lb2 .swiper-slide span {
            width: 380px;
            height: 100px;
            background-color: #f4e3c8;
            display: inline-block;
            line-height: 60px;
            border-radius: 0 0 20px 20px;
            position: relative;
            font-size: 20px;
            font-weight: bolder;
            line-height: 25px;
            text-align: center;
            text-transform: uppercase;
            color: #333333;
            padding: 10px 30px 0 30px;
            box-sizing: border-box;
        }
        
        .lb2 .swiper-pagination {
            position: relative;
            bottom: 50px;
        }
        
        .iteam5 .title {
            width: 524px;
            height: 114px;
            background-image: url(./8.png);
            background-size: contain;
            background-position: left;
            background-repeat: no-repeat;
            margin: 0 auto;
        }
        
        .iteam5 .iteam_more a {width:70px;
            font-size: 20px;
            font-weight: 500;
            color: #C23E2D;
            line-height: 23px;
            float: right;
            position: relative;
            bottom: 60px;
        }
        
        .iteam5 {
            width: 100%;
            margin: 0 auto;
            height: auto;
            margin-bottom: 50px;
        }
        
        .iteam5 .swiper {
            width: 100%;
            height: 320px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: hidden;
            list-style: none;
            padding: 0;
            z-index: 1;
            bottom: 30px;
        }
        
        .iteam5 .swiper-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 1;
            transition-property: transform;
            box-sizing: content-box;
        }
        
        .iteam5 .swiper-slide {
            text-align: center;
            font-size: 22px;
            width: 33.5%;
            line-height: 11px;
            transition: 300ms;
            transform: scale(0.8);
        }
        
        .header_list {
            width: 141px;
            height: 50.64px;
        }
        
        .lefttap {
            border-bottom: 1px solid #C23E2D;
        }
        
        .lefttap span {
            display: block;
            width: 120px;
            height: 50.64px;
            float: left;
            text-align: center;
            line-height: 50px;
            font-size: 28px;
            cursor: pointer;
            margin-right: 30px;
            font-weight: 500;
            color: #323333;
        }
        
        .lefttapcho a {
            font-weight: 800;
            color: #C23E2D;
            width: 400px;
            text-align: left;
        }
        
        .lefttap span a {
            color: #C23E2D;
            display: block;
        }
        
        .lefttapcho {
            background-image: url(./lefttap.jpg);
            font-weight: 800;
            color: #0F66DA;
            /* background-color: #C1DEFF; */
            border-bottom: 5px solid #C23E2D;
        }
        
        .ytdd {
            margin-top: 30px;
            height: 330px;
            overflow: hidden;
        }
        
        .ytdd img {
            width: 588px;
            height: 330px;
        }
        
        .hj {
            display: flex;
            justify-content: space-between;
        }
        
        .hj .box {
            width: 49%;
        }
        
        .hj p {
            width: 588px;
            height: 64px;
            line-height: 64px;
            font-size: 24px;
            color: #fff;
            display: block;
            padding-left: 30px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.3);
            position: relative;
            bottom: 64px;
        }
        
        .hj .video {
            /* width: 45px;
            height: 45px; */
            width: 588px;
            height: 330px;
            position: relative;
            bottom: 393px;
            display: block;
            margin: 0 auto;
            padding: 140px 270px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.2);
        }
        
        .lb2 img {
            width: 380px;
            height: 250px;
        }
        
        .lb2 a {
            width: 100%;
        }
        
        .lb2 .swiper-slide span {
            width: 380px;
            height: 100px;
            background-color: #f4e3c8;
            display: inline-block;
            line-height: 60px;
            border-radius: 0 0 20px 20px;
            position: relative;
            font-size: 20px;
            font-weight: bolder;
            line-height: 25px;
            text-align: center;
            text-transform: uppercase;
            color: #333333;
            padding: 10px 30px 0 30px;
            box-sizing: border-box;
        }
        
        .bg {
            width: 100%;
            height: auto;
            background-image: url(./bg.png);
            background-size: cover;
            background-position: bottom;
            background-repeat: no-repeat;
        }
        /* .bg {
    height: 3950px;
} */
        
        .swiper-button-next,
        .swiper-button-prev {
            width: 22px!important;
            height: 50px!important;
            background-color: rgb(239, 190, 140);
            border-radius: 4px;
            top: 40%!important;
            color: #fff!important;
        }
        
        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 12px!important;
        }
        
        .iteam2 .swiper-button-next {
            right: 10px!important;
        }
        
        .iteam2 .swiper-button-prev {
            left: 10px!important;
        }
        
        .iteam4 .swiper-button-next {
            right: 0px!important;
        }
        
        .iteam4 .swiper-button-prev {
            left: 0px!important;
        }
        
        .iteam6 .title {
            width: 524px;
            height: 114px;
            background-image: url(./11.png);
            background-size: contain;
            background-position: left;
            background-repeat: no-repeat;
            margin: 0 auto;
        }
        
        .iteam6 .iteam_more a {
            font-size: 20px;
            font-weight: 500;
            color: #C23E2D;
            line-height: 23px;
            float: right;
            position: relative;
            bottom: 60px;
        }
        
        .iteam6 {
            width: 100%;
            margin: 0 auto;
            height: auto;
            margin-bottom: 50px;
        }
        
        @media only screen and (max-width: 2000px) {
            .header_img {
                background-size: cover;
            }
        }
        
        @media only screen and (max-width: 1500px) {
            .header_img {
                height: 900px;
                background-size: cover;
            }
        }
        
        .dongtai2 {
            display: none;
        }
        
        .dongtai3 {
            display: none;
        }
        
        .lefttap2 {
            width: 1000px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        
        .lefttap2 span {
            display: block;
            width: 200px;
            height: 62px;
            background: #F8D8A3;
            border-radius: 8px;
        }
        
        .lefttapcho2 a {
            color: #C23E2D;
        }
        
        .lefttap2 span a {
            font-size: 24px;
            font-weight: 600;
            color: #C23E2D;
            line-height: 62px;
            display: block;
            text-align: center;
        }
        
        .lefttapcho2 {
            font-weight: 800;
            color: #C23E2D;
            background: #FCEBD0!important;
        }
        
        .lefttap3 {
            width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: start;
        }
        
        .lefttap3 span {
            display: block;
            width: 240px;
            height: 62px;
            background: #F4E3C8;
            border: 1px solid #D9C7AC;
        }
        
        .pxsbx {
            /* width: 240px!important; */
            transform: skewX(45deg);
            position: relative;
            right: 32px;
        }
        
        .fpxsbx {
            transform: skewX(-45deg);
        }
        
        .lefttap3 span a {
            font-size: 24px;
            font-weight: 900;
            color: #C23E2D;
            line-height: 62px;
            display: block;
            text-align: center;
        }
        
        .lefttapcho3 {
            font-weight: 800;
            color: #fff!important;
            /* background: #FCEBD0; */
            background: linear-gradient(90deg, #D33531 0%, #9E140F 100%)!important;
        }
        
        .lefttapcho3 a {
            color: #fff!important;
        }
        
        .dbt {
            margin-top: 30px;
            width: 392px;
            height: 251px;
            overflow: hidden;
        }
        
        .dbt img {
            width: 392px;
            height: 251px;
        }
        
        .dongtai3 p {
            width: 392px;
            height: 251px;
            line-height: 64px;
            font-size: 24px;
            color: #fff;
            display: block;
            padding-left: 30px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.3);
            position: relative;
            bottom: 64px;
        }
        
        .dongtai3 .video {
            width: 392px;
            height: 251px;
            position: relative;
            bottom: 503px;
            display: block;
            margin: 0 auto;
            padding: 100px 170px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.2);
        }
        
        .dongtai3 .rigword {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .iteam7 .title {
            width: 524px;
            height: 114px;
            background-image: url(https://www.bast.net.cn/picture/0/2207141341318052671.png);
            background-size: contain;
            background-position: left;
            background-repeat: no-repeat;
            margin: 0 auto;
        }
        
        .iteam7 .iteam_more a {
            font-size: 20px;
            font-weight: 500;
            color: #C23E2D;
            line-height: 23px;
            float: right;
            position: relative;
            bottom: 60px;
        }
        
        .iteam7 {
            width: 100%;
            margin: 0 auto;
            height: auto;
            margin-bottom: 50px;
        }
        
        .flex7 {
            display: flex;
            justify-content: space-between;
        }
        
        .xcp_l {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .xcp_t,
        .xcp_b {
            /* margin-top: 30px; */
            width: 392px;
            height: 251px;
            overflow: hidden;
        }
        
        .xcp_r {
            /* margin-top: 30px; */
            width: 770px;
            height: 530px;
            overflow: hidden;
        }
        
        .xcp_t img {
            width: 392px;
            height: 251px;
        }
        
        .xcp_b img {
            width: 392px;
            height: 251px;
        }
        
        .xcp_r img {
            width: 770px;
            height: 530px;
        }
        
        .xcp_t p {
            width: 392px;
            height: 251px;
            line-height: 64px;
            font-size: 24px;
            color: #fff;
            display: block;
            padding-left: 30px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.3);
            position: relative;
            bottom: 64px;
        }
        
        .xcp_r p {
            width: 770px;
            height: 530px;
            line-height: 64px;
            font-size: 24px;
            color: #fff;
            display: block;
            padding-left: 30px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.3);
            position: relative;
            bottom: 64px;
        }
        
        .xcp_b p {
            width: 392px;
            height: 251px;
            line-height: 64px;
            font-size: 24px;
            color: #fff;
            display: block;
            padding-left: 30px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.3);
            position: relative;
            bottom: 64px;
        }
        
        .xcp_t .video {
            width: 392px;
            height: 251px;
            position: relative;
            bottom: 503px;
            display: block;
            margin: 0 auto;
            padding: 100px 170px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.2);
        }
        
        .xcp_b .video {
            width: 392px;
            height: 251px;
            position: relative;
            bottom: 503px;
            display: block;
            margin: 0 auto;
            padding: 100px 170px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.2);
        }
        
        .xcp_r .video {
            width: 770px;
            height: 530px;
            position: relative;
            bottom: 1060px;
            display: block;
            margin: 0 auto;
            padding: 240px 360px;
            box-sizing: border-box;
            background-color: rgba(0, 0, 0, 0.2);
        }

.vlog_more {
    font-size: 20px;
    font-weight: 500;
    color: #C23E2D;
    line-height: 23px;
    /* float: right; */
    position: relative;
    top: 30px;
    left: 480px;
}

.ytdd_more {
    font-size: 20px;
    font-weight: 500;
    color: #C23E2D;
    line-height: 23px;
    /* float: right; */
    position: relative;
    top: 30px;
    left: 480px;
}
.xcp_t p{
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.xcp_b p{
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.xcp_r p{
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.hj p{
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}