<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bannerå¯¼èˆªæ¡ */
 
#header .bottom{
    height: 60px;
    width: 100%;
    min-width: 1200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.5);
    line-height: 60px;
}

#header .bottom ul li{
    text-align: center;
    width: 298px;
    height: 60px;
    float: left;
    border-right: 1px solid #5f5e5f;
}
#header .bottom ul li a{
    color: #fff;
    font-size: 14px;
}
#header .bottom ul li:hover{
    background: rgba(0, 174, 105,1);
}
#header .bottom ul .active{
   background: rgba(0, 174, 105,1);
}

#main .newsDetails{
   margin-top: 50px;
   margin-bottom: 120px;
}
#main .newsDetails h1{
    width: 260px;
    height: 40px;
    font-size: 18px;
    color: #3f3e45;
    margin: auto;
}
#main .newsDetails .information{
    margin:auto ;
    width: 750px;
    /* height: 50px; */
    font-size: 14px;
    color: #a5a5b1;
    margin-bottom: 20px;
}
#main .newsDetails .information&gt;div{
    float: left;
    margin-right: 30px;
}
#main .newsDetails .information div:last-child a div{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#main .newsDetails .information div:last-child a{
    float: left;
}
#main .newsDetails .information .icon1{
    background: url(../image/share.png);
    background-position: 0px 0px;
}
#main .newsDetails .information .icon2{
    background: url(../image/share.png);
    background-position: -24px 0px;
}
#main .newsDetails .information .icon3{
    background: url(../image/share.png);
    background-position: -48px 0px;
}
#main .newsDetails .information .icon4{
    background: url(../image/share.png);
    background-position: -70px 0px;
}
#main .newsDetails .information .icon5{
    background: url(../image/share.png);
    background-position: -93px 0px;
}
#main .newsDetails .information .icon6{
    background: url(../image/share.png);
    background-position: -116px 0px;
}
#main .newsDetails .information .icon7{
    background: url(../image/share.png);
    background-position: -138px 0px;
}
#main .newsDetails .paragraph1{
    padding: 0 36px;
    margin: auto;
    font-size: 14px;
    color: #818388;
    background: #f5f5f5;
    margin-bottom: 30px;
    text-indent: 2em; 
    line-height: 38px;
}
#main .newsDetails .paragraph2{
    margin: auto;
    font-size: 14px;
    color: #818388;
    margin-bottom: 30px;
    text-indent: 2em;
    line-height: 38px;
}
#main .newsDetails .page{
    width: 260px;
    color:#a5a5b1 ;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#main .newsDetails .page a{
    color: #606369;
    font-size: 16px;
}
</pre></body></html>