@charset "utf-8";
.temp_modal_new .temp_m_left .slide_ul {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.temp_modal_new .temp_m_left .slide_ul li {
  width: 100%;
  line-height: 48px;
}
.temp_modal_new .temp_m_left .slide_ul li .s_p {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 68px;
  padding-left: 50px;
  position: relative;
}
.temp_modal_new .temp_m_left .slide_ul li .s_p::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/white_arrow_r.png) no-repeat center right;
  background-size: 16px auto;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 26px;
}
.temp_modal_new .temp_m_left .slide_ul li .s_p::after {
  width: calc(100% - 52px);
  height: 1px;
  background: #fff;
  opacity: 0.32;
  content: '';
  position: absolute;
  left: 26px;
  bottom: -1px;
}
.temp_modal_new .temp_m_left .slide_ul li .sub_body {
  display: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
  padding: 0 26px 0 50px;
  background: #067DCF;
}
.temp_modal_new .temp_m_left .slide_ul li .sub_body span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  cursor: pointer;
}
.temp_modal_new .temp_m_left .slide_ul li .sub_body span.s_on {
  color: #FCCF00;
}
.temp_modal_new .temp_m_left .slide_ul li .sub_body span:nth-child(1) {
  margin-top: 15px;
}
.temp_modal_new .temp_m_left .slide_ul li .sub_body span:last-child {
  margin-bottom: 15px;
}
.temp_modal_new .temp_m_left .slide_ul li.active .s_p {
  background: #067DCF;
}
.temp_modal_new .temp_m_left .slide_ul li.active .s_p::before {
  background: url(../images/white_arrow.png) no-repeat center right;
  background-size: 16px auto;
}
.temp_modal_new .temp_m_left .slide_ul li.active .s_p::after {
  width: calc(100% - 52px);
  left: 26px;
}
.temp_modal_new .temp_m_left .slide_ul li.active .sub_body {
  display: inline-block;
  height: auto;
  overflow: visible;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.temp_modal_new .temp_m_left .slide_ul li:hover a {
  background: #067DCF;
}
.temp_modal_new .temp_m_left .slide_ul li:hover a::after {
  width: 100%;
  left: 0;
}
.temp_modal_new .temp_m_left .modal_tel {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.temp_modal_new .temp_m_left .modal_tel img {
  display: inline-block;
  width: 44px;
  height: auto;
  margin-right: 12px;
}
.temp_modal_new .temp_m_left .modal_tel .tel_right {
  color: #343434;
  padding: 36px 0 32px 0;
}
.temp_modal_new .temp_m_left .modal_tel .tel_right h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.temp_modal_new .temp_m_left .modal_tel .tel_right p {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.temp_modal_new .temp_m_left .modal_news {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  padding: 26px 0;
}
.temp_modal_new .temp_m_left .modal_news .m_news_t {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #006FBB;
  height: 26px;
  padding: 0 22px 0 26px;
}
.temp_modal_new .temp_m_left .modal_news .m_news_t span {
  display: inline-block;
  font-size: 20px;
  color: #006FBB;
  font-weight: bold;
  line-height: 26px;
  padding: 0 12px;
  background: #fff;
}
.temp_modal_new .temp_m_left .modal_news .m_news_t a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
}
.temp_modal_new .temp_m_left .modal_news .m_news_t a:hover {
  text-decoration: underline;
}
.temp_modal_new .temp_m_left .modal_news .news_list {
  width: 100%;
  padding: 20px 20px 0 20px;
}
.temp_modal_new .temp_m_left .modal_news .news_list li {
  display: inline-block;
  width: 100%;
}
.temp_modal_new .temp_m_left .modal_news .news_list li a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #303030;
}
.temp_modal_new .temp_m_left .modal_news .news_list li a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ABABAB;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}
.temp_modal_new .temp_m_left .modal_news .news_list li a:hover {
  color: #006fbb;
}
.temp_modal_new .temp_m_left .modal_news .news_list li a:hover::after {
  background: #006fbb;
}
.temp_modal_new .temp_m_right {
  width: calc(100% - 315px);
  padding: 6px 34px 34px 34px;
  background: #fff;
  margin-top: 28px;
}
.temp_modal_new .temp_m_right .page_wz {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C4C4C4;
}
.temp_modal_new .temp_m_right .page_wz .page_name {
  font-size: 24px;
  color: #2E2E2E;
  font-weight: bold;
  padding: 32px 0;
}
.temp_modal_new .temp_m_right .page_wz .page_cur {
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  padding-left: 32px;
}
.temp_modal_new .temp_m_right .page_wz .page_cur::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/about/r_dw.png) no-repeat left center;
  background-size: 22px auto;
}
.temp_modal_new .temp_m_right .page_wz .page_cur li {
  padding: 0 12px 0 5px;
  position: relative;
  line-height: 16px;
  font-size: 14px;
  color: #343434;
}
.temp_modal_new .temp_m_right .page_wz .page_cur li a {
  font-size: 14px;
  color: #343434;
  line-height: 16px;
  text-decoration: none;
}
.temp_modal_new .temp_m_right .page_wz .page_cur li a:hover {
  color: #006FBB;
}
.temp_modal_new .temp_m_right .page_wz .page_cur li::after {
  font-size: 14px;
  color: #343434;
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  line-height: 16px;
}
.temp_modal_new .temp_m_right .page_wz .page_cur li:last-child {
  padding-right: 0;
}
.temp_modal_new .temp_m_right .page_wz .page_cur li:last-child::after {
  content: none;
}
.jiaoyu_list {
  width: 100%;
  margin-top: 40px;
}
.jiaoyu_list .t_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 30px 35px 30px;
  border-bottom: 1px solid #F2F2F2;
}
.jiaoyu_list .t_a .t_img {
  width: 24.5%;
  overflow: hidden;
}
.jiaoyu_list .t_a .t_img img {
  height: auto;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.jiaoyu_list .t_a .t_img:hover {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.jiaoyu_list .t_a .t_desc {
  width: calc(75.5% - 22px);
}
.jiaoyu_list .t_a .t_desc h5 {
  width: 100%;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  margin-bottom: 12px;
}
.jiaoyu_list .t_a .t_desc p {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jiaoyu_list .t_a:hover {
  background: #f2f2f2;
}
.jiaoyu_list .t_a:hover .t_desc h5 {
  color: #006FBB;
}
@media screen and (max-width: 767px) {
  .temp_modal_new .temp_m_left {
    display: none;
  }
  .temp_modal_new .temp_m_right {
    width: 100%;
    padding: 0.4rem 0.65rem 1rem 0.65rem;
    background: #fff;
    margin-top: 0;
  }
  .temp_modal_new .temp_m_right .page_wz {
    display: none;
  }
  .temp_modal_new .temp_m_right.temp_m_right_xq {
    padding: 0.4rem 0rem 1rem 0rem;
  }
  .temp_modal_new .wrapper {
    margin-top: 0rem;
    width: 100%;
    height: 2.2rem;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }
  .temp_modal_new .wrapper .scroller {
    position: absolute;
  }
  .temp_modal_new .wrapper .scroller ul {
    width: 100%;
    white-space: nowrap;
    padding: 0;
    overflow-y: hidden;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow-x: scroll;
    padding-right: 0;
    background: #EDEDED;
  }
  .temp_modal_new .wrapper .scroller ul li {
    display: inline-block;
    width: 6rem;
    height: 2.2rem;
    overflow: hidden;
    border-radius: 0;
    margin-right: 0rem !important;
  }
  .temp_modal_new .wrapper .scroller ul li a {
    width: 100%;
    font-size: 0.6rem;
    color: #5A5A5A;
    line-height: 2.2rem;
    display: inline-block;
    height: 2.2rem;
    text-align: center;
    background: #EDEDED;
  }
  .temp_modal_new .wrapper .scroller ul li.active a {
    background: url(../images/about/nav_bg.png) no-repeat center center #006fbb;
    background-size: auto 100%;
    color: #fff;
  }
  .temp_modal_new .wrapper_ej {
    width: 100%;
  }
  .temp_modal_new .wrapper_ej .ej_item {
    width: 100%;
    display: none;
  }
  .temp_modal_new .wrapper_ej .ej_item .ej_ul {
    width: 100%;
    padding: 1.2rem 0rem 0 0.65rem;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .temp_modal_new .wrapper_ej .ej_item .ej_ul li {
    font-size: 0.6rem;
    margin: 0 1rem 0.4rem 0;
    color: #343434;
    line-height: 0.8rem;
  }
  .temp_modal_new .wrapper_ej .ej_item .ej_ul li.active {
    color: #006FBB;
    font-weight: bold;
  }
  .jiaoyu_list {
    margin-top: 0px;
  }
  .jiaoyu_list .t_a {
    border-radius: 0.4rem 0.4rem 0 0;
    overflow: hidden;
    flex-direction: column;
    padding: 0px 0 0.65rem 0;
    border-bottom: none;
    background: #f2f2f2;
    margin-bottom: 0.8rem;
  }
  .jiaoyu_list .t_a .t_img {
    width: 100%;
  }
  .jiaoyu_list .t_a .t_img img {
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .jiaoyu_list .t_a .t_img:hover {
    transform: scale(1);
  }
  .jiaoyu_list .t_a .t_desc {
    width: 100%;
    padding: 1.2rem 0.65rem 0.5rem 0.65rem;
  }
  .jiaoyu_list .t_a .t_desc h5 {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
  }
  .jiaoyu_list .t_a .t_desc p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .jiaoyu_list .t_a:hover {
    background: #f2f2f2;
  }
  .jiaoyu_list .t_a:hover .t_desc h5 {
    color: #006FBB;
  }
}
