﻿
        .n a
        {
            width: 160px;
            height: 40px;
            background: #9ecb15;
            display: block;
            margin-top: 1px;
            text-align: center;
            line-height: 40px;
            color: #fff !important;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            font-family: "微软雅黑";
        }
        .n a:last-child
        {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }
        .n a:first-child
        {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
        .n a:hover
        {
            background: #c8ea5f;
            color: #666 !important;
            text-decoration: none;
        }
        #n
        {
            background: #c8ea5f;
            color: #666 !important;
        }       
