﻿/**
    home-product start lzh 2020-01-17
*/
.ly_home_product {
    margin-top: 0.78rem !important;
    height: 5.12rem;
    overflow: hidden;
}
.ly_home_product_title {
    width: 100%;
    height: auto;
    text-align: center;
}
    .ly_home_product_title .block-title {
        font-size: 0.38rem;
        color: #df0024;
        font-weight: bold;
    }
    .ly_home_product_title p {
        font-size: 0.18rem;
        color: #333333;
        margin-top: 0.03rem;
    }
.ly_home_product_content {
    width: 100%;
    height: 4.75rem;
    margin-top: 0.6rem;
    position: relative;
}
    .ly_home_product_content .swiper-container {
        width: 9.32rem;
        margin: 0 auto;
        height: 4rem;
    }
    .ly_home_product_content a {
        display: block;
        height: 100%;
    }
.ly_home_product_left, .ly_home_product_right {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    cursor: pointer;
    /*background-image: url(/static/pc/img/spiritmap-new.png);*/
    /*background-image: url(/static/pc/img/home-left.png);*/
    background-repeat: no-repeat;
    background-size: contain;
}
.ly_home_product_left {
    position: absolute;
    left: 0px;
    top: 1rem;
    /*background-position: -594px -190px;*/
    background-image: url(/img/home-left.png);
}
.ly_home_product_right {
    position: absolute;
    right: 0px;
    top: 1rem;
    cursor: pointer;
    /*background-position: -502px -190px;*/
    background-image: url(/img/home-right.png);
}
.ly_home_product_img{
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}
.ly_home_product_content a:hover .ly_home_product_img img {
    transform: scale(1.5);
}
.ly_home_product_img img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    transition: all 0.3s linear;
}
.ly_home_product_content a:hover .ly_home_product_text span {
    background: #df0024;
    border: 1px solid #df0024;
    color: #fff;
}
.ly_home_product_img span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
    .ly_home_product_img img {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
.ly_home_product_text {
    width: 1.55rem;
    margin: 0 auto;
    height: auto;
    margin-top: 0.1rem;
}
    .ly_home_product_text .product_no {
        font-size: 0.14rem;
        color: #ff724c;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        font-weight: 400;
    }
    .ly_home_product_text p {
        text-align: center;
        font-size: 0.14rem;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 0.2rem;
        height: 0.4rem;
        margin-top: 0.05rem;
    }
    .ly_home_product_text span {
        display: block;
        width: 1.15rem;
        height: 0.35rem;
        transition: all 0.3s linear;
        line-height: 0.33rem;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #e0e0e0;
        font-size: 0.12rem;
        color: #666666;
        margin-top: 0.1rem;
    }
/**
    home-product end
    home-news start lzh 2020-01-17
*/
.ly_home_news_wrap {
    width: 100%;
    height: 8.5rem;
    background: #f1f1f1;
    padding-top: 0.8rem;
    background-size: cover;
    /*margin-top: -0.6rem;*/
}
.ly_home_news_title {
    width: 100%;
    /*height: 1rem;*/
    text-align: center;
}
.ly_home_news_content {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
}
.ly_home_news_title .block-title {
    font-size: 0.4rem;
    color: #df0024;
    font-weight: bold;
}
.ly_home_news_title p {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #333333;
}
    .ly_home_news_title p a {
        font-size: 0.18rem;
        color: #e01e3a;
        display: inline-block;
        text-align: left;
    }
    .ly_home_news_left {
        width: 5.4rem;
        height: auto;
        float: left;
    }
        .ly_home_news_left .news_block_title {
            font-size: 0.18rem;
            color: #070707;
        }
    .ly_home_news_left a:nth-child(1) {
        -webkit-box-shadow: inset 0 0 10px #fff;
        -moz-box-shadow: inset 0 0 10px #fff;
        box-shadow: inset 0 0 10px #fff;
        display: inline-block;
    }
    .ly_home_news_left a:nth-child(1) img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 3.6rem;
        object-fit: cover;
    }
    .ly_home_news_left a:nth-child(2) div {
        width: 3.1rem;
        height: 1.45rem;
        background: rgba(223,0,36,0.7);
        position: absolute;
        left: 0px;
        top: 0.64rem;
        z-index: 2;
        padding: 0.1rem 0.2rem 0 0.2rem;
        font-size: 0.2rem;
        color: #ffffff;
        line-height: 0.32rem;
    }

        .ly_home_news_pic {
            width: 100%;
            height: 3.62rem;
            position: relative;
            margin-top: 0.12rem;
        }
.ly_home_news_right {
    width: 6.15rem;
    height: auto;
    float: right;
}
.ly_home_news_right_title {
    height: 0.38rem;
    border-bottom: 1px solid #df0024;
}
    .ly_home_news_right_title div {
        float: right;
        height: 0.38rem;
        line-height: 0.38rem;
    }
        .ly_home_news_right_title div a {
            text-align: center;
            font-size: 0.16rem;
            color: #df0024;
        }
    .ly_home_news_right_title ul {
        width: 100%;
        height: auto;
    }
        .ly_home_news_right_title ul li {
            width: 1.35rem;
            float: left;
            height: 0.38rem;
            line-height: 0.38rem;
            text-align: center;
            font-size: 0.18rem;
            color: #010101;
        }
            .ly_home_news_right_title ul li span {
                display: block;
                width: 100%;
                height: 100%;
                cursor: pointer;
            }
            .ly_home_news_right_title ul li.active span {
                background: #df0024;
                color: #fff;
            }
.i-news_list {
    width: 100%;
}
.ly_home_news_right_title ul li > span:hover {
    background: #df0024;
    color: #fff;
}
    .i-news_list ul {
        width: 100%;
        height: auto;
        display: none;
    }
        .i-news_list ul:nth-of-type(1) {
            display: block;
        }

        .i-news_list ul li {
            width: 100%;
            height: auto;
            margin-top: 0.3rem;
            overflow: hidden;
            padding-left: 0.25rem;
        }
            .i-news_list ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }
.shadow-img {
    -webkit-box-shadow: inset 0 0 10px #fff;
    -moz-box-shadow: inset 0 0 10px #fff;
    box-shadow: inset 0 0 10px #fff;
    display: inline-block;
}
.i-news_pic {
    width: 1.2rem; /*height:0.9rem;*/
    height: 0.8rem;
    float: left;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

    .i-news_pic span {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .i-news_pic img {
        height: 0.8rem;
        width: 1.2rem;
        vertical-align: middle;
        transition: all 0.3s linear;
        -moz-box-shadow: 2px 2px 5px #969696; /*firefox*/
        -webkit-box-shadow: 2px 2px 5px #969696; /*webkit*/
        box-shadow: 2px 2px 5px #969696; /*opera或ie9*/
    }
.i-news_text {
    width: 4.52rem;
    height: auto;
    float: right;
}

    .i-news_text .i-news_text_title {
        font-size: 0.18rem;
        color: #191919;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        /* margin-top: 0.09rem; */
    }

    .i-news_text p {
        font-size: 0.14rem;
        color: #666666;
        line-height: 0.24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 0.48rem;
        margin-top: 0.09rem;
    }

        .i-news_text p > span {
            font-size: 0.14rem;
            color: #df0024;
        }

.i-news_list ul li a:hover .i-news_pic img {
    transform: scale(1.1);
}

.i-news_list ul li a:hover .i-news_text .i-news_text {
    color: #df0024;
}

.ly_home_news_more {
    display: block;
    width: 2.45rem;
    height: 0.45rem;
    transition: all 0.3s linear;
    line-height: 0.43rem;
    text-align: center;
    border: 1px solid #df0024;
    color: #df0024;
    background: #ffeded;
    margin: 0 auto;
    margin-top: 0.58rem;
    font-size: 0.14rem;
}

a.ly_home_news_more:hover {
    color: #fff;
    background: #df0024;
}

/**
    home-news end
    home-news bzwz lzh 2020-01-18
*/

.ly_home_bzwz_wrap {
    width: 100%;
    height: 8rem;
    overflow: hidden;
    /*margin-top: 1.09rem;*/
    padding-top: 0.6rem;
    /*background: #f1f1f1;*/
    padding-bottom: 0.2rem;
}

.ly_home_bzwz_title {
    width: 100%;
    height: auto;
    text-align: center;
}
    .ly_home_bzwz_title .block-title {
        font-size: 0.38rem;
        color: #df0024;
        font-weight: bold;
    }
    .ly_home_bzwz_title p {
        margin-top: 0.08rem;
        font-size: 0.18rem;
        color: #333333;
    }
.ly_home_bzwz_content {
    margin-top: 0.75rem;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ly_home_bzwz_left {
    width: 2.6rem;
    height: 4.32rem;
    overflow: hidden;
    float: left;
}
    .ly_home_bzwz_left .ly_home_bzwz_left_title {
        font-size: 0.18rem;
        color: #333333;
        padding-bottom: 0.11rem;
        border-bottom: 1px solid #df0024;
    }
    .ly_home_bzwz_left > div {
        overflow: hidden;
    }
    .ly_home_bzwz_left #demo {
        height: 100%;
    }

.ly_home_bzwz_left_list {
    width: 100%;
    height: auto;
    margin-top: 0.03rem;
}
    .ly_home_bzwz_left_list li {
        width: 100%;
        height: auto;
        margin-top: 0.22rem;
        overflow: hidden;
    }
    .ly_home_bzwz_left_list a {
        display: block;
        width: 100%;
        height: 100%;
    }
.ly_home_bzwz_left_pic {
    width: 0.76rem;
    height: 0.76rem;
    float: left;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}
    .ly_home_bzwz_left_pic span {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .ly_home_bzwz_left_pic img {
        max-height: 0.76rem;
        max-width: 0.76rem;
        transition: all 0.3s linear;
        border-radius: 50%;
    }
.ly_home_bzwz_left_text {
    width: 1.65rem;
    height: auto;
    float: right;
}
    .ly_home_bzwz_left_text span {
        font-size: 0.16rem;
        color: #333333;
        margin-top: 0.03rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ly_home_bzwz_left_text p {
        font-size: 0.12rem;
        color: #666666;
        margin-top: 0.1rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.ly_home_bzwz_right {
    width: 8.6rem;
    margin-right: 0.18rem;
    float: right;
}
.ly_home_bzwz_right_nav {
    /*width: 7.4rem;*/
    height: 0.38rem;
    border-bottom: 1px solid #df0024;
    padding-left: 0;
    padding: 0;
}
    .ly_home_bzwz_right_nav ul {
        width: 100%;
    }
        .ly_home_bzwz_right_nav ul li {
            width: 1.25rem;
            float: left;
            height: 0.38rem;
            line-height: 0.38rem;
            text-align: center;
            font-size: 0.18rem;
            color: #010101;
        }
            .ly_home_bzwz_right_nav ul li.active span{
                background: #df0024;
                color: #fff;
            }
            .ly_home_bzwz_right_nav ul li span {
                display: block;
                width: 100%;
                height: 100%;
                cursor: pointer;
            }
                .ly_home_bzwz_right_nav ul li span:hover {
                    background: #df0024;
                    color: #fff;
                }
.ly_home_bzwz_right_more {
    float: right;
    height: 0.38rem;
    line-height: 0.38rem;
}
    .ly_home_bzwz_right_more a {
        text-align: center;
        font-size: 0.16rem;
        color: #df0024;
    }
.ly_home_bzwz_right_list {
    width: 100%;
}
    .ly_home_bzwz_right_list ul {
        width: 100%;
        height: auto;
        display: none;
    }
        .ly_home_bzwz_right_list ul:nth-of-type(1) {
            display: block;
        }
        .ly_home_bzwz_right_list ul li {
            width: 100%;
            height: auto;
            margin-top: 0.3rem;
            overflow: hidden;
            padding-left: 0.27rem;
        }
            .ly_home_bzwz_right_list ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }
.ly_home_bzwz_right_pic {
    width: 1rem;
    height: 1rem;
    background: #c1c1c1;
    float: left;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}
    .ly_home_bzwz_right_pic p:nth-child(1) {
        text-align: center;
        font-size: 0.46rem;
        color: #ffffff;
        font-weight: bold;
        line-height: 0.45rem;
        margin-top: 0.15rem;
    }
    .ly_home_bzwz_right_pic p:nth-child(2) {
        font-size: 0.16rem;
        color: #ffffff;
        text-align: center;
        line-height: 0.23rem;
    }
.ly_home_bzwz_right_text {
    width: 7.05rem;
    float: right;
}
    .ly_home_bzwz_right_text .ly_home_bzwz_right_text_title {
        font-size: 0.18rem;
        color: #191919;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
    }
    .ly_home_bzwz_right_text p {
        font-size: 0.14rem;
        color: #666666;
        line-height: 0.24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 0.48rem;
        margin-top: 0.09rem;
    }
        .ly_home_bzwz_right_text p span , .ly_home_bzwz_right_text > span {
            font-size: 0.14rem;
            color: #df0024;
        }
/**
    home-bzwz end
    home-leader start lzh 2020-01-18
*/
.ly_home_leader_wrap {
    width: 100%;
    height: 5rem;
    /*background: url(https://shijiaoke.oss-cn-beijing.aliyuncs.com/Yunan/hangyeqiaochu20200923.jpg) no-repeat;*/
    background: url(https://shijiaoke.oss-cn-beijing.aliyuncs.com/News/0b557855e235ccd46ba6e88037947858.png) no-repeat;
    background-size: 19.2rem 5rem;
    /*margin-top: 0.5rem;*/
    padding-top: 0.7rem;
    background-size: cover;
}
.ly_home_leader_title {
    width: 100%;
    text-align: center;
}
    .ly_home_leader_title p {
        text-align: center;
        text-transform: uppercase;
    }
    .ly_home_leader_title p:nth-child(1) {
        font-size: 0.3rem;
        color: #ffffff;

    }
    .ly_home_leader_title p:nth-child(2) {
        font-size: 0.18rem;
        color: #e3e3e3;
    }
.ly_home_leader_patterns {
    overflow: hidden;
}
    .ly_home_leader_patterns ul {
        padding: 0px 0.2rem;
        margin-top: 0.1rem;
    }
        .ly_home_leader_patterns ul li {
            margin-top: 0.4rem;
            float: left;
            /*width: 1.6rem;
            margin-right: 0.4rem;*/
            width: 25%;
            overflow: hidden;
            cursor: pointer;
        }
            .ly_home_leader_patterns ul li:last-child {
                margin-right: 0px;
            }
            .ly_home_leader_patterns ul li p {
                color: #fff;
                line-height: 0.24rem;
                transform: translate(100%,0);
                transition: transform 0.5s ease-in-out;
                font-size: 0.16rem;
                margin-top: 0.25rem;
                text-align: left;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                height: 0.96rem;
            }
            .ly_home_leader_patterns ul li:hover p {
                transform: translate(0,0);
            }
            .ly_home_leader_patterns ul li span {
                display: block;
                width: 1.3rem;
                height: 1.3rem;
                margin: 0 auto;
                overflow: hidden;
                /*background: #fff;
                border-radius: 50%;
                padding: 0.02rem;
                transition: transform 0.8s ease-in-out;*/
            }
            .ly_home_leader_pic {
                width: 1.35rem;
                margin: 0 auto;
                height: 1.35rem;
                border-radius: 50%;
                /*background: rgba(255,255,255,0.2);*/
                padding-top: 0.175rem;
            }
                .ly_home_leader_pic img {
                    display: block;
                    /*width: 0.96rem;
                    height: 0.96rem;
                    border-radius: 50%;*/
                    width: 100%;
                }

/**
    home-leader end
    home-contact start lzh 2020-01-18
*/
    .good_info{
        margin-top: 0.3rem;
    }
    .good_info b{
        display:block;
        color:#eee;
        text-align: center;
        padding: 0.02rem 0;
        font-weight: 500;
    }
    .good_info_title{
        font-size: 0.18rem;
        color:#fff !important;
        margin-bottom: 0.1rem;
}

.ly_home_contact_wrap {
    width: 100%;
    height: auto;
    padding-top: 0.55rem;
    /*background: #f1f1f1;*/
    padding-bottom: 0.65rem;
    overflow: hidden;
}
.ly_home_contact_title {
    width: 100%;
    height: auto;
    text-align: center;
}
    .ly_home_contact_title .contract-us {
        font-size: 0.38rem;
        color: #df0024;
        font-weight: bold;
    }
    .ly_home_contact_title p {
        font-size: 0.18rem;
        color: #333333;
        margin-top: 0.03rem;
    }
.ly_home_contact_content {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
}
.ly_home_contact_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}
    .ly_home_contact_list li {
        width: 25%;
        height: auto;
        float: left;
        text-align: center;
    }

        .ly_home_contact_list li p {
            font-size: 0.16rem;
            color: #333333;
            line-height: 0.25rem;
        }
        .ly_home_contact_list li span {
            display: inline-block;
            width: 0.5rem;
            height: 0.5rem;
            margin: 0 auto;
            margin-bottom: 0.2rem;
            transition: all 0.8s ease-in-out;
            background-image: url(/img/spiritmap-new.png);
            background-repeat: no-repeat;
        }
.ly_home_contact_adress span {
    background-position: -416px 0;
}
.ly_home_contact_phone span {
    background-position: -484px 0;
}
.ly_home_contact_qq span {
    background-position: -552px 0;
}
.ly_home_contact_email span {
    background-position: -350px 0;
}
/**
    home-contact end
    home-coop start lzh 2020-01-18
*/
.ly_home_coop_wrap {
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0.65rem;
    overflow: hidden;
}
.ly_home_coop_title {
    width: 100%;
    text-align: center;
}
    .ly_home_coop_title div {
        font-size: 0.38rem;
        color: #df0024;
        font-weight: bold;
    }
    .ly_home_coop_title p {
        font-size: 0.18rem;
        color: #333333;
        margin-top: 0.03rem;
    }
.ly_home_coop_list {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
}
    .ly_home_coop_list li {
        /*width: 2.4rem;
        height: 1.8rem;*/
        width:25%;
        float: left;
        /*border-left: 1px solid #eeeeee;*/
    }
        .ly_home_coop_list li div {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            text-align: center;
            font-size: 0;
        }

    .ly_home_coop_list li div span {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
        .ly_home_coop_list li img {
            /*max-height: 1.8rem;*/
            max-width: 100%;
            transition: all 0.5s linear;
        }
        .ly_home_coop_list li:nth-child(5) {
            /*border-right: 1px solid #eeeeee;*/
        }
        .ly_home_coop_list li:nth-last-child(1) {
            /*border-right: 1px solid #eeeeee;*/
        }
        .ly_home_coop_list li div:hover img {
            transform: scale(1.1);
        }
        .ly_home_coop_list li:nth-child(n+5) {
            /*border-top: 1px solid #eeeeee;*/
        }
        .red_envelopes {
            position: fixed;
            right: 0;
            top: 0;
            z-index: 1000;
            cursor: pointer;
            display: none;
        }

/*        */
.ly_honor{
    margin-top: 0.3rem;
}
    .ly_honor>li{
        width:33.3%;
    }
.red_envelopes_close{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-60px;
    margin-top:20px;
    font-size:20px;
    display:none;
    width:13.5px;
    height:13.5px;
}
.red_envelopes_click_area {
    width: 210px;
    height: 220px;

    position: absolute;
    top: 0;
    right: 0;
    z-index:100;
}
.red_envelopes img {
    display: none;
}


    .red_envelopes .red_envelopes_gif {
        display: block;
    }



.ly_home_product_show{
    /*margin-top: -1rem;*/
}

.ly_home_product_show_wrap {
    width: 100%;
    background: #f1f1f1;
    padding-bottom: 0.6rem;
    position: relative;
    z-index: 1;
    padding-bottom: 0.4rem;
    padding-top: 0.2rem;
    margin-top: 0.4rem;
}

.ly_home_product_show_content {
    width: 12rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: none;
}
    .ly_home_product_show_content:nth-child(1){
        display: block;
    }
    .ly_product_show_content {
        width: 100%;
        position: relative;
    }

.ly_home_product_show_title a{
    position: relative;
}
.ly_home_product_show_title a:hover{
    color: #df0024;
}
.ly_home_product_show_title a::after {
    position: absolute;
    content: '';
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    bottom: -0.58rem;
    left: 50%;
    margin-left: -0.18rem;
}

.product_active{
    color: #df0024;
}
.product_active::after {
    position: absolute;
    content: '';
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    bottom: -0.58rem;
    left: 50%;
    margin-left: -0.18rem;
    background-color: #f1f1f1;
}

.ly_product_show_content li {
    width: 25%;
    margin-bottom: 0.08rem;
    float: left;
    height: 0.72rem;
}

    .ly_product_show_content li:nth-child(3n-1){
        margin: 0 12%;
    }

    .ly_product_show_content li a {
        display: block;
        width: 100%;
        height: 0.45rem;
        line-height: 0.5rem;
        font-size: 0.16rem;
        color: #666666;
        padding-left: 0.2rem;
        background: url(/img/icon26.png) no-repeat left center;
        background-size: 0.08rem 0.08rem;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        white-space: nowrap;
    }

        .ly_product_show_content li span {
            overflow: hidden;
            display: inline-block;
            width: 100%;
            text-overflow: ellipsis;
            word-break: break-all;
            white-space: nowrap;
            padding-left: 0.2rem;
            color: #999999;
        }

        .ly_product_show_content li a:hover {
            background: url(/img/icon27.png) no-repeat left center;
            color: #e00442;
            background-size: 0.08rem 0.08rem;
        }

        /* 直播展示
        **/
.ly_videodetail_top {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: auto;*/
    height: 3.6rem;
    box-sizing: border-box;
    padding-bottom: 0.2rem;
    cursor: pointer;
}

.ly_videodetail_wrap_name {
    text-align: center;
    letter-spacing: 0.1rem;
    padding-bottom: 0.3rem;
    font-size: 0.3rem;
    color: #333333;
}
.ly_videodetail_top > div {
    width: 100%;
    height: 100%;
}
#TopContent  video {
    width: 100%;
}
.ly_videodetail_top img {
    width: 100%;
    height: 100%;
}
.videodetail_top {
    overflow: hidden;
    width: 100%;
    height:5rem;
    padding-bottom: 0.2rem;

}
.videodetail_top>div{
    float:left;
    height:100%
}
.ly_videodetail_status {
    background-color: #000;
    opacity: 0.9;
    width: 100%;
    height: 1rem;
    position: absolute;
    transition: 1s;
    top: -2.2rem;
}
.ly_videodetail_top_des {
    position: relative;
    line-height: 0.3rem;
    max-height: 0.6rem;
    overflow: hidden;
}
.ly_videodetail_p_after::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    color: #fff;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.ly_videodetail_status_rest {
    color: #df0024 !important;
    font-weight: bold;
}
.ly_videodetail_status > span {
    display: block;
    color: #fff;
    font-size: 0.2rem;
    width: 42%;
    margin: 0.1rem auto;
}
.ly_videodetail_status .count_down {
    font-size: 0.25rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
}
.count_down span.date-s {
    color: #df0024;
}
.count_down >span{
    color:yellow;
    cursor:pointer;
    text-decoration:underline;
}
.ly_videodetail_status p {
    width: 42%;
    margin: 0.1rem auto;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.ly_videodetail_top .ly_videodetail_status {
    top: 2.4rem;
}
.ly_videodetail_status a {
    display: block;
    width: 1.8rem;
    /*height: 0.5rem;*/
    background: #df0024;
    color: #fff !important;
    font-size: 0.18rem;
    margin-right: 0.2rem;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
}
.ly_videodetail_status a:hover {
    background: #ffeded !important;
    color: #df0024 !important;
    border: 1px solid #df0024;
}
.ly_videodetail_status a:hover > span > span {
    background-position: -0.85rem -2.87rem;
    margin-bottom: 0.02rem;
}
.ly_videodetail_status_sign {
    display: block;
    height: 100%;
    float: right;
    margin-right: 0.4rem;
    line-height: 0.5rem;
    font-size: 18px;
}

.ly_videodetail_status_sign span {
    display: inline-block;
    width: 0.34rem;
    height: 0.30rem;
    background: url(/img/content/lib_sprites.png) no-repeat;
    vertical-align: middle;
    overflow: hidden;
    background-size: 2rem 3.25rem;
    background-position: -0.85rem -2.53rem;
    margin-right: 0.1rem;
}



/*LIMS样式*/
.introduction-system{
    width:6.7rem;
    text-align: left;
    float:left;

}

.introduction-system li{
    width: 5rem;
    padding-bottom: .15rem;
    margin-bottom: .34rem;
    border-bottom: .01rem solid #d0d0d0;
}

.introduction-system .system-title{
    font-size: .28rem;
    color: #333333;
    margin-bottom: .08rem;
}
.introduction-system .system-content{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
}




.introduction-right{
    width: 5.3rem;
    float:right;
}


