﻿.lxct ul{margin-left: -1%;}
.lxct ul li{
    float: left;
    width: 15.66%;
    margin-left: 1%;
    margin-top: 30px;
    text-align: center;
    *width:15.33%;
}
.lxct ul li a{
    display: block;
    height: 42px;
    border: 1px #ccc solid;
    border-radius: 4px;
    line-height: 42px;
    text-decoration: none;
}
.lxct ul li.lx-act a,.lxct ul li:hover a{
    background: #067ac3;
    border: 1px #067ac3 solid;
    color: #fff;
}
@media only screen and (max-width:800px){
    .lxct ul{margin-left: -2%;}
    .lxct ul li{width: 31.33%;margin-left: 2%;margin-top: 20px;}
}
@media only screen and (max-width:500px){
    .lxct ul li a{font-size: 12px;height: 34px;line-height: 34px;}
    .lxct ul li{margin-top: 10px;}
    .lxct ul{margin-top: 20px;margin-bottom: 20px;}
}


