.banner {
  position: relative;
  margin-top: 232px; }
  .banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 500px; }
  .banner .text {
    position: absolute;
    left: 159px;
    bottom: 146px; }
    .banner .text .en {
      color: rgba(255, 255, 255, 0.1);
      font-weight: 700;
      font-size: 64px;
      text-transform: uppercase; }
    .banner .text .cn {
      margin-top: 11px;
      color: #FFF;
      font-size: 60px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
  .banner .info {
    position: absolute;
    right: 314px;
    bottom: 0;
    width: 418px;
    background: url(../images/ibg.png) no-repeat;
    background-size: cover;
    padding: 37px 40px; }
    .banner .info .t1 {
      display: flex;
      justify-content: space-between; }
      .banner .info .t1 .p1 {
        color: #000;
        font-size: 24px; }
      .banner .info .t1 .des {
        width: 186px;
        font-size: 14px;
        line-height: 1.57;
        font-family: 'SourceHanSansCN-Light';
        margin-top: 5px; }
    .banner .info .t2 {
      color: #666;
      font-size: 16px;
      font-family: 'SourceHanSansCN-Medium';
      margin: 71px 0 5px 0; }
    .banner .info .t3 {
      color: #5DB456;
      font-size: 50px;
      font-weight: 700; }

.main {
  margin: 79px auto 140px auto;
  width: 1292px;
  display: flex;
  justify-content: space-between; }
  .main .l {
    width: 854px;
    height: 560px;
    background: #F8F8F8;
    padding: 27px 38px 54px 38px; }
    .main .l .t {
      color: #3C3C48;
      font-size: 40px;
      margin-bottom: 12px; }
    .main .l .list .item {
      border-top: 3px solid rgba(202, 6, 44, 0.05);
      padding: 25px 0;
      display: flex;
      position: relative; }
      .main .l .list .item .time {
        padding-right: 16px;
        position: relative; }
        .main .l .list .item .time .day {
          color: #CA062C;
          font-size: 46px;
          font-weight: 700;
          line-height: 1; }
        .main .l .list .item .time .date {
          color: #CA062C;
          font-size: 16px; }
        .main .l .list .item .time::after {
          width: 2px;
          height: 50px;
          background: #CECECE;
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          display: block; }
      .main .l .list .item .st {
        color: #666;
        font-size: 16px;
        margin-left: 16px;
        margin-top: 5px;
        width: 60%; }
      .main .l .list .item .icons {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center; }
        .main .l .list .item .icons .add {
          cursor: pointer; }
          .main .l .list .item .icons .add svg {
            width: 24px;
            display: block; }
        .main .l .list .item .icons .download {
          margin-left: 20px; }
          .main .l .list .item .icons .download svg {
            width: 32px; }
            .main .l .list .item .icons .download svg path {
              transition: all 600ms; }
          .main .l .list .item .icons .download:hover svg path:nth-child(1), .main .l .list .item .icons .download:hover svg path:nth-child(4) {
            fill: #CA062C; }
            .main .l .list .item .icons .download svg path:nth-child(1), .main .l .list .item .icons .download svg path:nth-child(4) {
            fill: #CA062C; }
    .main .l .pager {
      display: flex;
      justify-content: center; }
      .main .l .pager a {
        color: #333;
        font-size: 14px;
        border-radius: 50px;
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        transition: all 600ms;
        margin: 0 5px; }
        .main .l .pager a:hover {
          background: #E60012;
          color: white; }
      .main .l .pager .active {
        background: #E60012;
        color: white; }
  .main .r {
    width: 418px;
    height: 560px;
    background: url(../images/rbg.png) no-repeat;
    background-size: cover;
    padding: 61px 33px;
    color: white; }
    .main .r .des {
      font-size: 16px; }

@media screen and (max-width: 1465px) {
  .banner .text {
    left: 5%; }
  .banner .info {
    right: 5%; }

  .main {
    width: 90%; } }
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 0; }
    .banner img {
      height: 500px; }
    .banner .text {
      left: 5%;
      bottom: 50%; }
      .banner .text .en {
        font-size: 32px; }
      .banner .text .cn {
        font-size: 30px;
        margin-top: 5px; }
    .banner .info {
      right: 0;
      width: 80%;
      padding: 20px; }
      .banner .info .t1 {
        flex-direction: column; }
        .banner .info .t1 .p1 {
          font-size: 18px; }
        .banner .info .t1 .des {
          width: 100%;
          font-size: 14px; }
      .banner .info .t2 {
        margin: 20px 0 5px 0; }
      .banner .info .t3 {
        font-size: 32px; }

  .main {
    flex-direction: column;
    margin: 30px auto; }
    .main .l {
      width: 100%;
      padding: 20px;
      height: auto; }
      .main .l .t {
        font-size: 24px; }
      .main .l .list .item {
        flex-direction: column;
        padding: 15px 0; }
        .main .l .list .item .time .day {
          font-size: 24px; }
        .main .l .list .item .time::after {
          display: none; }
        .main .l .list .item .st {
          width: 100%;
          margin: 10px 0 20px 0; }
        .main .l .list .item .icons {
          position: static;
          width: 100%;
          justify-content: flex-end;
          transform: translateY(0); }
    .main .r {
      width: 100%;
      padding: 30px 15px;
      height: auto;
      margin-top: 20px; } }

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