<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 .cooperMsg{
    background: url(../image/zhu1.jpg);
    padding: 40px 0;
}

#main .cooperMsg h1{
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
}
#main .cooperMsg&gt;div{
    background: #fff;
    padding: 50px 0;
}
#main .cooperMsg ul li{
    height: 94px;
    padding: 0 20px;
    width: 1160px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #d7d7d7;
}
#main .cooperMsg ul li div:nth-child(1){
    width: 76px;
    height: 66px;
    background: #f5f5f5;
    color: #c2c2c5;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    float: left;
}
#main .cooperMsg ul li span{
    font-size: 14px;
}
#main .cooperMsg ul li div:nth-child(2){
    width: 800px;
    float: left;
    margin-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9a9894;
}
#main .cooperMsg ul li div:nth-child(2) a:nth-child(1) h5{
    font-size: 18px;
    color: #363830;
    margin-bottom: 10px;
    font-weight: lighter;
    margin-top: 10px;
}
#main .cooperMsg ul li div:nth-child(2) a:nth-child(2){
    color: #9a9894;
    font-size: 14px;
    
}

#main .cooperMsg .page{
    margin-top: 10px;
    text-align: center;
    font-size: 13px;   
}
#main .cooperMsg .page span{
    margin-right: 10px;
    color: #4b4b4b;
}
#main .cooperMsg .page a{
    display: inline-block;
    color: #4b4b4b;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #f3f3f3;
}
#main .cooperMsg .page a:hover,
#main .cooperMsg .page .active{
    color: red;
    border: 1px solid transparent;
}
</pre></body></html>