.content-table * {
    margin: 0;
    padding: 0;
}
.content-table a {
    color: inherit;
    text-decoration: none;
}
.content-table ul {
    list-style: none;
}
.clear::after{
    content: "";
    display: block;
    clear: both;
}
.content-table{
    width: 100%;
    padding-top: 18px;
}
.content-table ul li{
    float: left;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border:1px solid #ebebeb;
    background: #f5f6f6;
    margin-left: 19px;
    margin-top: 16px;
}
.content-table ul li a{
    display: block;
}
@media screen and (max-device-width:768px){
    .content-table{
        padding-top: 0.3rem;
        padding-bottom:0.62rem;
    }
    .content-table ul li{
        width: 45%;
        height: 1rem;
        margin-left: 3.5%;
        line-height: 1rem;
        font-size: 0.32rem;
        margin-top: 0.32rem;
    }
    .content-table ul li a{
        word-break: break-word;
        font-size: 0.28rem;
    }
}