<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-header {
    background: url(../images/04.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 370px;
    overflow: hidden
}

    .list-header .list-header-info {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 70px;
        background: #fff
    }

    .list-header img {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        padding: 5%;
        transition: all 1s
    }

    .list-header .img {
        border-radius: 50%;
        overflow: hidden;
        height: 120px;
        width: 120px;
        border: 5px solid #fff;
        background: #fff;
        margin: 120px auto 0;
        box-shadow: 0 15px 20px -20px #000
    }

        .list-header .img:hover img {
            transform: rotate(360deg)
        }

    .list-header .tit {
        margin: 15px auto 0;
        font-size: 15px;
        text-align: center;
        padding: 5px 20px;
        background: #fff;
        display: table;
        border-radius: 22px;
        font-weight: 700;
        color: #333;
        position: relative;
        box-shadow: 0 15px 20px -15px #000
    }

        .list-header .tit:after {
            content: "";
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 10px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            top: -15.5px;
            right: 50%;
            z-index: 1;
            transform: translate(10px,0)
        }

.list-nav {
    width: 100%;
    height: 60px;
    background: #fff;
    margin-top: 100px !important;
    border-radius: 5px
}

    .list-nav li {
        display: inline
    }

        .list-nav li a {
            display: inline-block;
            line-height: 60px;
            font-size: 14px;
            margin: 0 10px 0 20px;
            transition: all .5s;
            position: relative
        }

            .list-nav li a:after {
                position: absolute;
                content: "";
                left: calc(50% - 10px);
                bottom: 0;
                width: 0;
                height: 3px;
                background-color: #007bf5;
                transition: all .2s;
                -webkit-transition: all .2s;
                border-radius: 20px
            }

    .list-nav .hover a {
        display: inline-block;
        color: #007bf5
    }

    .list-nav li a:hover {
        color: #1b8eff;
        transition: all .5s
    }

    .list-nav .hover a:after {
        width: 20px
    }

.list-main .container {
    position: relative
}

.list-main {
    margin-top: 30px
}

    .list-main &gt; .container &gt; .fl, .list-main &gt; .container &gt; .left {
        width: 910px;
        background-color: #fff;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 20px 10px
    }

    .list-main .left.update {
        width: 100%
    }

        .list-main .left.update &gt; ul li {
            border-bottom: 0;
            padding: 5px 10px
        }

    .list-main .left &gt; ul li {
        padding: 20px 10px;
        border-bottom: 1px solid #f6f6f6;
        position: relative;
        height: 30px;
        transition: all .5s;
        line-height: 30px
    }

        .list-main .left &gt; ul li:first-child {
            margin-top: -10px
        }

        .list-main .left &gt; ul li:last-child, .list-main .soft.list &gt; ul li:last-child {
            border-bottom: 0
        }

        .list-main .left &gt; ul li:after, .list-main .soft.list &gt; ul li:after {
            content: "";
            position: absolute;
            width: 0;
            height: 101%;
            background: #fbfbfb;
            left: 0;
            bottom: -1px;
            z-index: 0
        }

        .list-main .left &gt; ul li:hover:after, .list-main .soft.list &gt; ul li:hover:after {
            width: 100%
        }

        .list-main .article &gt; ul .tit span, .list-main .left &gt; ul li span, .list-main .soft.list &gt; ul li span.type {
            border-radius: 5px;
            background: #f6f6f6;
            color: #a7a7a7;
            padding: 5px 5px 4px;
            font-size: 12px;
            margin-right: 10px;
            z-index: 1;
            position: relative;
            border: 1px solid #f1f1f1;
            float: left;
            margin-top: 2.5px;
            line-height: 15px;
            font-weight: 400
        }

        .list-main .left &gt; ul li .tit, .list-main .soft.list &gt; ul li .tit {
            z-index: 1;
            position: relative;
            float: left
        }

    .list-main .soft.list &gt; ul li .tit {
        max-width: calc(100% - 500px);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .list-main .soft.list &gt; ul li .data {
        float: right;
        margin-right: 30px
    }

        .list-main .soft.list &gt; ul li .data span {
            margin-right: 20px;
            color: #999;
            font-size: 13px;
            position: relative;
            z-index: 1
        }

            .list-main .soft.list &gt; ul li .data span:before {
                margin-right: 5px
            }

        .list-main .soft.list &gt; ul li .data time {
            margin-right: 0
        }

    .list-main .left &gt; ul li time, .list-main .soft.list &gt; ul li time {
        float: right;
        color: #999;
        margin-right: 50px;
        z-index: 1;
        position: relative
    }

        .list-main .left &gt; ul li time.news, .list-main .soft &gt; ul li time.news {
            color: #ff5722
        }

    .list-main .left &gt; ul li .link, .list-main .soft.list &gt; ul li .link {
        float: right;
        padding: 5px 15px;
        border-radius: 5px;
        background: #1b8eff;
        font-size: 12px;
        line-height: 16px;
        height: 15px;
        margin-top: 2.5px;
        color: #fff;
        z-index: 1;
        position: relative
    }

    .list-main .soft &gt; ul li {
        float: left;
        width: 23%;
        border: 1px solid #f6f6f6;
        height: 240px;
        margin: 0 8px 18px;
        position: relative;
        overflow: hidden;
        border-radius: 5px
    }

    .list-main .cover {
        width: 100% !important
    }

        .list-main .cover h2 {
            font-weight: 400;
            text-align: center;
            padding: 20px 0;
            font-size: 26px
        }

        .list-main .cover ul {
            margin: 10px
        }

            .list-main .cover ul li {
                float: left;
                width: 234px;
                margin-right: 20px;
                border-radius: 10px;
                overflow: hidden;
                transition: all .5s;
                border: 1px solid #f1f1f1;
                margin-bottom: 20px;
                box-shadow: 0 14px 20px -10px rgba(0,0,0,.1)
            }

                .list-main .cover ul li:nth-child(5n) {
                    margin-right: 0;
                    float: right
                }

                .list-main .cover ul li .img {
                    width: 234px;
                    height: 110px;
                    overflow: hidden
                }

                    .list-main .cover ul li .img img {
                        width: 100%;
                        height: 100%;
                        transition: all .5s;
                        object-fit: cover
                    }

                .list-main .cover ul li:hover img {
                    transform: scale(1.1)
                }

                .list-main .cover ul li .tit {
                    padding: 10px 10px 5px
                }

                    .list-main .cover ul li .tit h3 {
                        font-size: 15px;
                        height: 38px;
                        line-height: 20px;
                        margin-bottom: 5px;
                        overflow: hidden;
                        border-bottom: 1px solid #f6f6f6;
                        padding-bottom: 5px
                    }

                    .list-main .cover ul li .tit span {
                        display: block;
                        line-height: 23px;
                        font-size: 12px;
                        color: #888;
                        padding-left: 3px
                    }

                        .list-main .cover ul li .tit span:before {
                            margin-right: 5px
                        }

    .list-main .article &gt; ul li:first-child {
        padding-top: 0
    }

    .list-main .article &gt; ul li:last-child {
        border-bottom: 0
    }

    .list-main .article &gt; ul li {
        margin: 10px auto;
        height: 13pc;
        border-bottom: 1px solid #ededed;
        position: relative;
        padding: 20px 10px 26px
    }

    .list-main .article &gt; ul .tit {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 30px;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-weight: 700
    }

        .list-main .article &gt; ul .tit span {
            margin-top: 2px
        }

    .list-main .article &gt; ul li .item-main {
        position: relative;
        overflow: hidden;
        width: 100%
    }

    .list-main .article &gt; ul .img {
        float: left;
        display: block;
        border-radius: 5px;
        object-fit: cover
    }

    .list-main .article &gt; ul .info {
        overflow: hidden;
        margin-left: 229px;
        color: #666
    }

        .list-main .article &gt; ul .info .desc {
            margin-top: 20px;
            margin-bottom: 0;
            color: #666;
            text-align: justify;
            font-size: 14px;
            line-height: 25px
        }

        .list-main .article &gt; ul .info .detail {
            position: absolute;
            bottom: 50px;
            width: 600px;
            color: #333;
            line-height: 30px
        }

        .list-main .article &gt; ul .info .btn {
            width: 92px;
            height: 28px;
            border: 1px solid #c2c2c2;
            border-radius: 2px;
            color: #999;
            text-align: center;
            letter-spacing: 2px;
            font-size: 14px;
            line-height: 28px
        }

            .list-main .article &gt; ul .info .btn:hover {
                border-color: #007bf5;
                background: #007bf5;
                color: #fff
            }

    .list-main .soft &gt; ul li:nth-child(4n) {
        margin-right: 0
    }

    .list-main .soft &gt; ul .list-img {
        display: block;
        width: 95px;
        margin: 25px auto;
        border-radius: 20px;
        border: 1px solid #f6f6f6
    }

        .list-main .soft &gt; ul .list-img img {
            width: 95px;
            height: 95px;
            border-radius: 20px
        }

    .list-main .soft &gt; ul .soft-title {
        text-align: center;
        width: 85%;
        margin: auto;
        text-overflow: ellipsis;
        white-space: inherit;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        display: -webkit-box;
        display: box
    }

    .list-main .soft &gt; ul .list-ca {
        text-align: center;
        font-size: 13px;
        color: #888;
        margin-top: 10px
    }

    .list-main .soft &gt; ul .list-btn {
        position: absolute;
        height: 0;
        width: 100%;
        bottom: 0;
        background: #fff;
        text-align: center;
        transition: all .5s
    }

        .list-main .soft &gt; ul .list-btn span {
            display: block
        }

        .list-main .soft &gt; ul .list-btn .pf {
            color: #fdc800
        }

        .list-main .soft &gt; ul .list-btn .dx {
            font-size: 13px;
            color: #888
        }

        .list-main .soft &gt; ul .list-btn a {
            border-radius: 5px;
            border: 1px solid #f1f1f1;
            padding: 4px 15px;
            margin-top: 10px;
            display: inline-block;
            color: #999;
            transition: all .3s
        }

            .list-main .soft &gt; ul .list-btn a:hover {
                color: #fff;
                border: 1px solid #007bf5;
                background: #007bf5
            }

    .list-main .soft &gt; ul li:hover .list-btn {
        height: 100px;
        transition: all .3s
    }

    .list-main .soft.list &gt; ul li {
        width: auto;
        padding: 20px 10px;
        border: 0;
        border-bottom: 1px solid #f6f6f6;
        position: relative;
        height: 30px;
        transition: all .5s;
        line-height: 30px;
        border-radius: 0;
        float: none;
        margin: 0
    }

        .list-main .soft.list &gt; ul li:first-child {
            margin-top: -10px
        }

        .list-main .soft.list &gt; ul li .img {
            width: 30px;
            float: left;
            height: 30px;
            border-radius: 7px;
            z-index: 2;
            position: relative;
            margin-right: 10px;
            border: 1px solid #f6f6f6
        }

.list-nav.search {
    margin-top: 90px;
    line-height: 60px;
    text-indent: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

    .list-nav.search b {
        color: #1b8eff;
        text-transform: uppercase;
        padding: 0 10px
    }

@media screen and (max-width:800px) {
    .list-nav {
        height: auto;
        overflow: hidden;
        padding: 1% 0;
        margin-top: 5rem !important
    }

        .list-nav li a {
            line-height: 30px;
            margin: 0;
            color: #666
        }

        .list-nav li {
            display: block;
            float: left;
            width: 23%;
            text-align: center;
            background: #f6f6f6;
            margin: 1%;
            border-radius: 5px
        }

            .list-nav li:nth-child(4n) {
                float: right
            }

            .list-nav li a:after {
                display: none
            }

        .list-nav .hover a {
            color: #fff !important;
            font-weight: 400;
            font-size: 14px
        }

        .list-nav .hover {
            background: #007bf5 !important
        }

    .list-main {
        margin-top: 10px
    }

        .list-main &gt; .container &gt; .fl, .list-main &gt; .container &gt; .left {
            width: 100%;
            padding: 20px 0
        }

        .list-main .left &gt; ul li time, .list-main .right {
            display: none
        }

        .list-main .left &gt; ul li .tit {
            max-width: calc(100% - 150px);
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .list-main .article &gt; ul .img {
            width: 25%;
            height: 5rem;
            display: none
        }

        .list-main .article &gt; ul .info {
            margin-left: 0
        }

        .list-main .article &gt; ul .tit {
            margin-bottom: 0
        }

        .list-main .article &gt; ul .info .detail {
            bottom: 0;
            position: unset
        }

        .list-main .article &gt; ul li {
            height: auto
        }

        .list-main .soft &gt; ul li {
            width: 100%;
            border: 0;
            height: auto;
            margin: 0 0 1rem;
            border-bottom: 1px solid #f6f6f6;
            padding-bottom: 1rem;
            border-radius: 0
        }

            .list-main .soft &gt; ul li .list-img {
                width: 4rem;
                float: left;
                margin: auto;
                overflow: hidden;
                height: 4rem;
                border-radius: 15px
            }

        .list-main .soft &gt; ul .list-img img {
            width: 100%;
            height: 100%;
            border-radius: 15px
        }

        .list-main .soft &gt; ul li .list-info {
            float: right;
            width: 100%;
            max-width: calc(100% - 5rem);
            position: relative
        }

        .list-main .soft &gt; ul li .soft-title {
            text-align: left;
            font-size: .9rem;
            width: 75%;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 1;
            margin: 0
        }

        .list-main .soft &gt; ul li .list-ca {
            text-align: left;
            font-size: .8rem;
            margin: 4px 0
        }

        .list-main .soft &gt; ul li .list-btn &gt; span {
            float: left;
            font-size: .8rem !important
        }

        .list-main .soft &gt; ul li .list-btn {
            position: unset;
            height: auto
        }

            .list-main .soft &gt; ul li .list-btn .pf {
                margin-right: .5rem
            }

            .list-main .soft &gt; ul li .list-btn a {
                border-radius: 9px;
                position: absolute;
                top: -7px;
                right: 1%;
                width: 2rem;
                padding: .5rem;
                display: block;
                box-sizing: unset
            }

        .list-main .soft &gt; ul li:hover .list-btn {
            height: auto;
            transition: all .5s
        }

        .list-main .cover ul li {
            width: 48%;
            margin-right: 0;
            margin-bottom: 10px
        }

            .list-main .cover ul li:nth-child(5n) {
                float: left
            }

            .list-main .cover ul li:nth-child(2n) {
                width: 49%;
                float: right
            }

            .list-main .cover ul li:nth-child(n+6) {
                margin-bottom: 10px
            }

            .list-main .cover ul li .img {
                width: 100%;
                height: 5.1rem
            }

            .list-main .cover ul li .tit h3 {
                height: 2.3rem
            }

        .list-main .soft.list &gt; ul li {
            height: 40px;
            line-height: 21px
        }

            .list-main .soft.list &gt; ul li .data {
                float: left
            }

            .list-main .soft.list &gt; ul li span.type {
                display: none
            }

            .list-main .soft.list &gt; ul li .data span {
                font-size: 12px;
                margin-right: 10px
            }

            .list-main .soft.list &gt; ul li .data time {
                font-size: 12px
            }

            .list-main .soft.list &gt; ul li .img {
                width: 40px;
                height: 40px
            }

            .list-main .soft.list &gt; ul li .link {
                margin-top: 10px
            }

            .list-main .soft.list &gt; ul li .tit {
                max-width: calc(100% - 110px);
            }
}
</pre></body></html>