﻿ #tabpage td {
            width:40px;
            height:40px;
            background-color:#0082D0;
            color:white;
            font-family: '宋体'!important;
            font-weight: bold;
            border:1px solid #ffffff;
        }
       #tabpage .page_off {
              width:80px;
        }
       #tabpage .page_on {
              width:80px;
        }
       #tabpage .page_current {
             background-color:black;
          }
        #tabpage a {
         text-decoration:none;
         color:white;
        }
#tabpage {
    margin:auto
}