<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 66px;
}
.cont_top {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.cont_top span{
    display: inline-block;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
   color: #666666;
   background: url('../images/zoom.png') no-repeat left center;
}
.cont_top a{
   float: right;
   font-size: 13px;
   color: #666666;
}
.cont_top a:hover{
    color: #00824a;
}
.content h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 17px;
}
.content .info{
    width: 1198px;
    height: 38px;
    border: 1px solid #eee;
    background: #f6f6f6;
    line-height: 38px;
    color: #5a5a5a;
    font-size: 12px;
    text-align: center;
}
.content .info span{
    margin: 0 20px;
}
.cont{
    padding-top: 30px;
}
.cont p{
    font-size: 14px;
    color: #5a5a5a;
    line-height: 26px;
}
.cont img{
    margin: 20px auto;
    width: 800px;
    display: block;
}

.next_page {
    margin-top: 50px;
}
.next_page .prev_a{
    display: block;
    background: url('../images/prev.png') no-repeat left  center;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #595959;
}
.next_page .next_a{
    margin-bottom: 10px;
    display: block;
    background: url('../images/next.png') no-repeat left  center;
    padding-left: 20px;
    font-size: 14px;
    color: #595959;

}
.next_page .prev_a:hover{
    background: url('../images/preved.png') no-repeat left  center;
    color: #00824a;
}
.next_page .next_a:hover{
    background: url('../images/nexted.png') no-repeat left  center;
    color: #00824a;
}</pre></body></html>