.ui-content {
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 30px 0px;
}

.ui-list-tit {
    display: none;
}

.ui-list {
    width: 100%;
    height: auto;
}

.ui-list li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    box-sizing: border-box;
    background: url(../images/list-circle-h.png) no-repeat left center;
    background-size: 5px auto;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

.ui-list li a {
    display: inline-block;
    width: 100%;
    color: #444;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-list li a:hover {
    color: #1678ad;
}

@media screen and (max-width:420px) {
    .ui-content {
        padding: 30px 15px !important;
        padding-top: 0px !important;
        box-sizing: border-box;
    }
    .ui-list-tit {
        display: inline-block;
        width: 100%;
        height: 55px;
        line-height: 55px;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 20px;
        color: #333;
        font-size: 20px;
        font-weight: bold;
    }
}