@charset "UTF-8";
/*岗位招聘*/
.join_us {
  margin: auto;
}

.join_gw {
  width: 15%;
  float: left;
  text-align: right;
  height: auto;
  margin-right: 7%;
}

#shadow {
  background-color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  min-height: 400px;
}

.main-container {
  padding: 0 2rem;
}

.join_gw {
  width: 22%;
  margin-right: 5%;
  border-left: 5px solid #763a84;
}

.join_gw .title {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  background-color: #763a84;
  line-height: 2.5;
  color: #ffffff;
}

.join_gw ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.join_gw ul li {
  line-height: 3;
  border-bottom: 1px #e5e5e5 solid;
  /*font-size: 1.5rem;*/
  font-size: 1.2rem;
  text-align: left;
  padding-right: 16%;
  padding-left: 10%;
  transition: all ease .5s;
}

.join_gw ul li a {
  color: #261601;
}

.join_gw ul li:hover, .join_gw ul li.activ3 {
  background-color: rgba(118, 58, 132, 0.7);
}

.join_gw ul li:hover a, .join_gw ul li.activ3 a {
  color: #ffffff;
  font-weight: bold;
}

.join_item {
  width: 78%;
  float: left;
  min-height: 14rem;
  height: auto;
  border-left: 2px #bbbbbb solid;
}

.join_item {
  width: 73%;
  padding-left: 2%;
}

.join_item ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.join_item ul li {
  width: 100%;
  height: auto;
  list-style: none;
}

.activ3 {
  font-weight: bold;
  color: #fff !important;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), #763a84);
  transition: all .5s;
}

.info_com {
  margin-top: 4.875rem;
  padding: 2.375rem 2rem;
  background-color: #e5eff0;
  display: none;
}

.info_com ul {
  padding: 0;
}

.info_com a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  width: calc(100% - 100px);
  float: left;
}

.com_desc {
  width: 100%;
  height: auto;
  font-size: 1.125rem;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.com_desc .add {
  font-size: 0.9rem;
  color: #787878;
}

.com_desc .add a {
  color: #787878;
}

.com_desc strong {
  display: inline-block !important;
  font-weight: bold;
  font-size: 1.5rem;
}

.f-left {
  width: 10.5%;
  float: left;
  font-size: 1.125rem;
}

/*videos*/
.videos {
  width: 100%;
  height: 100%;
  outline: none;
}

.f-right {
  width: 100%;
  font-size: 1rem;
  line-height: 2;
}

.f-right .info li {
  width: 100%;
  padding: 8px 0;
  position: relative;
  padding-left: 15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  display: flex;
  justify-content: space-between;
}

.f-right .info li::before {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #eeeeee;
  content: '';
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
}

.f-right .info li:hover {
  background-color: #e3edf8;
}

.f-right .info li:hover::before {
  background-color: #763a84;
}

.f-right .info a {
  width: calc(100% - 94px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f-right .info a,
.f-right .info span {
  display: inline-block;
  font-size: 16px;
}

#page_info h2.lec_title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1rem;
  text-align: center;
}

#page_info img,
#page_info table {
  max-width: 100%;
  margin: 0 auto;
}

.page a {
  background-color: #763a84;
  color: #fff;
  display: inline-block;
  width: 7.1875rem;
  line-height: 3.5;
  text-align: center;
  transition: all .3s;
}

.page a.news_next {
  float: right;
}

.page a.news_pre {
  float: left;
}

.news_desc2 {
  font-size: 0.875rem;
  line-height: 2.5;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 1.5rem;
  margin-bottom: 3.75rem;
  text-align: center;
}

.news_desc2 span {
  margin: 0 15px;
}

.txt_color,
.txt_color a {
  color: #565656;
}

@media only screen and (max-width: 1024px) {
  .main-container {
    padding: 0;
  }
  .join_gw {
    margin-right: 1%;
    width: 27%;
  }
  .join_item {
    width: 72%;
  }
  #shadow {
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  #page_info video,
  #page_info img,
  #page_info table {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  /* home-start */
  .container {
    width: auto;
  }
  .nav_bar {
    display: none !important;
    z-index: -1;
    opacity: 0;
  }
  #cvs {
    margin-top: 0;
    transform: translateY(-34%);
  }
  #show {
    display: block;
  }
  #dis_hin {
    display: none;
  }
  #ban2 .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 0;
  }
  /* home-end */
  .container {
    width: auto;
  }
  .co_page_title,
  .co_page_title_green {
    font-size: 1.35rem;
  }
  /*about*/
  .about_desc {
    padding-left: 0;
    text-align: justify;
  }
  .about_desc2 {
    width: 100%;
  }
  p.teahers_desc {
    height: auto;
  }
  .sub_ban {
    height: 10rem;
    overflow: hidden;
    margin-bottom: 0;
  }
  .sub_ban img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sub_ban h3 {
    position: absolute;
    bottom: 0;
    padding: 1.75rem 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .sub_ban h3 span {
    font-size: 0.75rem;
  }
  .box_padding {
    padding: 2.625rem 1.8rem;
  }
  .co_page_title {
    font-size: 1.5rem;
  }
  .about_teacher dt,
  .about_teacher dd {
    width: 100%;
    height: auto;
    clear: both;
  }
  .about_teacher dd {
    margin-left: 0;
    border: none;
    margin-bottom: 2.5rem;
  }
  /*news*/
  .zongh_news .tab_head ul li {
    padding: 0 8px;
  }
  .zongh_news .tab_head ul li a {
    font-size: 14px;
  }
  .news_hot dl {
    width: 100%;
    margin-right: 0;
  }
  .pages a {
    width: 27px;
    height: 27px;
    line-height: 2.3;
    text-align: center;
    margin: 0px;
  }
  .page a {
    line-height: 2.3;
    font-size: 14px;
  }
  #page_info {
    margin-bottom: 3rem;
  }
  .news_desc2 {
    line-height: 2;
    padding: 0.5rem 0;
  }
  .news_desc2 span {
    display: block;
    margin: 0;
  }
  .lecture_list dl {
    height: auto;
  }
  .lecture_list dt,
  .lecture_list dd {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
  }
  .lecture_list dt h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .lecture_list dt p.lec_dese {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1;
  }
  .lecture_list dt a.btn_news {
    margin-top: 0.5rem;
  }
  #rl {
    margin-top: 2rem;
  }
  .lec_date {
    line-height: 2;
  }
  .join_gw,
  .join_item {
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .f-left,
  .f-right {
    width: 100%;
    clear: both;
  }
  .join_gw ul li {
    line-height: 2;
    font-size: 1.15rem;
    text-align: left;
    padding-left: 4%;
  }
  .activ3 {
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#763a84), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(left, #763a84, rgba(255, 255, 255, 0.1));
    background: -moz-linear-gradient(left, #763a84, rgba(255, 255, 255, 0.1));
    background: -o-linear-gradient(left, #763a84, rgba(255, 255, 255, 0.1));
    background: linear-gradient(left, #763a84, rgba(255, 255, 255, 0.1));
  }
  .com_desc strong,
  .com_desc {
    font-size: 1rem;
  }
  /*join-us*/
  .contact p {
    padding-left: 17%;
    font-size: 1rem;
  }
  .page_head {
    margin-bottom: 2.625rem;
  }
  .page_head p {
    font-size: 1rem;
  }
  .contact {
    margin-bottom: 3rem;
  }
  .map {
    margin-top: 3.625rem;
  }
  .lec_list ul li a {
    line-height: 3;
    height: 3.5rem;
  }
  .add {
    line-height: 1.8 !important;
  }
  textarea.mesg {
    width: 100% !important;
    clear: both;
    margin-right: 0;
  }
  #main_body2 .col-lg-6 {
    padding: 15px !important;
  }
}

.subpage .foot {
  background-color: #fafafa;
}

.tr-ri p {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  text-indent: 2em;
}
