a {
  text-decoration: none;
  cursor: pointer;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
input:focus {
  outline: none;
}
* {
  margin: 0;
}
body,
html {
  background: #f5f6f9;
}
.ellipsis {
  overflow: hidden;
  /* 隐藏超出宽度的内容 */
  white-space: nowrap;
  /* 禁止文本换行 */
  text-overflow: ellipsis;
  /* 溢出时添加省略号 */
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  /* 显示两行 */
  line-clamp: 2;
  /* 适用于部分浏览器 */
}
.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 3;
  /* 显示两行 */
  line-clamp: 3;
  /* 适用于部分浏览器 */
}
.view_teches {
  margin: 0;
}
.view_teches .teches_head .head_top {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 999;
  justify-content: space-between;
}
.view_teches .teches_head .head_top .E_contentBox_left {
  display: flex;
  max-width: 35%;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_one {
  margin-right: 27px;
  display: flex;
  align-items: center;
  position: relative;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_one .E_contentBox_left_one_p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
  cursor: pointer;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_one .E_shoolNav_box {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.75s ease;
  z-index: 99;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 110px;
  background-color: #fff;
  padding: 0px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_one .E_shoolNav_box li {
  width: 100%;
  text-align: center;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  position: relative;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_one .E_shoolNav_box li a {
  color: #333;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_one .E_shoolNav_box li:hover {
  background-color: #f96b60;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_one .E_shoolNav_box li:hover a {
  color: #FFF;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_two {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_two .icon-liebiao2 {
  margin-right: 8px;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_two .E_contentBox_left_one_p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 50px;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_three {
  display: flex;
  align-items: center;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_three .E_contentBox_left_three_icon {
  display: block;
  width: 13px;
  height: 13px;
  background: url(https://fview.5kjs.com/pc_img/theme/newtheme/newstyle/img/product/E_hrader/icon_01.png) center center no-repeat;
  background-size: 13px;
  margin-right: 8px;
}
.view_teches .teches_head .head_top .E_contentBox_left .E_contentBox_left_three .E_contentBox_left_one_p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 55px;
}
.view_teches .teches_head .head_top #eweima {
  display: flex;
  margin-right: auto;
  margin-left: 192px;
}
.view_teches .teches_head .head_top #eweima a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.view_teches .teches_head .head_top #eweima a:hover .E_kefu_tips_bottom {
  display: block !important;
}
.view_teches .teches_head .head_top #eweima a .E_contentBox_center_img {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.view_teches .teches_head .head_top #eweima a .E_contentBox_center_img img {
  max-width: 17px;
  max-height: 15px;
}
.view_teches .teches_head .head_top #eweima a .E_contentBox_center_p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}
.view_teches .teches_head .head_top #eweima a .E_kefu_tips_bottom {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -33px;
  width: 250px;
  height: 250px;
  color: #666;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 13px #aaa;
  transition: all 200ms;
  border-radius: 20px;
  transform: translate(-50%, -100%);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 35%);
}
.view_teches .teches_head .head_top #eweima a .E_kefu_tips_bottom .E_kefu_tips_box_img {
  width: 200px;
  margin: auto;
  margin-top: 25px;
}
.view_teches .teches_head .head_top #eweima a .E_kefu_tips_bottom .E_kefu_tips_box_img img {
  width: 100%;
  height: auto !important;
}
.view_teches .teches_head .head_top .e_right {
  display: flex;
  align-items: center;
}
.view_teches .teches_head .head_top .e_right a:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}
.view_teches .teches_head .head_top .e_right a:nth-child(2) {
  margin-left: 20px;
}
.view_teches .teches_head .head_top .e_right a {
  display: flex;
  align-items: center;
}
.view_teches .teches_head .head_top .e_right a .E_contentBox_center_img {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.view_teches .teches_head .head_top .e_right a .E_contentBox_center_img img {
  max-width: 17px;
  max-height: 15px;
}
.view_teches .teches_head .head_top .e_right a .E_contentBox_center_p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}
.view_teches .teches_head .head_input {
  width: 100%;
  height: 68px;
  background: #D32F2F;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.view_teches .teches_head .head_input .tshu {
  width: 1400px;
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
}
.view_teches .teches_head .head_input .input_left {
  display: flex;
  align-items: center;
}
.view_teches .teches_head .head_input .input_left .left_logo {
  width: 105px;
  height: 34px;
  display: flex;
  align-items: center;
}
.view_teches .teches_head .head_input .input_left .left_logo img {
  width: 100%;
  height: 100%;
}
.view_teches .teches_head .head_input .search_center {
  margin-left: 59px;
}
.view_teches .teches_head .head_input .search_center .center_list {
  display: flex;
}
.view_teches .teches_head .head_input .search_center .center_list .list_li {
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 65px;
  margin-right: 26px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.view_teches .teches_head .head_input .search_center .center_list .list_li:last-child {
  margin-right: 0;
}
.view_teches .teches_head .head_input .search_center .center_list .list_li:hover {
  position: relative;
}
.view_teches .teches_head .head_input .search_center .center_list .list_li:hover .li_flex {
  display: flex;
}
.view_teches .teches_head .head_input .search_center .center_list .list_li:hover::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background: #FFFFFF;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
}
.view_teches .teches_head .head_input .search_center .center_list .list_li .li_flex {
  position: absolute;
  bottom: -186px;
  display: none;
  left: -25px;
  flex-direction: column;
}
.view_teches .teches_head .head_input .search_center .center_list .list_li .li_flex a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  background-color: #FFF;
  width: 140px;
  text-align: center;
}
.view_teches .teches_head .head_input .search_center .center_list .list_li .li_flex a:hover {
  color: #FFF;
  background-color: #F96B60;
}
.view_teches .teches_head .head_input .input_right {
  margin-left: auto;
}
.view_teches .teches_head .head_input .input_right .right_search {
  display: flex;
  align-items: center;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top {
  display: flex;
  align-items: center;
  width: 222px;
  height: 35px;
  background: #E27373;
  border-radius: 18px;
  border: 1px solid #EFB2B2;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  margin-left: 13px;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_search_input_right_p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right i {
  color: #FFF;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_searchE_shoolNav_box {
  position: absolute;
  display: none;
  background-color: #FFF;
  bottom: -152px;
  left: -10px;
  z-index: 22;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_searchE_shoolNav_box li {
  padding: 4px;
  width: 60px;
  height: 40px;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_searchE_shoolNav_box li:hover {
  background: #F96B60;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_searchE_shoolNav_box li:hover a {
  color: #FFF;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_searchE_shoolNav_box li a {
  font-size: 12px;
  height: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  font-weight: 400;
  color: #333333;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_searchE_shoolNav_boxs {
  display: flex;
  flex-direction: column;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top span {
  width: 1px;
  height: 18px;
  background: #FFFFFF;
  opacity: 0.52;
  margin-left: 5px;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top input {
  width: 120px;
  height: 100%;
  border: none !important;
  background: rgba(0, 0, 0, 0);
  margin-left: 5px;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top input::placeholder {
  color: #FFF;
  opacity: 0.4;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top input[type=text] {
  color: #ffffff;
}
.view_teches .teches_head .head_input .input_right .right_search .E_bottom_head_search_input_top > i {
  margin-left: 5px;
  color: #FFF;
  cursor: pointer;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin {
  display: flex;
  align-items: center;
  margin-left: 54px;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_contentBox_right_portrait {
  width: 24px;
  height: 24px;
  display: flex;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_contentBox_right_portrait img {
  width: 100%;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_contentBox_right_login {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_contentBox_right_login .E_cursor_pointer {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_contentBox_right_login span {
  width: 1px;
  height: 13px;
  background: #FFFFFF;
  opacity: 0.57;
  margin-left: 6px;
  margin-right: 6px;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_islogin_box {
  display: flex;
  height: 40px;
  align-items: center;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_islogin_box .E_head_img {
  width: 34px;
  height: 34px;
  display: flex;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_islogin_box .E_head_img a {
  width: 100%;
  height: 100%;
  display: flex;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_islogin_box .E_head_img a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_islogin_box .E_name {
  display: flex;
  margin-left: 5px;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_islogin_box .E_name .dy_my_new_name {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_islogin_box .E_logout {
  margin-left: 15px;
}
.view_teches .teches_head .head_input .input_right .right_search .search_loin .E_islogin_box .E_logout a {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.view_teches .teches_body {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  margin-top: 14px;
}
.view_teches .teches_body .body_left {
  width: 380px;
  height: 808px;
  background: #FFFFFF;
  border-radius: 10px;
}
.view_teches .teches_body .body_left .left_info {
  padding: 16px;
}
.view_teches .teches_body .body_left .left_info .info_top {
  display: flex;
  align-items: center;
  height: 30px;
}
.view_teches .teches_body .body_left .left_info .info_top .top_img {
  width: 14px;
  height: 12px;
  display: flex;
  box-shadow: 2px 0px 3px 1px rgba(0, 0, 0, 0.02);
}
.view_teches .teches_body .body_left .left_info .info_top .top_img img {
  width: 100%;
}
.view_teches .teches_body .body_left .left_info .info_top .top_indicator {
  width: 330px;
  height: 30px;
  margin-left: 6px;
  overflow: hidden;
  /* 隐藏溢出内容 */
  white-space: nowrap;
  /* 不换行 */
}
.view_teches .teches_body .body_left .left_info .info_top .top_indicators {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #757575;
  line-height: 30px;
  display: inline-block;
  /* 使内容与容器同宽 */
  padding-left: 100%;
  /* 初始位置为容器的右侧 */
  animation: scroll 12s linear infinite;
  /* 运行动画 */
}
.view_teches .teches_body .body_left .left_info .info_swiper,
.view_teches .teches_body .body_left .left_info .swiper-wrapper {
  width: 348px;
  height: 96px;
  border: 1px solid #EAEDF1;
  background: #F4F7FF;
  border-radius: 6px;
  position: relative;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-slide,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-slide {
  width: 348px;
  height: 96px;
  background: #F4F7FF;
  border-radius: 6px;
  display: flex;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-slide .swiper_img,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-slide .swiper_img {
  width: 98px;
  margin-top: 14px;
  margin-left: 6px;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-slide .swiper_img img,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-slide .swiper_img img {
  width: 100%;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-slide .swiper_right,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-slide .swiper_right {
  margin-left: 15px;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-slide .swiper_right .right_title,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-slide .swiper_right .right_title {
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #26313F;
  line-height: 25px;
  margin-top: 15px;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-slide .swiper_right .right_text,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-slide .swiper_right .right_text {
  width: 216px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #636673;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-slide .swiper_right .right_shiting,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-slide .swiper_right .right_shiting {
  display: flex;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #F8323C;
  margin-top: 9px;
  align-items: center;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-slide .swiper_right .right_shiting i,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-slide .swiper_right .right_shiting i {
  font-size: 14px;
  margin-left: 0;
  margin-right: 5px;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-button-prev,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-button-prev {
  width: 13px;
  height: 21px;
  background: #93959971;
  border-radius: 0px 3px 3px 0px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-button-prev::after,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-button-prev::after {
  font-size: 12px;
  color: #FFF;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-button-next,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-button-next {
  width: 13px;
  height: 21px;
  background: #93959971;
  border-radius: 3px 0px 0px 3px;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.view_teches .teches_body .body_left .left_info .info_swiper .swiper-button-next::after,
.view_teches .teches_body .body_left .left_info .swiper-wrapper .swiper-button-next::after {
  font-size: 12px;
  color: #FFF;
}
.view_teches .teches_body .body_left .left_info .info_zix {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_left .left_gonggao {
  width: 118px;
  height: 40px;
  background: #F4F1FF;
  border-radius: 5px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #39296D;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  margin-bottom: 6px;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_left .left_gonggao .gonggao_img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_left .left_gonggao .gonggao_img img {
  width: 100%;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_left .le_zil {
  background: #EFF5FF;
  color: #39296D;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_left .le_zce {
  background: #EEF4FF;
  color: #153261;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_left .le_zin {
  background: #FFF6F2;
  color: #153261;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_right {
  width: 100px;
  height: 86px;
  background: #FFF4F4;
  border-radius: 5px;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_right .gonggao_img {
  width: 44px;
  height: 43px;
  margin: 0 auto;
  margin-top: 12px;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_right .gonggao_img img {
  width: 100%;
}
.view_teches .teches_body .body_left .left_info .info_zix .zix_right p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #510D11;
  text-align: center;
  margin-top: 7px;
}
.view_teches .teches_body .body_left .left_rli {
  width: 380px;
  height: 95px;
  overflow: hidden;
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_08.png') center center no-repeat;
  background-size: 100% 100%;
  padding: 16px;
}
.view_teches .teches_body .body_left .left_rli .rli_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_body .body_left .left_rli .rli_top .top_logo {
  width: 132px;
  height: 25px;
}
.view_teches .teches_body .body_left .left_rli .rli_top .top_logo img {
  width: 100%;
}
.view_teches .teches_body .body_left .left_rli .rli_top .top_time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4F4F4F;
}
.view_teches .teches_body .body_left .left_rli .rli_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.view_teches .teches_body .body_left .left_rli .rli_bottom .bottom_right {
  width: 108px;
  position: relative;
}
.view_teches .teches_body .body_left .left_rli .rli_bottom .bottom_right:last-child::after {
  display: none !important;
}
.view_teches .teches_body .body_left .left_rli .rli_bottom .bottom_right::after {
  content: '';
  display: block;
  position: absolute;
  right: -6px;
  top: -35px;
  bottom: 0;
  margin: auto;
  border-left: 2px dashed #eeeeee;
  /* border-right: 2px dashed #000; */
  height: 32px;
}
.view_teches .teches_body .body_left .left_rli .rli_bottom .bottom_right > p:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.view_teches .teches_body .body_left .left_rli .rli_bottom .bottom_right > p:nth-child(2) {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top {
  width: 381px;
  background: #F3F3F3;
  padding-top: 20px;
  display: flex;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_list {
  display: flex;
  margin-left: 15px;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_list .list_name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin-right: 24px;
  padding-bottom: 20px;
  cursor: pointer;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_list .list_name_active {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #F8323C;
  position: relative;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_list .list_name_active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  width: 32px;
  height: 3px;
  background: #F8323C;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_dingyuang {
  width: 54px;
  height: 21px;
  background: #F8323C;
  border-radius: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_dingyuang i {
  font-size: 12px;
  margin-left: 1.5px;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_dingyuang .E_calendar_tab_center_my-subscrib {
  width: 450px;
  left: -252px;
  position: absolute;
  top: 50px;
  z-index: 999;
  background-color: #FFF;
  border-radius: 0 0 0.4rem 0.4rem;
  box-shadow: 0px 4px 3px 1px rgba(0, 0, 0, 0.04);
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_dingyuang .E_calendar_tab_center_my-subscrib::before {
  content: '';
  position: absolute;
  right: 2.2rem;
  top: -1rem;
  width: 0px;
  height: 0px;
  border-width: 0.6rem;
  border-style: solid;
  border-color: transparent transparent #FFF transparent;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_dingyuang .E_calendar_tab_center_my-subscrib .E_calendar_tab_center_my-subscrib_top {
  padding: 19px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_top .top_dingyuang .E_calendar_tab_center_my-subscrib .E_calendar_tab_center_my-subscrib_top > div {
  display: flex;
  width: 35%;
  line-height: 10px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: relative;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom {
  width: 381px;
  height: 380px;
  background: #FFFBFB;
  border-radius: 0px 0px 10px 10px;
  position: relative;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li {
  width: 348px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li > div {
  width: 380px;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li > div > p {
  width: 90px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li .li_body {
  display: flex;
  margin-bottom: 13px;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li .li_body:hover p {
  text-decoration: underline !important;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li .li_body p {
  width: 170px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li .li_body div {
  width: 65px;
  margin-left: 5px;
  height: 21px;
  background: #FFF2E3;
  border-radius: 11px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #CD7C2F;
  text-align: center;
  line-height: 21px;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border: 2px solid #FF403A;
  border-radius: 20px;
  position: absolute;
  left: -15px;
  top: 27px;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottom_li::before {
  content: '';
  width: 1px;
  background: #E1E1E1;
  border-radius: 20px;
  position: absolute;
  left: -12px;
  top: 39px;
  height: calc(100% - 20px);
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottomA {
  width: 348px;
  margin: 0 auto;
  margin-top: 14px;
  height: 38px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #CD7C2F;
  line-height: 20px;
  cursor: pointer;
  background: #FFF2E3;
  border-radius: 2px;
}
.view_teches .teches_body .body_left .left_zhaopi .zhaopi_bottom .bottomA i {
  font-size: 12px;
  margin-top: 3px;
}
.view_teches .teches_body .body_center {
  width: 614px;
  height: 808px;
  background: #FFFFFF;
  border-radius: 10px;
}
.view_teches .teches_body .body_center .centrer_banner {
  width: 613px;
  height: 245px;
  border-radius: 10px;
  overflow: hidden;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-wrapper,
.view_teches .teches_body .body_center .centrer_banner .swiper-slide {
  width: 613px;
  height: 245px;
  background: #FFFFFF;
  border-radius: 10px;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-wrapper a,
.view_teches .teches_body .body_center .centrer_banner .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-wrapper a img,
.view_teches .teches_body .body_center .centrer_banner .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-wrapper a div,
.view_teches .teches_body .body_center .centrer_banner .swiper-slide a div {
  position: absolute;
  bottom: 0;
  width: 613px;
  height: 77px;
  border-radius: 0px 0px 10px 10px;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-wrapper a div span,
.view_teches .teches_body .body_center .centrer_banner .swiper-slide a div span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #F9F9F9;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-button-prev {
  width: 33px;
  height: 41px;
  background: #93959971;
  border-radius: 0px 6px 6px 0px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-button-prev::after {
  font-size: 16px;
  color: #FFF;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-button-next {
  width: 33px;
  height: 41px;
  background: #93959971;
  border-radius: 6px 0px 0px 6px;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-button-next::after {
  font-size: 16px;
  color: #FFF;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-pagination {
  text-align: right;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 0.45;
}
.view_teches .teches_body .body_center .centrer_banner .swiper-pagination-bullet-active {
  width: 39px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
}
.view_teches .teches_body .body_center .centrer_zhaopi {
  margin-top: 37px;
  height: 160px;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi_top {
  display: flex;
  padding: 0 23px;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi_top .top_img {
  width: 86px;
  height: 21px;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi_top .top_img img {
  width: 100%;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi_top .top_more {
  width: 67px;
  height: 23px;
  background: #FDF6EF;
  border-radius: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #A66D54;
  text-align: center;
  line-height: 23px;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi-body {
  margin-top: 23px;
  padding: 0 23px;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi-body .body_title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #3A3D4B;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi-body .body_title:hover {
  text-decoration: underline;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi-body .body-list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 88px;
  overflow: hidden;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi-body .body-list .list-txt {
  display: flex;
  width: 50%;
  margin-bottom: 10px;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi-body .body-list .list-txt:hover .text-ti {
  text-decoration: underline;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi-body .body-list .list-txt .text-span {
  width: 64px;
  height: 20px;
  background: #F1F1F4;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #646482;
  text-align: center;
  line-height: 20px;
  margin-right: 8px;
}
.view_teches .teches_body .body_center .centrer_zhaopi .zhaopi-body .body-list .list-txt .text-ti {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4F4F4F;
  width: 200px;
}
.view_teches .teches_body .body_center .centrer_bannrs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px;
  margin-top: 20px;
}
.view_teches .teches_body .body_center .centrer_bannrs img {
  width: 274px;
  height: 133px;
  border-radius: 4px;
}
.view_teches .teches_body .body_right {
  width: 382px;
  height: 808px;
  background: #FFFFFF;
  border-radius: 10px;
}
.view_teches .teches_body .body_right .right_tj .tj_top {
  display: flex;
  align-items: center;
  padding-top: 27px;
}
.view_teches .teches_body .body_right .right_tj .tj_top .top_left {
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.view_teches .teches_body .body_right .right_tj .tj_top .top_left .left_img {
  width: 28px;
  height: 22px;
  margin-right: 7px;
}
.view_teches .teches_body .body_right .right_tj .tj_top .top_left .left_img img {
  width: 100%;
}
.view_teches .teches_body .body_right .right_tj .tj_top .top_left div {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.view_teches .teches_body .body_right .right_tj .tj_top .top-zpi {
  width: 95px;
  height: 32px;
  background: #FFEDEB;
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-left: 8px;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.view_teches .teches_body .body_right .right_tj .tj_top .top-zpi span {
  color: #f51e29;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li {
  margin: 0 auto;
  margin-top: 10px;
  width: 353px;
  height: 128px;
  overflow: hidden;
  background: #F9FAFE;
  border-radius: 10px;
  padding: 7px;
  display: flex;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li .li_img {
  width: 154px;
  height: 115px;
  border-radius: 10px;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li .li_img img {
  width: 100%;
  height: 100%;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li .li-right {
  margin-left: 18px;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li .li-right .right-title {
  width: 158px;
  height: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #3D3E3F;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li .li-right .right-futitle {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #77798D;
  margin-top: 10px;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li .li-right .right-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  align-items: center;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li .li-right .right-flex .flex-span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #77798D;
}
.view_teches .teches_body .body_right .right_tj .tj-kecheng .kecheng_li .li-right .right-flex .flex-right {
  width: 69px;
  height: 26px;
  background: linear-gradient(90deg, #F22221, #F65537);
  border-radius: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
}
.view_teches .teches_goju {
  width: 1400px;
  height: 112px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 12px;
}
.view_teches .teches_goju .goju-list {
  width: 1400px;
  height: 112px;
  display: flex;
  align-items: center;
}
.view_teches .teches_goju .goju-list .list-item {
  width: 242px !important;
  height: 80px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #F1F2F3;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  margin-top: 17px;
  cursor: pointer;
}
.view_teches .teches_goju .goju-list .list-item:nth-child(1) {
  margin-left: 24px;
}
.view_teches .teches_goju .goju-list .list-item .item-img {
  width: 45px;
  height: 45px;
  background: #F5F8FA;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}
.view_teches .teches_goju .goju-list .list-item .item-img img {
  width: 40px;
  height: 40px;
}
.view_teches .teches_goju .goju-list .list-item .item-right {
  margin-left: 20px;
}
.view_teches .teches_goju .goju-list .list-item .item-right .right-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  display: flex;
  height: 20px;
  line-height: 20px;
  align-items: flex-end;
}
.view_teches .teches_goju .goju-list .list-item .item-right .right-title .E_tool_item_info_title_go {
  width: 29px;
  height: 12px;
  background: #F8323C;
  border-radius: 2px;
  display: flex;
  margin-left: 5px;
}
.view_teches .teches_goju .goju-list .list-item .item-right .right-title .E_tool_item_info_title_go img {
  width: 100%;
  height: 100%;
}
.view_teches .teches_goju .goju-list .list-item .item-right .right-span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #B2B2B2;
  margin-top: 9px;
}
.view_teches .teches_goju .goju-list .swiper-button-prev::after {
  content: '';
  width: 20px;
  height: 30px;
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_13.png') center center no-repeat;
  background-size: 20px 30px;
  display: block;
}
.view_teches .teches_goju .goju-list .swiper-button-next::after {
  content: '';
  width: 20px;
  height: 30px;
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_16.png') center center no-repeat;
  background-size: 20px 30px;
  display: block;
}
.view_teches .teches_goju .goju-list .swiper-button-prev,
.view_teches .teches_goju .goju-list .swiper-rtl .swiper-button-next {
  left: -3px;
}
.view_teches .teches_goju .goju-list .swiper-button-next,
.view_teches .teches_goju .goju-list .swiper-rtl .swiper-button-prev {
  right: -4px;
}
.view_teches .teches_renm {
  width: 1400px;
  margin: 0 auto;
  margin-top: 44px;
}
.view_teches .teches_renm .renm_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_renm .renm_img > div {
  display: flex;
  align-items: center;
}
.view_teches .teches_renm .renm_img img {
  width: 30px;
  height: 20px;
  margin-right: 6px;
}
.view_teches .teches_renm .renm_img p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.view_teches .teches_renm .renm_img a {
  width: 67px;
  height: 23px;
  background: #FDF6EF;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #A66D54;
  text-align: center;
  line-height: 23px;
}
.view_teches .teches_renm .renm_list {
  width: 1400px;
  height: 268px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 23px;
  padding: 16px;
}
.view_teches .teches_renm .renm_list .list_item {
  width: 330px !important;
  margin-right: 16px;
}
.view_teches .teches_renm .renm_list .list_item .item_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 32px;
  background: #F3F5F7;
  border-radius: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin: 0 auto;
  margin-top: 4px;
  position: relative;
}
.view_teches .teches_renm .renm_list .list_item .item_top::after {
  content: '';
  display: block;
  position: absolute;
  right: -130px;
  width: 114px;
  height: 1px;
  background: #E7EBF0;
}
.view_teches .teches_renm .renm_list .list_item .item_body {
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_19.png') center center no-repeat;
  width: 330px;
  height: 130px;
  background-size: 330px 130px;
  margin-top: 19px;
  position: relative;
  overflow: hidden;
}
.view_teches .teches_renm .renm_list .list_item .item_body span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 25px;
  background: #FFF1E6;
  border-radius: 8px 0px 8px 0px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FF6000;
  text-align: center;
  line-height: 25px;
}
.view_teches .teches_renm .renm_list .list_item .item_body .body_flex {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.view_teches .teches_renm .renm_list .list_item .item_body .body_flex .flex_left {
  width: 80px;
  height: 80px;
  background: #FBFDFF;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-left: 20px;
  margin-top: 5px;
}
.view_teches .teches_renm .renm_list .list_item .item_body .body_flex .flex_left img {
  width: 100%;
  height: 100%;
}
.view_teches .teches_renm .renm_list .list_item .item_body .body_flex .flex_right {
  margin-left: 10px;
}
.view_teches .teches_renm .renm_list .list_item .item_body .body_flex .flex_right h2 {
  width: 193px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.view_teches .teches_renm .renm_list .list_item .item_body .body_flex .flex_right p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #636673;
  margin-top: 17px;
}
.view_teches .teches_renm .renm_list .list_item .item_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.view_teches .teches_renm .renm_list .list_item .item_bottom p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}
.view_teches .teches_renm .renm_list .list_item .item_bottom p span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-left: 12px;
}
.view_teches .teches_renm .renm_list .list_item .item_bottom .bottom_price {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #F8323C;
}
.view_teches .teches_renm .renm_list .list_item .item_bottom div {
  width: 84px;
  height: 28px;
  background: linear-gradient(90deg, #F22221, #F65537);
  border-radius: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
}
.view_teches .teches_renm .renm_list .list_item .item_bottom .bottom_yuy {
  width: 104px;
  height: 28px;
  background: #F3F3F3;
  border-radius: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #7E7E7E;
}
.view_teches .teches_renm .renm_list .list_item .item_bottom .bottom_huif {
  width: 84px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 13px;
  border: 1px solid #F8323C;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #F8323C;
}
.view_teches .teches_renm .renm_list .list_item:last-child .item_top::after {
  display: none;
}
.view_teches .teches_renm .renm_list .list_dt .item_top {
  background: #FFEBEB;
  color: #F8323C;
  font-weight: bold;
}
.view_teches .teches_renm .renm_list .list_dt .item_body {
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_18.png') center center no-repeat;
  width: 330px;
  height: 130px;
  background-size: 330px 130px;
}
.view_teches .teches_renm .swiper-button-prev::after {
  content: '';
  width: 20px;
  height: 30px;
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_13.png') center center no-repeat;
  background-size: 20px 30px;
  display: block;
}
.view_teches .teches_renm .swiper-button-next::after {
  content: '';
  width: 20px;
  height: 30px;
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_16.png') center center no-repeat;
  background-size: 20px 30px;
  display: block;
}
.view_teches .teches_renm .swiper-button-prev,
.view_teches .teches_renm .swiper-rtl .swiper-button-next {
  left: -3px;
}
.view_teches .teches_renm .swiper-button-next,
.view_teches .teches_renm .swiper-rtl .swiper-button-prev {
  right: -4px;
}
.view_teches .teches_wangke {
  width: 1400px;
  margin: 0 auto;
  margin-top: 44px;
}
.view_teches .teches_wangke .renm_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_wangke .renm_img > div {
  display: flex;
  align-items: center;
}
.view_teches .teches_wangke .renm_img img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
.view_teches .teches_wangke .renm_img p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.view_teches .teches_wangke .renm_img a {
  width: 67px;
  height: 23px;
  background: #FDF6EF;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #A66D54;
  text-align: center;
  line-height: 23px;
}
.view_teches .teches_wangke .wangke_fge {
  width: 1400px;
  height: 696px;
  border-radius: 10px;
  margin-top: 21px;
  background: #FFFFFF url('https://fview.5kjs.com/pc_img/home_xin/icon_21.png') top right no-repeat;
  background-size: 650px 274px;
  background-position-y: -10px;
  display: flex;
  padding: 34px 24px;
  justify-content: space-between;
}
.view_teches .teches_wangke .wangke_fge .fge_left {
  width: 920px;
}
.view_teches .teches_wangke .wangke_fge .fge_left .left_tab {
  display: flex;
  align-items: center;
}
.view_teches .teches_wangke .wangke_fge .fge_left .left_tab .tab_item {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #77798D;
  padding-bottom: 15px;
  margin-right: 29px;
  cursor: pointer;
}
.view_teches .teches_wangke .wangke_fge .fge_left .left_tab .tab_active {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #202228;
  position: relative;
}
.view_teches .teches_wangke .wangke_fge .fge_left .left_tab .tab_active::after {
  content: '';
  display: block;
  width: 16px;
  height: 4px;
  background: #F8323C;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.view_teches .teches_wangke .wangke_fge .left_body {
  margin-top: 20px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex {
  display: flex;
  justify-content: space-between;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item {
  width: 446px;
  height: 208px;
  background: #FFFFFF;
  box-shadow: 1px 3px 20px 0px rgba(0, 4, 55, 0.07);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_img {
  width: 150px;
  height: 187px;
  margin-top: 21px;
  position: relative;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_img > img {
  width: 100%;
  height: 100%;
  border-radius: 0  0  0 10px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_img .img_icons {
  width: 76px;
  height: 25px;
  background: #3e4c679f;
  border-radius: 0px 14px 14px 0px;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_img .img_icons > img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title {
  width: 270px;
  margin-top: 21px;
  height: 187px;
  margin-right: 20px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title > p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  height: 42px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_span {
  display: flex;
  margin-top: 13px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_span > span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  margin-right: 27px;
  position: relative;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_span > span::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #EEEEEE;
  position: absolute;
  right: -14px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_span > span:last-child::after {
  display: none;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_price {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_price > p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #F22322;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_price > p span {
  font-weight: 400;
  font-size: 14px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_price > span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #ABABAB;
  text-decoration-line: line-through;
  margin-left: 5px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_price > div {
  width: 82px;
  height: 21px;
  background: #FFF2E3;
  border-radius: 3px;
  font-family: PingFang SC;
  font-size: 12px;
  color: #CD7C2F;
  text-align: center;
  line-height: 21px;
  margin-left: 5px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_bottom > div:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #9598a2;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_bottom > div:nth-child(1) span {
  color: #F22322;
}
.view_teches .teches_wangke .wangke_fge .left_body .body_flex .flex_item .item_title .title_bottom > div:nth-child(2) {
  width: 69px;
  height: 26px;
  background: linear-gradient(90deg, #F22221, #F65537);
  border-radius: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
}
.view_teches .teches_wangke .wangke_fge .left_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item {
  width: 288px;
  height: 342px;
  background: #FFFFFF;
  box-shadow: 1px 2px 25px 2px rgba(0, 4, 55, 0.07);
  border-radius: 10px;
  padding: 13px;
  margin-right: 28px;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item:last-child {
  margin-right: 0;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item .item_img {
  width: 262px;
  height: 196px;
  border-radius: 8px;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item .item_img img {
  width: 100%;
  height: 100%;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  height: 38px;
  color: #202228;
  margin-top: 14px;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item > span {
  width: 82px;
  height: 21px;
  background: #FFF2E3;
  border-radius: 3px;
  text-align: center;
  line-height: 21px;
  font-family: PingFang SC;
  font-size: 12px;
  color: #CD7C2F;
  margin-top: 10px;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item > .item_pice {
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item > .item_pice > div:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #F8323C;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item > .item_pice > div:nth-child(1) span {
  font-size: 12px;
}
.view_teches .teches_wangke .wangke_fge .left_bottom .bottom_item > .item_pice > div:nth-child(2) {
  width: 69px;
  height: 26px;
  background: linear-gradient(90deg, #F22221, #F65537);
  border-radius: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
}
.view_teches .teches_wangke .wangke_fge .fge_right {
  margin-left: 31px;
  width: 407px;
  height: 620px;
  padding-top: 54px;
  overflow-y: hidden;
}
.view_teches .teches_wangke .wangke_fge .fge_right .right_list {
  margin-top: 15px;
}
.view_teches .teches_wangke .wangke_fge .fge_right .right_list .list_item {
  width: 405px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 14px;
  padding-top: 15px;
  border-bottom: 2px dashed #F3F3F3;
}
.view_teches .teches_wangke .wangke_fge .fge_right .right_list .list_item span {
  width: 41px;
  height: 22px;
  display: block;
  background: #FCF7ED;
  border-radius: 3px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #D97E38;
  text-align: center;
  line-height: 22px;
}
.view_teches .teches_wangke .wangke_fge .fge_right .right_list .list_item p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 332px;
}
.view_teches .teches_wangke .wangke_fge .fge_right .right_list .list_item i {
  font-size: 18px;
  margin-top: 4px;
}
.view_teches .teches_wangke .wangke_fge .fge_right .right_list .list_item:hover p {
  text-decoration: underline;
}
.view_teches .teches_jingbi {
  width: 1400px;
  margin: 0 auto;
  margin-top: 44px;
}
.view_teches .teches_jingbi .renm_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_jingbi .renm_img > div {
  display: flex;
  align-items: center;
}
.view_teches .teches_jingbi .renm_img img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
.view_teches .teches_jingbi .renm_img p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.view_teches .teches_jingbi .renm_img a {
  width: 67px;
  height: 23px;
  background: #FDF6EF;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #A66D54;
  text-align: center;
  line-height: 23px;
}
.view_teches .teches_jingbi .jingbi_fge {
  width: 1400px;
  height: 238px;
  background: #FFFFFF url('https://fview.5kjs.com/pc_img/home_xin/icon_24.png') top right no-repeat;
  background-size: 650px 242px;
  border-radius: 10px;
  background-position-y: -10px;
  margin-top: 20px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item {
  width: 434px;
  height: 190px;
  background: #FFFFFF;
  box-shadow: -1px 2px 18px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 1px solid #EBF0F8;
  margin-right: 25px;
  padding: 18px;
  display: flex;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item:last-child {
  margin-right: 0;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_left {
  width: 205px;
  height: 153px;
  background: #F4F8FF;
  border-radius: 5px;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_left img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_right {
  margin-left: 13px;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_right > p {
  width: 177px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_right > span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #B0AEAE;
  margin-top: 18px;
  display: block;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_right .right_yhq {
  width: 96px;
  height: 25px;
  background: #FFF2E3;
  border-radius: 3px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #CD7C2F;
  text-align: center;
  margin-top: 16px;
  line-height: 25px;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_right .right_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_right .right_flex > span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #B0AEAE;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_right .right_flex > div {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #F22322;
}
.view_teches .teches_jingbi .jingbi_fge .fge_item .item_right .right_flex > div span {
  font-size: 12px;
}
.view_teches .teches_ske {
  width: 1400px;
  margin: 0 auto;
  margin-top: 44px;
}
.view_teches .teches_ske .renm_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_ske .renm_img > div {
  display: flex;
  align-items: center;
}
.view_teches .teches_ske .renm_img img {
  width: 22px;
  height: 28px;
  margin-right: 6px;
}
.view_teches .teches_ske .renm_img p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.view_teches .teches_ske .renm_img a {
  width: 67px;
  height: 23px;
  background: #FDF6EF;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #A66D54;
  text-align: center;
  line-height: 23px;
}
.view_teches .teches_ske .ske_list {
  width: 1400px;
  height: 371px;
  border-radius: 10px;
  background-position-y: -10px;
  margin-top: 20px;
  display: flex;
}
.view_teches .teches_ske .ske_list .list_item {
  width: 270px !important;
  height: 371px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 12px;
}
.view_teches .teches_ske .ske_list .list_item .item_img {
  width: 270px;
  height: 305px;
  background: radial-gradient(circle, #F3F6FA, #DDE1EA);
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.view_teches .teches_ske .ske_list .list_item .item_img > img {
  height: 92%;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px 10px 0px 0px;
}
.view_teches .teches_ske .ske_list .list_item .item_img .img_szhi {
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #7F3F0F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 30px;
  background: #FFF2E5;
  border-radius: 15px;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
.view_teches .teches_ske .ske_list .list_item .item_img .img_szhi img:nth-child(1) {
  width: 25px;
  height: 26px;
  margin-right: 4px;
}
.view_teches .teches_ske .ske_list .list_item .item_img .img_szhi img:nth-child(2) {
  width: 14px;
  height: 11px;
  margin-left: 5px;
}
.view_teches .teches_ske .ske_list .list_item .item_title {
  display: flex;
  align-items: center;
  height: 62px;
}
.view_teches .teches_ske .ske_list .list_item .item_title p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #242F3E;
  margin-right: 7px;
  margin-left: 18px;
}
.view_teches .teches_ske .ske_list .list_item .item_title span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #53586C;
}
.view_teches .teches_ske .swiper-button-prev::after {
  content: '';
  width: 20px;
  height: 30px;
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_13.png') center center no-repeat;
  background-size: 20px 30px;
  display: block;
}
.view_teches .teches_ske .swiper-button-next::after {
  content: '';
  width: 20px;
  height: 30px;
  background: url('https://fview.5kjs.com/pc_img/home_xin/icon_16.png') center center no-repeat;
  background-size: 20px 30px;
  display: block;
}
.view_teches .teches_ske .swiper-button-prev,
.view_teches .teches_ske .swiper-rtl .swiper-button-next {
  left: -3px;
}
.view_teches .teches_ske .swiper-button-next,
.view_teches .teches_ske .swiper-rtl .swiper-button-prev {
  right: -4px;
}
.view_teches .teches_wqkt {
  width: 1400px;
  margin: 0 auto;
  margin-top: 44px;
}
.view_teches .teches_wqkt .renm_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_wqkt .renm_img > div {
  display: flex;
  align-items: center;
}
.view_teches .teches_wqkt .renm_img img {
  width: 26px;
  height: 24px;
  margin-right: 6px;
}
.view_teches .teches_wqkt .renm_img p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.view_teches .teches_wqkt .renm_img a {
  width: 67px;
  height: 23px;
  background: #FDF6EF;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #A66D54;
  text-align: center;
  line-height: 23px;
}
.view_teches .teches_wqkt .wqkt_list {
  width: 1399px;
  height: 450px;
  background: #FFFFFF url('https://fview.5kjs.com/pc_img/home_xin/icon_30.png') top right no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 48px;
  margin-top: 21px;
}
.view_teches .teches_wqkt .wqkt_list p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #3A3D4B;
  display: flex;
}
.view_teches .teches_wqkt .wqkt_list p img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.view_teches .teches_wqkt .wqkt_list .list_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.view_teches .teches_wqkt .wqkt_list .list_flex .flex_div {
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  border-radius: 10px;
}
.view_teches .teches_wqkt .wqkt_list .list_flex .flex_div img {
  width: 233px;
  height: 156px;
  margin-bottom: 16px;
  margin-right: 16px;
  border-radius: 10px;
}
.view_teches .teches_wqkt .wqkt_list .list_flex .flex_right {
  width: 542px;
  height: 326px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.view_teches .teches_wqkt .wqkt_list .list_flex .flex_right img {
  width: 100%;
  height: 100%;
}
.view_teches .zong {
  width: 1400px;
  margin: 0 auto;
  margin-top: 44px;
  display: flex;
}
.view_teches .teches_gy {
  width: 780px;
}
.view_teches .teches_gy .renm_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_gy .renm_img > div {
  display: flex;
  align-items: center;
}
.view_teches .teches_gy .renm_img img {
  width: 26px;
  height: 24px;
  margin-right: 6px;
}
.view_teches .teches_gy .renm_img p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.view_teches .teches_gy .renm_img a {
  width: 67px;
  height: 23px;
  background: #FDF6EF;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #A66D54;
  text-align: center;
  line-height: 23px;
}
.view_teches .teches_gy .gy_list {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
.view_teches .teches_gy .gy_list .list_img {
  width: 452px;
  height: 368px;
  background: #FFFFFF;
  border-radius: 10px;
}
.view_teches .teches_gy .gy_list .list_right .right_item {
  width: 296px;
  height: 84px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 13px 14px 18px 18px;
  margin-bottom: 10px;
}
.view_teches .teches_gy .gy_list .list_right .right_item .item_title > span {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 14px;
  color: #333333;
}
.view_teches .teches_gy .gy_list .list_right .right_item .item_title > p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 27px;
  color: #333333;
  display: flex;
}
.view_teches .teches_gy .gy_list .list_right .right_item .item_title > p > span {
  font-size: 14px;
  line-height: 45px;
  margin-left: 5px;
}
.view_teches .teches_gy .gy_list .list_right .right_item .item_img {
  width: 52px;
  height: 52px;
  background: #fff2f28e;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view_teches .teches_gy .gy_list .list_right .right_item .item_img img {
  width: 25px;
  height: 25px;
}
.view_teches .teches_qy {
  width: 608px;
  margin-left: 14px;
}
.view_teches .teches_qy .renm_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view_teches .teches_qy .renm_img > div {
  display: flex;
  align-items: center;
}
.view_teches .teches_qy .renm_img img {
  width: 26px;
  height: 24px;
  margin-right: 6px;
}
.view_teches .teches_qy .renm_img p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.view_teches .teches_qy .renm_img a {
  width: 67px;
  height: 23px;
  background: #FDF6EF;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #A66D54;
  text-align: center;
  line-height: 23px;
}
.view_teches .teches_qy .qy_list {
  width: 622px;
  height: 368px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
}
.view_teches .teches_qy .qy_list .list_title {
  display: flex;
  padding: 24px;
  padding-bottom: 0;
}
.view_teches .teches_qy .qy_list .list_title .title_img {
  width: 112px;
  height: 75px;
  background: #202228;
  border-radius: 5px;
}
.view_teches .teches_qy .qy_list .list_title .title_img img {
  width: 100%;
  height: 100%;
}
.view_teches .teches_qy .qy_list .list_title .title_p {
  width: 449px;
  margin-left: 9px;
}
.view_teches .teches_qy .qy_list .list_title .title_p p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #202228;
}
.view_teches .teches_qy .qy_list .list_title .title_p span {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 12px;
  color: #747474;
  margin-top: 14px;
}
.view_teches .teches_qy .qy_list .list_xm {
  height: 255px;
  overflow: hidden;
  padding: 0 24px;
}
.view_teches .teches_qy .qy_list .list_xm .xm_item {
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.view_teches .teches_qy .qy_list .list_xm .xm_item .E_dynamic_box_left_ico {
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  background: url(https://fview.5kjs.com/pc_img/theme/newtheme/newstyle/img/product/icon/jingto.png) center center no-repeat;
  margin-top: 1px;
  margin-right: 5px;
}
.view_teches .teches_qy .qy_list .list_xm .xm_item .E_dynamic_box_content {
  width: 555px;
  height: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}
.view_teches .teches_qy .qy_list .list_xm .xm_item .E_dynamic_box_content:hover {
  text-decoration: underline;
}
.teches_body {
  display: flex;
}
.E_calendar_tab_center_my-subscrib_top_span {
  width: 1px;
  height: 12px;
  display: block;
  background: #DDDDDD;
}
.E_calendar_tab_center_my-subscrib_top_p,
.E_calendar_tab_center_my-subscrib_top_one_p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  margin-right: 14px;
  text-align: center;
  position: absolute;
  width: 75px;
}
.E_calendar_tab_center_my-subscrib .E_calendar_tab_center_my-subscrib_top > div .icon-sanjiaoxiabiaozhengfangxing {
  font-size: 12px;
  color: #B3B3B3;
  height: 16px;
  margin-left: 14px;
  position: absolute;
  right: 18px;
  margin-top: 8px;
}
.E_calendar_tab_center_my-subscrib_button {
  width: 100%;
  height: 56px;
  display: flex;
  border-bottom: 1px dashed #E1E1E1;
  justify-content: center;
}
.E_calendar_tab_center_my-subscrib_button .E_calendar_tab_center_my-subscrib_button_pusl {
  cursor: pointer;
  width: 250px;
  height: 36px;
  background: #FFF5F5;
  border-radius: 4px;
  border: none;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: #FF403A;
}
.E_calendar_tab_center_my-subscrib .E_calendar_tab_center_subscribe_ul {
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 0;
}
.E_calendar_tab_center_my-subscrib .E_calendar_tab_center_subscribe_ul .E_calendar_tab_center_subscribe_li {
  padding: 0 10px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E8E9EC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #7E858A;
  margin-left: 4px;
  margin-bottom: 4px;
}
.E_calendar_tab_center_my-subscrib .E_calendar_tab_center_subscribe_ul .E_calendar_tab_center_subscribe_li .E_calendar_tab_center_subscribe_li_span {
  width: 14px;
  height: 14px;
  display: flex;
  cursor: pointer;
  background: #e7e7e7;
  border-radius: 50%;
  margin-top: 2px;
  text-align: center;
  margin-left: 6px;
  align-items: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.E_top_head_box {
  display: none !important;
}
.E_footer_bottom {
  padding-top: 21px;
}
.zhaopi_bottom2,
.zhaopi_bottom3,
.left_body2 {
  display: none;
}
.ellipsis {
  position: relative;
}
.ell_p {
  position: absolute;
  background: #000000b7;
  padding: 10px;
  border-radius: 4px;
  z-index: 99;
  color: #FFF;
  font-size: 16px;
}
.list_title a:hover .title_p p {
  text-decoration: underline !important;
}
.sidebar {
  width: 180px;
  height: 322px;
  background: #F83E39;
  border-radius: 10px;
  position: fixed;
  top: 300px;
  right: 25px;
  z-index: 99;
}
.sidebar .sidebar_title {
  width: 144px;
  height: 41px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #FFEA99 0%, #F7C961 100%);
  border-radius: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #620A0A;
  text-align: center;
  line-height: 41px;
}
.sidebar .sidebar_list .siList_item {
  width: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar .sidebar_list .siList_item .siItem_img {
  max-width: 16px;
  margin-right: 10px;
}
.sidebar .sidebar_list .siList_item .siItem_img img {
  width: 100%;
}
.sidebar .sidebar_list .siList_item p {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}
.sidebar .sidebar_cust {
  cursor: pointer;
}
.sidebar .sidebarTop {
  width: 144px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #342424;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 18px;
  cursor: pointer;
}
.sidebar .guanbingrTop {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar .guanbingrTop i {
  color: #FFF;
  font-size: 20px;
}
.line_tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.line_tc > div {
  width: 400px;
  height: 440px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FFF;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.line_tc > div img {
  max-width: 380px;
}
.line_tc > div p {
  font-size: 22px;
  text-align: center;
}
.E_bottom_head_searchE_shoolNav_box_one,
.E_bottom_head_searchE_shoolNav_box_three,
.E_bottom_head_searchE_shoolNav_box_two {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.75s ease;
  z-index: 9;
  transform: translateY(100%);
  position: absolute;
  bottom: -12px;
  left: -6px;
  width: 100%;
  display: none;
  max-height: 200px !important;
  overflow-y: scroll;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #F1F2F3;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.E_calendar_tab_center_my-subscrib {
  cursor: default;
}
.E_bottom_head_searchE_shoolNav_box_one li,
.E_bottom_head_searchE_shoolNav_box_three li,
.E_bottom_head_searchE_shoolNav_box_two li {
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.E_bottom_head_searchE_shoolNav_box_one li:hover,
.E_bottom_head_searchE_shoolNav_box_three li:hover,
.E_bottom_head_searchE_shoolNav_box_two li:hover {
  background-color: #f96b60;
}
.E_bottom_head_searchE_shoolNav_box_one li:hover a,
.E_bottom_head_searchE_shoolNav_box_three li:hover a,
.E_bottom_head_searchE_shoolNav_box_two li:hover a {
  color: #FFF !important;
}
.E_bottom_head_searchE_shoolNav_box_one li a,
.E_bottom_head_searchE_shoolNav_box_three li a,
.E_bottom_head_searchE_shoolNav_box_two li a {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1 !important;
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 0.35 !important;
}
