*{
    padding: 0;
    margin: 0;
}
.clear{
    clear: both;
}

.section2-container{
    background: #fff;
    margin-top: 7px;
}
.section2{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.section2 .section-item{
    padding-top: 20px;
}
.section2 .section-item .section-item-title{
    width: 58px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.section2 .section-item .section-item-content{
    margin-bottom: 0;
    width: 1140px;
}
.section2 .section-item .section-item-content li{
    cursor:pointer;
    float: left;
    padding: 0 16px;
    height: 25px;
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    border-radius: 12px;
    margin-right: 7px;
    margin-bottom: 4px;
}
.section2 .section-item .section-item-content li.active,.section2 .section-item .section-item-content li:hover{
    background: #62959C;
    color: #fff;
}
.section2 .class-more{
    width: 60px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #62959C;
    opacity: 1;
    border-radius: 12px;
    font-size: 12px;
    color: #62959C;
    text-align: center;
    cursor: pointer;
}
.section2 .class-more:hover{
    background: #62959C;
    color: #fff;
}

.section3-container01{
    background: #f2f2f2;
}
.section301{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.section301 li{
    width: 1200px;
    height: 225px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px 30px 20px 20px;
}
.section301 li:nth-child(5n+5) {
    margin-right: 0;
}
.section301 li .section-lf01 img{
    width: 230px;
    height: 185px;
    margin-right: 20px;
}
.section301 li .section-rgt01 .course-title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    width: 900px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.section301 li .section-rgt01 .section-rgt-101{
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}
.section301 li .section-rgt01 .section-rgt-101 span:first-child{
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    background: rgba(40, 120, 255, .1);
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2878FF;
    margin-right: 10px;
    display: inline-block;
}
.section301 li .section-rgt01 .section-rgt-101 span:nth-child(2){
    padding: 0 12px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: rgba(255, 128, 0, .1);
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF8000;
    margin-right: 20px;
}
.section301 li .section-rgt01 .section-rgt-201{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 8px;
}
.section301 li .section-rgt01 .section-rgt-201 span{
    color: #2878FF;
    cursor: pointer;
}
.section301 li .section-rgt01 .section-rgt-301{
    margin-top: 12px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.section301 li .section-rgt01 .section-rgt-301 .section-rgt-3-lf01{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FC0000;
}
.section301 li .section-rgt01 .section-rgt-301 .section-rgt-3-lf01 span{
    font-size: 14px;
}
.section301 li .section-rgt01 .section-rgt-301 .section-rgt-3-rgt01 a{
    width: 100px;
    height: 40px;
    border: 1px solid #62959C;
    opacity: 1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #62959C;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}
.section301 li .section-rgt01 .section-rgt-301 .section-rgt-3-rgt01 a img{
    margin-right: 5px;
}
.section301 li .section-rgt01 .section-rgt-301 .section-rgt-3-rgt01 .listen{
    color: #FF8000;
    border-color: #FF8000;
}
.section301 li .section-rgt01 .section-rgt-301 .section-rgt-3-rgt01 a:hover{
    opacity: .7;
}
.section301 li:last-child{
    margin-bottom: 0;
}

.section4{
    background: #F2F2F2 ;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
}
.section4 li{
    display: inline-block;
    line-height: 35px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 4px;
    padding: 0 11px;
    color: #BBBBBB;
    margin: 0 5px;
}
.section4 li.active,.section4 li:hover{
    cursor:pointer;
    background: #62959C;
    color: #fff;
    border-color: #62959C;
}

.cannotClick {
    pointer-events: none;
    cursor: not-allowed;
}