<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html, body {
    background-color: #f3f3f3
}
.main {min-height: calc(100vh - 135px);padding-bottom:50px;}

.top-con {
    height: 400px;
    background: url('../images/newsbg.jpg') center top no-repeat;
    background-size: cover;box-sizing:border-box;text-align:center;padding-top:216px;font-size:50px;line-height:80px;color:#fff
}
.news-list{padding-top:43px;}
.news-list li:nth-child(2n+1){float: left;}
.news-list li:nth-child(2n){float: right;}
.news-list li .fl {width: 212px;height: 143px;overflow: hidden;}

    .news-list li .fr{width:360px;padding-right:5px}
    .news-list a {
        width: 580px;
        margin-bottom: 30px;
    }

    .news-list li a {
        display: block;       
    }

        .news-list li a:hover {
            background-color: #fff;
            box-shadow: 0 0 5px rgba(59, 112, 183, .2);
        }

    .news-list li:last-child a {
        border-bottom: none;
    }

.news-list img {
    display: block;
    width: 212px;
    height: 170px;
    margin: 0 auto;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.news-list li p {
    padding: 5px;font-size:14px;color:#575757
}

    .news-list h4 {
        font-weight: normal;
        padding: 10px 5px;
        color: #2a2a2a;
        font-size: 18px;
        overflow:hidden;text-overflow:ellipsis;white-space:nowrap
    }


.news-list .info {
    height: 50px;
    overflow: hidden;
}
.sort-page {
    text-align: center;
    padding: 40px 0
}

    .sort-page .page-box {
        font-size: 0;
        margin-bottom: 97px
    }

        .sort-page .page-box span {
            font-size: 12px
        }

    .sort-page .page-prev-btn {
        margin-right: 3px
    }

    .sort-page .page-next-btn {
        margin-left: 3px
    }

    .sort-page a {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

.page-prev-btn, .page-next-btn {
    height: 24px;
    line-height: 24px;
    width: 32px;
    background: #fff;
    color: #333;
    text-align: center;
    position: relative;
    border-radius: 2px;
    color: #333
}

    .page-prev-btn:hover, .page-next-btn:hover {
        color: #4479bb;
    }

/*a.page-btn-dis {
    border-color: #ededed;
    color: #bcbcbc;
    cursor: default !important;
    background-color: #e3e3e3 !important
}

    a.page-btn-dis:hover {
        background-color: #e3e3e3 !important;
    }*/

.page-btn {
    height: 24px;
    line-height: 24px;
    width: 32px;
    background: #fff;
    margin: 0 3px;
    color: #333;
    border-radius: 2px
}

    .page-btn:hover {
        color:#4479bb
    }

.page-btn-cur {
    background: #4479bb;
    color: #fff
}

    .page-btn-cur:hover {
        color: #fff;
    }

</pre></body></html>