@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,600,800");
.t1 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t2 {
  font-size: 16px;
  font-weight: 700;
}

.page_title {
  position: relative;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_title .t1 {
  margin-right: 30px;
}

.page_title .t1:after {
  content: '';
  right: 0;
  margin-left: 20px;
  background-color: #000;
  width: 1px;
  height: 22px;
}

p.note {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
  color: #515151;
}

.ex_page {
  position: relative !important;
  padding-top: 60px !important;
  padding-bottom: 50px !important;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.ex_page .swiper-slide {
  position: relative;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.19);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ex_page .swiper-slide:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.19);
  border-right: 0;
}

.ex_page .swiper-slide:first-child {
  border-left: 0;
}

.ex_page .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 5px;
  background-color: #9b9b9b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ex_page .swiper-slide.active:after {
  background: -moz-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #8e488f), color-stop(36%, #2b599f), color-stop(48%, #ecb831), color-stop(50%, #15957c));
  background: -o-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: linear-gradient(to right, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
}

@media only screen and (max-width: 1150px) {
  p.note {
    width: 100%;
    margin-bottom: 65px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ex_page {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .ex_page .swiper-slide:after {
    top: -30px;
  }
}

@media only screen and (max-width: 650px) {
  .page_title .t1 {
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .page_title .t1:after {
    width: 11px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.18);
  }
  p.note {
    padding-right: 33px;
    padding-left: 33px;
    margin-bottom: 35px;
  }
  .ex_page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ex_page .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }
  .ex_page .swiper-slide:after {
    top: -20px;
    height: 3px;
  }
}

.gotopage {
  display: none;
}

@media only screen and (max-width: 650px) {
  .gotopage {
    position: relative;
    width: calc(100% - 66px);
    display: block;
    margin: 0 auto 50px;
    padding-top: 50px;
    border-top: 1px solid #dedede;
  }
  .gotopage select {
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #8d8d8d;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    outline: 0;
    background-image: url("../images/selectsign.png");
    background-size: 13px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .gotopage option {
    outline: 0;
  }
}

.ezalbum .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #e3e3e3;
  opacity: 1;
}

.ezalbum .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}

.ezalbum .swiper-pagination-bullet-active {
  background-color: #9f841b;
}

.ezalbum .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
}

.ezalbum .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 50px;
}

.ezalbum .ez_img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 650px) {
  .ezalbum .swiper-pagination {
    margin-top: 25px;
  }
}

.page_content {
  max-width: none;
}

.page_content > * {
  opacity: 0;
}

p {
  font-size: 15px;
  line-height: 1.6em;
  color: #515151;
}

.haed_note,
.page_title {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.haed_note p,
.page_title p {
  width: 580px;
}

.banner {
  height: 470px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.campus_area {
  padding-top: 65px;
  padding-bottom: 60px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.campus_area .t1 {
  width: 25%;
  font-size: 20px;
  font-weight: 600;
}

.campus_area p {
  max-width: 700px;
}

.mid_note {
  margin-top: 70px;
  margin-bottom: 100px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.mid_note p {
  width: 590px;
}

.mid_note h4 {
  font-size: 20px;
  font-weight: 700;
}

.cate .itemblk:last-child .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.itemblk {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.itemblk .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 40px;
}

.itemblk .item_content {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  margin-right: 20%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  color: #515151;
}

.itemblk .item_title {
  width: 24%;
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
}

.itemblk .item_img {
  width: 50%;
  min-width: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.itemblk .item_no {
  font-size: 74px;
  color: #e6e6e6;
  line-height: 0.7;
  font-weight: 700;
  font-family: Lato;
}

@media only screen and (max-width: 1150px) {
  .haed_note,
  .itemblk,
  .page_title {
    padding-right: 40px;
    padding-left: 40px;
  }
  .haed_note p {
    width: 80%;
  }
  .mid_note p {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
  .campus_area {
    width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
  }
  .itemblk .item_content {
    margin-right: 5%;
  }
  .itemblk p {
    width: 100%;
  }
  .itemblk .item_img {
    width: 100%;
    min-width: inherit;
    margin-top: 15px;
  }
  .itemblk .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mid_note {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 650px) {
  .haed_note,
  .itemblk,
  .page_title {
    padding-left: 33px;
    padding-right: 33px;
  }
  .haed_note p {
    width: 100%;
  }
  .page_title {
    margin-bottom: 25px;
  }
  .campus_area {
    width: calc(100% - 66px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: 40px;
  }
  .campus_area .t1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .campus_area p {
    width: 100%;
  }
  .banner {
    height: 40vw;
  }
  .mid_note {
    margin-top: 35px;
    margin-bottom: 35px;
    width: calc(100% - 66px);
  }
  .itemblk .item_title {
    width: 100%;
  }
  .itemblk .item_title {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6em;
  }
  .itemblk .item_no {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 60px;
  }
  .itemblk p {
    font-size: 14px;
  }
  .itemblk .item_content {
    width: 100%;
  }
}

/*# sourceMappingURL=web_career_campus_share.css.map */
