@charset "utf-8";
/* CSS Document */

.links ul{border:1px solid #ebeff5; }
.links table {width:100%;}
.links li {float:left;width:168px;height:48px; line-height:48px; padding:0 14px; border:1px solid #ebeff5; font-size:15px;color:#2e2e2e;}
.links li a:hover {text-decoration:underline;}


@media only screen and (max-width:1024px){
.links li{width:calc( 49% - 2px );margin-right:2%;padding:0;font-size:14px;text-align:center;line-height: 34px;height: 34px;}
.links li:nth-child(even){margin-right:0}
}