.phone_style_work {
    display: none;
}

.work {
    position: relative;
    /*   color: #000000; */
    padding-bottom: 100px

}


.work-detail {
    position: relative;
    /*   color: #000000; */
    /*padding-bottom: 100px;*/

    background-color: #EEF4FF;

}

.banner {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 700px;
    background-image: url(../img/work.png);
    background-position: 0% 100%;
    background-size: cover;
}

p {
    padding: 10px;
    font-size: 18px;
    text-indent: 2em;

}

.work-over-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-indent: 2rem;
    line-height: 30px;
}


.pc_sty_img img {
    height: 220px !important;
}

.work_detail {
    margin-top: -220px;
    z-index: 99;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.2);
}

.work_dangjian {
    font-size: 56px;
    margin-top: 550px;
    color: rgba(255, 255, 255, 0.9);
}

.work_total{
    margin-top: 720px;
}

.work_news{
    padding-top: 720px;
    background-color: #fff;
    padding-bottom: 20px;
}

.footer_link{
    margin-top: 0;
}

.pc_sty_title {
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.work_intro {
    height: 220px;
    /*border: 1px solid red;*/
    margin-top: 35px;
    cursor: pointer;
    overflow: hidden;
}

.work_data {
    height: 100%;
    background: rgba(222, 6, 28, 1);
    color: #FFFFFF;
    display: flex;
   flex-direction: column;
    align-items: center;
    justify-content: center;
}


.work_data > div {
    /*margin-top: 10px;*/
    /*font-size: 60px;*/
    text-align: center;

}

.work_data > p {
    font-size: 16px;
    text-align: center;

}

.work_data img {
    height: 100%;
}


.work_data .work-data-day{
    font-size: 60px;
    height: 60px;
}

.work_data .work-data-month{
    font-size: 24px;
    margin-top: 40px;
}

.work_page {
    height: 40px;
}

.work_title {
    font-size: 36px;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 20px;
}

.work_news p {
    margin-top: 40px;
}

.work_actitle_img {
    width: 500px;
    margin: auto;
}



.xh_time {
    margin:20px 0 50px;
}

.xh_time_li {
    margin-right: 100px;
    font-size: 18px;
}

.xh_time_li:last-child{
    margin-right: 0;
}


.work_news h2{
    color: #000 !important;
}




@media (max-width: 992px) {
    .phone_style_work {
        display: block;
    }

    .work_total {
        display: none;
    }

    .work_page_phone {
        margin-top: 15px;
        height: 140px;
        box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 0.2);
    }

    .work_page_phone img {
        margin-top: 10px;
        width: 100%;
        height: 120px;
    }

    .work_news p {
        font-size: 20px;
    }

    .acticle_title_phone p {
        font-family: "微软雅黑";
        font-size: 14px;
        color: #4F4F4F;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .p_bot_font {
        color: #4F4F4F;
    }

    .acticle_title_phone {

    }
}
