body {
    background: #F5F7FA;
}
.diffplace-cate-list {
    padding-bottom: 6px;
}
.common-cate-item {
    padding: 3px 16px;
    border-radius: 265px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 24px;
    display: inline-block;
}
.common-cate-line {
    width: 100%;
    border-bottom: 1px dashed #D8D8D8;
    margin-bottom: 17px;
}
.cate-list {
    padding-bottom: 6px;
}
.common-cate-item.active {
    color: #FF0000 !important;
    background: #F5F8FA;
}
.common-cate-item:hover {
    color: #FF0000 !important;
}
.content-box {
    min-height: 520px;
}
.diffplace-list {
    margin-top: 24px;
    font-size: 0;
}
.videolist-item {
    width: 285px;
    height: 244px;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.videolist-item:nth-child(4n) {
    margin-right: 0;
}
.videolist-item>img {
    border-radius: 4px;
    width: 261px;
    height: 148px;
}
.videolist-item>h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}
.videolist-item>p {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #999999;
    text-align: right;
    margin-top: 17px;
}
.diffplace .page-num {
    padding-top: 0;
    padding-bottom: 24px;
}
.sort-3 .icon-price-up {
    position: absolute;
    top: 6px;
    right: 10px;
}
.sort-3 .icon-price-down {
    position: absolute;
    top: 12px;
    right: 10px;
}
.sort-3 .icon-price-up-hover {
    width: 8px;
    height: 4px;
    background-position: -262px -49px;
    top: 6px;
    position: absolute;
    right: 10px;
}
.sort-3 .icon-price-down-hover {
    width: 8px;
    height: 4px;
    background-position: -298px -49px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.sort-3.lprice {
    padding-right: 20px;
    margin-right: 40px;
}

.common-cate-list:first-child .common-cate-item {
    color: #333
}
.cate3mt {
    margin-top: 22px;
}
.free-price  {
    opacity: 0;
}
.nofree-price {
    color: #eb2100;
    font-size: 14px;
}
.leaning-course {
    font-size: 12px;
    color: #999999;
}
.vip-free-tag{
    background-image:url("//static-f.fwxgx.com/jzkt/image/course/vip-free-tag-245638e14ee61f9e048ffc941ddde490.png");
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    background-position: center center;
    background-size: cover;
    color: #411300;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
}
.diffplace {
    padding-top: 12px;
}
.diffplace .h-course-info {
    padding: 0;
    margin-top: 17px;
}
.vip-tag {
    background-image: url(//static-f.fwxgx.com/jzkt/image/course/vip-tag-5cd4c60e2b2cda7431e7c3dfef2576ee.png);
    border-radius: 3px 0px 0px 3px;
    width: 23px;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.vip-tag-price {
    background-color: #F2DCC7;
    border-radius: 0px 3px 3px 0px;
    padding-left: 2px;
    padding-right: 6px;
    height: 100%;
}
.member-price {
    color: #000000;
    font-size: 14px;
    height: 21px;
    padding-bottom: 1px;
}
.vip-tag-price span {
    padding-bottom: 1px;
    vertical-align: middle;
    display: inline-block;
}
.diffplace-top {
    width: 100%;
    background: #fff;
}
.diffplace .bread-crumb a:hover {
    color: #FF0000;
}
.diffplace-flag {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
    padding-left: 15px;
    position: relative;
    margin-top: 24px;
    padding-bottom: 16px;
}
.diffplace-flag::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 3px;
    height: 20px;
    background: #FF0000;
}
.diffplace-line {
    margin-top: 16px;
    margin-bottom: 17px;
    border: 1px dashed #D8D8D8;
}
.bread-crumb {
    padding-top: 8px;
}