.ksjs .item {
    width: 30%;
    float: left;
    margin-bottom: 20px;
}

.ksjs {
    flex-wrap: wrap;
}

.ksjs a {
    display: block;
}

.ksjs .img {
    width: 100%;
    height: 184px;
}

.ksjs .img img {
    width: 100%;
}

.ksjs .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 16px 0;
}

.ksjs .detail {
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    color: #999999;
}

.ksjs-detail .title img {
    margin-right: 20px;
}

.ksjs-detail .title {
    font-size: 24px;
    font-weight: bold;
    color: #0e88c9;
    margin-bottom: 30px;
}

.ksjs-detail .center p {
    font-size: 16px;
    line-height: 30px;
}

.ksjs-detail img {
    max-width: 100%;
}