<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


#all {
    width: 100%;
    height: 800px;
    border: 1px solid white;
    position: relative;
    margin-top: 140px;
}

#picture {
    width: 100%;
    height: 300px;
    margin: auto;
}

    #picture img {
        position: absolute;
        width: 100%;
        height: 300px;
        z-index: 100;
        margin-top: 68px;
    }

#h5 {
    margin: auto;
}

    #h5 h5 {
        width: 1200px;
        font-family: 微软雅黑;
        color: rgb(255, 255, 255);
        letter-spacing: 1px;
        font-size: 26px;
        font-weight: bold;
        position: relative;
        margin: auto;
        margin-top: -100px;
        padding-left: 50px;
        z-index: 990;
    }

    #all #all-center {
        width: 1200px;
        height: 800px;
        border: 1px solid white;
        margin: 0px auto;
        position: relative;
    }
        /*站点地图*/
        #all #all-center #all-center-map {
            width: 1200px;
            height: 35px;
            border-width: 0px 0px 2px;
            border-style: solid;
            padding: 2px;
            border-bottom-color: rgb(237, 237, 237);
            position: relative;
        }

            #all #all-center #all-center-map a {
                color: rgb(168, 168, 168);
                font-family: Microsoft YaHei;
                font-size: 12px;
                line-height: 35px;
                text-decoration: none;
            }

                #all #all-center #all-center-map a:hover {
                    text-decoration: underline;
                }


/*新闻动态*/
#all-center-news {
    width: 1200px;
    height: 700px;
    border: 1px solid white;
    margin-top: 20px;
    position: relative;
}
/*左边标题*/
#all-news-left {
    width: 220px;
    height: 50px;
    border: 1px solid black;
    background-color: black;
    position: relative;
}

    #all-news-left ul li {
        list-style: none;
        float: left;
    }

        #all-news-left ul li.news-li a {
            text-decoration: none;
            color: white;
            margin-left: -25px;
            line-height: 50px;
            font-style: normal;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: bold;
        }

        #all-news-left ul li.news-li1 a {
            text-decoration: none;
            color: white;
            margin-left: 100px;
            font-size: 20px;
            font-weight: bold;
            display: block;
            width: 30px;
            height: 30px;
            border: 1px solid #06bee0;
            margin-top: -51px;
            margin-left: 127px;
            padding-left: 20px;
            padding-right: 30px;
            padding-bottom: 36px;
            padding-top: 12px;
            background-color: #06bee0;
        }

            #all-news-left ul li.news-li1 a:hover {
                border: 1px solid rgb(246, 171, 54);
                background-color: rgb(246, 171, 54);
            }
/*右边内容*/
#all-news-right {
    width: 930px;
    height: 700px;
    border: 1px solid #ccc;
    margin-left: 260px;
    position: relative;
    margin-top: -52px;
    overflow-y: auto; /*填满了自动隐藏*/
}

::-webkit-scrollbar-track-piece { /*//滚动条凹槽的颜色，还可以设置边框属性*/
    background-color: #f8f8f8;
}

::-webkit-scrollbar { /*//滚动条的宽度*/
    width: 5px;
}

::-webkit-scrollbar-thumb { /*//滚动条的设置*/
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #bbb;
    }


#all-news-right ul li {
    list-style: none;
}

    #all-news-right ul li.n-title {
        font-family: Microsoft YaHei;
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        margin-left:300px;
    }

     

    #all-news-right ul li.n-context {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        font-size: 14px;
    }

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