.edu-content {
    background: rgb(247, 246, 246);
    margin-bottom: 0;
}

.edu-type-list {
    margin: 0 auto;
    background: #FFFFFF;
    padding-bottom: 20px;
}

.edu-type-list span {
    width: 200px;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    background: #252525;
    color: #FFFFFF;
    text-align: center;
}

.class-list,
.course-list,
.user-list {
    width: 1400px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin-top: 10px;
}

.class-list>span,
.class-list>ul,
.course-list>span,
.course-list>ul,
.user-list>span,
.user-list>ul {
    display: block;
    margin: 0;
    float: left;
    padding: 0;
}

.class-list>span,
.course-list>span,
.user-list>span {
    width: 100px;
    text-align: center;
    font-weight: bold;
    display: block;
    border-radius: 5px;
    background: #00618c;
}

.class-list>ul,
.course-list>ul,
.user-list>ul {
    width: 1300px;
}

.class-list ul li,
.course-list ul li,
.user-list ul li {
    display: inline-block;
}

.class-list ul li a,
.course-list ul li a,
.user-list ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.type-item-link,
.vip-item-link,
.grade-item-link,
.subject-item-link {
    width: 66px;
    margin: 0 10px;
    border-radius: 4px;
}

.vip-item:last-child .vip-item-link {
    color: #ff6355;
}

.vip-item:last-child .vip-item-link:hover,
.vip-item:last-child .vip-item-link.active {
    color: #FFFFFF;
}

.type-item-link:hover,
.vip-item-link:hover,
.grade-item-link:hover,
.subject-item-link:hover,
.type-item-link.active,
.vip-item-link.active,
.grade-item-link.active,
.subject-item-link.active {
    background: #ff6355;
    color: #FFFFFF;
}

.edu-video-wrapper {
    width: 890px;
    float: left;
    margin-right: 16px;
    overflow: hidden;
}

.edu-videos-filter>ul {
    overflow: hidden;
    background: #FFFFFF;
}

.edu-videos-link.active {
    color: #00618C;
    font-weight: bold;
}

.edu-videos-filter>ul>li {
    height: 60px;
    line-height: 60px;
    width: 100px;
    text-align: center;
    float: left;
}

.edu-online-content {
    min-height: 614px;
    background: #ffffff;
    overflow: hidden;
    margin: 20px 0;
}

.edu-online-list {
    overflow: hidden;
}

.edu-online-item {
    position: relative;
    width: 280px;
    overflow: hidden;
    height: auto;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

.edu-online-item:nth-child(3n) {
    margin-right: 0;
}

.edu-online-item>img {
    display: block;
    width: 280px;
    height: 200px;
    /*border-bottom: 1px solid #DDDDDD;*/
}

.edu-online-item-lr {
    overflow: hidden;
    border-top: 1px solid #DDDDDD;
}

.edu-online-item-l {
    width: 195px;
    height: 96px;
    padding-left: 8px;
}

.edu-online-item-r {
    width: 83px;
    height: 96px;
    position: relative;
}

.edu-online-item-l>h3 {
    margin-top: 15px;
    font-size: 14px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 30px;
}

.edu-online-item-l>span {
    display: block;
    margin-top: 9px;
    font-size: 14px;
}

.edu-online-item-l>span>em {
    font-style: normal;
    color: #ff6355;
    font-size: 16px;
}

.edu-online-item-r>a {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    padding-left: 6px;
    padding-top: 3px;
    line-height: 17px;
    background-color: #ff6355;
    color: #FFFFFF;
    border-radius: 5px;
    right: 10px;
    top: 15px;
}

.edu-online-item-price {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FE4615;
    width: 200px;
    text-align: right;
}

.edu-online-item-price>del {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    margin-left: 5px;
}

.page-pagination {
    margin: 16px 0 140px 20px;
}

.icon-sort-down:before {
    position: relative;
    top: -3px;
}

.icon-sort-up:before {
    position: relative;
    top: 3px;
}

[v-cloak] {
    display: none;
}

.article-default {
    display: block;
    width: 100%;
    text-align: center;
}

#pagiWrapper {
    text-align: center;
}

.recommend-wrapper {
    float: left;
    width: 294px;
    overflow: hidden;
    margin-bottom: 20px;
}

.recommend-title {
    height: 60px;
    background: #FFFFFF;
    line-height: 60px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.recommend-menu {
    background: #FFFFFF;
    height: 614px;
    position: relative;
    padding-top: 15px;
}

.recommend-item {
    margin: 0 auto;
    width: 270px;
    height: 140px;
    position: relative;
    margin-bottom: 5px;
    border: 1px solid rgb(229, 229, 229);
    cursor: pointer;
    text-align: center;
}

.recommend-item-img {
    width: auto;
    max-width: 100%;
    height: 100px;
    margin: 6px auto;
    box-shadow: 0px 4px 6px 0px rgba(185, 185, 185, 0.35);
}

.recommend-item-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 26px;
    line-height: 26px;
    background: rgb(78, 78, 78);
    color: #FFFFFF;
}

.recommend-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.recommend-btn {
    width: 40px;
    height: 22px;
    line-height: 22px;
    background: #FFFFFF;
    border: none;
    color: #FF6355;
}

.recommend-btn:disabled {
    color: #A5A2A5;
}