/* 前端张航 */
.newsde {
    background: url(../img1/newDetailsbj.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    padding: 180px 0 150px;
  }
  
  .newsde .txt .ts .t1 a:first-child {
    margin-right: 15px;
  }
  
  .newsde .txt .ts .t1 a:hover {
    color: #007440;
  }
  
  .newsde .article {
    background-color: #fff;
    margin-top: 100px;
    padding: 80px 160px 100px 120px;
    line-height: 1.5;
  }
  
  .newsde .article .subtitle {
    display: flex;
    align-items: center;
    margin: 30px 0 50px;
  }
  .newsde .article .subtitle p {
    display: flex;
    align-items: center;
    color: #999999;
    margin-right: 15px;
  }
  
  .newsde .article .subtitle p img {
    margin-right: 5px;
  }
  
  .newsde .article .content {
    margin: 50px 0;
    padding: 50px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
  }
  .newsde .article .content p {
    margin-top: 20px;
    line-height: 30px;
  }
  .newsde .article .content img {
    margin-top: 50px;
    max-width: 100%;
  }

  .abcont .article .content{margin: 25px 0;padding: 25px 0;}

  .abcont .article .subtitle{margin: 25px 0 0;}
  

  .newsde .article .articleBottom {
    display: flex;
    justify-content: space-between;
  }
  .newsde .article .articleBottom .as {
    display: flex;
    flex-direction: column;
  }
  .newsde .article .articleBottom .as a {
    margin-bottom: 30px;
    line-height: 30px;
  }
  .newsde .article .articleBottom .goBack {
    width: 180px;
    height: 60px;
    background-color: #fd8a0b;
    border-radius: 15px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    display: block;
  }
  .newsde .article .articleBottom .goBack:hover {
    opacity: .8;
  }
  .newsde .article .articleBottom .goBack img {
    display: inline-block;
    margin-right: 10px;
  }
  .newsde .article .articleBottom .goBack div {
    display: inline-block;
  }
  .newsde .article .articleBottom .as a:hover{color: #fd8a0b ;}
  
  /* video */
  .video1 {
    background: url(../img1/videobj.jpg) no-repeat;
    position: relative;
    z-index: 5;
    padding: 100px 0 80px;
  }
   .video1_con .searchbox {
    width: 100%;
    height: 100px;
    display: flex;
    padding: 25px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
  }
   .video1_con .searchbox .searchItem {
    background-color: #f5f5f5;
    border: none;
    border-radius: 8px;
    padding-left: 25px;
    padding-right: 25px;
  }
  
   .video1_con .searchbox .year {
    flex: 1;
    margin-right: 20px;
  }
   .video1_con .searchbox .month {
    flex: 1;
    margin-right: 20px;
  }
   .video1_con .searchbox .keywords {
    flex: 2;
    display: flex;
    align-items: center;
  }
  
   .video1_con .searchbox select {
    display: block;
    width: 100%;
    float: right;
    height: 100%;
    border: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
    padding-left: 12px;
    background: url(../img1/downarraw.png) center right no-repeat;
    background-size: 11px;
    direction: ltr;
    text-align: left;
  }
   .video1_con .searchbox input {
    width: calc(100% - 21px);
    height: 100%;
    border: none;
    background-color: #f5f5f5;
    outline: none;
  }
  .video1_con .searchbox .sear_btn {
    width: 21px;
    height: 100%;
    background-color: #f5f5f5;
    background: url(../img1/search.png) center right no-repeat;
    background-size: 21px;
  }
   .video1_con .ul {
    display: flex;
    flex-wrap: wrap;
  }
   .video1_con .ul .li {
    margin-bottom: 50px;
    position: relative;
    width: 32%;
    display: flex;
    flex-direction: column;
    margin: 0 2%  2% 0;
  }

  .video1_con .ul .li:nth-child(3n){
    margin-right: 0;
  }
  
  .video1_con .ul .li .img{
    border-radius: 15px 15px 0 0;
    border: 1px solid #dddddd;
    border-bottom: none;
    overflow: hidden;
  }

  .video1_con .ul .li .img img{width: 100%;}
  
   .video1_con .ul .li .text {
    flex:1;
    background-color: #fff;
    line-height: 30px;
    border-radius: 0 0 15px 15px;
    border: 1px solid #dddddd;
    border-top: none;
    padding: 30px 0 30px 20px;
  }
  
  .video1_con .ul .li:hover .img>img{
    transform: scale(1.2);
  }
   .video1_con .ul .li .txt{
    background-color: #fff;
    height: 140px;
    line-height: 25px;
    color: #3d3d3d;
    padding: 30px 30px 10px 30px;
    position: relative;
    border-radius: 0 0 15px 15px;
    border: 1px solid #dddddd;
    border-top: none;
    transition: all 0.4s;
  }
  .video1_con .ul .li .txt .l1{
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
  }
  .video1_con .ul .li .txt .l2{
    border-top: 1px solid #f0f0f0;
    display: flex;
    width: 85%;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    padding: 5px 0;
    padding-left: 27px;
    background: url(../img1/news1_11.png) center left no-repeat;
    background-size: 16px;
  }
  .video1_con .ul .li:hover .txt .l2{
    background: url(../img1/news1_10.png) center left no-repeat;
    background-size: 16px;
  }
  .video1_con .ul .li .txt .l4{
    position: none;
  }
   .video1_con .ul .li a {
    position: absolute;
    bottom: 20px;
    right: 30px;
  }
  
  .video1_con .ul .li:hover .txt{
    color: #fff;
    background-color: #007440;
  }
  
  .video1_con .ul .li:hover .text {
    background-color: #007440;
    color: #fff;
  }
  .video1_con .anan {
    width: 30%;
    position: relative;
    height: 80px;
    margin-left: 35%;
    margin-top: 50px;
  }
  .video1_prev:hover,
  .video1_next:hover {
    background: url(../img1/greenanan.png) center no-repeat;
    background-size: 100% 100%;
  }
  .video1_prev,
  .video1_next {
    width: 53px;
    height: 53px;
    background: url(../img1/whiteanan.png) center no-repeat;
    background-size: 100% 100%;
    outline: none;
  }
  .video1_next {
    transform: rotate(180deg);
  }
  .video1_con .video1_prev,
  .video1_con .video1_next {
    top: 0;
    margin: 0;
    opacity: 1;
  }
  .video1_con .video1_next {
    right: 0px;
  }
  
  .news1 {
    background: url(../img1/news1bj.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    padding: 100px 0;
  }
  
  .news1 .con2 .life3_sw {
    padding-bottom: 90px;
  }
  
  .news1 .con2 .ss {
    display: flex;
  }
  
  .news1 .con2 .ss .sl {
    flex:1;
    background: #007440;
    padding: 0 3.9% 0 4.7%;
    position: relative;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .news1 .con2 .ss .sr {
    flex:1;
  }
  
  .news1 .con2 .ss .sr img {
    width: 100%;
  }
  
  .news1 .con2 .ss .sl .l1 {
    background-color: #fe8a0b;
    width: 53px;
    height: 53px;
    padding: 10px;
    border-radius: 15px 0 15px 0;
    color: #fff;
    margin-bottom: 9.6%;
    font-family: bebas;
  }
  .news1 .con2 .ss .sl .l1 .l1_1 {
    margin-bottom: 5px;
  }
  
  .news1 .con2 .ss .sl .l2 {
    margin-bottom: 5%;
    color: #fff;
    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
  }
  
  .news1 .con2 .ss .sl .l3 {
    line-height: 30px;
    color: #fff;
    padding-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #348f66;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4; /* 这里是超出几行省略 */

    overflow: hidden;
  }
  .news1 .con2 .ss .sl .l4{
    color: #fff;
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .news1 .con2 .ss .sl .l4:hover{
    opacity: .7;
  }
  .news1 .con2 .ss .sl .l4 img{
    margin-left: 10px;
    width: 18px;
    height: 9px;
  }
  
  .news1 .fen,.news1 .lls{color: #222222;}
  
  .news1 .lls .swiper-pagination-total,.news1 .lls .l2{color: #22222220;}
  
  .news1 .lls s{background: #222222;}
  
  .news1 .news2_con{
    margin-top: 60px;
  }
  
  
  /* 弹窗 */
  html.act {
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  .z_tanchuang {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 10;
  }
  
  .z_tanchuang .tbox {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
  }
  
  /* 弹窗内容 */
  
  .z_tanchuang .tbox .modal {
    background: white;
    padding: 50px;
    display: block;
    border-radius: 5px;
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90%;
    margin: 0 auto;
  }
  
  .z_tanchuang .tbox .modal .out {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff url(../images/out.png) center no-repeat;
    background-size: 20px;
    color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    top: 0;
    right: -50px;
    cursor: pointer;
  }
  
  .z_tanchuang .tbox .modal .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .z_tanchuang .tbox .modal .img video {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  
  .z_tanchuang .tbox .modal .img img {
    margin: 0 auto;
  }
  
  .z_tanchuang .tbox .modal .out:hover {
    background: #fff url(../images/out2.png) center no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  
  .z_tanchuang .tbox .modal2 {
    padding: 20px;
  }
  
  .z_tanchuang .tbox .modal .img {
    max-width: 1200px;
  }
  
  /* 弹窗选中 */
  
  .z_tanchuang.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  
  .z_tanchuang.one .tbox .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(0);
    -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
      forwards;
  }
  
  .z_tanchuang.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
      forwards;
  }
  
  .z_tanchuang.one.out .tbox .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  
  /* 弹窗动画 */
  
  @keyframes unfoldIn {
    0% {
      transform: scaleY(0.005) scaleX(0);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(1) scaleX(1);
    }
  }
  
  @keyframes zoomIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes zoomOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  
  @keyframes unfoldOut {
    0% {
      transform: scaleY(1) scaleX(1);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(0.005) scaleX(0);
    }
  }
  
  @-webkit-keyframes zoomIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes zoomOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  
  @-webkit-keyframes unfoldOut {
    0% {
      transform: scaleY(1) scaleX(1);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(0.005) scaleX(0);
    }
  }
  
  @-webkit-keyframes unfoldIn {
    0% {
      transform: scaleY(0.005) scaleX(0);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(1) scaleX(1);
    }
  }






@media screen and (max-width:1800px) {
    .news1 .con2 .ss .sl .l1{margin-bottom: 30px;}

    .news1 .con2 .ss .sl .l2{line-height: 35px;margin-bottom: 15px;}

    .news1 .con2 .ss .sl{padding: 0 40px;}

    .news1 .con2 .ss .sl .l3{line-height: 26px;}
}



  
  @media screen and (max-width: 1680px) {
    .newsde .article .articleBottom .goBack {
      width: 120px;
      height: 50px;
      line-height: 50px;
      border-radius: 10px;
    }
    .newsde .article .articleBottom .goBack img {
      margin-right: 5px;
    }
    .news1 .con2 .ss .sl .l1{margin-bottom: 20px;}

    .news1 .con2 .ss .sl .l4{margin-top: 20px;}
  }

  @media screen and (max-width:1500px) {
    .news1 .con2 .ss .sl .l3{-webkit-line-clamp:3;padding-bottom: 3px;}

    .news1 .con2 .ss .sl .l2{margin-bottom: 10px;}

    .news1 .con2 .ss .sl{padding: 0 20px;}
  }
  
  @media screen and (max-width: 1025px) {
    .f_16{font-size: 14px;}
    .f_20{font-size: 16px;}
    .f_22{font-size: 18px;}
    .f_24{font-size: 18px;}
    .f_26{font-size: 18px;}
    .f_28{font-size: 20px;}
    .f_30{font-size: 20px;}
    .f_32{font-size: 22px;}
    .f_36 {font-size: 22px;}
    .f_40{font-size: 22px;}
    .f_42{font-size: 24px;}
    .f_44{font-size: 24px;}
    .f_48{font-size: 24px;}
    .f_50{font-size: 24px;}
    .f_54{font-size: 26px;}
    .f_56{font-size: 26px;}
    .f_60{font-size: 30px;}
    .f_64{font-size: 36px;}
    .f_72{font-size: 22px;}
    .f_76{font-size: 24px;}
    .f_88{font-size: 24px;}
    .f_100{font-size: 50px;}
    .pc{ display: none; }
    .yd{  display: block;}
    .cedao{  display: none; }
  
    .news1{width: 100vw;padding: 20px 0;}
  
    .pbox {  width: calc(100% - 40px); margin: 0 20px; }
  
    .news1 .con2 .life3_sw { padding-bottom: 60px;}
  
    .news1 .con2 .ss .sl { padding: 20px 20px 20px 4.7%; border-radius: 0 0 15px 15px;}
  
    .news1 .con2 .ss .sl .l2{line-height: 32px;}
  
    .news1 .con2 .ss { display: block;}
  
    .news1 .con2 .ss .sr{ border-radius: 15px 15px 0 0;overflow: hidden;}
  
    .video1_con .searchbox { height: auto; display: block;padding: 15px; border-radius: 15px; margin-bottom: 20px;}
  
    .video1_con .searchbox .searchItem { height: 40px;margin-bottom: 10px; margin-right: 0px;}
  
    .video1_con .searchbox .searchItem:last-child {margin-bottom: 0px; }
  
    .video1_con .searchbox .year { margin-right: 0px;}
  
    .video1_con .searchbox .sear_btn { width: 14px; background: url(../img1/search.png) center right no-repeat;background-size: 14px;}
  
    .video1_con .searchbox input { width: calc(100% - 14px);}
  
    .news1 .news2_con { margin-top: 20px;}
  
    .video1_con .ul .li { width: 100%;margin-bottom: 20px;}
  
    .video1_con .ul .li .txt .l2 {  width: 85%;}
  
    .newsde {
      width: 100vw;
      padding: 20px 0 20px;
    }
    .newsde .txt .ts {
      display: none;
    }
    .newsde .article {
      margin-top: 0px;
      padding: 20px 20px 12px 20px;
    }
    .newsde .txt {
      width: 90%;
      margin: 0 auto;
    }
    .newsde .article .subtitle {
      flex-direction: column;
      align-items: start;
      margin: 20px 0 10px;
    }
    .newsde .article .subtitle p {
      margin-bottom: 10px;
    }
    .f_48 {
      font-size: 26px;
    }
    .f_18 {
      font-size: 14px;
    }
    .newsde .article .content {
      margin: 10px 0;
      padding: 10px 0;
    }
    .newsde .article .articleBottom {
      flex-wrap: wrap;
    }
  
    .video1{width: 100vw;padding: 20px 0 20px;}
  
    .z_tanchuang .tbox .modal .out {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #fff url(../images/out.png) center no-repeat;
      background-size: 20px;
      color: #000;
      font-size: 30px;
      text-align: center;
      border-radius: 50%;
      top: -41px;
      right: 4px;
      cursor: pointer;
    }
  }
  
  
  