.truncate, .headline .title, .news-box .item ul li a .text, .news-box .item ul.separate li a .title, .news-box .item .rotational .single .content .title, .news-box .item ul.contact li a, .news-box .item ul.links li .content {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.lineTwo, .headline p, .news-box .item ul.separate li a p, .news-box .item ul.icon-no li a .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.container {
  display: block;
  width: 1200px;
  padding-top: 48px;
  padding-bottom: 52px;
  margin-left: auto;
  margin-right: auto; }

.bg-f8 {
  background-color: #f8f8f8; }

.mb15 {
  margin-bottom: 15px !important; }

.middle, .news-box .item ul.separate li a .date, .news-box .item ul.separate2 li a .date .day, .news-box .item ul.separate2 li a .date .year, .news-box .item .rotational .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.ml10 {
  margin-left: 10px; }

.pc {
  display: block !important; }

.m {
  display: none !important; }

@media screen and (max-width: 960px) {
  html {
    font-size: calc(100vw / 37.5);
    -webkit-text-size-adjust: 100%; }

  .pc {
    display: none !important; }

  .m {
    display: block !important; }

  .container {
    width: 100%;
    padding: 2rem 1.5rem; }

  :-moz-placeholder {
    color: #999; }

  ::-moz-placeholder {
    color: #999; }

  ::-webkit-input-placeholder {
    color: #999; }

  img {
    vertical-align: bottom; } }
.carousel {
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0; }
  .carousel .swiper-container {
    --swiper-theme-color: #fff;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 20px;
    position: relative; }
    .carousel .swiper-container:before, .carousel .swiper-container:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      width: calc(50vw - 600px - 8px);
      height: 100%;
      background-color: rgba(255, 255, 255, 0.75);
      pointer-events: none; }
    .carousel .swiper-container:before {
      left: 0; }
    .carousel .swiper-container:after {
      right: 0; }
    .carousel .swiper-container .swiper-button-prev, .carousel .swiper-container .swiper-button-next {
      width: 26px;
      height: 54px;
      margin-top: 0;
      transform: translateY(-50%);
      background-color: #7F7F7F; }
    .carousel .swiper-container .swiper-button-prev {
      left: 50%;
      right: auto;
      transform: translateX(-650px); }
    .carousel .swiper-container .swiper-button-next {
      left: auto;
      right: 50%;
      transform: translateX(650px); }
    .carousel .swiper-container .swiper-slide {
      display: flex;
      width: 1200px !important; }
      .carousel .swiper-container .swiper-slide .item {
        display: flex;
        width: 100%; }
        .carousel .swiper-container .swiper-slide .item img {
          width: 100%;
          height: 500px; }

.headline {
  display: block;
  height: 120px;
  padding-left: 220px;
  margin-bottom: 54px;
  background: url(../../images/web/headline.png) no-repeat;
  background-size: 100% 100%; }
  .headline .title {
    display: block;
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    font-weight: 700; }
  .headline p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden; }

.news-box {
  display: flex;
  justify-content: space-between; }
  .news-box .item {
    width: 382px;
    margin-right: 27px; }
    .news-box .item:nth-child(3n) {
      margin-right: 0; }
    .news-box .item ul li {
      display: block; }
      .news-box .item ul li a {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: 40px;
        width: 100%;
        padding-left: 20px;
        padding-right: 110px;
        position: relative; }
        .news-box .item ul li a:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 4px;
          height: 18px;
          background-color: #C50000; }
        .news-box .item ul li a .text {
          font-size: 17px; }
        .news-box .item ul li a .time {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          font-size: 16px;
          color: #7f7f80; }
      .news-box .item ul li:hover a .text {
        color: #C50000; }
    .news-box .item ul.left li {
      display: block; }
      .news-box .item ul.left li a {
        width: 100%;
        padding-left: 100px;
        padding-right: 0; }
        .news-box .item ul.left li a:before {
          display: none; }
        .news-box .item ul.left li a .time {
          left: 0;
          color: #999; }
      .news-box .item ul.left li:hover a .text {
        color: #C50000; }
    .news-box .item ul.separate li {
      border-bottom: 1px dashed #D1D1D1;
      margin-bottom: 20px; }
      .news-box .item ul.separate li a {
        height: auto;
        padding: 0 0 10px 88px; }
        .news-box .item ul.separate li a:before {
          display: none; }
        .news-box .item ul.separate li a .date {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 64px;
          height: 64px;
          background-color: #F7EFF0; }
          .news-box .item ul.separate li a .date .day {
            font-size: 26px;
            color: #9E2121;
            text-align: center; }
          .news-box .item ul.separate li a .date .year {
            font-size: 13px;
            color: #9E2121;
            text-align: center; }
        .news-box .item ul.separate li a .title {
          font-size: 17px;
          margin-bottom: 10px; }
        .news-box .item ul.separate li a p {
          height: 44px;
          width: 100%;
          font-size: 13px;
          line-height: 22px;
          color: #999; }
      .news-box .item ul.separate li:last-child {
        margin-bottom: 0; }
      .news-box .item ul.separate li:hover a .title {
        color: #C50000; }
    .news-box .item ul.separate2 li {
      border-bottom: 0;
      margin-bottom: 10px;
      position: relative; }
      .news-box .item ul.separate2 li a {
        padding-right: 0; }
        .news-box .item ul.separate2 li a:before {
          content: "";
          position: absolute;
          top: auto;
          left: 88px;
          right: 0;
          bottom: 0;
          transform: translateY(0);
          display: block;
          width: auto;
          height: 1px;
          background-color: #D1D1D1; }
        .news-box .item ul.separate2 li a .date {
          border: 1px solid #CA0D0D;
          background-color: transparent; }
          .news-box .item ul.separate2 li a .date:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            right: -1px;
            height: 33px;
            background-color: #CA0D0D; }
          .news-box .item ul.separate2 li a .date .day {
            height: 32px;
            width: 100%;
            font-size: 16px;
            color: #fff;
            position: relative;
            z-index: 2; }
          .news-box .item ul.separate2 li a .date .year {
            height: 30px;
            color: #9E2121; }
    .news-box .item .rotational .swiper-container .swiper-pagination {
      display: flex;
      left: auto;
      right: 10px;
      bottom: 58px;
      width: auto; }
      .news-box .item .rotational .swiper-container .swiper-pagination .swiper-pagination-bullet {
        height: 20px;
        width: 20px;
        font-size: 12px;
        opacity: 1;
        border-radius: 0;
        background-color: #fff; }
        .news-box .item .rotational .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          color: #fff;
          background-color: #CB0E0D; }
    .news-box .item .rotational .single {
      display: block; }
      .news-box .item .rotational .single .img {
        width: 100%;
        height: 249px;
        overflow: hidden; }
        .news-box .item .rotational .single .img img {
          width: 100%;
          height: auto; }
      .news-box .item .rotational .single .content {
        padding: 10px;
        background-color: #F6F6F6; }
        .news-box .item .rotational .single .content .title {
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          color: #C50000; }
        .news-box .item .rotational .single .content p {
          display: none; }
    .news-box .item ul.arrows li a:before {
      width: 7px;
      height: 6px;
      background: url(../../images/web/icon-arrow.png) no-repeat; }
    .news-box .item ul.arrows.pr0 li a {
      padding-right: 0; }
    .news-box .item ul.icon-no li a {
      height: auto;
      line-height: 40px;
      padding: 0; }
      .news-box .item ul.icon-no li a:before {
        display: none; }
      .news-box .item ul.icon-no li a .text {
        word-break: break-all;
        white-space: pre-wrap; }
    .news-box .item ul.contact li a {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 0 0 22px; }
      .news-box .item ul.contact li a:before {
        display: none; }
      .news-box .item ul.contact li a img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 16px; }
    .news-box .item ul.links li {
      position: relative; }
      .news-box .item ul.links li .name-box {
        display: flex;
        align-items: center;
        height: 42px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
        cursor: pointer;
        border: 1px solid #EEEEEE;
        background: url(../../images/web/icon-up.png) center right 15px no-repeat;
        background-size: 15px 15px;
        transition: all .2s; }
      .news-box .item ul.links li .content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9;
        display: none;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        border: 1px solid #EEEEEE;
        background-color: #F8F8F8;
        border-top: 0;
        overflow-y: scroll; }
        .news-box .item ul.links li .content a {
          padding-left: 15px;
          padding-right: 15px;
          border-bottom: 1px solid #eee; }
          .news-box .item ul.links li .content a:before {
            display: none; }
          .news-box .item ul.links li .content a:hover {
            color: #C50000; }
          .news-box .item ul.links li .content a:last-child {
            border-bottom: 0; }
      .news-box .item ul.links li:last-child {
        margin-bottom: 0; }
      .news-box .item ul.links li.active .name-box {
        background: url(../../images/web/icon-down.png) center right 15px no-repeat;
        background-size: 15px 15px;
        transition: all .2s; }
      .news-box .item ul.links li.active .content {
        display: block;
        height: auto;
        max-height: 100px;
        transition: all .2s; }
    .news-box .item .report .title {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      margin-bottom: 25px; }
      .news-box .item .report .title a, .news-box .item .report .title .icon {
        font-weight: 700; }
      .news-box .item .report .title a {
        padding-left: 10px;
        padding-right: 10px; }
.news-box .item .report .title a:hover {
        color:#C50000;}

    .news-box .item .report .content {
      display: flex;
      justify-content: space-between; }
      .news-box .item .report .content .single {
        display: block;
        width: 25%; }
        .news-box .item .report .content .single .icon {
          width: 40px;
          height: 40px;
          margin: 0 auto 10px; }
          .news-box .item .report .content .single .icon img {
            width: 100%;
            height: auto; }
        .news-box .item .report .content .single .name {
          font-size: 16px;
          text-align: center; }

.carousel-small {
  display: block; }
  .carousel-small .container {
    width: 1300px; }
    .carousel-small .container .title-box {
      padding-left: 50px;
      padding-right: 50px; }
    .carousel-small .container .swiper-container {
      display: flex;
      align-items: center;
      padding-left: 50px;
      padding-right: 50px;
      --swiper-theme-color: #fff;
      --swiper-navigation-color: #fff;
      --swiper-navigation-size: 20px;
      position: relative; }
      .carousel-small .container .swiper-container:before, .carousel-small .container .swiper-container:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 50px;
        height: 100%;
        background-color: #fff;
        pointer-events: none; }
      .carousel-small .container .swiper-container:before {
        left: 0; }
      .carousel-small .container .swiper-container:after {
        right: 0; }
      .carousel-small .container .swiper-container .swiper-button-prev, .carousel-small .container .swiper-container .swiper-button-next {
        width: 26px;
        height: 54px;
        margin-top: 0;
        transform: translateY(-50%);
        background-color: #7F7F7F; }
      .carousel-small .container .swiper-container .swiper-button-prev {
        left: 0; }
      .carousel-small .container .swiper-container .swiper-button-next {
        right: 0; }
      .carousel-small .container .swiper-container .swiper-slide {
        display: flex;
        margin-right: 20px; }
        .carousel-small .container .swiper-container .swiper-slide .item {
          display: flex;
          width: 100%; }
          .carousel-small .container .swiper-container .swiper-slide .item img {
            width: 100%;
            height: 140px; }

@media screen and (max-width: 960px) {
  .carousel .swiper-container:before, .carousel .swiper-container:after {
    display: none; }
  .carousel .swiper-container .swiper-button-prev, .carousel .swiper-container .swiper-button-next {
    width: 2.4rem;
    height: 3.6rem;
    transform: translateY(-50%); }
  .carousel .swiper-container .swiper-button-prev {
    left: 1rem; }
  .carousel .swiper-container .swiper-button-next {
    right: 1rem; }
  .carousel .swiper-container .swiper-slide {
    width: 100% !important; }
    .carousel .swiper-container .swiper-slide .item {
      display: flex;
      width: 100%; }
      .carousel .swiper-container .swiper-slide .item img {
        width: 100%;
        height: auto; }

  .headline {
    height: 6rem;
    padding-left: 11rem;
    margin-bottom: 2rem;
    background-size: auto 100%; }
    .headline .title {
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: .3rem; }
    .headline p {
      font-size: 1.25rem;
      line-height: 1.5rem; }

  .news-box {
    flex-wrap: wrap; }
    .news-box .item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 2rem; }
      .news-box .item ul li a {
        height: 3rem;
        padding-left: 1rem;
        padding-right: 6rem; }
        .news-box .item ul li a:before {
          width: .3rem;
          height: 1rem; }
        .news-box .item ul li a .text {
          font-size: 1.5rem; }
        .news-box .item ul li a .time {
          font-size: 1.25rem; }
      .news-box .item ul.left li a {
        padding-left: 7.2rem; }
      .news-box .item ul.left li:hover a .text {
        color: #C50000; }
      .news-box .item ul.separate li {
        margin-bottom: 1rem; }
        .news-box .item ul.separate li a {
          align-items: flex-start;
          height: 8rem;
          padding: 1rem 0 1rem 7rem; }
          .news-box .item ul.separate li a .date {
            width: 6rem;
            height: 6rem; }
            .news-box .item ul.separate li a .date .day {
              font-size: 2rem; }
            .news-box .item ul.separate li a .date .year {
              font-size: 1rem; }
          .news-box .item ul.separate li a .title {
            font-size: 1.5rem;
            line-height: 1.5rem;
            margin-bottom: .5rem; }
          .news-box .item ul.separate li a p {
            height: 3.2rem;
            font-size: 1.25rem;
            line-height: 1.6rem; }
      .news-box .item ul.separate2 li {
        margin-bottom: 1rem; }
        .news-box .item ul.separate2 li a {
          padding-right: 0; }
          .news-box .item ul.separate2 li a:before {
            left: 7rem; }
          .news-box .item ul.separate2 li a .date {
            border-width: .1rem; }
            .news-box .item ul.separate2 li a .date:before {
              height: 4rem; }
            .news-box .item ul.separate2 li a .date .day {
              height: 4rem;
              font-size: 2rem; }
            .news-box .item ul.separate2 li a .date .year {
              height: 1.8rem; }
      .news-box .item .rotational .swiper-container .swiper-pagination {
        right: 1rem;
        bottom: 7rem;
        width: auto; }
        .news-box .item .rotational .swiper-container .swiper-pagination .swiper-pagination-bullet {
          height: 2rem;
          width: 2rem;
          font-size: 1rem; }
      .news-box .item .rotational .single .img {
        height: auto; }
      .news-box .item .rotational .single .content {
        height: auto;
        padding: 1rem; }
        .news-box .item .rotational .single .content .title {
          font-size: 1.5rem;
          line-height: 2rem;
          margin-bottom: .5rem; }
        .news-box .item .rotational .single .content p {
          font-size: 1.25rem;
          line-height: 1.4rem; }
      .news-box .item ul.arrows li a:before {
        width: .6rem;
        height: .5rem;
        background-size: cover; }
      .news-box .item ul.contact li a {
        height: 2.4rem;
        line-height: 2.4rem;
        font-size: 1.5rem;
        padding: 0 0 0 1.8rem; }
        .news-box .item ul.contact li a img {
          width: 1.5rem;
          height: 1.5rem; }
      .news-box .item ul.links li .name-box {
        height: 3.6rem;
        font-size: 1.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: .5rem;
        background-size: 1rem 1rem; }
      .news-box .item ul.links li .content {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.25rem; }
        .news-box .item ul.links li .content a {
          padding-left: 1rem;
          padding-right: 1rem; }
      .news-box .item ul.links li.active .name-box {
        background-size: 1rem 1rem; }
      .news-box .item ul.links li.active .content {
        max-height: 12rem; }
      .news-box .item .report .title {
        font-size: 1.5rem;
        margin-bottom: 2rem; }
        .news-box .item .report .title a {
          padding-left: 1rem;
          padding-right: 1rem; }
      .news-box .item .report .content .single .icon {
        width: 4rem;
        height: 4rem;
        margin: 0 auto 1rem; }
      .news-box .item .report .content .single .name {
        font-size: 1.25rem; }

  .carousel-small .container {
    width: 100%; }
    .carousel-small .container .title-box {
      padding-left: 0;
      padding-right: 0; }
    .carousel-small .container .swiper-container {
      padding-left: 0;
      padding-right: 0; }
      .carousel-small .container .swiper-container:before, .carousel-small .container .swiper-container:after {
        display: none; }
      .carousel-small .container .swiper-container .swiper-button-prev, .carousel-small .container .swiper-container .swiper-button-next {
        width: 2rem;
        height: 3.2rem; }
      .carousel-small .container .swiper-container .swiper-slide {
        margin-right: 10px; }
        .carousel-small .container .swiper-container .swiper-slide .item img {
          height: 8rem; } }

/*# sourceMappingURL=1.css.map */
