.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.courses {
    display: flex;
    /* gap: 2%; */
    flex-wrap: wrap;}

.courses .courseItem {
    width: 285px;
    margin-right: 20px;
    margin-bottom: 30px;}

.courses .courseItem:nth-child(4n) {
    margin-right: 0;}

.courses .courseItem a {
    text-decoration: none;
    color: #333;}

.courses .courseItem a .course-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 10px;
    overflow: hidden;}

.courses .courseItem a .course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;}

.courses .courseItem:hover a .course-img img {
    transform: scale(1.05);}

.courses .courseItem a .course-img img {
    width:100%;
    height:100%;
    object-fit:cover;}



.courses .courseItem a .course-info {
    /* line-height: 36px; */
    /* font-size: 16px; */
    padding:10px 0;}

.courses .courseItem a .course-info h3 {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    text-align:center;}

.courses .courseItem:hover a .course-info h3 {
    color:#ff5000;}








/**组件样式*/
