@import url(../../css/common.css);
.customBtn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px; }

.pageTitle {
  margin-bottom: 30px; }

.newsList, .newAllList {
  background: #fff;
  padding: 90px 0; }
  .newsList .newsUl, .newAllList .newsUl {
    display: flex;
    flex-wrap: wrap; }
    .newsList .newsUl li, .newAllList .newsUl li {
      width: calc(33.33% - 14px);
      margin-right: 20px;
      background: var(--grey-bg); }
      .newsList .newsUl li:hover, .newAllList .newsUl li:hover {
        background: var(--theme-color); }
      .newsList .newsUl li:hover img, .newAllList .newsUl li:hover img {
        transition: all 0.3s;
        transform: scale(1.1); }
      .newsList .newsUl li a, .newAllList .newsUl li a {
        display: block;
        position: relative; }
      .newsList .newsUl li:nth-of-type(n+4), .newAllList .newsUl li:nth-of-type(n+4) {
        margin-top: 20px; }
      .newsList .newsUl li:nth-of-type(3n), .newAllList .newsUl li:nth-of-type(3n) {
        margin-right: 0; }
      .newsList .newsUl li .info, .newAllList .newsUl li .info {
        padding: 20px; }
      .newsList .newsUl li .imgBox, .newAllList .newsUl li .imgBox {
        width: 100%;
        height: 0;
        padding-bottom: 55%;
        position: relative;
        overflow: hidden; }
        .newsList .newsUl li .imgBox img, .newAllList .newsUl li .imgBox img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 0.3s; }
      .newsList .newsUl li .title, .newAllList .newsUl li .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        height: 58px; }
      .newsList .newsUl li .subtitle, .newAllList .newsUl li .subtitle, .newsList .allotypeList .newsUl li .time, .allotypeList .newsList .newsUl li .time, .newAllList .allotypeList .newsUl li .time, .allotypeList .newAllList .newsUl li .time {
        line-height: 1.4;
        height: 46px;
        margin-top: 6px; }
      .newsList .newsUl li .time, .newAllList .newsUl li .time {
        color: var(--weak-text-color);
        margin-top: 10px; }

.allotypeList {
  background: var(--grey-bg);
  padding: 90px 0; }
  .allotypeList .newsUl {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start; }
    .allotypeList .newsUl li {
      width: 375px;
      padding-bottom: 16px; }
      .allotypeList .newsUl li:hover img {
        transition: all 0.3s;
        transform: scale(1.1); }
      .allotypeList .newsUl li a {
        display: block;
        position: relative; }
      .allotypeList .newsUl li .imgBox {
        width: 100%;
        height: 206px;
        position: relative;
        overflow: hidden; }
        .allotypeList .newsUl li .imgBox img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 0.3s; }
      .allotypeList .newsUl li:nth-of-type(1) {
        flex: 1;
        margin-right: 20px;
        padding-top: 0; }
        .allotypeList .newsUl li:nth-of-type(1) .imgBox {
          height: 552px; }
      .allotypeList .newsUl li:nth-of-type(3) {
        position: absolute;
        right: 0;
        bottom: 0; }
      .allotypeList .newsUl li .title {
        font-weight: 600;
        line-height: 1.6;
        margin-top: 15px; }
      .allotypeList .newsUl li .subtitle, .allotypeList .newsUl li .time {
        color: var(--weak-text-color);
        line-height: 1.6;
        font-size: 14px; }
      .allotypeList .newsUl li .time {
        margin-top: 14px; }

.newAllList {
  padding: 50px 0;
  background: #fff; }

.pageAdvertisement .listImgs {
  min-height: 150px; }

.hierarchyNav {
  background: var(--grey-bg); }
  .hierarchyNav a {
    display: inline-flex;
    line-height: 56px;
    margin-right: 20px;
    position: relative;
    align-items: center; }
    .hierarchyNav a::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-top: 1px solid var(--weak-text-color);
      border-right: 1px solid var(--weak-text-color);
      transform: rotate(45deg);
      margin-left: 20px; }
    .hierarchyNav a:nth-last-of-type(1) {
      margin-right: 0; }
      .hierarchyNav a:nth-last-of-type(1)::after {
        display: none; }
    .hierarchyNav a:hover {
      font-weight: 600; }

.newsInfo {
  padding: 20px 0;
  background: #fff; }
  .newsInfo .wrap {
    overflow: hidden;
    display: flex;
    max-width: 1200px; }
  .newsInfo .articleBox {
    flex: 1;
    overflow: hidden;
    padding-left: 150px; }
  .newsInfo .articleTop {
    padding: 20px 0; }
    .newsInfo .articleTop h2 {
      font-weight: 500;
      font-size: 42px;
      margin-bottom: 20px; }
    .newsInfo .articleTop .time {
      color: var(--weak-text-color); }
  .newsInfo .articleText {
    padding: 20px 0; }
    .newsInfo .articleText img {
      max-width: 100%; }
  .newsInfo .shareBoxDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 160px;
    margin-left: 100px;
    margin-right: 50px; }
    .newsInfo .shareBoxDiv .iconItem {
      margin-top: 30px;
      cursor: pointer; }
      .newsInfo .shareBoxDiv .iconItem .icon {
        width: 36px;
        height: 36px; }
    .newsInfo .shareBoxDiv .wxIcon svg:hover {
      fill: #0AC161; }

@media screen and (min-width: 1081px) and (max-width: 1400px) {
  .newsInfo .articleBox {
    padding-left: 80px; }
  .newsInfo .shareBox {
    margin-right: 80px; } }

@media screen and (min-width: 800px) and (max-width: 1080px) {
  .newsInfo .articleBox {
    padding-left: 50px; }
  .newsInfo .shareBox {
    margin-right: 50px;
    margin-left: 50px; } }

@media screen and (max-width: 800px) {
  .pageTitle {
    margin-bottom: 20px; }
  .pageTab li {
    margin-right: 30px; }
  .customBtn {
    margin-top: 20px; }
  .newsList, .newAllList {
    padding: 20px 0; }
    .newsList .newsUl li, .newAllList .newsUl li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .newsList .newsUl li:nth-last-of-type(1), .newAllList .newsUl li:nth-last-of-type(1) {
        margin-bottom: 0; }
      .newsList .newsUl li .info, .newAllList .newsUl li .info {
        padding: 15px; }
      .newsList .newsUl li .title, .newAllList .newsUl li .title {
        font-size: 16px;
        height: auto; }
      .newsList .newsUl li .subtitle, .newAllList .newsUl li .subtitle, .newsList .allotypeList .newsUl li .time, .allotypeList .newsList .newsUl li .time, .newAllList .allotypeList .newsUl li .time, .allotypeList .newAllList .newsUl li .time {
        font-size: 14px;
        height: auto;
        margin-top: 4px; }
      .newsList .newsUl li .time, .newAllList .newsUl li .time {
        font-size: 14px; }
  .allotypeList {
    padding: 20px 0; }
    .allotypeList .newsUl li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .allotypeList .newsUl li:nth-last-of-type(1) {
        margin-bottom: 0; }
      .allotypeList .newsUl li .info {
        padding: 15px; }
      .allotypeList .newsUl li .title {
        font-size: 16px;
        height: auto; }
      .allotypeList .newsUl li .subtitle, .allotypeList .newsUl li .time {
        font-size: 14px;
        height: auto;
        margin-top: 4px; }
      .allotypeList .newsUl li .time {
        font-size: 14px; }
    .allotypeList .newsUl {
      flex-wrap: wrap; }
      .allotypeList .newsUl li {
        position: relative !important;
        width: 100%;
        margin: 0 !important;
        padding-top: 15px;
        padding-bottom: 0; }
        .allotypeList .newsUl li:nth-of-type(1) {
          padding-top: 0; }
        .allotypeList .newsUl li .imgBox {
          height: 0 !important;
          padding-bottom: 55%;
          overflow: hidden; }
          .allotypeList .newsUl li .imgBox img {
            transform: scale(1.1); }
            .allotypeList .newsUl li .imgBox img:hover {
              transition: all 0.3s;
              transform: scale(1.1); }
        .allotypeList .newsUl li .info {
          padding: 15px 0; }
        .allotypeList .newsUl li .time {
          line-height: 1.1;
          margin-top: 10px; }
        .allotypeList .newsUl li .title {
          margin-top: 0; }
  .newsInfo .wrap {
    flex-direction: column; }
  .newsInfo .articleTop {
    padding: 0 0 15px 0; }
    .newsInfo .articleTop h2 {
      font-size: 28px;
      margin-bottom: 10px; }
  .newsInfo .articleBox {
    padding: 0px; }
  .newsInfo .shareBox {
    margin: 0px 0 0 0;
    flex-direction: initial;
    justify-content: flex-start;
    align-items: center; }
    .newsInfo .shareBox .iconItem {
      margin: 0 0 0 15px;
      display: inline-flex; }
      .newsInfo .shareBox .iconItem .icon {
        width: 30px;
        height: 30px; }
  .hierarchyNav a {
    line-height: 42px;
    margin-right: 10px; }
    .hierarchyNav a::after {
      margin-left: 10px; } }
