<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
table{
border-collapse: collapse;
border: 1px solid #000;
margin: 15px auto;
max-width: 100%;
}
td{
border-collapse: collapse;
border: 1px solid #000;
padding: 10px !important;
}
.content{
    width: 1200px;
    margin: 50px auto 0;
}
.content .left{
    float: left;
    width: 270px;
}
.content .left .top{
    height: 80px;
    background: url('../img/bj3.png');
}
.content .left .top p{
    font-size: 30px;
    color: #ffffff;
    padding: 10px;
}
.content .left .top span{
    margin-left: 10px;
    display: block;
    width: 90px;
    height: 2px;
    background: #FFFFFF;
}
.content .left .childnav{
    height: 620px;
    background: url('../img/bj1.png');
}
.content .left .childnav li{
    height: 50px;
}
.content .left .childnav li a{
    padding-left: 20px;
    color: #333333 ;
    display: block;
    height: 50px;
    line-height: 50px;
}
.content .left .childnav li a:hover{
    background: #2476E2;
    color: #ffffff;
}
.content .left .childnav .active a{
      background: #2476E2;
    color: #ffffff;
}
.content .right{
    float: right;
    width: 890px;
}
.content .right .adress{
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    background: #F2F3F5;
}
.content .right .adress p{
    font-size: 14px;
    color: #666666;
}
.content .right .adress p a{
    color: #666666;
}
.content .right .adress p a:hover{
    color: #2476E2;
}</pre></body></html>