﻿/* by xds:start */
.mgr12 {
    margin-right: 12px;
}
.mgb5 {
    margin-bottom: 5px;
}
.pdt60 {
    padding-top: 60px;
}
.mgt60 {
    margin-top: 60px;
}
.bgfff {
    background: #fff;
}
.bgf2fbff {
    background: #f2fbff;
}
.c4895EC {
    color: #4895EC;
}
.bgF8F8F8 {   
    background: #F8F8F8;
}
.cFF2C29 {
    color: #FF2C29;
}
.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 首页 s */
.xds_container img {
    width: 100%;
    height: 100%;
}
.xds_banner {
    width: 100%;
    height: 400px;
    background: url(../images/teacher_teamIndex/banner_index.jpg) no-repeat center center;
}
/*标题 */
.xds_g_tit .xds_tit02{line-height: 24px; padding: 30px 0;}
.xds_g_tit .xds_tit02 h3{font-size: 18px;color: #333; padding-left: 15px; border-left:3px solid #0fb8ff;font-weight: 500;}
/*更多 */
.xds_g_tit .more {width: 34px;height: 24px; background: url(../images/teacher_teamIndex/more_icon.png) no-repeat center center;}

/* 按钮 */
.xds_g_btn>a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 16px;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #4895EC;
    color: #4895EC;
    font-size: 16px;
    transition: all .3s;
}
.xds_g_btn a.btn1 {
    color: #fff;
    background: #4895EC;
    border-color:#4380C7;
}
.xds_g_btn a.btn1:hover{background-color:#4380C7;}
.xds_g_btn a.btn2:hover{background-color:#E8F3FF;}

.xds_train_resource>div {
    width: 585px;
    height: 613px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}  
.xds_container .list_item {
    width: 247px;
    height: 234px;
    border-radius: 4px;
    margin-right:30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.xds_train_resource .train_list .list_item:nth-child(2n) {
    margin-right: unset;
}
.xds_train_resource .list_item .img_box {
    height: 150px;
}

.xds_container .list_item .course_tit {
    color: #333;
    margin: 20px 10px;
}
.xds_container .list_item:hover {
    box-shadow: 0 0 20px #c2f3ff;
}
.xds_container .list_item:hover .course_tit {
    color: #4895EC;
}
.xds_train_resource .right_content .img_box {
    width: 525px;
    height: 250px;
    text-align: center;
}
.xds_train_resource .right_content .art_item {
    margin-top: 30px;
}
.xds_train_resource .right_content .art_item a {
    color: #333;
}
.xds_train_resource .right_content .art_item:hover a {
    color: #4895EC;
}
.xds_train_resource .art_item .art_tit {
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xds_container .video_list .list_item {
    width: 262px;
    height: 244px;
}
.xds_container .video_list .list_item:nth-child(4n) {
    margin-right: unset;
}
.xds_container .video_list .img_box {
    height: 160px;
}
.xds_tab_nav> a{
    font-size: 16px;
    color: #666;
    margin-right: 20px;
    padding: 0 3px 5px 3px;
    border-bottom: 1px solid transparent;
}
.xds_tab_nav> a:hover {
    color: #4895EC;
    border-bottom: 1px solid #4895EC;
}
.xds_tab_nav> a.on {
    color: #4895EC;
    border-bottom: 1px solid #4895EC;
}

.xds_container .teacher_list_wrap .list_item {
    float: left;
    width: 165px;
    height: 280px;
}
.xds_container .teacher_list_wrap .list_item:nth-child(6n) {
    margin-right: unset;
}
.xds_container .teacher_list_wrap .img_box {
    position: relative;
    height: 165px;
}
.xds_container .teacher_list_wrap .location {
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 20px;
    min-width: 38px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    border-radius: 0 20px 20px 0;
    background: #000000;
    opacity: 0.3;
}
.xds_container .teacher_list_wrap .collect_icon {
    padding-left: 15px;
    margin: 0 3px;
    background: url(../images/teacher_teamIndex/collect_icon.png) no-repeat left center;
    cursor: pointer;
}

.xds_container .teacher_list_wrap .list_item .infos{
    color: #333;
}
/* .xds_container .teacher_list_wrap .list_item:hover .infos {
    color: #4895EC;
}
.xds_container .teacher_list_wrap .list_item:hover .collect_icon {
    background-image: url(../../edu7.0/images/teacher_teamIndex/collect_icon2.png);
} */
.xds_container .teacher_list_wrap:hover .collect_icon.on{
    background-image: url(../../edu7.0/images/teacher_teamIndex/collect_icon3.png);
}
.xds_container .teacher_list_wrap .collect_icon.on {
    padding-left: 15px;
    margin: 0 3px;
    background: url(../images/teacher_teamIndex/collect_icon3.png) no-repeat left center;
}

.wql_BigTit {
    text-align: center;
    font-size: 28px;
    color: #222;
    line-height: 30px;
    font-weight: normal;
}
.wql_g_list .wql_list04 .wql_ul {
    margin-left: -18px;
}
.wql_g_list .wql_list04 .wql_ul{margin-left: -18px;}
.wql_g_list .wql_list04 .wql_li{float: left;width: 185px;margin-left: 18px;text-align: center;}
.wql_g_list .wql_list04 .wql_li_head{height: 51px;font-size: 14px;color: #fff;padding: 23px 35px 0;line-height: 21px;position: relative;background: #ff937e;border-radius:  6px 6px 0 0;}
.wql_g_list .wql_list04 .wql_li_head .wql_icon{position: absolute;top: -30px;left: 50%;margin-left: -24px; display: block;width:48px;height: 48px;box-shadow: 0 0 30px rgba(255,141,119,.35);border-radius: 48px; }
.wql_g_list .wql_list04 .wql_li_head .wql_icon01{background: url(../../edu7.0/images/teacher_teamIndex/list01.png) no-repeat;}
.wql_g_list .wql_list04 .wql_li_head .wql_icon02{background: url(../../edu7.0/images/teacher_teamIndex/list02.png) no-repeat;}
.wql_g_list .wql_list04 .wql_li_head .wql_icon03{background: url(../../edu7.0/images/teacher_teamIndex/list03.png) no-repeat;}
.wql_g_list .wql_list04 .wql_li_head .wql_icon04{background: url(../../edu7.0/images/teacher_teamIndex/list04.png) no-repeat;}
.wql_g_list .wql_list04 .wql_li_head .wql_icon05{background: url(../../edu7.0/images/teacher_teamIndex/list05.png) no-repeat;}
.wql_g_list .wql_list04 .wql_li_head .wql_icon06{background: url(../../edu7.0/images/teacher_teamIndex/list06.png) no-repeat;}
.wql_g_list .wql_list04 .wql_li_cont{padding-top: 25px;height: 242px;background: #fff;border-radius: 0 0 6px 6px;}
.wql_g_list .wql_list04 .wql_li_cont a{line-height: 20px;margin-bottom: 20px;color: #555;font-size: 16px;display: block;cursor: pointer;}
.wql_g_list .wql_list04 .wql_li_cont a.on,
.wql_g_list .wql_list04 .wql_li_cont a:hover{color: #ff937e;}
.wql_BigTit span {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid #4895EC;;
}
/* 首页 e */

/* 详情页 s */
.zxf_teacher{padding-top:70px;}
.zxf_teacher .zxf_side{width:210px;}
.zxf_side ul{border-left: 1px solid #e3e3e3;}
.zxf_side ul li{padding-left:22px;position: relative;margin-bottom: 13px;}
.zxf_side ul li a{color:#555555;font-size: 14px;}
.zxf_side ul li i.icon_img{width:8px;height:8px;border: 2px solid #e3e3e3;border-radius: 50%;position: absolute;left:-6px;top:50%;margin-top: -6px;z-index:2;background: #ffffff;overflow: hidden;}
.zxf_side ul li:first-child i.icon_img{top:0;margin-top: 0;}
.zxf_side ul li:last-child i.icon_img{bottom:0;margin-top: 0;}
.zxf_side ul li:hover a{color:#3091f7;}
.zxf_side ul li.on{padding:12px 0 12px 46px;}
.zxf_side ul li.on a{color:#3091f7;font-size: 24px;}
.zxf_side ul li.on i.icon_img{width:54px;height:54px;border:3px solid #87e5ff;background:#fff url(../images/index1706/apptrain/icon_img1.png) center no-repeat;left:-30px;top:50%;margin-top: -30px;}

.zxf_teacher .zxf_rightCon{width:990px;}
.zxf_rightCon .zxf_imgBox{height:643px;width:435px;border-radius: 3px;overflow: hidden;position: relative;}
.zxf_imgBox img{display: block;width: 100%;height: 100%}
.zxf_imgBox .zxf_desBox{position: absolute;top:30px;left:0;width:100%;}
.zxf_desBox p{margin-bottom: 5px;text-align: center;}
.zxf_desBox p.name{color:#3091f7;font-size: 30px;margin-bottom: 15px;}
.zxf_desBox p.des{color:#252525;font-size: 16px}
.zxf_desBox p.school{color:#828282;font-size: 14px}
.zxf_rightCon .zxf_teacherCon{padding-left:435px}
.zxf_teacherCon h3{padding:0 85px;background:url(../images/teacher_teamIndex/bg_yinhao.png) center no-repeat;text-align: center;color:#3091f7;font-size: 32px;line-height: 110%;height:95px;margin-bottom: 36px;}
.zxf_teacherCon h3 span{display: inline-block;vertical-align: middle;}
.zxf_teacherCon h3:after{content:"";height:100%;display: inline-block;vertical-align: middle;}
.zxf_introWp{padding:42px 0 50px 36px;background: #F4FAFF;position: relative;min-height: 395px;}
.zxf_introWp ul li{margin-bottom: 42px;}
.zxf_introWp ul li .zxf_txt{padding-right:25px;}
.zxf_introWp ul li h4{color:#3091f7;font-size: 22px;margin-bottom: 12px;}
.zxf_iconTag{width:21px;height: 21px;display: inline-block;vertical-align: middle;background: url(../images/teacher_teamIndex/icon_tag.png) center no-repeat;margin-right: 10px;margin-top: -3px;}
.zxf_introWp ul li .zxf_txt{color:#3e3e3e;}
.zxf_txt p{font-size: 14px;line-height: 24px;}
.zxf_bgGreen,.zxf_bgBlue,.zxf_bgGray{position: absolute;width:240px;height:55px;text-align: center;line-height: 55px;color:#fff;font-size: 20px;box-shadow: 0 5px 10px #e7e7e7;bottom: -27px;border-radius: 27px;overflow: hidden;}
.zxf_bgGreen{background: url(../images/teacher_teamIndex/bg_green.png) left top no-repeat;}
.zxf_bgBlue{background: url(../images/teacher_teamIndex/bg_blue.png) left top no-repeat;right:25px;}
.zxf_bgGray{background: url(../images/index1706/apptrain/bg_gray.png) left top no-repeat;right:25px;}
.zxf_bgGreen i{display: inline-block;vertical-align: middle;width:26px;height:27px;background:url(../images/teacher_teamIndex/icon_space.png) center no-repeat;line-height: 55px;margin-right: 10px;margin-top: -5px;}
.zxf_bgBlue i,.zxf_bgGray i{display: inline-block;vertical-align: middle;width:32px;height:20px;background:url(../images/teacher_teamIndex/icon_video.png) center no-repeat;line-height: 55px;margin-right: 10px;margin-top: -5px;}

.xds_personInfos .count_box { 
    display: flex;
    justify-content: space-around;
}

.xds_personInfos .count_box>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.xds_personInfos .count_box .line {
    width: 2px;
    height: 40px;
    background: #C2E3FF;
}
.xds_personInfos .count_box .collect_count {
    position: relative;
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    background: #fff;
    color: #4895EC;
    margin-top: 10px;
    border-radius: 0px 26px 26px 0px;
}
.xds_personInfos .collect_count .icon_heart_box {
    position: absolute;
    left: -15px;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #4895EC url(../images/teacher_teamIndex/icon_heart.png) no-repeat center center;
    cursor: pointer;
}
.xds_personInfos .count_box .collect_count.on {
    color: #EC485C;
}
.xds_personInfos .collect_count.on .icon_heart_box {
    background-color: #EC485C;
}
.xds_mainBox .my_works {
    background: #F4FAFF;
    border-radius: 4px;
}


.xds_mainBox .tab_cont li{font-size: 16px;color: #555555;position: relative;margin-top: 30px;margin-right: 30px;float: left;width: 360px;height: 130px;;background-color: #ffffff;padding: 20px;box-shadow: 0px 6px 18px 1px rgba(185, 189, 217, 0.24);border-radius: 4px;border: solid 1px rgba(196, 203, 252, 0.26); box-sizing: border-box;}
.xds_mainBox .tab_cont li:nth-child(3n) {
    margin-right: unset;
}
.xds_mainBox .tab_cont .zxf_trainTxt {
    display: inline-block;
    vertical-align: middle;
    max-width: 320px;
    color: #555;
    height: 42px;
    overflow: hidden;
}
.xds_mainBox .zxf_trainTxt:hover{color: #0fb8ff;}
.xds_mainBox .tab_cont p {
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
    display: block;
}
.xds_mainBox .tab_cont p .bg_blueSmall {
    box-shadow: 2px 3px 5px 0px rgb(97 118 247 / 34%);
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    height: 24px;
    background: url(..//images/teacher_teamIndex/bg_blueSmall.png) 0 0 no-repeat;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.xds_mainBox .tab_cont .add_item_box {
    background: unset;
    padding: 45px 0px;
    border: 1px dashed #4895EC;
}
.xds_mainBox .select_wrap .qjf_selecur, .select_wrap .qjf_seleautocur {
    border: 1px solid #4895EC;
}
.xds_mainBox .select_wrap .qjf_seleautocur p {
    color:#4895EC;
    background: url(../images/teacher_teamIndex/slide_down_icon.png) no-repeat right 5px;
}
.xds_mainBox .select_wrap .qjf_seleautodrop {
    top: 50px;
    border-radius: 4px;
    box-shadow: 0 0 5px #C4C4C4;
    color: #4895EC;
    border: unset;
}
.xds_mainBox .qjf_seledrop a, .xds_mainBox .qjf_seleautodrop a {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.xds_mainBox .select_wrap .qjf_seleautodrop a {
    color: #4895EC;
}
.xds_mainBox .select_wrap .qjf_seledrop a:hover,.xds_mainBox .select_wrap .qjf_seleautodrop a:hover{ background:#daeafb}
/* 添加作品弹窗 s */
.xds_mainBox  .qjf_selecur, .qjf_seleautocur {
    height: 34px;
    line-height: 34px;
    box-shadow: unset;
}
.xds_mainBox .qjf_selecur p, .qjf_seleautocur p {
    height: 36px;
    line-height: 36px;
    background: url(../images/teacher_teamIndex/sele_down.png) no-repeat right 5px;
    vertical-align: middle;
}
.xds_addMyworks_dialog .qjf_seledrop a, .xds_addMyworks_dialog .qjf_seleautodrop a {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
}
.xds_addMyworks_dialog .img_wrap {
    width: 80px;
    height: 80px;
    padding-top: 20px;
    border: 1px dashed #C9C9C9;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
.xds_addMyworks_dialog .upload_wrap .tips {
    margin-top: 60px;
    color:#999999;
}
.xds_addMyworks_dialog input:focus,textarea:focus {
    border-color: #4895EC;
}
.xds_addMyworks_dialog input,textarea {
    border: 1px solid #e7e7e7;
}

/* 添加作品弹窗 e */
/* 详情页 e */

/* 2021 09/23 新增更多 页 s */
.w200 {
    width: 200px;
}
.w970 {
    width: 970px;
}
.bgf5f5f5 {
    background: #f5f5f5;
}
.xds_main_content .tit {
    color: #fff;
    font-size: 18px;
    background: #4895EC;
}
.xds_main_content dl dt, .xds_main_content dl dd{
    height: 60px;
    line-height: 60px;
}
.xds_leftNav_wrap dl dt, .xds_leftNav_wrap dl dd {
    text-align: center;
}
.xds_leftNav_wrap dl dd>a{
    color: #333;
    font-size: 18px;
}
.xds_leftNav_wrap dl dd>a:hover {
    color:#4895EC;
}
.xds_rightCont_wrap dl dt,.xds_rightCont_wrap dl dd {
    padding: 0 30px;
}
.xds_rightCont_wrap dl dd {
    font-size: 16px;
}
.xds_rightCont_wrap dl dd:nth-child(even) {
    background: #fff;
}
.xds_rightCont_wrap dl dd:nth-child(odd) {
    background: #F5F8FE;
}
.xds_rightCont_wrap  dd a {
    color: #333;
}
.xds_rightCont_wrap dl dd a:hover {
    color: #4895EC;
}
.xds_rightCont_wrap .train_tit {
    max-width: 780px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 翻页 s */
.xds_turn_page {
    display: inline-block;
}
.xds_turn_page>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    margin: 0px 3px;
}
.xds_turn_page>a:hover {
    background-color: #4895EC;
    color: #fff;
}
.xds_turn_page a.on {
    background-color: #4895EC;
    color: #fff;
}
.xds_turn_page a.page_num {
    width: 40px;
}
.xds_turn_page a.first_page,.xds_turn_page a.last_page {
    width: 84px;
}
.xds_turn_page .pre_page {
    background-image: url(../../edu7.0/images/teacher_teamIndex/icon_pre_page.png);
}
.xds_turn_page .pre_page:hover {
    background-image: url(../../edu7.0/images/teacher_teamIndex/icon_pre_pageOn.png);
    background-size: 9px 16px;
}
.xds_turn_page .next_page {
    background-image: url(../../edu7.0/images/teacher_teamIndex/icon_next_page.png);
    background-size: 9px 16px;
}
.xds_turn_page .next_page:hover {
    background-image: url(../../edu7.0/images/teacher_teamIndex/icon_next_pageOn.png);
}
.xds_turn_page .pre_page,.xds_turn_page .next_page {
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}

.xds_turn_page .turn_pageNum input {
    width: 84px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999999;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    margin: 0 2px;
    outline: none;
}

/* 翻页 e */
/* 2021 09/23 新增更多 页 e */
/* by xds:end */