﻿@charset "UTF-8";
/* Scss Document */
@import url(base.css);
/* Scss Document */
.innerMainWrapper {
  width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .innerMainWrapper {
      width: auto;
      margin: 0 25px; } }

.width1000 {
  width: 1000px;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    .width1000 {
      width: auto; } }
  @media screen and (max-width: 1050px) {
    .width1000 {
      width: auto; } }

.content .channel {
  background: #5d1f98 no-repeat center center;
  background-size: cover;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .content .channel {
      height: 400px; } }
  @media screen and (max-width: 1000px) {
    .content .channel {
      height: 300px; } }
  @media screen and (max-width: 800px) {
    .content .channel {
      margin-bottom: 100px; } }
  @media screen and (max-width: 700px) {
    .content .channel {
      height: 200px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 500px) {
    .content .channel {
      height: 150px; } }
  .content .channel .rectwrapper {
    position: absolute;
    background: #dfc99d;
    width: 50%;
    left: 0;
    top: 0;
    bottom: -40px;
    transform: skewX(38deg);
    transform-origin: right bottom;
    overflow: hidden;
    margin-left: -10%; }
    @media screen and (max-width: 1200px) {
      .content .channel .rectwrapper {
        margin-left: -5%; } }
    @media screen and (max-width: 700px) {
      .content .channel .rectwrapper {
        bottom: 0px;
        margin-left: -10%; } }
    .content .channel .rectwrapper .img {
      background: #edc13a url(../images/channelbg.jpg) no-repeat right bottom;
      height: 100%;
      width: 100%;
      transform: skewX(-38deg);
      transform-origin: right bottom; }
  .content .channel .rect {
    background: #ffc000;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -40px;
    transform-origin: right bottom;
    border-right: 25px solid #fff;
    transform: skewX(38deg);
    left: -90px; }
    @media screen and (max-width: 1000px) {
      .content .channel .rect {
        left: -110px; } }
    @media screen and (max-width: 700px) {
      .content .channel .rect {
        left: -170px;
        border-width: 15px;
        bottom: 0; } }
  .content .channel .title {
    font-size: 52px;
    font-weight: bold;
    color: #000;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 50%;
    text-align: right;
    margin-left: -28%;
    line-height: 1em; }
    @media screen and (max-width: 1200px) {
      .content .channel .title {
        font-size: 40px; } }
    @media screen and (max-width: 1000px) {
      .content .channel .title {
        font-size: 34px; } }
    @media screen and (max-width: 700px) {
      .content .channel .title {
        width: 100%;
        margin-left: 0;
        text-align: center;
        color: #fff;
        text-shadow: 0 0 20px #000;
        top: 50%;
        display: table-cell;
        vertical-align: middle;
        font-size: 40px;
        margin-top: -20px; } }
.content .subnav {
  border-bottom: 1px solid #ddd;
  padding: 80px 0 30px 0;
  text-align: center;
  margin-bottom: 70px; }
  @media screen and (max-width: 800px) {
    .content .subnav {
      display: none; } }
  .content .subnav ul {
    display: inline-block; }
  .content .subnav li {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .content .subnav li a {
      font-size: 16px;
      text-align: center;
      padding: 0 20px;
      color: #777;
      display: table-cell;
      vertical-align: middle; }
      .content .subnav li a:hover {
        color: #9378ad; }
  .content .subnav .i {
    color: #000;
    opacity: 0.5;
    font-weight: 100;
    font-size: 18px; }
.content .littletriangle {
  position: absolute;
  background: #ffc000;
  width: 50px;
  height: 50px;
  left: -65px;
  top: 0;
  transform: skewX(-47deg);
  transform-origin: right bottom; }
.content .littletriangle_b {
  position: absolute;
  background: #ffc000;
  width: 50px;
  height: 50px;
  right: -10px;
  bottom: 0;
  transform: skewX(-47deg);
  transform-origin: right bottom; }
.content h2 {
  font-size: 36px;
  font-weight: bold;
  color: #5d1f98;
  line-height: 1.25em;
  padding-bottom: 1em; }
  @media screen and (max-width: 700px) {
    .content h2 {
      font-size: 30px;
      padding-bottom: 0.75em;
      text-align: center; } }
  @media screen and (max-width: 400px) {
    .content h2 {
      font-size: 26px; } }
.content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #5d1f98;
  line-height: 1.25em;
  padding-bottom: 1em; }
  @media screen and (max-width: 700px) {
    .content h3 {
      font-size: 20px;
      padding-bottom: 0.5em; } }
.content h4 {
  font-size: 20px;
  font-weight: bold;
  color: #5d1f98;
  line-height: 1.25em;
  padding-bottom: 0.5em; }
  @media screen and (max-width: 700px) {
    .content h4 {
      font-size: 18px; } }

.content.about .channel {
  background-image: url(../images/channel_about.jpg); }
.content.about .section_1 .intro_1 {
  display: table;
  padding-bottom: 40px; }
  .content.about .section_1 .intro_1 .col_1 {
    display: table-cell;
    width: 250px;
    vertical-align: top; }
    @media screen and (max-width: 700px) {
      .content.about .section_1 .intro_1 .col_1 {
        width: 100%;
        display: block; } }
  .content.about .section_1 .intro_1 .col_2 {
    display: table-cell;
    font-size: 18px;
    line-height: 1.75em;
    color: #555;
    vertical-align: top; }
    @media screen and (max-width: 700px) {
      .content.about .section_1 .intro_1 .col_2 {
        width: 100%;
        display: block;
        font-size: 16px; } }
.content.about .section_1 .intro_2 .img {
  background: url(../images/about_1.jpg) no-repeat center center;
  height: 329px; }
  @media screen and (max-width: 800px) {
    .content.about .section_1 .intro_2 .img {
      height: 280px;
      background-size: cover; } }
  @media screen and (max-width: 700px) {
    .content.about .section_1 .intro_2 .img {
      height: 200px;
      background-size: cover; } }
  @media screen and (max-width: 400px) {
    .content.about .section_1 .intro_2 .img {
      height: 150px;
      background-size: cover; } }
.content.about .section_1 .intro_2 .wrapper {
  position: relative;
  top: -70px;
  padding-right: 55px; }
  @media screen and (max-width: 1000px) {
    .content.about .section_1 .intro_2 .wrapper {
      padding-right: 40px; } }
  @media screen and (max-width: 400px) {
    .content.about .section_1 .intro_2 .wrapper {
      padding-right: 20px;
      top: -45px; } }
  .content.about .section_1 .intro_2 .wrapper p {
    font-size: 16px;
    line-height: 1.75em;
    color: #555; }
.content.about .section_1 .intro_2 .col_1 {
  width: 50%;
  float: left; }
  @media screen and (max-width: 700px) {
    .content.about .section_1 .intro_2 .col_1 {
      width: 100%; } }
  .content.about .section_1 .intro_2 .col_1 .innerwrapper {
    margin-left: 55px;
    background: #fff;
    padding: 55px 50px 0 50px; }
    @media screen and (max-width: 1000px) {
      .content.about .section_1 .intro_2 .col_1 .innerwrapper {
        padding: 45px 40px 0 40px;
        margin-left: 40px; } }
    @media screen and (max-width: 400px) {
      .content.about .section_1 .intro_2 .col_1 .innerwrapper {
        padding: 30px 25px 0 25px;
        margin-left: 20px; } }
  .content.about .section_1 .intro_2 .col_1 li {
    font-size: 16px;
    line-height: 1.75em;
    color: #555;
    padding-bottom: 15px; }
    .content.about .section_1 .intro_2 .col_1 li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background: #5d1f98;
      margin-left: -20px;
      position: relative;
      margin-right: 15px; }
.content.about .section_1 .intro_3 {
  padding-top: 80px;
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 400px) {
    .content.about .section_1 .intro_3 {
      padding-top: 60px; } }
  .content.about .section_1 .intro_3 li {
    width: 33.33%;
    display: table-cell; }
    @media screen and (max-width: 700px) {
      .content.about .section_1 .intro_3 li {
        width: 100%;
        display: block; } }
  .content.about .section_1 .intro_3 img {
    max-width: 100%; }
  .content.about .section_1 .intro_3 .img {
    position: relative;
    overflow: hidden; }
  .content.about .section_1 .intro_3 .txt {
    background: #fff;
    font-size: 14px;
    color: #666;
    line-height: 1.75em;
    position: relative;
    top: -80px;
    margin-left: 35px;
    padding: 45px 50px;
    margin-right: 20px; }
    @media screen and (max-width: 1000px) {
      .content.about .section_1 .intro_3 .txt {
        margin-left: 20px;
        padding: 30px 35px 0 35px;
        margin-bottom: -30px; } }
    .content.about .section_1 .intro_3 .txt .txtwrapper {
      position: relative; }
      .content.about .section_1 .intro_3 .txt .txtwrapper:after {
        content: "”";
        font-size: 110px;
        position: absolute;
        right: 0px;
        bottom: -65px;
        color: #ffc000;
        font-family: arial,Helvetica;
        font-weight: bold;
        font-style: italic; }
      .content.about .section_1 .intro_3 .txt .txtwrapper:before {
        content: "“";
        font-size: 110px;
        position: absolute;
        left: -75px;
        top: -30px;
        color: #ffc000;
        font-family: arial,Helvetica;
        font-weight: bold;
        font-style: italic; }
        @media screen and (max-width: 1000px) {
          .content.about .section_1 .intro_3 .txt .txtwrapper:before {
            left: -60px;
            top: -20px; } }
    .content.about .section_1 .intro_3 .txt .author {
      border-top: 1px solid #ddd;
      padding-top: 20px;
      font-size: 12px;
      color: #5d1f98;
      text-align: right;
      margin-top: 80px; }
.content.about .section_2 {
  padding-bottom: 150px; }
  @media screen and (max-width: 1000px) {
    .content.about .section_2 {
      padding-bottom: 100px; } }
  @media screen and (max-width: 500px) {
    .content.about .section_2 {
      padding-bottom: 50px; } }
  .content.about .section_2 .cbg {
    background: url(../images/about_2.jpg) no-repeat top center;
    background-size: cover;
    height: 652px; }
    @media screen and (max-width: 1440px) {
      .content.about .section_2 .cbg {
        height: 550px; } }
    @media screen and (max-width: 1280px) {
      .content.about .section_2 .cbg {
        height: 450px; } }
    @media screen and (max-width: 1000px) {
      .content.about .section_2 .cbg {
        height: 350px; } }
    @media screen and (max-width: 700px) {
      .content.about .section_2 .cbg {
        height: 250px; } }
    @media screen and (max-width: 500px) {
      .content.about .section_2 .cbg {
        height: 200px; } }
    @media screen and (max-width: 400px) {
      .content.about .section_2 .cbg {
        height: 170px; } }
  .content.about .section_2 h2 {
    color: #fff;
    text-align: center; }
    .content.about .section_2 h2 span {
      font-size: 18px;
      font-weight: bold;
      padding-left: 30px; }
      @media screen and (max-width: 500px) {
        .content.about .section_2 h2 span {
          display: block;
          font-size: 16px;
          font-weight: normal;
          padding-left: 0; }
          .content.about .section_2 h2 span i {
            display: none; } }
  .content.about .section_2 .mainWrap {
    margin-top: -240px; }
    @media screen and (max-width: 1000px) {
      .content.about .section_2 .mainWrap {
        margin: 0 25px;
        margin-top: -150px; } }
    @media screen and (max-width: 700px) {
      .content.about .section_2 .mainWrap {
        margin-top: -100px; } }
    @media screen and (max-width: 500px) {
      .content.about .section_2 .mainWrap {
        margin-top: -120px; } }
  .content.about .section_2 .txtwrapper {
    background: #5d1f98;
    padding: 80px 110px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 700px) {
      .content.about .section_2 .txtwrapper {
        padding: 60px 70px; } }
    @media screen and (max-width: 400px) {
      .content.about .section_2 .txtwrapper {
        padding: 30px 40px; } }
    .content.about .section_2 .txtwrapper .littletriangle {
      left: -54px; }
    .content.about .section_2 .txtwrapper img {
      position: absolute;
      bottom: 0;
      width: 355px;
      opacity: 0.7;
      right: -100px; }
  .content.about .section_2 table {
    margin-bottom: 30px; }
  .content.about .section_2 td {
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
    padding: 5px 0; }
    .content.about .section_2 td.month, .content.about .section_2 td.year {
      opacity: 0.4;
      font-weight: 500; }
    .content.about .section_2 td.year {
      width: 50px; }
      @media screen and (max-width: 700px) {
        .content.about .section_2 td.year {
          opacity: 1;
          font-size: 28px;
          font-weight: 100;
          text-align: center; } }
    .content.about .section_2 td.month {
      width: 70px;
      text-align: right;
      padding-right: 50px; }
      @media screen and (max-width: 700px) {
        .content.about .section_2 td.month {
          text-align: left;
          padding-bottom: 0;
          padding-top: 10px; } }
    @media screen and (max-width: 700px) {
      .content.about .section_2 td {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 16px; }
        .content.about .section_2 td.month, .content.about .section_2 td.year {
          display: block;
          width: 100%; } }
.content.about .section_3 {
  background: #efefef;
  padding-top: 80px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1000px) {
    .content.about .section_3 {
      padding-top: 50px;
      padding-bottom: 20px; } }
  .content.about .section_3 h2 {
    text-align: center;
    padding-bottom: 50px; }
    @media screen and (max-width: 400px) {
      .content.about .section_3 h2 {
        padding-bottom: 30px; } }
  .content.about .section_3 ul {
    margin-left: -130px; }
    @media screen and (max-width: 1280px) {
      .content.about .section_3 ul {
        margin-left: -40px; } }
  .content.about .section_3 li {
    position: relative;
    width: 33.33%;
    float: left; }
    @media screen and (max-width: 700px) {
      .content.about .section_3 li {
        width: 100%; } }
    .content.about .section_3 li img {
      width: 100%; }
    .content.about .section_3 li .imgwrapper {
      position: relative; }
    .content.about .section_3 li div.img {
      position: relative;
      overflow: hidden; }
    .content.about .section_3 li a {
      display: block;
      margin-left: 130px;
      line-height: 1.75em;
      margin-bottom: 100px;
      position: relative; }
      @media screen and (max-width: 1280px) {
        .content.about .section_3 li a {
          margin-left: 40px;
          margin-bottom: 60px; } }
      @media screen and (max-width: 1000px) {
        .content.about .section_3 li a {
          margin-bottom: 30px; } }
      .content.about .section_3 li a h3 {
        color: #fff;
        padding-bottom: 10px; }
      .content.about .section_3 li a p {
        color: #fff;
        font-size: 14px;
        opacity: 0.6; }
      .content.about .section_3 li a:hover img {
        transform: scale(1.05);
        -ms-transform: scale(1.05); }
    .content.about .section_3 li .wrapper {
      background: #5d1f98;
      padding: 45px 55px 0 55px;
      position: relative;
      overflow: hidden;
      min-height: 130px; }
      @media screen and (max-width: 700px) {
        .content.about .section_3 li .wrapper {
          min-height: auto;
          padding-bottom: 45px; } }
.content.about .section_4 {
  padding-bottom: 50px; }
  @media screen and (max-width: 400px) {
    .content.about .section_4 {
      padding-bottom: 20px; } }
  .content.about .section_4 .bgwrapper {
    height: 470px;
    background: #4c1085;
    position: relative;
    overflow: hidden;
    z-index: -1; }
    @media screen and (max-width: 400px) {
      .content.about .section_4 .bgwrapper {
        height: 400px; } }
    .content.about .section_4 .bgwrapper .rect_1 {
      position: absolute;
      background: #80009c;
      width: 50%;
      height: 100%;
      left: 0;
      top: 0;
      transform: skewX(-47deg);
      margin-left: -20%;
      opacity: .65;
      z-index: 0; }
    .content.about .section_4 .bgwrapper .rect_2 {
      position: absolute;
      background: #8400bd;
      width: 50%;
      height: 100%;
      left: 0;
      top: 0;
      transform: skewX(47deg);
      margin-left: -20%;
      opacity: .67;
      z-index: 0; }
  .content.about .section_4 .innerMainWrapper {
    margin-top: -350px; }
    @media screen and (max-width: 1000px) {
      .content.about .section_4 .innerMainWrapper {
        margin-top: -400px; } }
    @media screen and (max-width: 400px) {
      .content.about .section_4 .innerMainWrapper {
        margin-top: -350px; } }
  .content.about .section_4 .txtwrapper {
    display: table;
    padding-bottom: 40px; }
    .content.about .section_4 .txtwrapper .col_1 {
      display: table-cell;
      width: 250px;
      vertical-align: top; }
      @media screen and (max-width: 700px) {
        .content.about .section_4 .txtwrapper .col_1 {
          width: 100%;
          display: block; } }
    .content.about .section_4 .txtwrapper .col_2 {
      display: table-cell;
      font-size: 18px;
      line-height: 1.75em;
      color: #555;
      vertical-align: top;
      color: #fff; }
      @media screen and (max-width: 700px) {
        .content.about .section_4 .txtwrapper .col_2 {
          width: 100%;
          display: block;
          font-size: 16px; } }
    .content.about .section_4 .txtwrapper h2 {
      color: #fff; }
  .content.about .section_4 .pgdot {
    text-align: center;
    padding-top: 30px; }
    .content.about .section_4 .pgdot .swiper-pagination-bullet-active {
      background: #5d1f98; }
  .content.about .section_4 .imgwrapper img {
    width: 100%; }
.content.about .section_5 .innerMainWrapper {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 70px; }
  @media screen and (max-width: 400px) {
    .content.about .section_5 .innerMainWrapper {
      padding-top: 50px; } }
  .content.about .section_5 .innerMainWrapper h2 {
    padding-bottom: 50px; }
    @media screen and (max-width: 400px) {
      .content.about .section_5 .innerMainWrapper h2 {
        padding-bottom: 30px; } }
.content.about .section_5 .intro {
  font-size: 16px;
  color: #666;
  line-height: 1.75em;
  padding-top: 50px;
  padding-bottom: 100px; }
  @media screen and (max-width: 400px) {
    .content.about .section_5 .intro {
      padding-top: 30px;
      padding-bottom: 50px; } }
  .content.about .section_5 .intro p {
    padding: 0.75em 0; }
  .content.about .section_5 .intro h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold; }
.content.about .section_5 .imgslider {
  position: relative; }
  .content.about .section_5 .imgslider .imgwrapper {
    width: 75%;
    margin-left: 0; }
    @media screen and (max-width: 800px) {
      .content.about .section_5 .imgslider .imgwrapper {
        width: auto; } }
    .content.about .section_5 .imgslider .imgwrapper img {
      width: 100%; }
  .content.about .section_5 .imgslider .txtwrapper {
    width: 30%;
    background: #5d1f98;
    top: 100px;
    bottom: 0;
    right: 0;
    position: absolute;
    box-sizing: border-box;
    padding: 55px 60px;
    z-index: 1; }
    @media screen and (max-width: 1000px) {
      .content.about .section_5 .imgslider .txtwrapper {
        padding: 40px 45px; } }
    @media screen and (max-width: 800px) {
      .content.about .section_5 .imgslider .txtwrapper {
        position: static;
        width: auto;
        padding: 25px 0; } }
    .content.about .section_5 .imgslider .txtwrapper h3 {
      color: #fff;
      font-size: 22px; }
      @media screen and (max-width: 1000px) {
        .content.about .section_5 .imgslider .txtwrapper h3 {
          font-size: 18px; } }
      @media screen and (max-width: 800px) {
        .content.about .section_5 .imgslider .txtwrapper h3 {
          text-align: center;
          font-size: 16px; } }
    .content.about .section_5 .imgslider .txtwrapper .slidenav {
      position: absolute;
      bottom: 50px;
      left: 60px; }
      @media screen and (max-width: 1000px) {
        .content.about .section_5 .imgslider .txtwrapper .slidenav {
          bottom: 40px;
          left: 45px; } }
      @media screen and (max-width: 800px) {
        .content.about .section_5 .imgslider .txtwrapper .slidenav {
          position: static;
          width: auto;
          margin-top: 10px;
          text-align: center; } }
      .content.about .section_5 .imgslider .txtwrapper .slidenav .prev, .content.about .section_5 .imgslider .txtwrapper .slidenav .next {
        height: 38px;
        width: 38px;
        border-radius: 50%;
        background: #fff;
        color: #5d1f98;
        font-size: 18px;
        line-height: 38px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        cursor: pointer; }
        .content.about .section_5 .imgslider .txtwrapper .slidenav .prev:hover, .content.about .section_5 .imgslider .txtwrapper .slidenav .next:hover {
          opacity: 0.6; }
        .content.about .section_5 .imgslider .txtwrapper .slidenav .prev.swiper-button-disabled, .content.about .section_5 .imgslider .txtwrapper .slidenav .next.swiper-button-disabled {
          width: 36px;
          height: 36px;
          border: 1px solid rgba(255, 255, 255, 0.6);
          background: rgba(255, 255, 255, 0.15);
          color: #fff; }
      .content.about .section_5 .imgslider .txtwrapper .slidenav .page {
        font-weight: 100;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        width: auto;
        vertical-align: middle;
        padding-left: 10px; }
        .content.about .section_5 .imgslider .txtwrapper .slidenav .page span {
          font-weight: 100; }
.content.about .section_6 {
  background: #542185 url(../images/about_5.jpg) no-repeat top center;
  position: relative;
  overflow: hidden;
  padding: 50px 0 100px 0; }
  @media screen and (max-width: 700px) {
    .content.about .section_6 {
      background-size: 3000px auto; } }
  .content.about .section_6 .rect_1 {
    position: absolute;
    background: #6c1d99;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    transform: skewX(-47deg);
    margin-right: -500px;
    opacity: .65;
    z-index: 0; }
  .content.about .section_6 .rect_2 {
    position: absolute;
    background: #8400bd;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    transform: skewX(47deg);
    margin-right: -500px;
    opacity: .67;
    z-index: 0; }
  .content.about .section_6 h2 {
    font-size: 22px;
    color: #fff; }
    @media screen and (max-width: 700px) {
      .content.about .section_6 h2 {
        display: block; } }
  .content.about .section_6 .col_1 {
    display: table-cell;
    color: #fff;
    padding-right: 60px;
    line-height: 1.75em; }
    @media screen and (max-width: 700px) {
      .content.about .section_6 .col_1 {
        display: block;
        padding-top: 20px; } }
    .content.about .section_6 .col_1 div {
      font-size: 16px;
      padding-bottom: 10px; }
    .content.about .section_6 .col_1 p {
      font-size: 14px;
      opacity: 0.7; }
  .content.about .section_6 .col_2 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 30px;
    padding-right: 0; }
    @media screen and (max-width: 700px) {
      .content.about .section_6 .col_2 {
        padding-left: 0;
        border: 0; } }

.content.admission .channel {
  background-image: url(../images/channel_admission.jpg); }
.content.admission .col_1 {
  font-size: 18px;
  color: #333;
  margin-right: 400px;
  padding-bottom: 100px;
  line-height: 1.75em; }
  @media screen and (max-width: 1000px) {
    .content.admission .col_1 {
      margin-right: 350px; } }
  @media screen and (max-width: 700px) {
    .content.admission .col_1 {
      margin-right: 0px;
      padding-bottom: 50px; } }
  .content.admission .col_1 p {
    padding: 0.75em 0; }
  .content.admission .col_1 > p {
    padding-top: 0; }
  .content.admission .col_1 h2, .content.admission .col_1 h3, .content.admission .col_1 h4 {
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
    @media screen and (max-width: 700px) {
      .content.admission .col_1 h2, .content.admission .col_1 h3, .content.admission .col_1 h4 {
        text-align: left; } }
    .content.admission .col_1 h2:first-child, .content.admission .col_1 h3:first-child, .content.admission .col_1 h4:first-child {
      padding-top: 0; }
.content.admission #joinus {
  float: right;
  width: 300px; }
  @media screen and (max-width: 700px) {
    .content.admission #joinus {
      width: 100% !important;
      position: static !important;
      top: auto !important;
      height: auto !important;
      margin-bottom: 70px;
      padding-top: 30px; } }
@media screen and (max-width: 700px) {
  .content.admission .scrollfix-subtitute {
    display: none; } }
.content.admission .joinus {
  position: relative;
  background: url(../images/joinus.jpg) no-repeat top center;
  color: #fff;
  z-index: 0; }
  @media screen and (max-width: 700px) {
    .content.admission .joinus {
      background-size: cover; } }
  .content.admission .joinus img {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50px;
    margin-top: -43px; }
  .content.admission .joinus .title {
    font-size: 74px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 100; }
    .content.admission .joinus .title span {
      font-size: 24px;
      display: block;
      line-height: 1.2em; }
  .content.admission .joinus .apply {
    color: #EEDCB5;
    text-align: center; }
  .content.admission .joinus .wrapper {
    padding: 50px 60px 40px 60px; }
  .content.admission .joinus p {
    font-size: 12px;
    line-height: 1.75em;
    padding: 20px 0 20px 0;
    opacity: 0.8; }
  .content.admission .joinus a {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    transition: all 0.2s ease-out;
    margin: 5px 0; }
    .content.admission .joinus a:hover {
      background: #fff;
      color: #5d1f98; }
  .content.admission .joinus .rectwrapper {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 700px) {
      .content.admission .joinus .rectwrapper {
        display: none; } }
    .content.admission .joinus .rectwrapper .rect_1 {
      position: absolute;
      background: #80009c;
      width: 100%;
      height: 300px;
      left: 0;
      bottom: 0;
      transform: skewX(-47deg);
      opacity: .65;
      z-index: 0;
      transform-origin: left bottom; }
    .content.admission .joinus .rectwrapper .rect_2 {
      position: absolute;
      background: #8400bd;
      width: 100%;
      height: 300px;
      right: 0;
      bottom: 0;
      transform: skewX(47deg);
      opacity: .65;
      z-index: 0;
      transform-origin: right bottom; }

.content.teaching .channel {
  background-image: url(../images/channel_teaching.jpg); }
.content.teaching .innerMainWrapper {
  display: table;
  table-layout: fixed; }
.content.teaching .col_1 {
  width: 300px;
  display: table-cell; }
  @media screen and (max-width: 1000px) {
    .content.teaching .col_1 {
      display: block;
      width: 100%; } }
.content.teaching .col_2 {
  display: table-cell;
  font-size: 16px;
  line-height: 1.75em; }
  @media screen and (max-width: 1000px) {
    .content.teaching .col_2 {
      display: block; } }
  .content.teaching .col_2 h3 {
    color: #000; }
  .content.teaching .col_2 h3, .content.teaching .col_2 h4 {
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
  .content.teaching .col_2 .clist {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px; }
    @media screen and (max-width: 800px) {
      .content.teaching .col_2 .clist {
        margin-left: -30px; } }
    .content.teaching .col_2 .clist .col {
      width: 50%; }
      @media screen and (max-width: 700px) {
        .content.teaching .col_2 .clist .col {
          width: 100%; } }
    .content.teaching .col_2 .clist .ctitle {
      background: #4c1085;
      font-size: 24px;
      color: #fff;
      line-height: 126px;
      padding-left: 50px;
      position: relative;
      overflow: hidden;
      z-index: 0; }
      @media screen and (max-width: 800px) {
        .content.teaching .col_2 .clist .ctitle {
          padding-left: 40px;
          line-height: 100px; } }
      @media screen and (max-width: 400px) {
        .content.teaching .col_2 .clist .ctitle {
          font-size: 20px; } }
      .content.teaching .col_2 .clist .ctitle .rectwrapper {
        position: absolute;
        z-index: -1;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        overflow: hidden; }
      .content.teaching .col_2 .clist .ctitle .rect_1 {
        position: absolute;
        background: #80009c;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        transform: skewX(-47deg);
        margin-left: -30%;
        opacity: .65;
        z-index: 0; }
      .content.teaching .col_2 .clist .ctitle .rect_2 {
        position: absolute;
        background: #8400bd;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        transform: skewX(47deg);
        margin-left: -30%;
        opacity: .67;
        z-index: 0; }
      .content.teaching .col_2 .clist .ctitle i {
        font-size: 108px;
        line-height: 1em;
        position: absolute;
        right: 20px;
        top: 25px; }
        @media screen and (max-width: 800px) {
          .content.teaching .col_2 .clist .ctitle i {
            right: 10px;
            font-size: 90px; } }
    .content.teaching .col_2 .clist .wrapper {
      margin-left: 60px;
      height: 100%;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      background: #fff; }
      @media screen and (max-width: 800px) {
        .content.teaching .col_2 .clist .wrapper {
          margin-left: 30px; } }
    .content.teaching .col_2 .clist .cc {
      background: #fff;
      padding: 45px 60px;
      color: #5d1f98; }
      @media screen and (max-width: 800px) {
        .content.teaching .col_2 .clist .cc {
          padding: 30px 35px; } }
.content.teaching .section_1 {
  padding-bottom: 100px; }
  @media screen and (max-width: 700px) {
    .content.teaching .section_1 {
      padding-bottom: 50px; } }
.content.teaching .section_2 {
  background: #efefef;
  padding: 60px 0 100px 0; }

.content.faculty .channel {
  background-image: url(../images/channel_faculty.jpg); }
.content.faculty .section_1 {
  margin-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 500px) {
    .content.faculty .section_1 {
      margin-top: 50px;
      padding-bottom: 50px; } }
  .content.faculty .section_1 .intro {
    font-size: 16px;
    line-height: 1.75em;
    padding-bottom: 30px; }
  .content.faculty .section_1 .facultylist {
    border-top: 1px solid #ddd;
    padding-top: 50px; }
    .content.faculty .section_1 .facultylist li {
      float: left;
      width: 25%; }
      @media screen and (max-width: 1000px) {
        .content.faculty .section_1 .facultylist li {
          width: 33.33%; } }
      @media screen and (max-width: 700px) {
        .content.faculty .section_1 .facultylist li {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        .content.faculty .section_1 .facultylist li {
          width: 100%; } }
    .content.faculty .section_1 .facultylist a {
      display: block;
      text-align: center;
      margin-bottom: 50px;
      padding: 0 20px; }
      .content.faculty .section_1 .facultylist a img {
        border-radius: 50%;
        max-width: 100%; }
      .content.faculty .section_1 .facultylist a h4 {
        font-size: 24px;
        font-weight: normal;
        padding-bottom: 5px;
        padding-top: 20px; }
      .content.faculty .section_1 .facultylist a .title {
        color: #999;
        font-size: 14px;
        padding-bottom: 10px; }
      .content.faculty .section_1 .facultylist a .focus {
        font-size: 14px; }

.content.research .channel {
  background-image: url(../images/channel_research.jpg); }
.content.research .section_1 {
  padding-bottom: 50px; }
  @media screen and (max-width: 700px) {
    .content.research .section_1 {
      padding-bottom: 30px; } }
  .content.research .section_1 .intro {
    font-size: 16px; }
    .content.research .section_1 .intro p {
      line-height: 1.75em;
      padding: 0.75em 0; }
.content.research .section_2, .content.research .section_3 {
  padding-bottom: 100px; }
  @media screen and (max-width: 700px) {
    .content.research .section_2, .content.research .section_3 {
      padding-bottom: 50px; } }
  .content.research .section_2 .bg, .content.research .section_3 .bg {
    background: url(../images/research_1.jpg) no-repeat top center;
    background-size: cover;
    height: 500px; }
    @media screen and (max-width: 1200px) {
      .content.research .section_2 .bg, .content.research .section_3 .bg {
        height: 400px; } }
  .content.research .section_2 .innerMainWrapper, .content.research .section_3 .innerMainWrapper {
    margin-top: -420px; }
    @media screen and (max-width: 1200px) {
      .content.research .section_2 .innerMainWrapper, .content.research .section_3 .innerMainWrapper {
        margin-top: -340px; } }
  .content.research .section_2 h2, .content.research .section_3 h2 {
    color: #fff; }
  .content.research .section_2 li, .content.research .section_3 li {
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 1200px) {
      .content.research .section_2 li, .content.research .section_3 li {
        margin-bottom: 60px; } }
    @media screen and (max-width: 1000px) {
      .content.research .section_2 li, .content.research .section_3 li {
        margin-bottom: 30px; } }
    .content.research .section_2 li img, .content.research .section_3 li img {
      width: 60%;
      position: absolute;
      z-index: 0; }
      @media screen and (max-width: 1000px) {
        .content.research .section_2 li img, .content.research .section_3 li img {
          width: 80%; } }
      @media screen and (max-width: 700px) {
        .content.research .section_2 li img, .content.research .section_3 li img {
          width: 100%;
          position: static; } }
    .content.research .section_2 li .wrapper, .content.research .section_3 li .wrapper {
      width: 52%;
      box-sizing: border-box;
      padding: 60px 90px;
      background: #fff;
      float: right;
      z-index: 1;
      position: relative;
      margin-top: 110px;
      min-height: 300px; }
      @media screen and (max-width: 1000px) {
        .content.research .section_2 li .wrapper, .content.research .section_3 li .wrapper {
          padding: 45px 50px;
          margin-top: 80px; } }
      @media screen and (max-width: 700px) {
        .content.research .section_2 li .wrapper, .content.research .section_3 li .wrapper {
          width: 100%;
          margin-top: 0px;
          min-height: auto;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
      .content.research .section_2 li .wrapper span, .content.research .section_3 li .wrapper span {
        background: #efefef;
        color: #999;
        display: inline-block;
        padding: 5px 15px;
        margin-bottom: 15px; }
      .content.research .section_2 li .wrapper h4, .content.research .section_3 li .wrapper h4 {
        font-size: 20px;
        color: #5d1f98;
        font-weight: normal;
        margin-bottom: 5px; }
        @media screen and (max-width: 700px) {
          .content.research .section_2 li .wrapper h4, .content.research .section_3 li .wrapper h4 {
            font-size: 18px; } }
      .content.research .section_2 li .wrapper p, .content.research .section_3 li .wrapper p {
        font-size: 14px;
        color: #666;
        line-height: 1.75em; }
.content.research .section_3 .bg {
  background-image: url(../images/research_2.jpg); }

.content.events .channel {
  background-image: url(../images/channel_events.jpg); }
.content.events .section_1, .content.events .section_2, .content.events .section_3 {
  margin-bottom: 100px; }
  @media screen and (max-width: 700px) {
    .content.events .section_1, .content.events .section_2, .content.events .section_3 {
      margin-bottom: 50px; } }
  .content.events .section_1 h2, .content.events .section_2 h2, .content.events .section_3 h2 {
    text-align: center; }
  .content.events .section_1 .bg, .content.events .section_2 .bg, .content.events .section_3 .bg {
    background: #efefef;
    padding: 60px 0; }
    @media screen and (max-width: 700px) {
      .content.events .section_1 .bg, .content.events .section_2 .bg, .content.events .section_3 .bg {
        padding: 40px 0; } }
    .content.events .section_1 .bg .img, .content.events .section_2 .bg .img, .content.events .section_3 .bg .img {
      right: 0;
      top: 10px;
      width: 48%;
      position: absolute; }
      .content.events .section_1 .bg .img img, .content.events .section_2 .bg .img img, .content.events .section_3 .bg .img img {
        width: 100%; }
      @media screen and (max-width: 1000px) {
        .content.events .section_1 .bg .img, .content.events .section_2 .bg .img, .content.events .section_3 .bg .img {
          width: 100%;
          position: static; } }
  .content.events .section_1 .txt, .content.events .section_2 .txt, .content.events .section_3 .txt {
    width: 45%;
    font-size: 14px;
    line-height: 1.75em; }
    @media screen and (max-width: 1000px) {
      .content.events .section_1 .txt, .content.events .section_2 .txt, .content.events .section_3 .txt {
        width: 100%;
        font-size: 16px;
        padding-top: 20px; } }
    .content.events .section_1 .txt p, .content.events .section_2 .txt p, .content.events .section_3 .txt p {
      padding: 0.75em 0; }
    .content.events .section_1 .txt a, .content.events .section_2 .txt a, .content.events .section_3 .txt a {
      text-decoration: underline; }
  .content.events .section_1 .review, .content.events .section_2 .review, .content.events .section_3 .review {
    padding: 110px 0 60px 0; }
    @media screen and (max-width: 1400px) {
      .content.events .section_1 .review, .content.events .section_2 .review, .content.events .section_3 .review {
        padding-top: 80px; } }
    @media screen and (max-width: 1000px) {
      .content.events .section_1 .review, .content.events .section_2 .review, .content.events .section_3 .review {
        padding-top: 50px; } }
    @media screen and (max-width: 700px) {
      .content.events .section_1 .review, .content.events .section_2 .review, .content.events .section_3 .review {
        padding-bottom: 0px; } }
    .content.events .section_1 .review h3, .content.events .section_2 .review h3, .content.events .section_3 .review h3 {
      font-size: 24px;
      font-weight: normal;
      color: #666;
      text-align: center; }
    .content.events .section_1 .review ul, .content.events .section_2 .review ul, .content.events .section_3 .review ul {
      margin-left: -20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .content.events .section_1 .review li, .content.events .section_2 .review li, .content.events .section_3 .review li {
      float: left;
      width: 33.33%; }
      @media screen and (max-width: 700px) {
        .content.events .section_1 .review li, .content.events .section_2 .review li, .content.events .section_3 .review li {
          width: 100%;
          padding-bottom: 30px; } }
      .content.events .section_1 .review li a, .content.events .section_2 .review li a, .content.events .section_3 .review li a {
        display: block;
        margin-left: 20px; }
        .content.events .section_1 .review li a h4, .content.events .section_2 .review li a h4, .content.events .section_3 .review li a h4 {
          margin-top: 20px;
          font-weight: normal;
          text-align: center; }
          @media screen and (max-width: 1000px) {
            .content.events .section_1 .review li a h4, .content.events .section_2 .review li a h4, .content.events .section_3 .review li a h4 {
              font-size: 16px; } }
        .content.events .section_1 .review li a:hover img, .content.events .section_2 .review li a:hover img, .content.events .section_3 .review li a:hover img {
          transform: scale(1.05);
          -ms-transform: scale(1.05); }
        .content.events .section_1 .review li a:hover h4, .content.events .section_2 .review li a:hover h4, .content.events .section_3 .review li a:hover h4 {
          color: #666; }
      .content.events .section_1 .review li .img, .content.events .section_2 .review li .img, .content.events .section_3 .review li .img {
        position: relative;
        overflow: hidden; }
      .content.events .section_1 .review li img, .content.events .section_2 .review li img, .content.events .section_3 .review li img {
        width: 100%;
        transition: all 0.5s ease-out; }
  .content.events .section_1 .line, .content.events .section_2 .line, .content.events .section_3 .line {
    position: absolute;
    height: 1px;
    background: #ffc000;
    width: 50%;
    left: 0;
    bottom: 0;
    padding-right: 500px; }
    @media screen and (max-width: 1000px) {
      .content.events .section_1 .line, .content.events .section_2 .line, .content.events .section_3 .line {
        width: 100%;
        padding: 0; } }
.content.events .section_2 .bg {
  background: #4c1085;
  position: relative; }
  .content.events .section_2 .bg .bgwrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    .content.events .section_2 .bg .bgwrapper .rect_1 {
      position: absolute;
      background: #80009c;
      width: 50%;
      height: 100%;
      right: 0;
      top: 0;
      transform: skewX(-47deg);
      margin-right: -20%;
      opacity: .65;
      z-index: 0; }
    .content.events .section_2 .bg .bgwrapper .rect_2 {
      position: absolute;
      background: #8400bd;
      width: 50%;
      height: 100%;
      right: 0;
      top: 0;
      transform: skewX(47deg);
      margin-right: -20%;
      opacity: .67;
      z-index: 0; }
  .content.events .section_2 .bg .img {
    left: 0;
    right: auto; }
.content.events .section_2 .txt {
  color: #fff;
  float: right; }
.content.events .section_2 .line {
  left: auto;
  right: 0;
  padding-left: 500px;
  padding-right: 0; }

.content.cooperation .channel {
  background-image: url(../images/channel_coop.jpg); }
.content.cooperation .innerMainWrapper {
  display: table;
  table-layout: fixed; }
.content.cooperation .col_1 {
  display: table-cell;
  width: 250px;
  vertical-align: top; }
  @media screen and (max-width: 1000px) {
    .content.cooperation .col_1 {
      width: 180px; } }
  @media screen and (max-width: 700px) {
    .content.cooperation .col_1 {
      width: 100%;
      display: block; } }
.content.cooperation .col_2 {
  display: table-cell;
  vertical-align: top; }
  .content.cooperation .col_2 ul {
    margin-left: -65px; }
    @media screen and (max-width: 1000px) {
      .content.cooperation .col_2 ul {
        margin-left: -30px; } }
  .content.cooperation .col_2 li {
    float: left;
    width: 50%; }
    @media screen and (max-width: 500px) {
      .content.cooperation .col_2 li {
        width: 100%; } }
    .content.cooperation .col_2 li h4 {
      font-size: 16px;
      color: #666;
      font-weight: normal;
      text-align: center;
      padding-top: 25px; }
    .content.cooperation .col_2 li img {
      width: 100%;
      border: 1px solid #eee;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .content.cooperation .col_2 li div {
      margin-left: 65px;
      padding-bottom: 60px; }
      @media screen and (max-width: 1000px) {
        .content.cooperation .col_2 li div {
          margin-left: 30px;
          padding-bottom: 40px; } }
.content.cooperation .section_2 {
  padding: 80px 0;
  background: #efefef; }
  @media screen and (max-width: 700px) {
    .content.cooperation .section_2 {
      padding: 50px 0; } }
  .content.cooperation .section_2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px; }
  .content.cooperation .section_2 li {
    width: 33.33%; }
    @media screen and (max-width: 700px) {
      .content.cooperation .section_2 li {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .content.cooperation .section_2 li {
        width: 100%; } }
    .content.cooperation .section_2 li div {
      margin-left: 30px; }

.content.listpage {
  position: relative;
  padding: 60px 0 80px 0; }
  @media screen and (max-width: 1000px) {
    .content.listpage {
      padding-top: 20px;
      padding-bottom: 50px; } }
  .content.listpage .bgwrapper {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    background: #efefef; }
    .content.listpage .bgwrapper .bgrect {
      position: absolute;
      background: #EEDCB5;
      width: 50%;
      height: 100%;
      right: 0;
      top: 0;
      transform: skewX(47deg);
      transform-origin: left top;
      padding-left: 150px;
      opacity: 0.6; }
      @media screen and (max-width: 700px) {
        .content.listpage .bgwrapper .bgrect {
          padding-left: 70px; } }
  .content.listpage .wbg {
    background: #fff; }
  .content.listpage h1 {
    font-size: 48px;
    color: #000;
    text-align: center;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 50px; }
    @media screen and (max-width: 700px) {
      .content.listpage h1 {
        font-size: 40px;
        margin-bottom: 30px; } }
    .content.listpage h1 span {
      display: block;
      font-size: 12px;
      font-weight: normal; }
      .content.listpage h1 span a {
        color: #5d1f98;
        padding: 0 5px; }
  .content.listpage .imgnewslist {
    padding: 90px 100px;
    box-sizing: border-box; }
    @media screen and (max-width: 1000px) {
      .content.listpage .imgnewslist {
        padding: 60px 70px; } }
    @media screen and (max-width: 700px) {
      .content.listpage .imgnewslist {
        padding: 40px 45px; } }
    @media screen and (max-width: 500px) {
      .content.listpage .imgnewslist {
        padding: 0;
        padding-bottom: 10px; } }
    .content.listpage .imgnewslist li {
      position: relative;
      border-bottom: 1px solid #ddd;
      padding-bottom: 50px;
      margin-bottom: 50px; }
      @media screen and (max-width: 700px) {
        .content.listpage .imgnewslist li {
          padding: 0;
          margin: 0; } }
      .content.listpage .imgnewslist li img {
        width: 100%; }
      .content.listpage .imgnewslist li .imgwrapper {
        position: relative; }
      .content.listpage .imgnewslist li div.img {
        position: relative;
        overflow: hidden; }
      .content.listpage .imgnewslist li .col_1 {
        display: table-cell;
        width: 38%;
        vertical-align: top; }
        @media screen and (max-width: 700px) {
          .content.listpage .imgnewslist li .col_1 {
            display: block;
            width: 100%; } }
      .content.listpage .imgnewslist li .col_2 {
        display: table-cell;
        vertical-align: top;
        padding-left: 40px; }
        @media screen and (max-width: 700px) {
          .content.listpage .imgnewslist li .col_2 {
            display: block;
            width: auto;
            padding: 20px 25px 30px 25px; } }
      .content.listpage .imgnewslist li .time {
        position: absolute;
        left: -15px;
        bottom: 20px;
        font-size: 12px;
        color: #fff;
        background: #5d1f98;
        text-align: center;
        font-weight: 300;
        line-height: 1em;
        padding: 12px 20px 12px 20px;
        z-index: 1;
        text-transform: uppercase;
        overflow: hidden; }
        .content.listpage .imgnewslist li .time b {
          font-size: 24px;
          font-weight: 300;
          line-height: 1em;
          padding-left: 5px; }
        .content.listpage .imgnewslist li .time i {
          position: absolute;
          background: #ffc000;
          width: 50px;
          height: 50px;
          right: -34px;
          bottom: 0;
          transform: skewX(-47deg);
          z-index: 0;
          transform-origin: left bottom; }
      .content.listpage .imgnewslist li a {
        display: block;
        line-height: 1.75em;
        position: relative; }
        .content.listpage .imgnewslist li a h3 {
          font-size: 22px;
          color: #5d1f98;
          padding: 0 0 10px 0;
          line-height: 1.5em; }
          @media screen and (max-width: 700px) {
            .content.listpage .imgnewslist li a h3 {
              font-size: 18px; } }
        .content.listpage .imgnewslist li a p {
          color: #666;
          font-size: 13px;
          text-indent: 0;
          padding: 0; }
        .content.listpage .imgnewslist li a:hover img {
          transform: scale(1.05);
          -ms-transform: scale(1.05); }
        .content.listpage .imgnewslist li a:hover h3 {
          color: #000; }
    .content.listpage .imgnewslist .pager {
      margin-left: 20px;
      margin-right: 20px; }
  .content.listpage .newslist {
    padding: 90px 100px;
    box-sizing: border-box; }
    @media screen and (max-width: 1000px) {
      .content.listpage .newslist {
        padding: 60px 70px; } }
    @media screen and (max-width: 500px) {
      .content.listpage .newslist {
        padding: 40px 45px; } }
    .content.listpage .newslist li {
      border-bottom: 1px solid #ddd;
      padding-bottom: 30px;
      margin-bottom: 30px; }
    .content.listpage .newslist .col_1 {
      display: table-cell;
      width: 100px;
      font-size: 18px;
      color: #5d1f98; }
      @media screen and (max-width: 500px) {
        .content.listpage .newslist .col_1 {
          display: block;
          width: 100%;
          padding-bottom: 10px; } }
    .content.listpage .newslist .col_2 {
      display: table-cell;
      padding-left: 30px;
      font-size: 18px;
      line-height: 1.5em; }
      @media screen and (max-width: 500px) {
        .content.listpage .newslist .col_2 {
          display: block;
          width: 100%;
          padding: 0; } }
  .content.listpage .vdolist ul {
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap; }
  .content.listpage .vdolist li {
    float: left;
    width: 33.33%;
    margin-bottom: 50px; }
    @media screen and (max-width: 800px) {
      .content.listpage .vdolist li {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .content.listpage .vdolist li {
        width: 100%;
        margin-bottom: 30px; } }
    .content.listpage .vdolist li img {
      width: 100%; }
    .content.listpage .vdolist li .img {
      position: relative;
      margin-bottom: 20px; }
      .content.listpage .vdolist li .img i {
        color: #fff;
        position: absolute;
        bottom: 25px;
        left: 20px;
        font-size: 60px;
        opacity: 0.85;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
    .content.listpage .vdolist li a {
      font-size: 18px;
      margin-left: 30px;
      display: block; }
      @media screen and (max-width: 500px) {
        .content.listpage .vdolist li a {
          font-size: 16px; } }
      .content.listpage .vdolist li a:hover .img i {
        opacity: 1; }
  .content.listpage .vdolist .pagerwrapper {
    border-top: 1px solid #ddd; }
  .content.listpage .medialist li {
    margin-bottom: 4px;
    background: #fff; }
    .content.listpage .medialist li .time {
      color: #5d1f98;
      text-align: center;
      font-weight: 300;
      line-height: 1em;
      z-index: 1;
      text-transform: uppercase;
      display: table-cell;
      width: 70px;
      vertical-align: middle;
      background: #dedede; }
      .content.listpage .medialist li .time b {
        font-size: 24px;
        font-weight: 300;
        line-height: 1em;
        display: block;
        padding-top: 3px; }
    .content.listpage .medialist li a {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .content.listpage .medialist li a:hover h3 {
        color: #000; }
    .content.listpage .medialist li h3 {
      display: table-cell;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5em;
      padding: 28px; }
      @media screen and (max-width: 500px) {
        .content.listpage .medialist li h3 {
          font-size: 16px; } }
    .content.listpage .medialist li:hover {
      margin-left: 0; }
  .content.listpage .medialist .pagerwrapper {
    margin-top: 50px;
    border-top: 1px solid #ddd; }
  .content.listpage .peoplelist ul {
    margin-left: -70px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1000px) {
      .content.listpage .peoplelist ul {
        margin-left: -30px; } }
  .content.listpage .peoplelist li {
    float: left;
    width: 33.33%;
    margin-bottom: 50px; }
    @media screen and (max-width: 800px) {
      .content.listpage .peoplelist li {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .content.listpage .peoplelist li {
        width: 100%;
        margin-bottom: 30px; } }
    .content.listpage .peoplelist li img {
      width: 100%; }
    .content.listpage .peoplelist li .img {
      position: relative;
      overflow: hidden; }
      .content.listpage .peoplelist li .img i {
        position: absolute;
        background: #ffc000;
        width: 50px;
        height: 50px;
        left: -65px;
        top: 0;
        transform: skewX(-47deg);
        transform-origin: right bottom; }
    .content.listpage .peoplelist li .txt {
      padding: 30px 0;
      text-align: center;
      background: #fff;
      font-size: 14px;
      color: #666; }
      .content.listpage .peoplelist li .txt h4 {
        font-size: 26px;
        font-weight: normal;
        padding-bottom: 5px; }
    .content.listpage .peoplelist li a {
      display: block;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      margin-left: 70px; }
      @media screen and (max-width: 1000px) {
        .content.listpage .peoplelist li a {
          margin-left: 30px; } }
      .content.listpage .peoplelist li a:hover img {
        transform: scale(1.05);
        -ms-transform: scale(1.05); }
  .content.listpage .peoplelist .pagerwrapper {
    margin-top: 20px;
    border-top: 1px solid #ddd; }

.content.article .navigation {
  background: #f7f7f7;
  color: #554085;
  line-height: 90px; }
  .content.article .navigation .channelen {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 30px;
    font-family: Raleway; }
  .content.article .navigation a {
    color: #554085;
    vertical-align: middle; }
  .content.article .navigation img {
    width: 30px;
    vertical-align: middle; }
  .content.article .navigation .link {
    margin-left: 10px; }
    .content.article .navigation .link a {
      padding: 0 5px; }
.content.article .articlewrapper h1 {
  font-size: 40px;
  color: #000;
  text-align: center;
  line-height: 1.25em;
  font-weight: bold;
  margin-top: 60px; }
  @media screen and (max-width: 1000px) {
    .content.article .articlewrapper h1 {
      font-size: 34px; } }
  @media screen and (max-width: 700px) {
    .content.article .articlewrapper h1 {
      font-size: 26px; } }
.content.article .articlewrapper .time {
  font-size: 20px;
  text-align: center;
  color: #5d1f98;
  margin-top: 25px;
  font-weight: 300; }
  .content.article .articlewrapper .time:before {
    content: "";
    width: 40px;
    background: #ffc000;
    height: 3px;
    margin: 0 auto 15px auto;
    display: block; }
.content.article .articlewrapper .articlecontent {
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 100px; }
  .content.article .articlewrapper .articlecontent p {
    padding: 0.75em 0; }
  .content.article .articlewrapper .articlecontent img {
    max-width: 100%;
    height: auto !important;
    width: 650px !important; }
  .content.article .articlewrapper .articlecontent h6 {
    color: #5d1f98;
    font-size: 12px;
    line-height: 1.5em; }
  .content.article .articlewrapper .articlecontent a {
    border-bottom: 1px dashed #333;
    padding-bottom: 3px; }
    .content.article .articlewrapper .articlecontent a:hover {
      border: 0; }
