﻿.turn-text {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
  text-align: center; }
  .turn-text .info {
    font-size: 50px;
    padding-top: 50px; }
  .turn-text .e-info {
    font-size: 18px; }
  .turn-text .line {
    width: 220px;
    height: 6px;
    background: #f0b921;
    margin: 0 auto; }
  .turn-text .artical {
    font-size: 18px;
    text-align: justify;
    text-indent: 40px; }

.info-content {
  display: flex;
  flex-direction: row;
  padding: 75px 5%;
  height: 600px; }
  .info-content .article {
    flex: 1 1 60%;
    padding-top: 30px;
    height: 100%; }
    .info-content .article .article-top {
      padding-bottom: 20px;
      border-bottom: 2px solid #EAEAEA;
      height: 70%; }
      .info-content .article .article-top .top-top {
        display: flex;
        flex-direction: row;
        position: relative;
        height: 40%; }
        .info-content .article .article-top .top-top .top-title {
          position: absolute;
          top: 10px;
          left: 0px;
          height: 100px;
          z-index: 300; }
          .info-content .article .article-top .top-top .top-title .main-title {
            height: 40px;
            line-height: 40px; }
        .info-content .article .article-top .top-top .top-box {
          position: absolute;
          top: 0;
          width: 250px;
          height: 120px; }
        .info-content .article .article-top .top-top .sub {
          font-size: 16px;
          color: #F0B921; }
        .info-content .article .article-top .top-top .main-back {
          font-size: 24px;
          cursor: pointer;
          color: #ffffff; }
          .info-content .article .article-top .top-top .main-back:hover {
            color: #cecece; }
        .info-content .article .article-top .top-top .main {
          font-size: 24px;
          color: #333333;
          cursor: pointer; }
          .info-content .article .article-top .top-top .main:hover {
            color: #999999; }
      .info-content .article .article-top .top-bottom {
        padding-top: 30px;
        text-align: justify;
        font-size: 16px;
        color: #666666; }
      .info-content .article .article-top .item-describe {
        background: rgba(240, 133, 25, 0.5);
        border-radius: 10px;
        font-size: 12px;
        margin-top: 10px;
        padding: 10px; }
    .info-content .article .article-bott {
      padding-top: 20px;
      height: 30%; }
      .info-content .article .article-bott .bott-text {
        font-size: 16px; }
        .info-content .article .article-bott .bott-text .news {
          color: #333333;
          margin-left: 10px;
          font-family: KaiTi,BiauKai,STKaiti; }
          .info-content .article .article-bott .bott-text .news:hover {
            color: #007aff; }
        .info-content .article .article-bott .bott-text .news-back {
          color: #ffffff;
          margin-left: 10px;
          font-family: KaiTi,BiauKai,STKaiti; }
          .info-content .article .article-bott .bott-text .news-back:hover {
            color: #007aff; }
      .info-content .article .article-bott .icon-back {
        color: #ffffff; }
  .info-content .picture {
    height: 100%;
    flex: 1 1 40%;
    position: relative; }
    .info-content .picture .pic-back {
      position: absolute;
      left: 120px;
      top: 60px;
      filter: opacity(0.5); }
    .info-content .picture .pic-front {
      position: absolute;
      left: 90px;
      top: 30px; }
  .info-content #top-box1 {
    left: 75px; }
  .info-content #top-box2 {
    left: 75px; }
  .info-content #top-box3 {
    left: 100px; }
  .info-content #top-box4 {
    left: 100px; }
  .info-content #sub1 {
    color: #333333; }
  .info-content #sub2 {
    color: #ffffff; }
  .info-content #sub3 {
    color: #333333; }
  .info-content #sub4 {
    color: #ffffff; }

.info-content2 {
  background: url("../image/backpic.jpg"); }

#info-ji2 {
  height: 700px; }

.lists {
  height: 900px;
  display: flex;
  position: relative; }
  .lists .list {
    position: relative;
    z-index: 220;
    color: white;
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.5s;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer; }
  .lists .more {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    cursor: pointer;
    display: none; }
  .lists .list-img {
    z-index: 210;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: brightness(0.5);
    object-fit: cover; }
  .lists .list:hover {
    flex: 3; }
    .lists .list:hover .more {
      display: block; }

.items {
  display: flex;
  flex-direction: row;
  height: 960px; }
  .items .item {
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    flex: 1;
    transition: .3s;
    position: relative; }
    .items .item .item-img {
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
    .items .item .item-text {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .items .item .item-text .text {
        font-size: 70px;
        color: #ffffff;
        text-align: center;
        display: block; }
      .items .item .item-text .more1 {
        font-size: 70px;
        color: #ffffff;
        text-align: center;
        display: none; }
      .items .item .item-text .more {
        width: 260px;
        height: 62px;
        border: 2px solid white;
        border-radius: 31px;
        margin: 0 auto;
        line-height: 62px;
        text-align: center;
        font-size: 22px;
        color: #ffffff;
        display: none;
        cursor: pointer; }
    .items .item .item-more {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 100%;
      text-align: -webkit-center; }
    .items .item .item-text2 {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .items .item .item-text2 .text {
        font-size: 70px;
        color: #ffffff;
        text-align: center;
        display: block; }
      .items .item .item-text2 .more1 {
        font-size: 70px;
        color: #ffffff;
        text-align: center;
        display: none; }
      .items .item .item-text2 .more {
        width: 260px;
        height: 62px;
        border: 2px solid white;
        border-radius: 31px;
        margin: 0 auto;
        line-height: 62px;
        text-align: center;
        font-size: 22px;
        color: #ffffff;
        display: none;
        cursor: pointer; }
  .items .item:hover {
    flex: 5; }
    .items .item:hover .item-text {
      background: linear-gradient(0deg, rgba(26, 55, 203, 0.8), rgba(92, 102, 247, 0.8)); }
    .items .item:hover .item-text2 {
      background: linear-gradient(180deg, rgba(247, 182, 106, 0.8), rgba(247, 118, 73, 0.8)); }
    .items .item:hover .more {
      display: block; }

@media (min-width: 1850px) {
  #info-ou2 {
    height: 700px; }

  #top-top1 {
    height: 32%; } }
@media (min-width: 1366px) and (max-width: 1850px) {
  #info-ou2 {
    height: 800px; }

  #top-top1 {
    height: 26%; } }
@media (min-width: 1200px) and (max-width: 1500px) {
  .turn-text .info {
    font-size: 36px; }

  .turn-text .artical {
    font-size: 16px; } }
@media (min-width: 1572px) {
  #info-ji2 {
    height: 700px; } }
@media (min-width: 1366px) and (max-width: 1752px) {
  #info-ji2 {
    height: 750px; } }
@media (min-width: 1100px) and (max-width: 1365px) {
  .info-content .article .article-bott-last {
    padding-top: 110px; } }