﻿/*===common css====================*/
/*公共样式*/

body,img{
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
a {
    color: #333;
}

.page2{ width:600px; margin:0 auto; clear:both;}
.page2 li{ float:left; margin:0 10px 0 0;}
.page2 a{ padding:5px; background:#999; border:#888 1px solid; line-height:12px; display:block; color:#fff; text-align:center;}
.page2 a:hover{ border-color:#333; color:#333;padding:5px; margin:0;}
.page2 .current{ border-color:#333; color:#333;padding:5px; margin:0;}
.page2 span{float:left; display:block; height:25px; line-height:25px; padding:0 5px;}

a:active,
a:hover,
a:focus,
a:visited {
    color: #333;
    text-decoration: none;
}

ul ,p,li{
    list-style: none;
    border: none;
    margin: 0px;
}
i, b, tt ins {
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
}

/*使用字体图标的步骤*/
/*定义字体*/


/*定义自己的图标*/