.home_wrap {
    position: relative;
    padding-top: 60PX;
}

.bkzy_introduce {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 1200px;
    padding: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #1D2335;
    background: #FFFFFF;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
    border-radius: 8px;
}

.sfkc_content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.zxgz_title {
    width: 285px;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zxgz_title_item {
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #1D2335;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding: 10px 36px 10px 20px;
    display: flex;
    align-items: center;


}

.zxgz_title_item:hover {
    color: #fff;
    background: linear-gradient(90deg, #ED161A 0%, #F9BF4C 100%);
}

.zxgz_active_title {
    color: #fff;
    background: linear-gradient(90deg, #ED161A 0%, #F9BF4C 100%);
}

.zxgz_title_item img {
    width: 24px;
    height: 24px;
}

.zxgz_title_item_img {
    width: 24px;
    height: 24px;
}

.selectTriangle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;

}

.sfkc_list {
    flex: 1;
    height: 316px;
    display: flex;
    gap: 20px;

}

.sfkc_list_item {
    width: 285px;
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.sfkc_list_item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.sfkc_list_item_bottom {
    height: 156px;
    padding: 10px 10px 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sfkc_list_item_bottom h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sfkc_list_item_bottom h3:hover {
    color: #CB272B;
    font-weight: 800px;
}

.sfkc_list_item_bottom_content {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sfkc_list_item_bottom_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sfkc_list_item_bottom_info span {
    display: block;
    display: flex;
    font-size: 12px;
    color: #999999;
    gap: 5px;


}

.sfkc_list_item_bottom_info span img {
    width: 16px;
    height: 16px;
    vertical-align: center;
}

.jx_resouces {
    display: flex;
    gap: 20px;
}

.jx_resouces_item {
    width: 183px;
    height: 210px;
    cursor: pointer;
    overflow: hidden;
}

.jx_resouces_item img {
    width: 100%;
    height: 100%;
}

.jx_resouces_item img:hover {
    scale: 1.15;
}


.szkc_swiper .swiper-container {
    height: 350px;
}

.szkc_swiper .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.szkc_swiper .swiper-slide {
    width: 285px;
    height: 140px;
    margin-right: 20px;
    border-radius: 6px;
}

.swiper-slide:nth-child(4n) {
    margin-right: 0px;
}

.szkc_home_img {
    position: relative;
    height: 126px;
    border-radius: 6px;
    background-color: #000;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.szkc_home_img img {
    width: 100%;
    height: 100%;
}

.szkc_h_img {
    width: 32px;
    /* height:32px; */
    margin: 30px auto 0;
}

.szkc_home_img:hover .szkc_h_zc {
    opacity: 1;
}

.szkc_h_zc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(189, 42, 39, .8);
    width: 285px;
    height: 126px;
    border-radius: 8px;
    font-size: 20px;
    transition: .5s;
    opacity: 0;
}

.szkc_h_zc p {
    width: 240px;
    height: 49px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
}

.prepare_bottom {
    display: flex;
    justify-content: space-between;
}

.prepare_bottom_item {
    width: 590px;
}

.content_list {

    display: flex;

    width: 100%;
    height: 24px;
    line-height: 24px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    /* padding: 0 10px; */
    margin-bottom: 20px;


}

.content_list_left {
    width: 455px;
    display: flex;
    align-items: center;
}

.content_list h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    height: 24px;
    cursor: pointer;
    position: relative;



}

.news_icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 5px;

}

.content_list h3:hover {
    color: #F94D47;
}

.content_list img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.content_list span {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 12px;
    color: #9E9E9E;
    white-space: nowrap;
}

.content_list span img {
    width: 16px;
    height: 16px;
}

.sjkal {
    width: 590px;
    height: 196px;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}

/* 示范课详情 */
.pre_resoucePlay {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.szjyjycgDetail {
    width: 793px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

 .play_title {
    font-size: 20px;
    font-weight: 600;
    color: #1D2335;
    line-height: 28px;
    margin-bottom: 20px;
}
.play_content{
    width: 773px;
    display: flex;
    justify-content: space-between;
}
.play_content span{
    color: #8391A5;
    font-size: 12px;
}
.sz_guandian{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: #8391A5;
}
.sz_guandian span{
    background: #FFF8EA;
    padding: 0 10px;
    border-radius: 4px;
    color: #B3853F;
    font-size: 12px;
    line-height: 20px;
}
.szjyjycgDetail_top {
    width: 793px;
    height: 446px;
    
}

.szjyjycgDetail_bottom {
    width: 100%;
    height: 104px;
    background-color: #FFFFFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.szjyjycgDetail_bottom h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1D2335;

}

.szjyjycgDetail_bottom_left {

    display: flex;
    justify-content: space-between;
}

.downLoad {
    display: flex;
    gap: 20px;
}

.downLoad_item {
    display: flex;
    width: 109px;
    height: 32px;
    background-color: #F5F7FC;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666666;
    gap: 5px;
    cursor: pointer;

}

.downLoad_item:hover {

    background-color: #FFEDEC;
}

.downLoad_item img {
    width: 16px;
    height: 16px;
}

.downLoad_slect {
    background-color: #F6E6E9;
    color: #FF4C45;
    font-weight: 600;
}

.pdfPlay {
    width: 793px;
    padding: 10px;
    height: 446px;
    background-color: #fff;
}

.jycg_list_item_right_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;

   
}

.jycg_list_item_right_bottom span {
    max-height: 345px;
    overflow: hidden;
  
    font-size: 12px;
    color: #9E9E9E;
    display: flex;
    gap: 5px;
    align-items: center;
    white-space: nowrap;
    gap: 5px;
}

.jycg_list_item_right_bottom span img {
    width: 16px;
    height: 16px;
}

.pre_kcList {
    width: 387px;
    height: 550px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.kc_list_box {
    width: 100%;
    height: 432px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.kc_list_box::-webkit-scrollbar {
    display: none;
}

.kc_list_box::-webkit-scrollbar-track {
    display: none;
}

.kc_list_box::-webkit-scrollbar-thumb {
    display: none;
}

.kc_list_box::-webkit-scrollbar-thumb:hover {
    display: none;
}

.kc_list_box::-webkit-scrollbar-thumb:active {
    display: none;
}

.sjkc_detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kc_list_title {
    width: 100%;
    max-height: 100%;
    font-size: 17px;
    font-weight: 800;
    color: #1D2335;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0px;
    font-family: PingFang SC;

}
.kc_list_title2 {
  padding-left: 10px;
   font-size: 16px;
  font-weight: 400;
  color: #000;

}

.el-collapse {
    border: none !important;
}

.el-collapse-item__arrow {
    display: none !important;
}

.el-collapse-item__header {
    margin-top: 10px;
    border-radius: 8px;
    padding: 10px;
    background-color: #F8FAFF !important;
    width: 364px !important;
    height: 64px !important;
    border-bottom: none !important;
}

.kc_list_item {
    width: 100%;
    height: 60px;
    padding: 10px;
    border-radius: 8px;
    background: #FFFFFF;
    font-size: 13px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.video_playing {
    display: none;
}

.kc_list_item:hover {
    background-color: #FFEDEC;
    color: #FF4C45;
}

.kc_list_item:hover .video_playing {
    display: block;
}

.kc_list_item:hover .video_play {
    display: none;
}

.kc_list_item_sel {
    background-color: #FFEDEC;
    color: #FF4C45;
}

.kc_list_item_sel .video_playing {
    display: block;
}

.kc_list_item_sel .video_play {
    display: none;
}

.kc_list_item img {
    width: 16px;
    height: 16px;
}

.kc_list_item h3 {
    width: 321px;
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kc_introduce {
    display: flex;
    justify-content: space-between;
    height: 590px;
    margin-bottom: 40px;
}

.kc_introduce_left {
    width: 793px;
    height: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}



.kc_introduce_content {
    font-size: 12px;
    color: #1D2335;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 10px;
}

.kc_teacherList {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 10px;
}

.kc_teacherList_item {
    padding: 10px;
    background: #F8FAFF;
    border-radius: 8px;
    width: 366px;
    height: 176px;
}

.kc_teacherList_item_top {
    height: 74px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    gap: 10px;
}

.teacher_pic {
    width: 64px;
    height: 64px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
}

.teacher_pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.teacher_info {
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.teacher_info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1D2335;
}

.teacher_info span {
    font-size: 14px;
    color: #666666;
}

.teacherList_content {
    margin-top: 10px;
    width: 100%;
    height: 72px;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.kc_introduce_xgtj {
    width: 387px;
    height: 590px;
    background-color: #fff;
    padding: 10px;
}

.xgtj_item {
    width: 347px;
    height: 250px;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.xgtj_item img {
    width: 100%;
    height: 195px;
    border-radius: 8px;
}

.xgtj_item h3 {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    letter-spacing: 0.1em;

}

.xgtj_item h3:hover {
    color: #ED161A;
}

.kc_jj {
    width: 1200px;
    height: 200px;
    padding: 10px;
    margin-bottom: 20px;
    background-image: url(../myimg/kcjs_bg.png);
    background-size: 100% 100%;
    border-radius: 8px;
}

.kc_jj_bottom {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;

}

.kc_jj_bottom img {
    width: 130px;
    height: 130px;
}

.kc_jj_bottom_right {
    width: 828px;
    height: 100px;
    line-height: 24px;

    /* 浏览器可能不支持 */
    letter-spacing: 0em;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}

.expandAudioPlay {
    width: 1200px;
    height: 538px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}

.table_list {
    width: 100%;
    height: 488px;
    overflow-y: auto;

}

.el-table__row {
    height: 64px;
}

.el-table__header-wrapper {
    height: 50px;
    border-bottom: 1px solid #ECEEF4;
    ;
}

.cell {
    color: #000;
}

/* .el-table .sort-caret.ascending{
    border-bottom-color: #000 !important;
}
.el-table .sort-caret.descending{
    border-top-color: #000 !important;
} */
.table_list_title {
    display: flex;

}

.table_list_title {
    width: 650px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.table_list_title img {
    width: 24px;
    height: 24px;
}

.table_list_title:hover {
    color: #FF4C45;
    font-weight: 800;
}

.table_list_title span {
    display: block;
    width: 650px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.table_list_title:hover span {
    color: #FF4C45;
    font-weight: 800;
}

.operation {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.operation button {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #666666;
    background-color: #F8FAFF;
    border-radius: 8px;
    padding: 0 10px;
    border: none;
    cursor: pointer;

}

.operation button:hover {
    color: #FD4D46;
    background: #FFEDEC;
}

.szkc_yp_zc {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;

}

.custom-audio {
    display: flex;
    height: 36px;
    width: 100%;
    align-items: center;
    padding: 0px 20px;
}

.progress {
    width: 800px;
    margin: 0px 40px;
}

.play {
    width: 42px;
    height: 42px;
    margin: 0px 20px;
}

.play img {
    width: 42px;
    height: 42px;
}

.mute img {
    width: 24px;
    height: 24px;
}

.custom-audio .el-slider__button {
    border-color: #E10606;
}

.custom-audio .el-slider__bar {
    background-color: #E10606;
}

.szkc_yp_d {
    width: 1200px;
    height: 100px;
    opacity: 1;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFECEC 100%);
}

.szkc_yp_name {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.szkc_yp_name p {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #BD2A27;
    margin-right: 165px;
    margin-left: 185px;
}

.szkc_yp_name span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #696969;
}

.sz_audio-btn {
    width: 240px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}

.z_audio-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.el-collapse-item__content {
    padding-bottom: 0px !important;
}

.zj_s_title .xszkc_colors {
    color: #E10606;
}

.xszkc_colors {
    color: #E10606 !important;
}

.audio-item {
    font-size: 12px;
    color: #000000;
}

.sjkal_list {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.sjkal_list_item {
    width: 285px;
    height: 318px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;

}

.sjkal_list_item_title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sjkal_list_item_title img {
    width: 48px;
    height: 48px;

}

.sjkal_list_item_title h3 {
    width: 207px;
    max-height: 44px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #1D2335;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sjkal_list_item_class {
    display: inline-block;
    height: 24px;
    border-radius: 6px;
    border-radius: 6px;
    background: #FFEEEE;
    line-height: 24px;
    padding: 0 10px;
    color: #FF4C45;
    font-size: 12px;
}

.sjkal_list_items {
    margin-top: 10px;
    width: 100%;
    height: 157px;
    background-color: #F8FAFF;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.sjkal_list_items_item {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.sjkal_list_items_item h3 {
    width: 230px;
    height: 20px;
    font-size: 12px;
    color: #1D2335;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sjkal_list_items_item h3:hover{
    color: #FF0000;
}

.sjkal_list_items_item .circle {
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(0deg, #FF8500 0%, #FF0000 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sjkal_list_items_item .circle i {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.kc_list_item .circle {
    display: block;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(0deg, #FF8500 0%, #FF0000 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.kc_list_item .circle i {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.getMore_sjk {
    margin-top: 10px;
    width: 100%;
    height: 34px;
    border-radius: 8px;
    background: #F8FAFF;
    background: #F8FAFF;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #525A6F;
    border: none;
    cursor: pointer;
}

.getMore_sjk span {
    color: #FF4C45;
}

.getMore_sjk:hover {
    background: #FF4C45;
    color: #fff;
}

.getMore_sjk:hover span {

    color: #fff;
}


/* 课堂教学资源 */
.kt_resouce{
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: space-between;
}
.kt_resouce_item{
    width: 82px;
    height: 310px;
    background-image: url(../myimg/kc_reousce_bg.png);
    background-size: 100% 100%;
   
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}
.kt_resouce_item_title{
    padding: 65px 10px 45px 10px;
    writing-mode: vertical-rl;
    text-align: left;
    color: #783B1C;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.kt_resouce_box{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.kt_resouce_item_select{
    background-image: url(../myimg/kc_reousce_select_bg.png);
}
.kt_resouce_item_select .kt_resouce_item_title{
    color: #FFE4BE;
}
.lists_tag_box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}
.lists_tag{
    
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 6px;
    background-color: #FFEEEE;
    color: #FF4C45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-bullet-active {
    background-color: #BD2A27 !important;
}
.swiper-pagination-bullet-active {
    width: 28px !important;
    height: 10px !important;
    border-radius: 5px !important;
    opacity: 1 !important;
}
.sjkal_list_item_class_box{

}
.sjkal_list_item_class_box{
    display: flex;white-space: nowrap;overflow-x: auto;cursor: pointer;
    height:30px;
}
/* 隐藏滚动条 */
.sjkal_list_item_class_box::-webkit-scrollbar {
    height: 5px;

}

.sjkal_list_item_class_box::-webkit-scrollbar-track {
    height: 5px;

}

.sjkal_list_item_class_box::-webkit-scrollbar-thumb {
    height: 5px;

}

.sjkal_list_item_class_box::-webkit-scrollbar-thumb:hover {
    height: 5px;

}

.sjkal_list_item_class_box::-webkit-scrollbar-thumb:active {
    height: 5px;

}

/* 音频播放 */
.audioPlay{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
.audioPic {
    width: 800px;
    /* height: 200px; */
    margin: 20px auto;
}
/* 音频详情 */
/* /deep/ uni-slider{
    margin: 0  10rpx!important;
} */
.audio_playimg {
    width: 800px;
    height:97px;
    border-radius: 12px;
    background-color: #fff;
    box-sizing: border-box;
    padding:10px 20px ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.audio_playimg_top {
    width:760px;
    height: 48px;
    line-height: 48px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    /* background-color: #CD050E; */
}
.audio_play_icon {
    width: 48px;
    height: 48px;
}
.audio_play_icon img {
    width: 100%;
    height: 100%;
}

.audio_play_title {
    height: 100%;
    flex: 1;
    font-family: PingFang SC;
    font-size:16px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.audio_paly_progress {
    width: 100%;
    height: 20px;
}

.audio_time {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #999999;
}
.audio_contrals_progress{
    width: 100%;
    height: 20px;
}
.el-slider__bar{
    height: 2px;
}
.audio_contrals_progress .el-slider__button{
	border-color: #B81C1E;
}
.audio_contrals_progress .el-slider__bar{
	background-color: #B81C1E;
}
.audio_contrals_progress .el-slider{
	height: 100%;
	position: relative;
	
}
.el-slider__runway{
	position: absolute;
	top: -30%;
	left: 50%;
	transform: translateX(-50%);
  }
 .el-slider__button{
    width: 12px !important;
    height: 12px !important;
    background-color: #B81C1E !important;
 }
 .xbzyDetailTop{
    display: flex ;
    justify-content: space-between;
    height: 170px;
    margin-bottom: 20px;border-radius: 8px;
    flex-direction: row;
 }
 .xbzyDetailTop_img{
    width: 224px;
    height: 130px;
    border-radius:6px ;
 }
.szjyjycgDetail_bottom_right{
    width: 916px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xbzy_content_center{
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 12px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.jycg_list_nodata{
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}
::-webkit-scrollbar {
	display: none;
  }
   
  ::-webkit-scrollbar-track {
	display: none;
  }
   
  ::-webkit-scrollbar-thumb {
	display: none;
  }
   
  ::-webkit-scrollbar-thumb:hover {
	display: none;
  }
   
  ::-webkit-scrollbar-thumb:active {
	display: none;
  }

  .beginExam_button{
    width: 68px;
    height: 24px;
    background-color: #557CEE;
    border-radius:8px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
  }
  .beginExam_button:hover{
    font-weight: 800;
  }
