<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./public.css');
@import url('./header.css');
@import url('./footer.css');

.container{
    padding-bottom: 72px;
    background: url('../images/xwzx_row2.png') no-repeat bottom center;
    background-size: 100%;
}

.ldxq{
    box-sizing: border-box;
    padding: 70px 43px 35px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E1E9FF;
    background: url('../images/ldxq_bg.png') no-repeat center;
    background-size: 100% 100%;
}

.ld_info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ld_info&gt;div{
    margin-bottom: 55px;
    width: 100%;
    text-align: center;
}

.ld_img{
    width: 244px;
    height: 305px;
}

.ld_pic h3{
    margin: 30px 0 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.ldfg h3,.ldjl h3{
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #2B5CD9;
    background: url('../images/ldfg_head.png') no-repeat center;
}

.zt_head {
    margin-bottom: 36px;
    align-items: end;
    background: url('../images/ztzl_head_line.png') no-repeat right bottom;
    background-size: 93%;
}

.zt_head .ckgd {
    line-height: 60px;
    font-size: 14px;
    color: #999999;
}

.zt_head .ckgd {
    line-height: 60px;
    font-size: 14px;
    color: #999999;
}

.icon-zt_ckgd {
    margin-left: 7px;
    font-size: 12px;
}

.ldhd ul li{
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 24px 27px;
    width: calc((100% - 25px) / 2);
    border: 1px solid #E1E9FF;
    background: #fff ;
}

.ldhd ul li h3{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

.ldhd ul li p{
    margin: 15px 0;
    height: 38px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ldhd ul li .date{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    font-size: 14px;
}

.ldhd ul li .date i{
    font-size: 12px;
}

.ldhd ul li:hover h3,.ldhd ul li:hover .date i{
    color: #2B5CD9;
    transition: all .3s ease;
}

@media only screen and (max-width: 996px) {
    .container {
        padding-bottom: 22px;
    }
    .ldxq {
        padding: 30px 20px 0;
    }
    .ldhd ul li{
        width: 100%;
    }
}

@media only screen and (max-width: 616px) {
    .ld_info&gt;div {
        margin-bottom: 30px;
    }
    .ld_pic h3 {
        margin: 20px 0 10px;
    }
    .ldfg h3, .ldjl h3 {
        margin-bottom: 25px;
    }
}</pre></body></html>