.LMSsearch {
    position: relative;
    box-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}

.LMSsearch input {
    width: 100%;
    background: #fff;
    border: 1px solid #dfe1e6;
    padding: 10px 16px;
    font-size: 1rem;
    border-radius: 4px;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.LMSsearch .btnSearch {
    cursor: pointer;
    position: absolute;
    padding: 11px 30px;
    background: #ffb600;
    top: 0;
    right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.LMSlist {
    padding: 32px 0;
}

.LMSlist a,
.LMSlist a:hover {
    text-decoration: none;
    color: #172b4d;
}

.LMSlist h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 24px;
}

.cateList {
    margin-bottom: 32px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 8%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.cateList img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cateImg {
    background: #ebecf0;
    height: 240px;
}

.cateContent {
    padding: 16px;
}

.cateContent h5 {
    height:70px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    overflow: hidden;
}

.cateContent p {
    font-size: 14px;
    color: #97a0af;
    margin-bottom: 24px;
}

.cateContent span {
    font-size: 14px;
}

@media (min-width:992px) {
    .LMSlist {
        padding: 32px 0;
    }
}