/* 20221129 娴欐睙鍚嶅笀鏀圭増 鍏叡鏍峰紡*/
.pat_768_fix {
  min-width: 768px;
}
.layout_style {
  /* min-width: 768px; */
  max-width: 1368px;
  margin: 0 auto;
}

.lyo_flex_bt {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.xds_imgStyle {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
/* 涓よ婧㈠嚭鐪佺暐鍙  */
.two_ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bgfff {
  background: #fff;
}
.mgt35 {
  margin-top: 35px;
}
.mgt50 {
  margin-top: 50px;
}
.c2D5E81 {
  color: #2d5e81;
}
.cED770A {
  color: #ed770a;
}
.cF59A23 {
  color: #f59a23;
}
/* .bgF59A23 {
  background: #F59A23;
}
.bg97C21C {
  background: #97C21C;
} */
/* header */
.xds_g_header {
  height: 98px;
}

/* .xds_g_header .logo {
  width: 483px;
  height: 55px;
  margin: 21px 0;
} */
.xds_g_header .nav_list {
  margin-left: 68px;
  margin-top: 37px;
}

.xds_g_header .nav_list > .nav_item {
  float: left;
  margin: 0 17px;
}

.xds_g_header .nav_list > .nav_item > a {
  display: block;
  font-size: 20px;
  color: #222;
  padding-bottom: 6px;
}

.xds_g_header .nav_list > .nav_item:hover > a,
.xds_g_header .nav_list > .nav_item.on > a {
  color: #02a7f0;
  border-bottom: 2px solid #02a7f0;
}

.xds_g_header .logo img {
  width: 100%;
  height: 100%;
}

.xds_g_header .rig_cont {
  margin-top: 33px;
}

.xds_g_header .rig_cont .icon_search {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  background: url(../images/zj_zxx_edu/xds/icon_search.png) no-repeat;
}

.xds_g_header .line {
  width: 1px;
  height: 24px;
  margin: 0 25px;
  margin-top: 4px;
  background-color: #ccc;
  opacity: 0.75;
}

.xds_g_header .login_btn {
  width: 64px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #2196f3;
}

.xds_g_header .login_btn:hover {
  opacity: 0.9;
}

.xds_g_header .search_show {
  position: relative;
  width: 400px;
  height: 38px;
  padding: 8px 56px 8px 82px;
  border: 1px solid #3196ff;
  border-radius: 26px;
  margin-top: -3px;
  box-sizing: border-box;
}

.xds_g_header .search_type .def {
  padding-bottom: 20px;
}

.xds_g_header .search_show .search_bth {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 58px;
  height: 38px;
  background: linear-gradient(180deg, #5aacff 0, #59abff 47%, #2993ff 100%);
  border-radius: 0 222px 222px 0;
}

.xds_g_header .search_show .search_bth::before {
  position: absolute;
  top: 7px;
  left: 17px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/zj_zxx_edu/xds/icon_search_act_bg.png) center
    no-repeat;
  background-size: 24px;
}

.xds_g_header .search_type .def {
  color: #222;
}

.xds_g_header .search_show .search_type {
  position: absolute;
  top: 8px;
  left: 20px;
  height: 20px;
  padding-right: 18px;
  line-height: 20px;
  transition: all 0.6s;
  cursor: pointer;
}

.xds_g_header .search_show {
  padding-left: 120px;
}

.xds_g_header .type_list {
  position: absolute;
  left: -18px;
  top: 41px;
  width: 66px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 109;
}

.xds_g_header .type_list .type_item {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}

.xds_g_header .type_list .type_item a {
  display: block;
  width: 100%;
  color: #222;
}

.xds_g_header .type_list .type_item:hover a {
  color: #02a7f0;
}

.xds_g_header .search_show .search_input {
  height: 20px;
  width: 100%;
  line-height: 20px;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
}

.xds_g_header .search_show .type_wrap {
  padding-top: 10px;
}

.xds_g_header .rig_cont .icon_search.dis_none {
  display: none;
}

.xds_g_header .search_show .search_type::before {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/zj_zxx_edu/xds/icon_search_more_bg.png) center
    no-repeat;
  background-size: cover;
  transition: all 0.6s;
}

.xds_g_header .type_list .arr {
  position: absolute;
  top: -8px;
  left: 28px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ddd;
}

.xds_g_header .type_list .arr::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -7px;
  border-width: 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent #fff;
}

.xds_g_header .logo {
  width: 295px;
  height: 59px;
  margin-top: 23px;
  margin-bottom: 0;
}

/* footer */
.xds_g_footer {
  height: 102px;
  padding: 26px 0;
  font-size: 14px;
  box-sizing: border-box;
}

.xds_g_footer .des > a {
  margin-right: 5px;
  color: #222;
}

.xds_g_footer .tel_phone {
  margin-top: 8px;
  color: #555555;
}

.xds_g_footer .rig_cont {
  color: #555555;
  font-size: 14px;
}

/* 椤堕儴瀵艰埅 */
.m_top_nav {
  height: 56px;
  background: #38a4ff;
}

.m_top_nav .nav_item {
  float: left;
  height: 100%;
  padding: 17px 32px;
  color: #fff;
  font-size: 16px;
}

.m_top_nav .nav_item:hover,
.m_top_nav .nav_item.on {
  background: #278ee4;
}

/* .m_top_nav .nav_item .icon_index {
  float: left;
  width: 22px;
  height: 22px;
  background: #fff url(../images/channel_course/xds/icon_index.png) no-repeat center;
  margin-right: 10px;
} */

.m_top_nav .search_wrap {
  position: relative;
  width: 174px;
  height: 26px;
  border-radius: 13px;
  margin-top: 15px;
  background: #fff;
}

.m_top_nav .search_wrap .search_obj {
  position: absolute;
  left: 0;
  top: 0;
}

.m_top_nav .search_obj .name {
  color: #acacac;
  font-size: 12px;
  line-height: 26px;
  padding: 0 12px 0 10px;
  background: url(../images/zj_zxx_edu/xds/v2/icon_drop.png) no-repeat right
    center;
  background-size: 12px;
}

.m_top_nav .search_wrap .search_ipt {
  position: absolute;
  top: 0;
  left: 46px;
  right: 20px;
  width: 100px;
  height: 26px;
  padding-left: 5px;
  line-height: 28px;
  border: none;
  box-sizing: border-box;
}

.m_top_nav .search_wrap .drop_down_wrap {
  position: absolute;
  top: 26px;
  left: 5px;
  min-width: 66px;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  z-index: 99;
  box-sizing: border-box;
}

.m_top_nav .search_wrap .drop_down_wrap .item {
  display: block;
  color: #333333;
  height: 29px;
  line-height: 29px;
  padding-left: 6px;
  font-size: 12px;
}

.m_top_nav .drop_down_wrap .item:hover {
  color: #fff;
  background: #0079ff;
}

.m_top_nav .search_wrap .icon_search {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../images/zj_zxx_edu/xds/v2/icon_search.png) no-repeat;
}

/* banner */
.xds_banner_box {
  background: #e9f5ff;
  overflow: hidden;
}

.xds_banner_box .left_slideshow .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xds_banner_box .left_slideshow {
  position: relative;
  height: 308px;
  overflow: hidden;
}

.xds_banner_box .left_slideshow .swiper {
  width: 100%;
  height: 100%;
}

.xds_banner_box .left_slideshow .swiper img {
  width: 100%;
  height: 100%;
}

.xds_banner_box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
  opacity: 0.5;
}

.xds_banner_box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 22px;
  height: 10px;
  border-radius: 5px;
  opacity: 0.8;
}

/* 鏈€杩戠洿鎾  */
.xds_zb_classBox {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 332px;
  height: 274px;
  padding: 12px;
  background: #eef7fe url(../images/zj_zxx_edu/xds/sliedshow_msg_bg.png)
    no-repeat right bottom;
  border-radius: 16px;
  box-sizing: border-box;
  z-index: 99;
}

.xds_zb_classBox .box_head .tit {
  font-size: 16px;
  line-height: 22px;
  padding-left: 23px;
  color: #309aeb;
  background: url(../images/zj_zxx_edu/xds/icon_play.png) no-repeat left center;
}

.xds_zb_classBox .box_head .close_btn {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: url(../images/zj_zxx_edu/xds/icon_close2.png) no-repeat;
}

.xds_zb_classBox .zb_msg_list {
  margin-top: 2px;
  height: 218px;
  padding-top: 16px;
  padding-left: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.xds_zb_classBox .zb_msg_list li:first-of-type .msg_item {
  padding-top: 16px;
}

.xds_zb_classBox .zb_msg_list li:first-of-type .msg_item {
  padding-bottom: 13px;
}

.xds_zb_classBox .zb_msg_list .msg_item {
  position: relative;
  padding-bottom: 24px;
  line-height: 20px;
  min-height: 52px;
}
/* .xds_zb_classBox .zb_msg_list li.swiper-slide-active .msg_item::before {
  background: #97C21C;
}
.xds_zb_classBox .zb_msg_list li.swiper-slide-next .msg_item::before {
  background: #F59A23;
} */
.xds_zb_classBox .zb_msg_list .msg_item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #309aeb;
  margin-right: 5px;
  border-radius: 50%;
  margin-top: 3px;
  z-index: 99;
}

.xds_zb_classBox .zb_msg_list .msg_item:after {
  position: absolute;
  content: " ";
  left: 5px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #309aeb;
}

.xds_zb_classBox .zb_msg_list .msg_item {
  display: flex;
}

.xds_zb_classBox .zb_msg_list .time {
  color: #555;
  font-size: 12px;
}

.xds_zb_classBox .zb_msg_list .tea_name {
  width: 56px;
  text-align: right;
  color: #555;
  font-size: 14px;
}

.xds_zb_classBox .zb_msg_list .zb_class_name {
  width: 144px;
  margin: 0 22px 0 8px;
  font-size: 14px;
  line-height: 20px;
  color: #1250ab;
}

/* 2022.05.25 鍚嶅笀鐩存挱妯″潡璋冩暣 */
.xds_zb_classBox .zb_msg_list .swiper-slide {
  position: relative;
}

.xds_zb_classBox .zb_msg_list .msg_item:after {
  display: none;
}

.xds_zb_classBox .zb_msg_list .swiper-slide:after {
  position: absolute;
  content: " ";
  left: 5px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #309aeb;
}

.xds_zb_classBox .zb_msg_list .msg_item {
  min-height: unset;
}

.xds_zb_classBox .zb_msg_list {
  padding-top: 5px;
}

/* .xds_zb_classBox .zb_msg_list .swiper-slide-pre:after,.xds_zb_classBox .zb_msg_list .swiper-slide-active:first-child:after {
  height: 0;
} */
/* 2022.05.25 鍚嶅笀鐩存挱妯″潡璋冩暣 */

/* 鍚嶅笀宸ヤ綔瀹  */
.xds_tit_box {
  position: relative;
  text-align: center;
}
.xds_more_btn {
  position: absolute;
  right: 0;
  top: 50%;
  padding-right: 15px;
  transform: translateY(-50%);
  color: #4aa8ff;
  font-size: 14px;
  background: url(../images/zj_zxx_edu/xds/v2/more_btn.png) no-repeat right
    center;
}
.xds_m_title {
  display: inline-block;
  font-size: 28px;
  color: #000;
  text-align: center;
  padding-left: 36px;
  line-height: 40px;
}

.ms_workromm_wrap .xds_m_title {
  background: url(../images/zj_zxx_edu/xds/v2/ms_tit_bg.png) no-repeat left
    center;
}
.xd_ms_listBox {
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
.xd_ms_listBox .li_item {
  width: 254px;
  height: 406px;
  padding: 0 15px;
  margin-top: 36px;
  background: #ebf7ff url(../images/zj_zxx_edu/xds/v2/ms_item_bg.png) no-repeat
    right bottom;
  background-size: 178px;
  box-shadow: 0px 4px 4px #ececec;
  border-radius: 9px;
  box-sizing: border-box;
}

.xd_ms_listBox .ms_infos {
  position: relative;
  padding: 26px 0 22px 0;
  text-align: center;
  border-bottom: 1px solid rgba(45, 94, 129, 0.24);
}
.xd_ms_listBox .level_mrak {
  position: absolute;
  top: 10px;
  right: -4px;
  height: 26px;
  line-height: 26px;
  padding: 0 14px;
  color: #fff;
  font-size: 16px;
  border-radius: 14px;
  background: #0085ff;
}
.xd_ms_listBox .avatar {
  width: 156px;
  height: 156px;
  border-radius: 50%;
}

.xd_ms_listBox .wr_name {
  font-size: 22px;
  line-height: 31px;
  color: #2d5e81;
  margin-top: 20px;
}

.xd_ms_listBox .subject {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  color: #fff;
  margin-top: 8px;
  background: #7dbcf7;
  border-radius: 4px;
}

.xd_ms_listBox .data_count .lyo_flex_bt {
  margin-top: 22px;
}

.xd_ms_listBox .data_count .item {
  font-size: 14px;
  color: #888;
}

.xd_ms_listBox .data_count .num {
  color: #2d5e81;
}
.xds_next_btn,
.xds_prev_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* display: none; */
}
.xd_ms_listBox .xds_prev_btn,
.xd_ms_listBox .xds_next_btn {
  display: none;
}
.xds_prev_btn {
  left: 0;
  background: rgba(0, 0, 0, 0.38) url(../images/zj_zxx_edu/xds/v2/icon_prev.png)
    no-repeat center;
}
.xds_next_btn {
  right: 0;
  background: rgba(0, 0, 0, 0.38) url(../images/zj_zxx_edu/xds/v2/icon_next.png)
    no-repeat center;
}
.xd_ms_listBox:hover .swiper-button-next,
.xd_ms_listBox:hover .swiper-button-prev {
  display: block;
}

/* 璧勬簮涓績 */
.res_center_wrap .xds_m_title {
  background: url(../images/zj_zxx_edu/xds/v2/res_tit_bg.png) no-repeat left
    center;
}
.xds_resList_box > ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.xds_resList_box .li_item {
  width: 23%;
  margin-right: 3%;
  margin-top: 36px;
  height: 553px;
  padding: 12px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 4px #ececec;
}
.xds_resList_box .li_item:last-child {
  margin-right: 0;
}
.xds_resList_box .item1_top {
  height: 100px;
  background: url(../images/zj_zxx_edu/xds/v2/item1_top.png) no-repeat;
  background-size: 100%;
}
.xds_resList_box .item1_bottom {
  height: 124px;
  margin-top: 20px;
  background: url(../images/zj_zxx_edu/xds/v2/item1_bottom.png) no-repeat;
  background-size: 100%;
}
.xds_resList_box .item2_bottom {
  height: 124px;
  margin-top: 20px;
  background: url(../images/zj_zxx_edu/xds/v2/item2_bottom.png) no-repeat;
  background-size: 100%;
}
.xds_resList_box .item2_top {
  height: 100px;
  background: url(../images/zj_zxx_edu/xds/v2/item2_top.png) no-repeat;
  background-size: 100%;
}
.xds_resList_box .item3_top {
  height: 100px;
  background: url(../images/zj_zxx_edu/xds/v2/item3_top.png) no-repeat;
  background-size: 100%;
}
.xds_resList_box .item4_top {
  height: 100px;
  background: url(../images/zj_zxx_edu/xds/v2/item4_top.png) no-repeat;
  background-size: 100%;
}

.xds_resList_box .subject_wrap {
  display: flex;
  justify-content: space-between;
  /* justify-content: stretch; */
  flex-wrap: wrap;
}
.xds_resList_box .subject_wrap {
  box-shadow: 0px 4px 4px #ececec;
  padding: 0 12px 24px 12px;
  border-radius: 24px;
}
.xds_resList_box .subject_wrap .item {
  width: 45%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 22px;
  background: #dbebff;
  /* padding: 0 25px; */
  margin-right: 3%;
  margin-top: 16px;
  color: #0b305f;
  text-align: center;
}
.xds_resList_box .subject_wrap .item:hover {
  color: #fff;
  background: #2584ff;
  cursor: pointer;
}
.zq_entry .xds_m_title {
  background: url(../images/zj_zxx_edu/xds/v2/zq_tit_bg.png) no-repeat left
    center;
}
/* 涓撳尯鍏ュ彛 */
.zq_res_listBox {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.zq_res_listBox .item {
  width: 32%;
  margin-right: 2%;
  height: 174px;
  border-radius: 12px;
  margin-top: 35px;
  overflow: hidden;
}
.zq_res_listBox .item:last-child {
  margin-right: 0;
}
.zq_res_listBox .count_item {
  /* background: url(../images/zj_zxx_edu/xds/v2/count_item_bg.png) no-repeat;
  background-size: 100%; */
}
.zq_res_listBox .rank_item {
  /* background: url(../images/zj_zxx_edu/xds/v2/rank_item_bg.png) no-repeat;
  background-size: 100%; */
}
.zq_res_listBox .apply_item {
  position: relative;
  /* background: url(../images/zj_zxx_edu/xds/v2/apply_item_bg.png) no-repeat;
  background-size: 100%; */
}
.zq_res_listBox .btn_box {
  position: absolute;
  top: 55%;
  right: 5%;
}
.zq_res_listBox .btn_box .entry_btn {
  display: inline-block;
  width: 122px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0 12px;
  font-size: 14px;
  border-radius: 4px;
}
.zq_res_listBox .entry_btn.sj_btn {
  background: #0085ff;
}
.zq_res_listBox .entry_btn.xk_btn {
  background: #de934e;
}
/* 鍚嶅笀宸ヤ綔绔  */
.ms_station .xds_m_title {
  background: url(../images/zj_zxx_edu/xds/v2/msz_tit_bg.png) no-repeat left
    center;
}
.ms_station .station_res_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ms_station .station_res_box > .item {
  height: 156px;
  width: 49%;
  margin-top: 35px;
}
.ms_station .station_res_box .base_edu {
  /* background: url(../images/zj_zxx_edu/xds/v2/msz_cover_pic1.png) no-repeat;
  background-size: 100%; */
}
.ms_station .station_res_box .work_edu {
  /* background: url(../images/zj_zxx_edu/xds/v2/msz_cover_pic2.png) no-repeat;
  background-size: 100%; */
}

/* 杩斿洖鏃х増 */
.xds_fixed_cont {
  position: fixed;
  right: 20px;
  top: 430px;
  width: 60px;
  height: 191px;
  padding: 14px 16px 16px 12px;
  text-align: center;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(190, 190, 190, 0.68);
  border-radius: 4px;
  box-sizing: border-box;
}

.xds_fixed_cont .help_center,
.xds_fixed_cont .app_download {
  display: inline-block;
  color: #9f9f9f;
  font-size: 12px;
  line-height: 17px;
}

.xds_fixed_cont .line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(205, 205, 205, 0.48);
  margin: 13px 0;
}
.xds_fixed_cont > a {
  display: inline-block;
  color: #9f9f9f;
  font-size: 12px;
  line-height: 17px;
}
.xds_fixed_cont {
  top: 35%;
  height: auto;
  padding: 14px 12px;
  z-index: 99;
}
.xds_fixed_cont > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xds_fixed_cont .des {
  margin-top: 6px;
}
.ws_nowrap {
  white-space: nowrap;
}
.xds_fixed_cont .app_download:hover .q_code_box {
  display: block;
}
.xds_fixed_cont .q_code_box {
  position: absolute;
  right: 100%;
  bottom: 0;
  transform: translateX(11px);
  width: 132px;
  height: 174px;
  padding-right: 11px;
}
.xds_fixed_cont .q_code_box img {
  object-fit: cover;
}
.xds_fixed_cont .q_code_box .tips {
  color: #9f9f9f;
  font-size: 12px;
  margin-top: 6px;
}
.xds_fixed_cont .q_code_box .info_box {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 12px;
  box-shadow: 2px 2px 4px rgba(190, 190, 190, 0.68);
  border-radius: 4px;
  box-sizing: border-box;
}
/* 鍏憡璧勮 */
.xds_container .notice_wrap {
  background: #fff;
  margin-top: 30px;
  padding-top: 20px;
}
.notice_wrap .xds_m_title {
  background: url(../images/zj_zxx_edu/xds/v2/gg_tit_bg.png) no-repeat left
    center;
}
.xds_container .notice_infosBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 35px;
}
.notice_infosBox .left_wrap {
  position: relative;
  width: 43%;
  height: 324px;
  overflow: hidden;
}
.notice_infosBox .bottom_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  box-sizing: border-box;
}
.notice_infosBox .bottom_wrap .left_tit {
  font-size: 16px;
  color: #fff;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice_infosBox .bottom_wrap .rig_cont {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  height: 100%;
  transform: translateY(-50%);
}
.notice_infosBox .bottom_wrap .swiper-pagination {
  width: 100%;
}
.notice_infosBox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin: 0 3px;
  opacity: 0.42;
}

.notice_infosBox .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* width: 22px;
  height: 10px; */
  border-radius: 5px;
  opacity: 1;
}

.notice_infosBox .right_wrap {
  width: 55%;
}
.xds_rNotice_head {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebe2c0;
}
.xds_tab .tab_item {
  font-size: 22px;
  padding-bottom: 14px;
  color: #333333;
  margin-right: 27px;
  border-bottom: 2px solid transparent;
}
.xds_tab .tab_item.active_item {
  border-bottom: 2px solid #2196f3;
  color: #2196f3;
}
/* .xds_tab .tab_item.on,.xds_tab .tab_item:hover {
  border-bottom: 2px solid #2196F3;
  color: #2196F3;
} */
.xds_tab_cont .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #e5dabf;
}
.xds_tab_cont .item .tit {
  max-width: 80%;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
}
.xds_tab_cont .item .time {
  color: #b2b2b2;
  font-size: 16px;
}

/* 鐗硅壊灞曠ず */
/* 鐗硅壊妗堜緥 */
.special_show_wrap {
  background: #f2f9ff;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.special_show_wrap .xds_m_title {
  background: url(../images/zj_zxx_edu/xds/v2/jf_tit_bg.png) no-repeat left
    center;
}
.xds_spe_tab {
  text-align: center;
}
.xds_spe_tab .item {
  display: inline-block;
  font-size: 24px;
  color: #222222;
  line-height: 34px;
  margin: 0 29px;
  margin-top: 22px;
}
.xds_spe_tab .item.active_item {
  color: #0085ff;
}
.xds_spe_tabCont {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
}

.xds_spe_tabCont.spe_caseCont .xds_next_btn,
.xds_spe_tabCont.spe_caseCont .xds_prev_btn {
  display: none;
}
.xds_spe_tabCont.spe_caseCont:hover .xds_next_btn,
.xds_spe_tabCont.spe_caseCont:hover .xds_prev_btn {
  display: block;
}

/* 缁勫洟甯壎 */
.xds_spe_tabCont.group_helpCont .li_item {
  background: #fff;
  height: 324px;
}
.xds_spe_tabCont.group_helpCont .wk_infos {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding: 23px 16px;
  background: #dcf1ff;
  box-sizing: border-box;
}
.xds_spe_tabCont.group_helpCont .tc_avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin-right: 10px;
}
.xds_spe_tabCont.group_helpCont .wr_name {
  display: inline-block;
  padding: 3px 0;
  margin-right: 8px;
}
.xds_spe_tabCont.group_helpCont .wr_des {
  padding: 2px 0;
}
.xds_spe_tabCont.group_helpCont .sch_name {
  display: inline-block;
  padding: 3px 0 3px 40px;
  background: url(../images/zj_zxx_edu/xds/v2/sch_name_bg.png) no-repeat left
    center;
}
.xds_spe_tabCont.group_helpCont .time {
  margin-top: 8px;
}
/* 娲诲姩瀹夋帓 */
.act_timeFlow {
  padding: 16px;
  padding-right: 24px;
  box-sizing: border-box;
}
.act_timeFlow .tit {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
}
.flow_listBox {
  position: relative;
  height: 140px;
  margin-top: 5px;
  overflow: hidden;
}
.flow_listBox::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 0;
  width: 1px;
  height: 140px;
  background: #38a4ff;
}
.flow_listBox .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 16px;
  padding-bottom: 14px;
}
.act_timeFlow .act_time {
  position: relative;
  flex: 1;
  white-space: nowrap;
  padding-left: 22px;
}
.act_timeFlow .act_detail {
  flex: 3;
  max-width: 270px;
  color: #38a4ff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.act_timeFlow .act_time.bg97C21C::before {
  /* position: absolute;
  content:  '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%; */
  background: #97c21c;
}
.act_timeFlow .act_time.bgF59A23::before {
  /* position: absolute;
  content:  '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%; */
  background: #f59a23;
}
.act_timeFlow .act_time::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #7f7f7f;
  border-radius: 50%;
}

/* 涓婚鐩存挱 */
.xds_spe_tabCont.group_helpCont .li_item {
  background: #fff;
  height: 324px;
}
.xds_spe_tabCont.theme_vedio .zb_wrInfos {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 23px;
  padding-left: 16px;
  padding-bottom: 21px;
  box-sizing: border-box;
}
.xds_spe_tabCont.theme_vedio .zb_wrInfos .avatar {
  width: 106px;
  height: 106px;
  margin-right: 15px;
  border-radius: 50%;
}
.xds_spe_tabCont.theme_vedio .l_mark {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  color: #fff;
  font-size: 20px;
  border-radius: 0px 0px 0px 18px;
}
.xds_spe_tabCont.theme_vedio .zb_tit {
  color: #38a4ff;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.xds_spe_tabCont.theme_vedio .zb_wrname {
  font-size: 18px;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.xds_spe_tabCont.theme_vedio .primary_sch {
  background: #ebf7ff;
}
.xds_spe_tabCont.theme_vedio .primary_sch .l_mark {
  background: #1b84ff;
}
.xds_spe_tabCont.theme_vedio .prev_sch {
  background: #ffffe4;
}
.xds_spe_tabCont.theme_vedio .prev_sch .l_mark {
  background: rgba(193, 188, 53, 0.6);
}
.xds_spe_tabCont.theme_vedio .high_sch {
  background: #defff4;
}
.xds_spe_tabCont.theme_vedio .high_sch .l_mark {
  background: rgba(98, 212, 171, 0.6);
}
.xds_spe_tabCont.theme_vedio .zb_source {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
}
.xds_spe_tabCont.theme_vedio .top_count {
  display: flex;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 17px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xds_spe_tabCont.theme_vedio .zb_num {
  padding-left: 26px;
  background: url(../images/zj_zxx_edu/xds/v2/icon_vedio.png) no-repeat left
    center;
}
.xds_spe_tabCont.theme_vedio .visited_count {
  padding-left: 26px;
  background: url(../images/zj_zxx_edu/xds/v2/icon_user.png) no-repeat left
    center;
}
.xds_spe_tabCont.theme_vedio .flow_listBox {
  padding: 17px;
  margin-top: 0;
  background: #fff;
  box-sizing: border-box;
}
.xds_spe_tabCont.theme_vedio .act_detail {
  position: relative;
  padding-left: 23px;
  color: #38a4ff;
}
.xds_spe_tabCont.theme_vedio .act_detail.first_item::before {
  background: url(../images/zj_zxx_edu/xds/v2/icon_clock1.png) no-repeat left
    center;
}

.xds_spe_tabCont.theme_vedio .flow_listBox::before {
  left: 27px;
  top: 15px;
  height: 115px;
}
.xds_spe_tabCont.theme_vedio .act_detail::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/zj_zxx_edu/xds/v2/icon_clock.png) no-repeat left
    center;
}
.xds_spe_tabCont.theme_vedio .flow_listBox .item {
  padding-bottom: 17px;
  line-height: 22px;
}
.xds_spe_tabCont.theme_vedio .flow_listBox .item > a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.xds_spe_tabCont.theme_vedio .flow_listBox .wdf_play {
  width: 80px;
  height: 24px;
  border: 1px solid #38a4ff;
  color: #38a4ff;
  font-size: 14px;
  border-radius: 15px;
  text-align: center;
}
span.act_time,
span.act_detail,
span.wdf_play {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.group_helpCont .xds_prev_btn,
.group_helpCont .xds_next_btn {
  display: none;
}
.group_helpCont:hover .xds_prev_btn,
.group_helpCont:hover .xds_next_btn {
  display: block;
}
.theme_vedio .xds_prev_btn,
.theme_vedio .xds_next_btn {
  display: none;
}
.theme_vedio:hover .xds_prev_btn,
.theme_vedio:hover .xds_next_btn {
  display: block;
}
/* 閫傞厤 */

.xds_resList_box .subject_wrap .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xds_spe_tabCont.group_helpCont .wk_infos {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.xds_spe_tabCont.group_helpCont .nameInfos_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.xds_spe_tabCont.group_helpCont .wr_des {
  display: flex;
  width: 100%;
}
.xds_spe_tabCont.group_helpCont .wk_infos .time > em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xds_spe_tabCont.group_helpCont .wr_name,
.xds_spe_tabCont.group_helpCont .sch_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xds_spe_tabCont.group_helpCont .time {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xds_tab_cont .item {
  overflow: hidden;
  white-space: nowrap;
}
.m_top_nav .layout_style {
  display: flex;
  justify-content: space-between;
}
.m_top_nav .lf_box {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.m_top_nav .nav_item {
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xd_ms_listBox .data_count .item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 璋  */
.xds_resList_box .li_item {
  height: auto;
}
.xds_resList_box .item1_bottom,
.xds_resList_box .item2_bottom {
  margin-top: 33px;
}
.xds_resList_box .li_item:nth-child(n + 3) .subject_wrap {
  box-shadow: none;
}
.xds_resList_box .subject_wrap .item {
  width: 47%;
}
.xds_zb_classBox .zb_msg_list .msg_item::before {
  background: #7f7f7f;
}
.xds_zb_classBox .box_head .tit {
  color: #5288b1;
}
.xds_tab_cont .item .tit {
  cursor: pointer;
}
.xd_ms_listBox .subject {
  font-size: 14px;
}
.xd_ms_listBox .avatar {
  width: 100%;
  max-width: 156px;
  height: auto;
}
/* .xd_ms_listBox .data_count .item {
  font-size: 16px;
} */
.xd_ms_listBox .data_count .item:first-child {
  width: 55%;
}
.xd_ms_listBox .data_count .item {
  width: 40%;
  text-overflow: unset;
}
.flow_listBox .item {
  align-items: center;
  padding-bottom: unset;
}
.xds_spe_tabCont.video_list_swiper li.swiper-slide-active .act_detail::before {
  background: url(../images/zj_zxx_edu/xds/v2/icon_clock1.png) no-repeat;
}
.xds_spe_tabCont.theme_vedio .flow_listBox .item {
  padding-bottom: unset;
}
.xds_spe_tabCont.theme_vedio .flow_listBox .item > a {
  align-items: center;
}
/* .xds_spe_tabCont.theme_vedio .act_detail.first_item::before */

/* 寮规 */
.cFF4F4F {
  color: #ff4f4f;
}
.xds_ideaBack_dialog {
  padding: 0 30px;
  padding-bottom: 36px;
  text-align: left;
}
.xds_ideaBack_dialog .idea_item_list > .item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.xds_label_name {
  width: 100px;
  text-align: right;
  font-size: 16px;
  margin-right: 8px;
  color: #000000;
}
.xds_ideaBack_dialog .idea_item_list .d_textarea {
  width: 480px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #dee4eb;
  border-radius: 4px;
  font-size: 14px;
}
.xds_ideaBack_dialog .idea_item_list .d_ipt {
  height: 32px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #dee4eb;
  border-radius: 4px;
  font-size: 14px;
}
.xds_ideaBack_dialog .idea_item_list .d_txr_item,
.xds_ideaBack_dialog .idea_item_list .d_links_item {
  align-items: flex-start;
}
.xds_d_btnBox {
  text-align: center;
  font-size: 16px;
}
.xds_d_btnBox .d_btn {
  display: inline-block;
  width: 154px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin: 0 5px;
}
.xds_d_btnBox .d_btn:hover {
  opacity: 0.9;
}
.xds_d_btnBox .d_btn[name="submit_btn"] {
  border: 1px solid #0085ff;
  background: #0085ff;
  color: #fff;
}
.xds_d_btnBox .d_btn[name="cancel_btn"] {
  border: 1px solid #dee4eb;
  color: #888;
}
.xds_d_btnBox .d_btn[name="cancel_btn"]:hover {
  background: #888;
  color: #fff;
}
.xds_radiolist2 .hRadio {
  font-size: 14px;
  margin-right: 15px;
}
.xds_chklist2 {
  margin-left: 16px;
  font-size: 14px;
  color: #000;
}
.xds_resList_box .li_item {
  margin-right: 24%;
  margin-right: 1%;
}
.xds_resList_box .item2_bottom,
.xds_resList_box .item1_bottom {
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
}
.xds_resList_box .item3_top,
.xds_resList_box .item4_top {
  border-radius: 15px;
  overflow: hidden;
}
.xds_resList_box .subject_wrap {
  padding: 0;
  /* padding-bottom: 24px; */
  box-shadow: none;
}
.xds_resList_box .subject_wrap .item {
  font-size: 14px;
}
.xds_spe_tabCont.theme_vedio .video_time {
  padding: 17px;
  background: #fff;
  box-sizing: border-box;
}
.xds_spe_tabCont.theme_vedio .flow_listBox {
  padding: 0;
}
.xds_spe_tabCont.theme_vedio .flow_listBox::before {
  left: 10px;
  top: 0;
  height: 140px;
}
.xds_container .notice_infosBox .swiper {
  width: 100%;
  height: 100%;
}
.notice_infosBox .bottom_wrap {
  width: 100%;
}
.notice_infosBox .bottom_wrap .tit {
  display: block;
  max-width: 360px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice_infosBox .rig_cont {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 44px;
}
.notice_infosBox .rig_cont .swiper-pagination {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.xd_ms_listBox .avatar {
  overflow: hidden;
}

/* 20221202 璧勬簮涓績璋  */
/* a.item.w92 {
  width: 31% !important;
}


a.item.w197 {
  width:65% !important;
}

a.item.w145 {
  width:48% !important;
} */
.w31 {
  width: 31% !important;
}
.w65 {
  width: 65% !important;
}

.w48 {
  width: 48% !important;
}
.bt_wrap_style {
  padding: 12px;
  height: 100px;
  box-shadow: 0px 4px 4px #ececec;
  margin-top: 21px;
  border-radius: 12px;
}
.xds_resList_box .subject_wrap .item {
  margin-right: 0;
}
.xds_resList_box .li_item {
  width: 24%;
  height: 553px;
  box-shadow: none;
  padding: 0;
}
.xds_resList_box .li_item .edu_wrap {
  padding: 14px 12px 24px 12px;
  box-shadow: 0px 4px 4px #ececec;
  border-radius: 12px;
}
.xds_resList_box .li_item:nth-child(n + 3) .edu_wrap {
  box-shadow: none;
}
.xds_resList_box .li_item:nth-child(n + 3) {
  box-shadow: 0px 4px 4px #ececec;
  border-radius: 12px;
}
.xds_resList_box .item1_top,
.xds_resList_box .item2_top {
  border-radius: 12px;
  overflow: hidden;
}
.xds_resList_box .item1_bottom,
.xds_resList_box .item2_bottom {
  /* display: flex; */
  /* align-items: center; */
  box-shadow: 0px 4px 4px #ececec;
  /* padding: 12px; */
  margin-top: unset;
  height: 100px;
  /* background: #fff; */
  border-radius: 12px;
}
/* 濯掍綋鏌ヨ閫傞厤 */
@media screen and (max-width: 769px) {
  body {
    /* font-size: calc(100vw/7.68); */
    overflow-x: hidden !important;
  }
  /* .xd_ms_listBox .li_item {
    width: 228px;
    margin-right: 22px;
  } */
  .layout_style {
    width: 768px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .zq_res_listBox .item {
    margin-right: 16px;
  }
  .zq_res_listBox .item:nth-child(2n) {
    margin-right: 0;
  }
  .m_top_nav .layout_style {
    justify-content: space-around;
  }
  .xd_ms_listBox .li_item:nth-child(3n) {
    margin-right: 0;
  }
  .xds_resList_box > ul {
    flex-wrap: wrap;
  }
  .xds_resList_box .li_item {
    width: 352px;
  }
  .xds_container .notice_infosBox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .notice_infosBox .left_wrap {
    width: 100%;
    height: 410px;
  }
  .notice_infosBox .right_wrap {
    width: 100%;
    margin-top: 15px;
  }
  .zq_res_listBox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .zq_res_listBox .item {
    width: 356px;
  }
  .zq_res_listBox .item:nth-child(n + 3) {
    margin-top: 16px;
  }
  .ms_station .station_res_box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ms_station .station_res_box > .item {
    width: 100%;
    margin-top: 24px;
  }
  .zq_res_listBox .btn_box {
    display: flex;
    height: 75px;
    top: 50%;
    right: 11%;
    flex-direction: column;
    justify-content: space-between;
  }
  .xd_ms_listBox .data_count .item {
    font-size: 12px;
  }
}
.xds_fixed_cont {
  top: 50%;
  transform: translateY(-50%);
}
/* 20221202 璧勬簮涓績璋  */

/* 20221203 璋   */
/* .xd_ms_listBox .avatar {
  width: auto;
  height: 100%;
  max-width: 156px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.xd_ms_listBox .avatar>img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
} */
.xd_ms_listBox .avatar,
.xds_spe_tabCont.group_helpCont .tc_avatar,
.xds_spe_tabCont.theme_vedio .zb_wrInfos .avatar {
  aspect-ratio: 1;
}

/* .xds_zb_classBox .zb_msg_list .swiper-slide-next + .swiper-slide .msg_item::before {
  background: red;
} */

/* .xds_spe_tabCont.theme_vedio .item.swiper-slide-active .act_detail::before {
  background: url(../images/zj_zxx_edu/xds/v2/icon_clock1.png) no-repeat left center;
}
.xds_spe_tabCont .act_time_swiper .item.swiper-slide-active .act_time::before{
  background: #97C21C;
}
.xds_spe_tabCont .act_time_swiper .item.swiper-slide-next .act_time::before{
  background: #F59A23;
}
.xds_spe_tabCont .act_time_swiper .item.swiper-slide-next+.item .act_time::before{
  background: #F59A23;
} */
.xds_resList_box .item1_bottom,
.xds_resList_box .item2_bottom {
  box-shadow: none;
}
.act_timeFlow .act_time {
  padding-left: 20px;
}
.xds_spe_tabCont.group_helpCont .flow_listBox .item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.xds_zb_classBox .zb_msg_list .msg_item.bg97C21C::before {
  background: #97c21c;
}
.xds_zb_classBox .zb_msg_list .msg_item.bgF59A23::before {
  background: #f59a23;
}
/* 20221203 璋   */

/* 20221205 璋 */
.xds_zb_classBox .zb_msg_list li:first-of-type .msg_item {
  padding-top: 0;
}
.m_top_nav .search_wrap {
  width: 286px;
}
@media screen and (max-width: 769px) {
  .m_top_nav .search_wrap {
    width: 174px;
  }
}
/* 20221205 璋 */

/* 20221206 鐗硅壊灞曠ず杞挱鍥炬ā鍧  璋冩暣*/
.zIndex99 {
  z-index: 99 !important;
}
.spe_infos_wrap {
  position: relative;
  height: 324px;
  margin-top: 36px;
}
.xds_spe_tabCont {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 324px;
  margin-top: 0;
  z-index: -1;
}
.xds_spe_tabCont > .swiper {
  position: relative;
  overflow: hidden;
}
.xds_spe_tabCont.theme_vedio .flow_listBox {
  height: 104px;
}
.act_timeFlow .flow_listBox > dl,
.video_time .flow_listBox > dl {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.flow_listBox > dl {
  position: relative;
}
.flow_listBox > dl > .item {
  height: 35px;
  line-height: 35px;
}
.xds_spe_tabCont .video_time .flow_listBox > dl > .item {
  height: 35px;
  line-height: 35px;
}
.xds_spe_tabCont.theme_vedio .flow_listBox .wdf_play {
  line-height: 24px;
}
/* 20221206 鐗硅壊灞曠ず杞挱鍥炬ā鍧  璋冩暣*/

/* 20221207 鏂板缁勫洟甯壎璇︽儏椤  */
.one_hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.two_hidden {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xds_m_breadcrumb .item {
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
  padding-left: 15px;
  color: #888888;
  background: url(../images/zj_zxx_edu/xds/icon_right.png) no-repeat left center;
}
.xds_m_breadcrumb .item_index {
  padding-left: 24px;
  background: url(../images/zj_zxx_edu/ztbf/icon_index.png) no-repeat left
    center;
}
.xds_m_breadcrumb .item:last-child {
  color: #0e9cf6;
}
.xds_gh_detailPage .wr_infos_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 128px;
  padding: 10px 15px;
  background: url(../images/zj_zxx_edu/xds/wr_infos_wrapBg.png),
    linear-gradient(269.5deg, #00a3ff 0%, #0044c7 100%);
  box-sizing: border-box;
}
.xds_gh_detailPage .wr_infos_wrap .avatar {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 7px solid #277fe9;
  box-sizing: border-box;
}
.xds_gh_detailPage .wr_infos_wrap .avatar img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.xds_gh_detailPage .wr_infos_wrap .ms_des {
  display: flex;
  height: 108px;
  padding: 10px 0;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  margin-left: 9px;
}
.xds_gh_detailPage .ms_des .tit {
  font-size: 18px;
  margin-right: 24px;
}
.xds_gh_detailPage .ms_des .subject {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}
.xds_m_dptit {
  font-size: 18px;
  color: #000;

  font-weight: 600;
}
.xds_gh_detailPage .gh_demandList .item {
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xds_gh_detailPage .act_planList .item {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  /* margin-bottom: 8px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xds_gh_detailPage .act_planList .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.xds_gh_detailPage .act_planList .links {
  color: #38a4ff;
  margin: 0 24px;
}
.xds_gh_detailPage .act_infomList .item_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.xds_gh_detailPage .act_infomList .item {
  width: 24%;
  margin-right: 1%;
  max-width: 318px;
  margin-bottom: 22px;
  overflow: hidden;
}
.xds_gh_detailPage .act_infomList .item:nth-child(4n) {
  margin-right: 0;
}
.xds_gh_detailPage .act_infomList .cover_pic {
  max-width: 318px;
  height: 198px;
}
.xds_gh_detailPage .act_infomList .cover_pic img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.xds_gh_detailPage .act_infomList .actInfom_tit {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-top: 8px;
}
.xds_gh_detailPage .act_infomList .pub_time {
  font-size: 14px;
  color: #888;
  margin-top: 4px;
}
.xds_gh_detailPage .act_infomList .actInfom_tit:hover {
  color: #38a4ff;
}
/* 20221207 鏂板缁勫洟甯壎璇︽儏椤  */

/* 20221219 鏂板 璧勬簮棰戦亾椤  */
.w1368 {
  width: 1368px;
  margin: 0 auto;
}
.xds_resChannel_page {
  background: #f1f8ff;
  padding-bottom: 30px;
}
.xds_res_tab {
  display: flex;
  width: 100%;
  padding: 16px 0;
}
.xds_res_tab .item {
  flex: 1;
  height: 52px;
  line-height: 52px;
  align-items: center;
  text-align: center;
  border-radius: 26px;
}
.xds_res_tab .item > a {
  padding-left: 34px;
  font-size: 20px;
  color: #0085ff;
}
.xds_res_tab .item.jc_item > a {
  background: url(../images/zj_zxx_edu/xds/channel_page/tab_ico1.png) no-repeat
    left center;
}
.xds_res_tab .on.jc_item > a {
  background: url(../images/zj_zxx_edu/xds/channel_page/tab_on_ico1.png)
    no-repeat left center;
}
.xds_res_tab .item.zt_item > a {
  background: url(../images/zj_zxx_edu/xds/channel_page/tab_ico2.png) no-repeat
    left center;
}
.xds_res_tab .on.zt_item > a {
  background: url(../images/zj_zxx_edu/xds/channel_page/tab_on_ico2.png)
    no-repeat left center;
}
.xds_res_tab .item.yx_item > a {
  background: url(../images/zj_zxx_edu/xds/channel_page/tab_ico3.png) no-repeat
    left center;
}
.xds_res_tab .on.yx_item > a {
  background: url(../images/zj_zxx_edu/xds/channel_page/tab_on_ico3.png)
    no-repeat left center;
}
.xds_res_tab .item.on {
  background: linear-gradient(90deg, #1394ff 0%, #65b9ff 100%);
}
.xds_res_tab .item.on > a {
  color: #fff;
}

/* 宸︿晶tree 鏍峰紡璋冩暣 */
.xds_ztree_wrap .ztree * {
  font-size: 16px;
}
.xds_ztree_wrap .ztree li a {
  border: none;
  padding-left: 12px;
}
.xds_ztree_wrap #ztree li a:hover {
  border: none;
  background: none;
  color: #38a4ff;
}
.xds_ztree_wrap #ztree li a.curSelectedNode {
  border: none;
  background: none;
  color: #38a4ff;
  font-weight: normal;
}
.xds_ztree_wrap #ztree li span.button.noline_close {
  width: 16px;
  height: 16px;
  background: url(../images/zj_zxx_edu/xds/channel_page/ztree_close.png)
    no-repeat center;
  background-size: 16px 16px;
}
.xds_ztree_wrap #ztree li span.button.noline_open {
  width: 16px;
  height: 16px;
  background: url(../images/zj_zxx_edu/xds/channel_page/ztree_open.png)
    no-repeat center;
  background-size: 16px 16px;
}
.xds_aside {
  width: 240px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.xds_aside .aside_tit {
  height: 46px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(90deg, #1394ff 0%, #65b9ff 100%);
}
.xds_ztree_wrap {
  padding: 10px 0;
}

.xds_rigt_cont {
  width: 1104px;
}
.xds_top_cont {
  background: #ffffff;
  border-radius: 4px;
}
.xds_sub_tab {
  position: relative;
  margin: 0 22px;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.xds_sub_tab .tab_tit {
  position: absolute;
  left: 0;
  padding: 13px 0;
  color: #333;
  height: 26px;
  line-height: 26px;
}
.xds_sub_tab .tab_list {
  margin-left: 75px;
}
.xds_sub_tab .tab_item {
  display: inline-block;
  padding: 13px 0;
}
.xds_sub_tab .tab_item > a {
  display: inline-block;
  color: #333;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  margin: 0 14px;
  border-radius: 14px;
}
.xds_sub_tab .tab_item.on > a,
.xds_sub_tab .tab_item:hover a {
  color: #fff;
  background: #0085ff;
}
.xds_sub_tab:last-child {
  border-bottom-color: #fff;
}
.xds_art_infosBox {
  background: #fff;
  margin-top: 12px;
  padding: 17px 24px;
  border-radius: 4px;
}
.xds_artInfos_head .rank_item {
  font-size: 14px;
  color: #333;
  padding-right: 21px;
  margin-right: 24px;
}
.xds_artInfos_head .rank_item {
  background: url(../images/zj_zxx_edu/xds/channel_page/ico_arrows.png)
    no-repeat right center;
}
.xds_artInfos_head .rank_count {
  padding-right: 0;
  background: none;
}
.xds_artInfos_head .rank_item:last-child {
  margin-right: 5px;
}
.xds_artInfos_head .r_cont .count_num {
  font-size: 14px;
  margin-right: 18px;
}
.c38A4FF {
  color: #38a4ff;
}
.xds_search_wrap {
  position: relative;
  width: 205px;
  height: 25px;
  border: 1px solid #888888;
  border-radius: 4px;
  overflow: hidden;
  margin-top: -3px;
}
.xds_search_wrap .search_ipt {
  width: 166px;
  height: 25px;
  padding-left: 7px;
  border: none;
  box-sizing: border-box;
}
.xds_search_wrap .search_ipt:focus {
  border: none !important;
}
.xds_search_wrap .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 25px;
  background: #38a4ff url(../images/zj_zxx_edu/xds/channel_page/ico_search.png)
    no-repeat center;
  border: none;
  cursor: pointer;
}
.xds_artInfos_head .qjf_seleautodrop::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
/* .qjf_seleautodrop::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
} */
.xds_artInfos_head .qjf_seleautodrop::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.15);
}
.xds_artInfos_head .qjf_seleautocur {
  box-shadow: none;
  border-radius: 4px;
}
.xds_artInfos_head .qjf_seleautocur p {
  background: url(../images/zj_zxx_edu/xds/channel_page/ico_down.png) no-repeat
    right center;
}
.xds_artInfos_head .qjf_seleautocur.ico_style2 p {
  background: url(../images/zj_zxx_edu/xds/channel_page/ico_up.png) no-repeat
    right center;
}
.xds_artInfos_head .qjf_seleautodiv {
  margin-top: -4px;
}
.xds_artInfos_head .qjf_seleautodrop {
  top: 35px;
  border-radius: 4px;
}
.xds_artInfos_head .qjf_seleautodrop a {
  padding: 0 10px;
}
.xds_artInfos_head .qjf_seleautodrop a:hover {
  background: #e8f6ff;
  color: #0085ff;
}
.xds_art_listBox > .item {
  display: flex;
  padding: 10px 12px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  justify-content: space-between;
  margin-top: 10px;
}
.xds_art_listBox .art_pic {
  width: 62px;
  height: 62px;
  margin-right: 24px;
}
.xds_art_listBox > .item .tit {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  max-width: 630px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.xds_art_listBox > .item .intro {
  max-width: 630px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xds_art_listBox > .item .intro,
.xds_art_listBox > .item .data_count {
  font-size: 12px;
  color: #888;
}
.xds_art_listBox .data_count > .item {
  margin-right: 24px;
}
.xds_art_listBox .infos_source {
  margin-top: 18px;
  font-size: 12px;
}
.xds_art_listBox .infos_source > .item {
  margin-right: 24px;
}
.xds_art_listBox .infos_source .author {
  padding-left: 18px;
  background: url(../images/zj_zxx_edu/xds/channel_page/ico_user.png) no-repeat
    left center;
  background-size: 16px;
}
.xds_tag {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  font-weight: normal;
  border-radius: 20px;
  margin: 0 8px;
}
.xds_tag.jp_tag {
  background: #fe9a44;
}
.xds_tag.ms_tag {
  background: #44cbfe;
}
.c333 {
  color: #333;
}
.xds_art_listBox .grade_outer2 {
  width: 80px;
  height: 15px;
  background: url(../images/zj_zxx_edu/xds/channel_page/star_2.png);
  /* background-size: 18px; */
}
.xds_art_listBox .grade_inner {
  height: 15px;
  background: url(../images/zj_zxx_edu/xds/channel_page/star_1.png);
  /* background-size: 18px; */
}
.xds_art_listBox .rig_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.xds_art_listBox .score_num {
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
  color: #333;
  text-align: right;
}
.xds_download_btn {
  width: 80px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: #0085ff;
  border-radius: 4px;
}
.xds_download_btn:hover {
  opacity: 0.9;
  color: #fff;
}
/* 20221219 鏂板 璧勬簮棰戦亾椤  */

/* 20221222 璋  */
.xds_artInfos_head .rank_item.on {
  color: #38a4ff;
}
/* 20221222 璋  */

/* 20221226 鏂板 鐮斾慨璧勬簮 */
.xds_res_tabCont:last-child .aside_tit {
  text-align: left;
  padding-left: 34px;
}
.xds_asideNav_list {
  padding: 10px 0;
}
.xds_asideNav_list .nav_item {
  height: 46px;
  line-height: 46px;
  padding-left: 34px;
}
.xds_asideNav_list .nav_item > a {
  color: #000;
  font-size: 16px;
}
.xds_asideNav_list .nav_item.on > a,
.xds_asideNav_list .nav_item:hover a {
  color: #38a4ff;
}
/* 20221226 鏂板 鐮斾慨璧勬簮 */

/* 20230103 娴欐睙鍚嶅笀璧勬簮棰戦亾椤甸〉闈㈡牱寮忎紭鍖  閫傞厤  鏂板鏀惰捣灞曞紑*/
.xds_res_tabCont {
  display: flex;
}
/* .xds_rigt_cont {
  width: auto;
  max-width: 1104px;
} */
.xds_aside {
  margin-right: 24px;
  height: max-content;
}
.xds_top_cont {
  position: relative;
}
[name="xdsFunBtn"] {
  position: absolute;
  top: 16px;
  right: 20px;
  padding-right: 20px;
  color: #0085ff;
  font-size: 14px;
}
[name="xdsFunBtn"]:hover {
  color: #0085ff;
}
.xds_pickUp_btn {
  background: url(../images/zj_zxx_edu/xds/v2/ico_pick_up.png) no-repeat right
    center;
}
.xds_unfold_btn {
  background: url(../images/zj_zxx_edu/xds/v2/ico_unfold.png) no-repeat right
    center;
}
.xds_unfold_box {
  padding-top: 16px;
  padding-left: 22px;
  background: #ffffff;
  height: 52px;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
}
.xds_unfold_box .choose_infos .item {
  position: relative;
  font-size: 14px;
  color: #0085ff;
  padding-right: 20px;
}
.xds_unfold_box .choose_infos .item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #0085ff;
  border-radius: 50%;
}
.xds_unfold_box .choose_infos .item:last-child::after {
  display: none;
}
/* 20230103 娴欐睙鍚嶅笀璧勬簮棰戦亾椤甸〉闈㈡牱寮忎紭鍖  閫傞厤 鏂板鏀惰捣灞曞紑*/

/* 20230705 鏂板鏍峰紡 */
.zb_msg_list:hover {
  overflow-y: auto;
}
.zb_msg_list::-webkit-scrollbar {
  width: 4px;
}
.zb_msg_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
/* 20230705 鏂板鏍峰紡 */

/* 缁勫洟甯壎 */
.bgF2F9FF {
  background: #f2f9ff;
}
.sq_infomList {
  height: 625px;
  border-radius: 8px;
  background: #fff;
  padding: 14px 30px 30px;
  box-sizing: border-box;
}
.sq_infomList .item {
  margin-right: 7%;
  margin-bottom: 22px;
  width: 43%;
}
.sq_infomList .item_wrap {
  display: flex;
  flex-wrap: wrap;
}
.sq_tit {
  color: #222;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 14px;
  margin-bottom: 24px;
}
.item_a {
  display: flex;
  height: 86px;
}
.sq_tit2 {
  color: #222;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.item_a2 {
  display: flex;
  height: 159px;
  width: 423.33px;
  margin-bottom: 20px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 12px;
  background: #fff;
  padding: 15px 0px 0px 15px;
  box-shadow: 0px 4px 4px 0px #ececec;
  box-sizing: border-box;
}
.item_a2 .sq_p {
  color: #4aa8ff;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.item_a .sq_p {
  color: #222;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.item_a .pub_time {
  color: #888;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sq_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sq_rank_item {
  height: 667px;
  border-radius: 10px;
  padding: 29px;
  box-sizing: border-box;
  background: linear-gradient(
    219deg,
    #ffe1c6 -5.21%,
    rgba(255, 255, 255, 0) 83.74%
  );
}
.sq_rank_item .mzl_tit {
  /* display: flex;
  justify-content: space-between; */
  height: 26px;
  line-height: 26px;
  color: #888;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}
.sq_bg2 {
  background: #fff url(../images/zj_zxx_edu/ztbf/bg1.png) no-repeat top right;
}
.sq_rank_lsit li {
  display: flex;
  /* justify-content: space-between; */
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #222;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.sq_rank_lsit span {
  display: inline-block;
}
.w8 {
  width: 9%;
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w15 {
  width: 15%;
}
.w25 {
  width: 25%;
}
.sq_honor {
  display: flex;
  align-items: center;
  height: 434px;
  background: url(../images/zj_zxx_edu/ztbf/sq_bg.png) no-repeat;
  background-size: 100% 100%;
}
.sq_flex2 {
  display: flex;
  flex-wrap: wrap;
 
}
.mglr40 {
  margin: 0 40px;
}
.sq_flex2 li {
  width:160px;
  margin-right: 3.4%;
}
.sq_tab_cont .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e5dabf;
}
.sq_notice_wrap {
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 74px;
  border-radius: 8px;
  background: #fff;
}
.sq_notice_wrap .item {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.sq_notice_wrap .item .time {
  color: #888;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sq_top_nav .search_wrap {
  position: relative;
  width: 295px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #e5f3ff;
  border: 1px solid #e5f3ff;
}
.sq_top_nav .search_wrap .search_ipt {
  background: none;
  outline: none;
  border: none;
  /* width: 90%; */
  color: #6f9abe;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;

  padding-left: 20px;
}
.sq_top_nav .search_wrap .icon_search {
  width: 16.093px;
  height: 16.091px;
  transform: scale(1.5);
}
.sq_top_nav .search_wrap .icon_search {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 22px;
  height: 14px;
  cursor: pointer;
  background: url(../images/zj_zxx_edu/xds/v2/icon_search.png) no-repeat center;
}
.sq_flex3 {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
}
.sq_inp {
  width: 230px;
  height: 32px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  font-size: 14px;
  margin-top: -5px;
  background: #fff;
  padding-left: 10px;
  box-sizing: border-box;
}
.mgr0 {
  margin-right: 0px !important;
}
.sq_btn {
  display: block;
  width: 64px;
  margin-top: -4px;
  cursor: pointer;
}

.sq_btn2 {
  margin-top: -4px;
  width: 64px;
  color: #555;
  background-color: #fff;
  border: 1px solid #dee4eb;
  cursor: pointer;
}
.sq_btn2:hover {
  opacity: 0.9;
  color: #555;
}
.sq_demandList {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}
.xds_gh_detailPage .sq_demandList .item {
  line-height: 38px;
}

.sq_bar {
  display: inline-block;
  margin-right: 5px;
  margin-top: 4px;
  width: 3px;
  height: 15px;
  border-radius: 2px;
  background: #0075ff;
}

.xds_gh_detailPage .sq_demandList .item::before {
  border: 3px solid #0057ff;
  background: #fff;
}
.sq_type1 {
  padding: 2px 6px;
  border-radius: 6px;
  color: #06f;
  font-size: 12px;
  border: 1px solid #a4d5ff;
  background: #eaf4ff;
  margin-left: 15px;
}
.sq_type2 {
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid #ffe0a4;
  background: #fff7e6;
  color: #c77800;
  font-size: 12px;
  margin-left: 15px;
}
.sq_type3 {
  padding: 2px 6px;
  color: #4fa647;
  border-radius: 6px;
  border: 1px solid #a1e3b4;

  background: #e4f9e5;
  font-size: 12px;
  margin-left: 15px;
}
.sq_line {
  position: absolute;
  left: 5px;
  top: 24px;
  width: 1px;
  height: 38px;
  background-color: #dedede;
}
.sq_line2 {
  position: absolute;
  left: 5px;
  bottom: 24px;
  width: 1px;
  height: 38px;
  background-color: #dedede;
}
.sq_name {
  font-size: 14px;
  color: #444;
  margin-right: 14px;
}
.sq_ul li {
  width: 317px;
  height: 156px;
  color: #2d5e81;
  border-radius: 8px;
  background: #f7fbff;
  padding: 0 24px;
  box-sizing: border-box;
  margin-bottom: 20px;
  cursor: pointer;
}
.sq_ul li img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
}
.sq_ul li span {
  display: block;
}
.sq_ul li .span1 {
  font-size: 22px;
  font-weight: 500;
}
.sq_ul li .span2 {
  display: inline-block;
  width: 104px;
  height: 27px;
  line-height: 27px;
  border-radius: 13.5px;
  background: #daefff;
  color: #2d5e81;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin: 12px 0;
}
.sq_flex4 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.qjf_zy_sortab .zy_tabtit {
  height: 40px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  background: #f6f6f6;
  text-align: left;
}
.qjf_zy_sortab td {
  color: #000;

  height: 56px;
  line-height: 56px;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.loading-btn {
  color: #0075ff;
  text-align: center;
  cursor: pointer;
  margin-top: 13px;
  font-size: 14px;
}
.sq_loading {
  height: 40px;
  line-height: 40px;
  color: #999;
  text-align: center;
  font-size: 14px;
}
.c4A4A4A {
  color: #4a4a4a;
}
.mgr25 {
  margin-right: 25px;
}
.f28 {
  font-size: 28px;
  margin-top: 4px;
}
.mgr16 {
  margin-right: 16px;
}
.b0 {
  border-radius: 0px !important;
}
.xds_gh_detailPage .act_infomList .sq_cover_pic {
  max-width: 300px;
  height: 200px;
}
.sq_gzsul li {
  height: 206px;
  box-sizing: border-box;
}
.sq_gzsul {
  width: 100%;
}
.sq_gzsul .cover_pic {
  width: 210px;
  height: 160px;
}
.sq_gzsul .item_a .sq_p {
  color: #000;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sq_gzsul .item_a .pub_time {
  color: #414141;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mgl0 {
  margin-left: 0px;
}
.sq_sub_tab .tab_item > a {
  color: #0085ff;
}
.sq_item_wrap li {
  margin-right: 19px;
}
.sq_item_wrap li:nth-child(3n) {
  margin-right: 0px;
}
.sq_infomList .sq_item_wrap li {
  width: 30%;
  margin-right: 4%;
}
.sq_infomList .sq_item_wrap li:nth-child(3n) {
  margin-right: 0px;
}
.s_thead {
  margin-bottom: 20px;
  line-height: 50px;
}
.s_thead th {
  color: #888;
  font-size: 14px;
  text-align: left;
}
.s_tbody tr {
  background: rgba(255, 255, 255, 0.5);
}
.s_tbody td {
  color: #222;
  font-size: 14px;
  height: 48px;
  /* background: rgba(255, 255, 255, 0.50); */
  margin-bottom: 10px;
}
.sq_flex5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sq_rank_lsit em:nth-child(1) {
  width: 80px;
  color: #999;
  font-weight: 600;
  padding-left: 10px;
}

.sq_rank_lsit .td1 em {
  display: block;
  margin-top: 10px;
  width: 28.303px;
  height: 31.998px;
  padding-left: 0px;
  line-height: 36px;
  color: #020f27;
  font-weight: 600;
  text-align: center;
  background: url(../images/zj_zxx_edu/ztbf/j.png) no-repeat center;
}

.sq_rank_lsit .td2 em {
  display: block;
  margin-top: 10px;
  width: 28.303px;
  height: 31.998px;
  line-height: 36px;
  color: #020f27;
  font-weight: 600;
  text-align: center;
  padding-left: 0px;
  background: url(../images/zj_zxx_edu/ztbf/y.png) no-repeat center;
}
.sq_rank_lsit .td3 em {
  display: block;
  margin-top: 10px;
  width: 28.303px;
  height: 31.998px;
  line-height: 36px;
  color: #020f27;
  font-weight: 600;
  padding-left: 0px;
  text-align: center;
  background: url(../images/zj_zxx_edu/ztbf/t.png) no-repeat center;
}
.w150 {
  width: 150px;
}
.w220 {
  width: 220px;
}
.w80 {
  width: 80px;
}
.w200 {
  width: 200px;
}
.w300 {
  width: 300px;
}
.sq_gd {
  color: #4aa8ff;
  font-size: 14px;
  cursor: pointer;
}
.sq_bg3 {
  background: #fff url(../images/zj_zxx_edu/ztbf/bg2.png) no-repeat bottom right;
}

.sq_cases li{
margin-right: 1.5%;
} 

.sq_flex2 li:last-child{
  margin-right: 0px;
}