.jysDetail_content {
    width: 1200px;
    /* height: 159px; */
    border-radius: 8px;
    background-image: url(../myimg/jdyDetail_content.png);
    background-size: 100% 100%;
    margin-bottom: 20px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jysDetail_content img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

.jysDetail_content_right {
    width: 1020px;
}

.jysDetail_content_right h3 {
    width: 100%;
    /* height: 24px; */
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #1D2335;
    /* white-space: nowrap; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
}

.jysDetail_content_text {
    width: 100%;
    /* height: 75px; */
    line-height: 24px;
    margin-top: 10px;
    font-family: PingFang SC;
    font-size: 12px;
    color: #666666;
    /* text-align: justify; */
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;
    -webkit-line-clamp: 3; */
}

.jyms_list {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.jyms_list_item {
    width: 285px;
    height: 258px;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 10px;

}

.jyms_list_item_top {
    width: 100%;
    height: 74px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ECEEF4;
}

.jyms_list_item_top img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #ECEEF4;
}

.people_banner_item_right {
    width: 180px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #666666;
    font-size: 14px;

}

.people_banner_item_right span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;

    text-align: left;
}

.people_banner_item_right span:nth-child(1) {
    color: #1D2335;
    font-size: 20px;
    font-weight: 800;
}

.teacher_designation {
    width: 100%;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    margin: 10px 0;
}

.teacher_designation span {
    display: block;
    height: 24px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 24px;
    background-color: #FFEEEE;
    font-size: 12px;
    color: #FF4C45;
    border-radius: 6px;
}

.teacher_introduce {
    font-family: PingFang SC;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    height: 120px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; */
}

.jycg_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.jycg_top img {
    width: 285px;
    height: 100px;
    cursor: pointer;
    
    border-radius: 8px;
}
.select_img{
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.jycg_list {
    width: 100%;
    /* padding: 10px; */
    border-radius: 8px;
    /* background-color: #FFFFFF; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jycg_list_item {
    width: 580px;
    height: 96px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.jycg_list_item_left {
    width: 65px;
    height: 76px;
    position: relative;
}

.jycg_list_item_left img {
    width: 53px;
    height: 68px;
}

.resouce_type {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    width: 51px;
    text-align: center;
    background-color: #FF4C45;
    color: #FFFFFF;
    line-height: 20PX;
    font-size: 12px;
    font-weight: 900;
    border-radius: 6PX;
    font-family: Source Han Sans CN;
}

.jycg_list_item_right {
    width: 465px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.jycg_list_item_right h3 {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.jycg_list_item_right h3:hover {
    color: #FF4C45;
}

.jycg_list_item_right_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
}

.jycg_list_item_right_bottom span {
    font-size: 12px;
    color: #9E9E9E;
    display: flex;
    gap: 5px;
    align-items: center;
}

.jycg_list_item_right_bottom span img {
    width: 16px;
    height: 16px;
}

.szjyjycgDetail {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.szjyjycgDetail_top {
    width: 1200px;
    height: 675px;

}

.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 {
    color: #CB272B;
}

.downLoad_item img {
    width: 16px;
    height: 16px;
}

.pdfPlay {
    width: 1200px;
    padding: 10px;
    height: 800px;
    background-color: #fff;
}

/* 文章详情 */
.jzzs_info_content {
    width: 1200px;
    height: auto;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 24px 24px;
    background-color: #fff;
    margin-bottom: 40px;
    border-top: 1px solid #F5F7FC;
}

.jzzs_info_t {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #000000;
    text-align: center;
    margin-bottom: 16px;
}

.jzzs_info_time {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0px;
    color: #9E9E9E;
    margin-bottom: 32px;
}

.jz_contents_nr {
    min-height: 400px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #333333;
}

.artical_content_main_text {
    width: 100%;
    margin-top: 17px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0em;
    color: #000000;
    text-align: center;
}

.artical_content_main_text iframe {
    display: inline-block;
}

.artical_content_main_text p {
    text-indent: 28px;
    font-family: PingFangSC-Regular;
    /* font-size: 14px; */
    font-weight: normal;
    /* line-height: 28px; */
    text-align: justify;
    letter-spacing: 0em;

    color: #000000;
    margin-bottom: 28px;
}

.artical_content_main_text img {
    display: block;
    width: 840px;

    margin: 0 auto 28px auto;

}

.changeFontSize {
    z-index: 99;

    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #1C76FD;
    display: flex;
    align-items: center;
}

.changeFontSize_A {
    display: inline-block;
    width: 17px;
    height: 28px;
    margin-left: 10px;
}

.backTop {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 500px;
    right: 224px;
    /* display: none; */
}

.backTop img {
    width: 70px;
    height: 70px;
}

/*  课程详情*/
.kcDetail {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
}

.kcDetail_content {
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 28px;
    color: #1D2335;
}

/* 音频 */

.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;
  }




