.timeLine {
  height: 68px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #E7E7E7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .timeLine .prev {
    width: 75px;
    height: 68px;
    background-image: url("/imgs/about/event/btn_left.png");
    background-position: 0 -9px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .timeLine .prev.prev-disable {
      background: url("/imgs/about/event/about_s_arrow_left_grey.png");
      pointer-events: none; }
  .timeLine .next {
    cursor: pointer;
    float: left;
    width: 75px;
    height: 68px;
    background-image: url("/imgs/about/event/btn_right.png");
    position: absolute;
    background-position: 0 -9px;
    top: 0;
    right: 0; }
    .timeLine .next.next-disable {
      background: url("/imgs/about/event/about_s_arrow_right_grey.png");
      pointer-events: none; }
  .timeLine-wrap {
    overflow: hidden;
    width: 1280px;
    height: 68px;
    border-left: 0;
    border-right: 0;
    margin: 0 auto; }
  .timeLine-wrapper {
    height: 100%;
    width: auto; }
  .timeLine-item {
    height: 68px;
    font-size: 18px;
    font-weight: 400;
    line-height: 68px;
    color: #333333;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    @media (max-width: 1247.98px) {
      .timeLine-item {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      .timeLine-item {
        font-size: 14px; } }
    .timeLine-item.active {
      width: 100px;
      height: 68px;
      font-size: 22px;
      font-weight: bold;
      font-style: italic;
      color: #4079E2; }
      @media (max-width: 1247.98px) {
        .timeLine-item.active {
          font-size: 18px; } }

.banner {
  position: relative;
  margin-top: 71px;
  padding-bottom: 53px; }
  .banner .bg {
    background: url("/imgs/about/pic_guanyuyurun.jpg") no-repeat top;
    background-size: cover;
    width: 100%;
    height: 482px;
    overflow: hidden; }
    @media (max-width: 1247.98px) {
      .banner .bg {
        height: 382px; } }
  .banner .slogan {
    width: 1200px;
    margin: 0 auto;
    color: #fff; }
    @media (max-width: 1247.98px) {
      .banner .slogan {
        width: 96%; } }
    .banner .slogan .title {
      margin-top: 195px;
      font-size: 44px;
      font-weight: bold;
      font-style: italic;
      color: #FFFFFF;
      height: 53px;
      letter-spacing: 0.3rem; }
      @media (max-width: 1247.98px) {
        .banner .slogan .title {
          margin-top: 160px; } }
    .banner .slogan .subTitle {
      margin-top: 17px;
      font-size: 20px;
      font-weight: 200;
      color: #FFFFFF;
      line-height: 30px;
      letter-spacing: 0.15rem; }

.tabs-container {
  box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  height: 53px;
  background: #FBFBFB;
  z-index: 2; }
  .tabs-container .tabs-content {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 53px;
    width: 1200px;
    height: 53px;
    margin: 0 auto; }
    @media (max-width: 1247.98px) {
      .tabs-container .tabs-content {
        width: 96%; } }
    .tabs-container .tabs-content .tabs-item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 30px !important;
      color: #333333;
      font-size: 1rem; }
      .tabs-container .tabs-content .tabs-item.tabs-item:first-child {
        padding-left: 0 !important; }
      @media (max-width: 1247.98px) {
        .tabs-container .tabs-content .tabs-item {
          padding: 0 30px !important;
          font-size: .875rem; } }
    .tabs-container .tabs-content img {
      width: 7px;
      height: 13px; }
    .tabs-container .tabs-content .tab {
      float: left;
      margin-right: 5%;
      padding: 0 4px;
      color: #000;
      transition: all 0.5s ease;
      font-size: 1rem; }
      @media (max-width: 1247.98px) {
        .tabs-container .tabs-content .tab {
          margin-right: 3%;
          font-size: .875rem; } }
      @media (max-width: 991.98px) {
        .tabs-container .tabs-content .tab {
          font-size: .75rem;
          margin-right: 3%; } }
    .tabs-container .tabs-content .tab-slider {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 3px;
      background: #4079E2;
      transition: left 0.6s ease; }

.tabs-container--top {
  position: fixed !important;
  top: 0; }

.head .nav .menu ul li > a {
  color: #333333 !important; }

.hide {
  display: none; }

.container {
  min-height: calc(100vh - 87px);
  overflow: hidden; }
  .container .layout-wrap .wrapper {
    padding: 0 calc(50% - 600px); }
    @media (max-width: 1247.98px) {
      .container .layout-wrap .wrapper {
        width: 96%;
        padding: 0 2%; } }
  .container .content {
    overflow: hidden;
    width: 1200px;
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1247.98px) {
      .container .content {
        width: 96%; } }
    .container .content-title {
      font-size: 30px;
      font-weight: bold;
      font-style: italic;
      color: #333333;
      margin-top: 99px;
      margin-bottom: 71px; }
  .container .paper-detail .wrapper:nth-of-type(even) {
    background: #FBFBFB; }
  .container .paper-detail .des {
    display: inline-block;
    width: 570px;
    vertical-align: middle;
    margin-right: 56px;
    padding: 40px 0; }
    @media (max-width: 1247.98px) {
      .container .paper-detail .des {
        width: 47.5%;
        margin-right: 4.5%; }
        .container .paper-detail .des .title {
          margin-bottom: 2% !important; } }
    @media (max-width: 991.98px) {
      .container .paper-detail .des {
        margin-right: 2%; }
        .container .paper-detail .des .title {
          font-size: 16px !important; }
        .container .paper-detail .des .desc {
          font-size: 14px !important; } }
    .container .paper-detail .des img {
      width: 100%; }
    .container .paper-detail .des:last-child {
      margin: 0; }
    .container .paper-detail .des p {
      white-space: pre-line;
      white-space: -moz-pre-line;
      font-size: 18px;
      font-weight: 500;
      color: #525252;
      line-height: 30px; }
    .container .paper-detail .des .title {
      font-size: 20px;
      font-weight: bold;
      white-space: pre-line;
      color: #333333;
      margin-bottom: 27px; }
    .container .paper-detail .des p:nth-of-type(2) {
      white-space: pre-line;
      white-space: -moz-pre-line;
      font-size: 14px;
      font-weight: 500;
      color: #666666;
      line-height: 30px; }
    .container .paper-detail .des .content_desc {
      white-space: pre-line;
      white-space: -moz-pre-line;
      font-size: 14px;
      font-weight: 500;
      color: #666666;
      line-height: 30px; }
  .container .paper .onlyText .des {
    width: 100%;
    padding: 0;
    margin-bottom: 50px; }
    .container .paper .onlyText .des:first-child {
      margin-top: 40px; }
  .container .paper .onlyText .wrapper:nth-of-type(even) {
    background: #fff; }
