/* 示范课详情 */
.pre_resoucePlay {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}



.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;
    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;
}

.pre_kcList {
    width: 387px;
    height: 1110px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.kc_list_box {
    width: 100%;
    height: 1000px;
    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;
}


.kc_list_title {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    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;

}

.el-collapse {
    border: none !important;
}

.el-collapse-item__arrow {
    display: none !important;
}

.el-collapse-item__header {
    margin-top: 10px;
    border-radius: 8px;

    background-color: #F8FAFF !important;
    width: 364px !important;
    height: auto !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: #CB1A1D;
}

.kc_list_item:hover h3 {
    background-color: #FFEDEC;
    color: #CB1A1D;
    border-color: #CB1A1D;
}


.kc_list_item_sel {
    background-color: #FFEDEC;
    color: #CB1A1D;
}




.kc_list_item h3 {
    border-left: 4px solid #ECEEF4;
    ;
    padding-left: 10px;
    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_list_item_sel h3 {
    border-color: #CB1A1D;
}

.resouce_list {
    width: 793px;
    height: 110px;
}

.resouce_list_top {
    width: 100%;
    height: 252px;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px;
}

.resouce_selcect {
    width: 100%;
    height: 40px;
    margin: 20px auto;
    background-color: #F8FAFF;
    border-radius: 8px;
    position: relative;
}

.resouce_selcect input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #F8FAFF;
    border-radius: 8px;
    padding-left: 8px;
    box-sizing: border-box;
}

input {
    outline: none;
}

.resouce_selcect button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 76px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #CB1A1D;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.resouce_selcect button:hover {
    font-weight: 800;
}

.resouce_selcect_class {
    font-size: 14px;
    color: #1D2335;
    padding: 0 10px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;

}

.resouce_selcect_class span {
    display: block;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 400;
}


.selcetClass {
    background-color: #FFEEEE;
    color: #FF4C45;
    font-weight: 800 !important;

}

.resouce_list_bottom {
    margin-top: 20px;
    padding: 10px;
    width: 793px;
    height: 838px;
    border-radius: 8px;
    background-color: #fff;
}

.table_list {
    width: 100%;
    height: 690px;
}

.el-table__row {
    height: 64px;
}
.el-table .el-table__cell{
    padding: 0 !important;
}
.el-table__header-wrapper {
    height: 35px;
    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: 475px;
    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: 400px;
    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 .operationactive {
    color: #FD4D46;
    background: #FFEDEC;
}


.operation button:hover {
    color: #FD4D46;
    background: #FFEDEC;
}


.llwx_banner {
    position: relative;
}

.llwn_center {
    width: 773px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.llwn_center h3 {
    font-family: DFPZongYiW7-GB;
    font-size: 36px;
    color: #ED6A36;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.ztsz_select {
    margin-top: 20px;
    height: auto;
    padding: 20px;
}

.ztsz_select .resouce_selcect_class:last-child {
    margin-bottom: 0;
}

.resouce_selcect_class_right {
    width: 970px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow: hidden;


}

.resouce_selcect_class .showMore {
    color: #FF4C45 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.resouce_selcect_class .showMore img {
    width: 5px;
    height: 3px;
}

.downLoad {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.downLoad_item {

    width: 44px;
    height: 24px;
    line-height: 24px;
    background-color: #F5F7FC;
    border-radius: 8px;
    text-align: center;

    font-size: 12px;
    color: #666666;


}

.downLoad_item:hover {

    background-color: #FFEDEC;
    color: #FF4C45;
    font-weight: 600;
}

.downLoad_item img {
    width: 16px;
    height: 16px;
}

.downLoad_slect {
    background-color: #FFEDEC;
    color: #FF4C45;
    font-weight: 600;
}

/* 课堂备课资源详情 */
.kt_resouce_left {
    height: 1040px;
}

.kt_resouce_right {
    width: 793px;
    height: 1040px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.downLoad_item {
    background: #F8FAFF;
    border-radius: 8px;
    width: 109px;
    height: 32px;
    font-size: 12px;
    text-align: center;
}
.kt_resouce_right_center{
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.kt_resouce_right_center_play{
    width: 552px;
    height: 311px;

    border-radius: 8px;
    overflow: hidden;
}
.szjyjycgDetail_top{
    width: 100%;
    height: 100%;
}
.pdfPlay{
    width: 100%;
    height: 100%;
}
.kt_resouce_right_title{
    width: 211px;
    height: 100%;
    overflow-y: scroll;
}
.kt_resouce_right_title_item{
    margin: 0 ;
    margin-bottom: 10px;
}
.jxwg_play{
    width: 100%;
    height: 570px;
    border-radius: 10px;
    background-color: #F8FAFF;
}
.zxtj_top{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}
.zxtj_content{
    width: 100%;
    height: 120px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.zxtj_content_left{
    width: 377px;
    height: 120px;
    border-radius: 8px;
}
.zxtj_content_right{
    width: 790px;

}

.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: 680px;
    display: flex;
    align-items: center;
}

.content_list h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:628px;
    height: 24px;
    cursor: pointer;
    position: relative;



}
.content_list h3 span{
    display: inline-block;
    color: #FF4C45;
    font-size: 16px;
    font-weight: 800;
}

.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;
}

.content_list span img {
    width: 16px;
    height: 16px;
}