.list_notice{
    width: 1400rem;
    height: auto;
    margin: 0 auto;
}
.list_notice1{
    width: 100%;
    height: auto;
}
.list_notice1_ul{
    width: 100%;
    height: auto;
    padding: 15rem 0 30rem 0;
}
.list_notice1_li{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding: 15rem 0;
}
.list_notice1_li_date{
    width: 142rem;
    height: 80rem;
    padding: 10rem 25rem;
    background-color: #eef5ff;
    box-sizing: border-box;
    line-height: 30rem;
    text-align: center;
}
.list_notice1_li_date p{
    font-size: 18rem;
    color: #2464b6;
    text-align: left;
    padding-left: 10rem;
}
.list_notice1_li_date h3{
    font-size: 26rem;
    color: #2464b6;
    font-weight: bold;
}
.list_notice1_li_title{
    width: calc(100% - 162rem);
    padding-left: 20rem;
    height: 58rem;
    line-height: 58rem;
}
.list_notice1_li_title_li{
    width: 100%;
    padding: 10rem 30rem 10rem 0;
    border: 1px solid #cce2ff;
    height: 58rem;
}
.list_notice1_li_title_li a{
    width: 100%;
    font-size: 20rem;
    color: #333333;
    padding-left: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.list_notice1_li_title_li:hover{
    background-color: #2464b6;
}
.list_notice1_li_title_li:hover a{
    color: #fff;
}
.list_news{
    display: none;
}
@media only screen and (max-width: 1000px) {
    .list_notice{
        width: 100%;
        padding: 20rem 20rem;
    }
    .list_notice1{
        display: none;
    }
    .list_notice1_ul{
        padding-top: 122rem;
    }
    .list_notice1_li_date p{
        font-size: 25rem;
    }
    .list_notice1_li_title_li{
        height: 80rem;
    }
    .list_notice1_li_title_li a{
        font-size: 30rem;
    }
    .list_notice1_li_title_li a span{
        display: none;
    }
    /**手机端专用样式**/
    .list_news {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20rem 20rem;
        box-sizing: border-box;
        display: block;
    }

    .list_news_ul {
        width: 100%;
        height: auto;
        margin: 0px auto 50rem;
        display: block;
    }

    .list_news_li {
        width: 100%;
        height: 210rem;
        box-sizing: border-box;
        padding: 0;
        position: relative;
        overflow: hidden;
        transition: all 0.5s;
        background:url(../images/ldcl_19.png) no-repeat;
        background-position: left 680rem center;
        background-size: 100% 100%;
    }
    .list_news_li>a {
        display: block;
        width: 100%;
        height: 210rem;
        padding: 0;
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
    }

    .list_news_li h3 {
        transition: all 0.5s;
        line-height: 50rem;
        font-size: 30rem;
        color: #333333;
        font-weight: normal;
        white-space: wrap;
        overflow: hidden;
        width: 100%;
        height: auto;
        min-height: 135rem;
        max-height: 70px;
        padding: 40rem 0 22rem 0;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .list_news_li span {
        transition: all 0.5s;
        font-size: 26rem;
        color: #2464b6;
        line-height: 1;
        padding: 10px 0 0 100rem;
        display: block;
        position: relative;
    }
    .list_news_li span i {
        transition: all 0.5s;
        display: block;
        width: 85rem;
        height: 1px;
        background-color: #2464b6;
        position: absolute;
        left: 0;
        top: 30rem;
    }
    .list_news_li:hover a{
        border-bottom: 1px solid #2464b6;
        transition: all 0.5s;
        padding: 0;
    }

    .list_news_li:hover h3 {
        color: #2464b6;
        transition: all 0.5s;
    }

    .list_news_li:hover span {
        color: #2464b6;
        transition: all 0.5s;
    }
    .list_news_li:hover span i {
        transition: all 0.5s;
        background-color: #2464b6;
    }
}