﻿  body
        {
            
        }
        *
        {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        a, img
        {
            border: 0;
            vertical-align: middle;
        }
        /*公告*/
        .notice
        {
            width: 0px;
            margin: 20px auto;
            height: 26px;
            overflow: hidden;
            background: url(images/bg.gif) no-repeat;
        }
        .noticTipTxt
        {
            color: #ff7300;
            height: 22px;
            line-height: 22px;
            overflow: hidden;
            margin: 0 0 0 40px;
            font-size:13px;
        }
        .noticTipTxt li
        {
            height: 22px;
            line-height: 22px;
        }
        .noticTipTxt a
        {
            color: #0075E8;
            font-size: 12px;
            text-decoration: none;
        }
        .noticTipTxt a:hover
        {
            color: #ff7300;
            text-decoration: underline;
        }
