@charset "UTF-8";
/*----------------------------------------*/
/*  Newslist
/*----------------------------------------*/
.newsPageKv {
  background-image: url(../images/newslistpage_kv.jpg); }
  .newsPageKv .txt-con {
    width: 500px;
    margin-top: -12%; }
    .newsPageKv .txt-con p {
      color: #ffffff;
      font-size: 24px;
      line-height: 1.5; }

.newsDetailBannerKv {
  background: #000;
  padding-top: 160px;
  padding-bottom: 120px; }
  .newsDetailBannerKv .titleBox {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center; }
    .newsDetailBannerKv .titleBox h1 {
      width: 50%;
      color: #fff;
      margin-bottom: 60px;
      font-family: 'Arial';
      font-weight: 700;
      font-size: 128px;
      line-height: 1.2;
      background: linear-gradient(93.37deg, #00c6f1 2.92%, #113184 92.55%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
    .newsDetailBannerKv .titleBox .backToListBtn {
      width: 256px;
      height: 72px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      padding-right: 32px;
      position: relative;
      background: linear-gradient(93.37deg, #0047C1 2.92%, #0047C1 92.55%);
      transition: all ease-in 0.2s; }
      .newsDetailBannerKv .titleBox .backToListBtn:after {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 30%;
        content: '';
        background: url(../images/backlist_icon.png) center center no-repeat; }
      .newsDetailBannerKv .titleBox .backToListBtn:hover {
        background: linear-gradient(93.37deg, #00c6f1 2.92%, #113184 92.55%); }

.newslistWrap {
  background: #f7f7f7;
  padding: 120px 0px 200px; }
  .newslistWrap .listCon {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .newslistWrap .listCon li {
      width: 100%;
      margin-top: 20px;
      border-radius: 16px;
      background-color: #FFF;
      padding: 30px;
      overflow: hidden;
      transition: all 0.6s; }
      .newslistWrap .listCon li .pic {
        width: 24%;
        overflow: hidden;
        border-radius: 12px;
        overflow: hidden;
        float: right; }
        .newslistWrap .listCon li .pic img {
          width: 100%;
          height: auto;
          display: block;
          transition: all 0.6s; }
      .newslistWrap .listCon li .tex {
        width: 57%;
        display: flex;
        float: left; }
        .newslistWrap .listCon li .tex .subtex {
          width: auto; }
          .newslistWrap .listCon li .tex .subtex h1 {
            font-size: 18px;
            line-height: 36px;
            margin-bottom: 15px; }
          .newslistWrap .listCon li .tex .subtex dl dt {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 30px;
            font-size: 14px;
            line-height: 28px;
            color: #666; }
          .newslistWrap .listCon li .tex .subtex dl dd a {
            display: flex;
            color: #1B55EC; }
            .newslistWrap .listCon li .tex .subtex dl dd a::after {
              margin-left: 10px;
              content: '>';
              font-family: '宋体';
              font-weight: bold; }
        .newslistWrap .listCon li .tex .date {
          width: 110px;
          height: 110px;
          border-radius: 6px;
          background-color: #F2F2F2;
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          align-items: center;
          text-align: center;
          margin-right: 40px;
          min-width: 110px; }
          .newslistWrap .listCon li .tex .date dl dt {
            font-size: 46px;
            line-height: 56px;
            font-family: DIN;
            color: #666; }
          .newslistWrap .listCon li .tex .date dl dd {
            font-size: 15px;
            line-height: 20px;
            font-family: DIN;
            color: #999; }
    .newslistWrap .listCon li:hover {
      background-color: #1B55EC; }
      .newslistWrap .listCon li:hover a {
        color: #FFF; }
      .newslistWrap .listCon li:hover .pic img {
        transform: scale(1.05); }
      .newslistWrap .listCon li:hover .tex .subtex h1 {
        color: #FFF; }
      .newslistWrap .listCon li:hover .tex .subtex dl dd a {
        color: #FFF; }
      .newslistWrap .listCon li:hover .tex .subtex dl dt {
        color: #FFF; }
      .newslistWrap .listCon li:hover .tex .date {
        background-color: #FFF;
        color: #1B55EC; }
        .newslistWrap .listCon li:hover .tex .date dl dt {
          color: #1B55EC; }
        .newslistWrap .listCon li:hover .tex .date dl dd {
          color: #1B55EC; }

/*详情页*/
.newsDetailShow {
  margin-top: -80px; }
  .newsDetailShow .rich_media_area_primary_inner{
      max-width:inherit!important;
  }
  .newsDetailShow .showWrap {
    width: 100%;
    background-color: #FFF;
    padding: 80px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 160px; }
  .newsDetailShow .shareFloat {
    width: 36px;
    min-width: 36px;
    position: absolute; }
  .newsDetailShow .m2arsa {
    display: block;
    margin: 5px 0px;
    height: 60px;
    width: 40px;
    position: relative; }
  .newsDetailShow .contentBox {
    width: auto;
    margin-left: 0px;
    margin-right: 25px; }
  .newsDetailShow .newsTitle {
    width: 100%;
    font-size: 32px;
    line-height: 46px;
    font-weight: bold; }
    .newsDetailShow .newsTitle .date {
      width: 100%;
      font-size: 13px;
      line-height: 16px;
      color: #828282;
      margin-top: 34px; }
      .newsDetailShow .newsTitle .date span {
        margin-right: 6px;
        display: inline-block; }
  .newsDetailShow .viewText {
    margin-top: 30px;
    padding-bottom: 60px; }
    .newsDetailShow .viewText p {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 20px; }

@media only screen and (max-width: 1366px) {
  .newsPageKv .txt-con {
    width: 450px; }
  .joinUsKv .joinUsTips p a {
    line-height: 36px;
    font-size: 32px; }
  .newslistWrap {
    padding: 80px 0px 200px; }
  .newslistWrap .listCon li .tex {
    width: 68%; }
  .newsDetailShow .showWrap {
    padding: 40px; }
  .newsDetailBannerKv .titleBox .backToListBtn {
    width: 180px;
    height: 62px; }
  .newsDetailBannerKv .titleBox .backToListBtn:after {
    right: 20%; }
  .newsDetailBannerKv .titleBox h1 {
    margin-bottom: 30px;
    font-size: 81px;
    line-height: 1.2; } }

@media only screen and (max-width: 1280px) {
  .newslistWrap {
    padding: 80px 0px 160px; }
  .newslistWrap .listCon li {
    margin-top: 12px;
    padding: 20px; }
  .newslistWrap .listCon li .tex .subtex h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px; }
  .newslistWrap .listCon li .tex .subtex dl dt {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px; }
  .newslistWrap .listCon li .tex .subtex dl dd a {
    font-size: 14px; } }

@media only screen and (max-width: 1024px) {
  .newsPageKv {
    background-image: url(../images/newslistpage_kv_m.jpg);
    background-position: center bottom;
    background-size: contain; }
  .newslistWrap {
    width: 100%;
    float: left;
    margin-top: 1rem;
    padding: 40px 0px 160px 0px; }
  .newslistWrap .listCon {
    gap: 10px 0px; }
  .newslistWrap .container {
    padding: 0px; }
  .newsPageKv .txt-con {
    width: 90%;
    margin-top: 30%; }
  .newslistWrap .listCon li {
    width: 100%;
    float: left;
    margin-top: 1rem;
    border-radius: 16px;
    background-color: #FFF;
    padding: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all 0.6s; }
  .newslistWrap .listCon li .tex {
    width: 60%;
    display: flex; }
  .newslistWrap .listCon li .tex .subtex {
    width: auto; }
  .newslistWrap .listCon li .tex .date {
    width: 110px;
    height: 110px;
    border-radius: 6px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-right: 40px;
    min-width: 110px;
    display: none; }
  .newslistWrap .listCon li .tex .subtex h1 {
    font-size: 16px;
    line-height: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .newslistWrap .listCon li .tex .date dl dt {
    font-size: 46px;
    line-height: 56px;
    color: #666; }
  .newslistWrap .listCon li .tex .date dl dd {
    font-size: 15px;
    line-height: 20px;
    color: #999; }
  .newslistWrap .listCon li .tex .subtex dl dt {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    display: none; }
  .newslistWrap .listCon li .tex .subtex dl dd a {
    display: flex;
    color: #1B55EC;
    font-size: 14px; }
  .newslistWrap .listCon li .pic {
    width: 30%;
    border-radius: 12px;
    overflow: hidden; }
  .newslistWrap .listCon li .pic img {
    width: 100%;
    height: 90px;
    display: block;
    object-fit: cover;
    transition: all 0.6s; }
  .newsDetailBannerKv {
    padding-top: 120px; }
  .newsDetailShow .showWrap {
    margin-bottom: 120px; }
  .newsDetailShow .showWrap {
    width: 100%;
    float: left;
    background-color: #FFF;
    padding: 2rem 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
    padding-left: 1rem; }
  .newsDetailShow .showWrap .newsTitle h4 {
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.5rem;
    font-weight: bold; }
  .newsDetailShow .contentBox {
    width: auto;
    margin-left: 20px;
    margin-right: 0px; }
  .newsDetailBannerKv .titleBox {
    flex-direction: column;
    align-items: flex-start; }
  .newsDetailShow .newsTitle .date span {
    margin-bottom: 0.5rem; }
  .newsDetailBannerKv .titleBox h1 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 50px; }
  .newsDetailBannerKv .titleBox .backToListBtn {
    width: 180px;
    height: 56px; }
  .newsDetailBannerKv .titleBox .backToListBtn:after {
    right: 20%; }
  .newsDetailShow .shareFloat {
    width: 36px;
    position: relative;
    min-width: 36px; } }
