.aboutNew .aboutBox1 {
  margin-top: 30px;
  display: flex;
  background-color: #f8f3f7;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden; }
  .aboutNew .aboutBox1 .boxLeft {
    width: 32.5%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer; }
    .aboutNew .aboutBox1 .boxLeft img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
    .aboutNew .aboutBox1 .boxLeft .op {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 64px; }
  .aboutNew .aboutBox1 .boxRight {
    width: 67.5%;
    box-sizing: border-box;
    padding: 14px 20px 25px; }
    .aboutNew .aboutBox1 .boxRight .txt .t {
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      color: #000;
      font-weight: bold; }
    .aboutNew .aboutBox1 .boxRight .txt .t1 {
      font-size: 14px;
      line-height: 22px;
      color: #333;
      letter-spacing: 0.4px;
      margin-top: 3px; }
    .aboutNew .aboutBox1 .boxRight .itemBox {
      display: flex;
      justify-content: space-between;
      margin-top: 22px; }
      .aboutNew .aboutBox1 .boxRight .itemBox .item {
        width: 31%; }
        .aboutNew .aboutBox1 .boxRight .itemBox .item img {
          display: block;
          margin: 0 auto;
          transition: .5s; }
        .aboutNew .aboutBox1 .boxRight .itemBox .item .t {
          text-align: center;
          font-size: 16px;
          line-height: 18px;
          color: #222;
          font-weight: bold;
          margin-top: 10px; }
        .aboutNew .aboutBox1 .boxRight .itemBox .item .t1 {
          font-size: 12px;
          line-height: 20px;
          color: #222;
          margin-top: 8px; }
        @media (min-width: 960px) {
          .aboutNew .aboutBox1 .boxRight .itemBox .item:hover img {
            transform: translate(0, -10px);
            -webkit-transform: translate(0, -10px); } }
  @media (max-width: 768px) {
    .aboutNew .aboutBox1 {
      display: block;
      border-radius: 10px; }
      .aboutNew .aboutBox1 .boxLeft {
        width: 100%;
        height: 75vw; }
      .aboutNew .aboutBox1 .boxRight {
        width: 100%; }
        .aboutNew .aboutBox1 .boxRight .itemBox {
          display: block; }
          .aboutNew .aboutBox1 .boxRight .itemBox .item {
            width: 100%;
            margin-bottom: 10px; }
            .aboutNew .aboutBox1 .boxRight .itemBox .item:last-child {
              margin-bottom: 0; } }
.aboutNew .aboutBox2 {
  padding-bottom: 3.5%; }
  .aboutNew .aboutBox2 .publicTit {
    padding: 20px 0;
    position: sticky;
    top: 87px;
    background-color: #fff;
    z-index: 10;
    margin-bottom: 50px; }
  .aboutNew .aboutBox2 .list {
    position: relative; }
    .aboutNew .aboutBox2 .list .line {
      width: 4px;
      height: 100%;
      position: absolute;
      background-color: #c8b082;
      position: absolute;
      margin-left: -2px;
      left: 16%;
      top: 0;
      border-radius: 4px;
      overflow: hidden; }
      .aboutNew .aboutBox2 .list .line span {
        position: absolute;
        width: 100%;
        height: 0;
        background-color: #846a3f;
        display: block; }
    .aboutNew .aboutBox2 .list .item {
      display: flex;
      align-items: center;
      margin-bottom: 50px;
      position: relative;
      z-index: 5; }
      .aboutNew .aboutBox2 .list .item:last-child {
        margin-bottom: 0; }
      .aboutNew .aboutBox2 .list .item .year {
        width: 20%;
        font-size: 30px;
        line-height: 32px;
        font-weight: bold;
        color: #333;
        padding-left: 30px; }
      .aboutNew .aboutBox2 .list .item .fk {
        width: 26px;
        height: 26px;
        background-color: #846a3f;
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        left: 16%;
        margin-left: -13px;
        margin-top: -13px; }
      .aboutNew .aboutBox2 .list .item .con {
        flex: 1;
        max-height: 202px; }
        .aboutNew .aboutBox2 .list .item .con .txt {
          font-size: 14px;
          line-height: 20px;
          color: #010000; }
        .aboutNew .aboutBox2 .list .item .con .img {
          width: 100%;
          margin-top: 12px; }
          .aboutNew .aboutBox2 .list .item .con .img img {
            max-width: 100%; }
      .aboutNew .aboutBox2 .list .item .pic {
        width: 33.7%;
        margin-left: 3.75%;
        height: 202px;
        position: relative; }
        .aboutNew .aboutBox2 .list .item .pic img {
          width: 100%;
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover; }
  @media (max-width: 960px) {
    .aboutNew .aboutBox2 .publicTit {
      top: 50px;
      padding: 10px 0; }
    .aboutNew .aboutBox2 .list .item .year {
      font-size: 24px;
      padding-left: 15px; } }
  @media (max-width: 640px) {
    .aboutNew .aboutBox2 .list:after {
      display: none; }
    .aboutNew .aboutBox2 .list .item {
      margin-bottom: 25px;
      display: block; }
      .aboutNew .aboutBox2 .list .item .year {
        font-size: 16px;
        line-height: 18px;
        padding-left: 0;
        margin-bottom: 10px; }
      .aboutNew .aboutBox2 .list .item .fk {
        display: none; }
      .aboutNew .aboutBox2 .list .item .con {
        width: 100%;
        max-height: inherit; }
      .aboutNew .aboutBox2 .list .item .pic {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 15px; }
        .aboutNew .aboutBox2 .list .item .pic img {
          position: relative;
          width: 100%;
          height: auto; } }

/*# sourceMappingURL=about.css.map */
