/*公共样式--start*/
.hyperlinkContainer{
    display: table;   /* Allow the centering to work */
    /*margin: 0 auto;*/
    height:25%;
    margin:0 auto;
}

.hyperlink{
    font-size : 14px;  
    display:table-cell;
    vertical-align:middle;
}

.hyperlink ul li{
    list-style: none;
    float: left;
    padding : 1px 4px;
    height:24px;
    line-height:24px;
    text-align:center;
}

.hyperlink .eachBorder,.hyperlink .entiretyBorder{
    border-right : 1px dotted #CFC5C5;	
}

.hyperlink ul li:last-child{
    border-right : 0px;
}

.hyperlink ul li a,.footer ul li a{
	color: #000000;
    margin: 0 auto;
    text-decoration: none;
}

.hyperlink ul li a:link{
    -webkit-font-smoothing: antialiased;
}