﻿  body
        {
            min-width: 1200px;
            color: #333333;
            text-align: left;
            font: 14px/1.8 "-apple-system" , BlinkMacSystemFont, "Helvetica Neue" , Helvetica, "PingFang SC" , "Hiragino Sans GB" , "Microsoft YaHei" , "WenQuanYi Micro Hei" , Arial, sans-serif;
        }
        h1
        {
            position: absolute;
            left: 0;
            top: -30px;
            margin-top: -30px;
            height: 30px;
            line-height: 30px;
        }
        .content-box
        {
            padding: 20px 0;
        }
        .content-l
        {
            float: left;
            width: 780px;
        }
        .content-box .content-r
        {
            float: right;
            width: 350px;
            overflow: hidden;
        }
        .content-l p
        {
            font-size: 16px;
            color: #333;
            line-height: 32px;
            margin-bottom: 10px;
            text-indent: 2em;
        }
        .content-l h4
        {
            font-size: 16px;
            color: #333;
            line-height: 36px;
        }
        .content-l .no-indent
        {
            text-indent: inherit;
        }
        .title-box
        {
            position: relative;
            padding-bottom: 10px;
            border-bottom: 1px solid #ddd;
            text-align: center;
        }
        .title-box h2
        {
            color: #333;
            font-size: 32px;
            font-weight: 400;
            padding: 15px 0 12px;
            border-bottom: 0px;
        }
        .title-box span
        {
            color: #999;
        }
        .ewm-box
        {
            background: #fff;
            margin-bottom: 20px;
            padding: 8px;
            height: 76px;
            border: 1px solid #f0f0f0;
        }
        .ewm-box .wx-tips
        {
            display: inline-block;
            vertical-align: top;
            width: 70px;
            height: 42px;
            line-height: 24px;
            margin: 15px 5px;
        }
        .aside-box
        {
            margin-bottom: 20px;
        }
        .aside-box .aside-title
        {
            border-left: 5px solid #1db278;
            padding: 0 10px;
            height: 44px;
            line-height: 44px;
            font-size: 16px;
            color: #333;
            background: #f0f0f0;
        }
        .aside-box ul
        {
            border: 1px solid #f0f0f0;
            border-top: 0;
            padding: 12px 16px;
        }
        .aside-box li
        {
            color: #333;
            line-height: 28px;
            padding-left: 12px;
            background: url(../images/dot_black.png) no-repeat 0 12px;
        }
        .aside-box a
        {
            margin-right: 10px;
        }
         table.gridtable
        {
            font-family: verdana,arial,sans-serif;
            font-size: 13px;
            color: #333333;
            border-width: 1px;
            border-color: #666666;
            border-collapse: collapse;
            width: 100%;
        }
        table.gridtable th
        {
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            border-color: #666666;
            background-color: #dedede;
        }
        table.gridtable td
        {
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            border-color: #666666;
            background-color: #ffffff;
        }
        .gridtable a
        {
            color: #0066cc;
        }