*{
    margin: 0;
    padding: 0;
    /* font-family: "Microsoft yahei","simhei", "simsun"; */
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
body{
    width: 100%;
    height: 100%;
}
#wrap{
  overflow-x: hidden;
}
.pz_fy{   
  margin: 10px auto;
  overflow: hidden;
  height: auto;
  text-align: center;
}
.pz_fy a,.pz_fy span{
  display: inline-block;
   padding: 6px 12px;
  text-align: center;
  margin-right: 3px;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 2px;
  margin: 5px auto;
}
.pz_fy a.on {
  background-color: #52c389!important;
  color: #fff;
}
/* 头部 */
.nav{
    height: auto;
    border-bottom: 7px solid #0a9e4c;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.header_top {
    width: 90%;
    margin: 0 auto;
}
.topiframe{     
    
    width: 100%;
    margin: 0 auto;
    text-align: center;}
    .login ul {
        width: 100%;
        display: inline-block;
    }
.login ul li {  display: inline-block;
  line-height: 1.5rem;
  background: #ef985e;
  color: #fff;
  margin: 10px auto;
  border-radius: 3px;
  padding: 1px 10px;
}
.login li a {
  color: #fff;
    font-size: 0.625rem;
}
.wzdt_h2 a{
  font-size: 1rem;
 
  line-height: 1.5rem;
  display: inline-block;
  padding: 5px 20px;
  background: #f2f2f2;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.top {
    width: 100%;
    background: rgba(255,255,255,0.8);
    text-align: center;
    display: flex;
    
}
.logo{
    width:70%;
    float: left;
}
.logo img{
    width: 100%;
    padding-top: 5%;
    padding-left: 5%;
}

.nav_list button{
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 5%;
    width: 35px;
    height: 38px;
    float:right;
    border-radius: 5px;
    margin: 5% 3% 0 0;
    background:#0a9e4c url(lyt_mobile_navClose_Xu200323.png) no-repeat  center;
    background-size: 50%;
    border: none;
}
.nav_list transition{display: none; width: 100%;}
.list_open button{
    background:#0a9e4c url(lyt_mobile_navOpen_Xu200323.png) no-repeat  center!important;
    background-size: 45%!important;
}
.nav_list_main{
  z-index: 999;
  padding: 5% 5% 5px 5%;
  width: 90%;
  position: absolute;
  top: 141px;
  background-color: #f5f6f7;
}
.topnews{
     
    background-size: auto 1rem;
    padding: 5px 0 10px 0%;
    border-bottom: #eaf1ff 1px solid;
    text-align: center;
  }
  .topnews a{
    
    font-size: 1.2rem;
    color: #000;
    line-height: 2rem;
    font-weight: bold;
  }
  .topnews a:hover{
    color: #1aaf7f;
  }
  .tab-ul{display: flex;
    text-align: center;
        width: 100%;
        background-color: #eee;
        height: 40px;
        line-height: 40px;
    }
    .tab_more {
        background: #e7ebee;
        text-align: center;
        display: block;
        border-radius: 0.19rem;
        padding: 0.5rem;
        font-size: 0.88rem;
        color: #888888;
        width: 30%;
        margin: 0.5rem auto 0;
        border: 0.06rem solid #f9f9f9;
    }
  .tab-ul li{
    display: inline-block;
    width: 100%;
  }
  .tab-ul li a{
    padding: 0;
  }
  .tab-ul li.cur{
    position: relative;
    
  }
  .tab-ul li.cur::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #0a9e4c;
    left: 0;
    bottom:0;

  }
  .tab-ul li.cur a{
    color: #0a9e4c;
    font-weight: bold;
  }
  .tab-con{
    display: none;
  }
  .tab-ul1{    display: flex;
    text-align: center;
    width: auto;
    line-height: 30px;
    margin-top: 10px;
    }
    
  .tab-ul1 li{
    display: inline-block;
    width: auto;
    margin: 10px auto;
  }
  .tab-ul1 li a{
    padding: 0;
    color: #000;
  }
  .tab-ul1 li.cur{
    position: relative;
    
  }
  .tab-ul1 li.cur::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #0a9e4c;
    left: 0;
    bottom:0;
  }
  .tab-ul1 li.cur a{
    color: #0a9e4c;
    font-weight: bold;
  }
  .tab-con1{
    display: none;
  }
  
.center_search_wrap {
    width: 100%;
    height: auto;}
    .center_search_wrap form {
        position: relative;
    }
    .search-input{
        padding: 10px 5%;
        width: 90%;
        background: #fff;
        border: none;
       line-height: 28px;
       border-radius: 5px;
       height: 28px;
      }
      .search-input::placeholder{
        color: #999;
      }
    .szftab{
        width: auto;
        display: flex;
    }   
    .szftab .tab.on{
        color: #fff;
        background:#0a9e4c;
    } 
    .szftab .tab.on a{
        color: #fff;
        
    } 
    .szftab .tab{
        text-align: center;
        width: 100%;
        display: inline-block;
     }
    .szftab .tab a{
        display: block;
       padding: 0;
    }

      .search-img{
        position: absolute;
        right: 10px;
        display: inline-block;
        top: 10px;
        font-size: 27px!important;
        background: none;
        border: none;
        color: #62c19d;
      }
.nav_list_main li{
    display: block;
    line-height: 30px;
}

/* 内容 */
.contents{
    margin-top: 2%;
    width: 100%;
    background: #fff;
}
.main_news{
    width: 95%;
    margin:0 auto;
    line-height: 34px;
    background-color: #f3f3f3;
    
}
.news_text {
    margin-left:2%;
    padding-left: 7%;
    background: url(lyt_mobile_gg_Xu200330.png) center left no-repeat;
}
.news_text a{
    font-size: 0.65rem;
}
.news_time{
    font-size: 0.6rem;
    color: #b6b3b3;
    margin-right: 1%;
}

.slider{
    width:95%;
    margin: 2% auto;
}
.swiper-wrapper img{
    width: 100%;
}
.swiper_text{
    width:100%;
    position: absolute;
    bottom:5px;
    z-index: 999;
    padding: 4px 0;
    text-align: center;
    line-height: 1.5rem;
    background-color: rgba(0,0,0,.7);
    
}
.swiper_text a{
    color: #fff;
}
/*政府信息公开*/
.txtlit{
    display: block;
    text-align: center;
}
.txtlit a{
    font-size: 1rem;
}
.zw_xxgk ul{
    display: flow-root;
}
.zw_xxgk ul li {
    position: relative;
    width: 47%;
    display: inline-block;
    border-radius: 3px;
    background: #1aaf7f;
    line-height: 51px;
    margin: 3px 1%;
}

.zw_xxgk ul li a {
    display: flex;
    font-size: 16px;
    color: #fff;
}
.zw_xxgk ul li a span {
    display: flex;
    font-size: 26px;
    margin: 0px 23px;
}
.zw_xxgk ul li a b {
    font-weight: normal;
}
/*吉林林情*/
.zw_jllq{
    float: left;
    margin-left: 25px;
    width: 553px;
  }
  .lqr_r{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    display: flex;
    text-align: center;
  }
  .lqr_r a{
    display: inline-block;
    line-height: 100%;
    width: 98%;
    text-align: center;
    margin: 0 1%;
    background: #eee;
    border-radius: 6px;
  }
  .lqr_r a span{
    display: block;
    font-size: 2rem;
    color: #f0cb9c;
    line-height: 100%;
    margin: 5px;
  }
  .lqr_r a b{
    font-weight: normal;
    font-size: 1rem;
    line-height: 2rem;
     color: #000;
     vertical-align: middle;
  }
  .lqr_r a:hover span{
    color: #47bb8c;
  }
  .lqr_r a:hover b{
    color: #47bb8c;
  }
  .lqkg_min {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.lqkg_min{
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .lqkg_min a{
    width: 48%;
    text-align: center;
    margin: 4px 1%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: url(lyt_zc_lq20230831_bg1.jpg) no-repeat;
    background-size: 100% 46px;
    line-height: 46px;
   
    text-shadow: #000 0px 1px 2px;
  }
  .lqkg_min a+a{
    background: url(lyt_zc_lq20230831_bg2.jpg) no-repeat;
    background-size: 100% 46px;
  }
  .lqkg_min a+a+a{
    background: url(lyt_zc_lq20230831_bg3.jpg) no-repeat;
    background-size: 100% 46px;
  }
  .lqkg_min a+a+a+a{
    background: url(lyt_zc_lq20230831_bg4.jpg) no-repeat;
    background-size: 100% 46px;
  }
  .lqkg_min a+a+a+a+a{
    background: url(lyt_zc_lq20230831_bg5.jpg) no-repeat;
    background-size: 100% 46px;
  }
  .lqkg_min a+a+a+a+a+a{
    background: url(lyt_zc_lq20230831_bg6.jpg) no-repeat;
    background-size: 100% 46px;
  }
  .lqkg_min a+a+a+a+a+a+a{
    background: url(lyt_zc_lq20230831_bg7.jpg) no-repeat;
    background-size: 100% 46px;
  }
  .lqkg_min a+a+a+a+a+a+a+a{
    background: url(lyt_zc_lq20230831_bg8.jpg) no-repeat;
    background-size: 100% 46px;
  }
  .lqkg_min a:hover{
    text-shadow: none;
  }
  .pic ul{
    display: flex;
    width: 100%;
    text-align: center;
  }
  .pic li{display: inline-flex;
    width: 98%;
    height: auto;
    margin: 0 1%;
  }
  .pic li a{
        width: 100%;
        height: 75px;
  }
  .pic li a img{
    width: 100%;
    height: 75px;
  }
  .piclb ul{
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .piclb li{display: inline-block;
    width: 98%;
    height: auto;
    margin: 0 1% 10px 1%;
  }
  .piclb li a{
        width: 100%;
        height: 145px;
  }

  .piclb li a img{
    width: 100%;
    height: 145px;
  }
  .piclb li p{
    text-align: left;
    display: block;
  }
  .piclb li p a {
    display: inline-block;
    padding: 5px 10px;
    background: #1aaf7f;
    font-size: 0.875rem;
    color: #fff;
    width: auto;
    height: auto;
}
  .banner20230906 {
    display: block;
    height: auto;
}
.banner20230906 img{
    width: 100%;
    height: auto;
}
.zjz{font-weight: normal;
    display: inline-block;
    color: #0a9e4c;
   }
.yjs{font-weight: normal;
    display: inline-block;
    color: #999;
   }
/* 主页中的导航 */

.contents_nav{
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
}
.contents_nav ul{
  display: flex;
}
.contents_nav li{
  display: inline-flex;
  width: 100%;
  height: 4rem;
  padding: 10px 0;
    background-color: #000;
}
.contents_nav li a{
    margin-top: 2rem;
    display: block;
    color: #fff;
  text-align: center;
}
 
 
.contents_nav li:nth-child(1){
    background: #4c99e1 url(lyt_mobile_xxfb_Xu200330.png) no-repeat 90% 5px;
    background-size: 30%;
}
.contents_nav li:nth-child(2){
    background: #f59e0b url(lyt_mobile_zwgk_Xu200330.png) no-repeat 90% 5px;
    background-size: 30%;
}
.contents_nav li:nth-child(3){
    background: #67a3db url(lyt_mobile_hdjl_Xu200330.png) no-repeat 90% 5px;
    background-size: 30%;
}
.contents_nav li:nth-child(4){
    background: #a3b911 url(lyt_mobile_bsfw_Xu200330.png) no-repeat 90% 5px;
    background-size: 30%;
}
.contents_nav li:nth-child(5){
    background: #f13540 url(lyt_mobile_ztzl_Xu200330.png) no-repeat 90% 5px;
    background-size: 30%;
}
.contents_nav li:nth-child(6){
    background: #0cb155 url(lyt_mobile_stwm_Xu200330.png) no-repeat 90% 5px;
    background-size: 30%;
}

/* 要闻动态 */
.titbig_tit{
    
    border-bottom: #0a9e4c 1px solid;
    background: #f6fdf9;
    margin: 16px auto 0 auto;
    line-height: 3rem;
    overflow: hidden;
}
.titbig_tit a{
    font-weight: bold;
    font-size: 1.5rem;
    color: #0a9e4c;
    margin-left: 10px;
  
}
.general_list{
    width: 95%;
    margin:0 auto;
    overflow: hidden;
}
.ywdt_title{
    width:100%;
    background-color: #eee;
    height: 40px;
    line-height:40px; 
    margin-top: 20px;
}
.ywdt_title a{
    display: block;
    padding:0 3%;
    text-align: center;
    color:#0a9e4c;
    line-height: 40px;
    
}
.ywdt_title a:first-child{
    font-weight: bold;
}
.ywdt_list li{
    line-height: 1.5rem;
    width: 100%;
    overflow: hidden;
    background: url(lyt_mobile_list_bg_Xu200330.png) no-repeat 0 10px;
    margin-bottom: 17px;
}
.ywdt_list li a{
    font-size: 1rem;
    float: left;
    padding-left: 3%;
 
}
.ywdt_list li .time{
    color: #b6b3b3;
    color: #b6b3b3;
    float: left;
    margin-left: 10px;
}
.ztzl{
    width:95%;
    margin:0 auto;
    overflow: hidden;
}
.ztzl_list{
    margin: 5% 0;
}
.ztzl_list li{
    width:47%;
    float:left;
    text-align: center;
    line-height: 20px;
    margin-right: 4%;
    margin-bottom: 2%;
}
.ztzl_list li:nth-child(even){
    margin-right:0;
}
.ztzl_list li img{
    width:100%;
    height: 5rem;
}
.bgzl {
    margin: 0;
    padding: 0;
    position: fixed!important;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1!important;
}
.footer_content{
  text-align: center;
}
footer{
  margin-top: 27px;
  padding: 26px 0;
  width: 100%;
  background: #007e56;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 30px;
}
.footer_dzjg ,.footer_zfzc{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.footer_text{    width: 100%;
  text-align: center;
  color: #fff;}
.footer_text  a{color: #fff; font-size: 0.875rem;}
.footer_text ul li{display: inline-block;}
.footer_text ul li::before {
  content: '';
  background: #fff;
  display: inline-block;
  width: 1px;
  margin: -2px 10px;
  height: 15px;
}
.footer_text ul li:first-child::before{
display: none;
}
.footer_text p, .footer_text p b{    color: #fff;
  font-weight: normal;
  display: block;    font-size: 0.875rem;}
.gwab_btn {
  background: url(footer_gongan_Xu191031.png) no-repeat left center;
  padding-left: 21px;
}
.topiframe {
  width: auto;
  height: 20px;
  margin: 10px auto;
  text-align: center;
}
.login{      width: 100%;
  display: none;
  float: none;
  margin-right: 0;
  position: absolute;
  top: 209px;
  background: #f5f5f5;
  left: 0;
  z-index: 999;}
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .3s ease
}
.slide-fade-enter, .slide-fade-leave-to{
  transform: translateY(-20px);
  opacity: 0;
}
.dqwz{
  font-size: 0.875rem;
    background: #f9f9f9;
    padding: 10px 3%;
    width: 94%;
    
    color: #666;
}
.dqwz span{color: #ef3908; font-size: 0.875rem;}
.dqwz a{
  color: #0cb155; font-size: 0.875rem;
}
.jgld_ldxx{
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.jgld_ldxx dt{
 float: left;
    display: inline-block;
    width: 30%;
    height: auto;
    text-align: center;
    margin-top: 10px;
}
.jgld_ldxx dt img{
    width: 100%;
    text-align: center;
    border-radius: 3px；
}
.jgld_ldxx dt:hover{
  opacity: 0.9;
}
.jgld_ldxx dd{
     float: left;
    display: inline-block;
    width: 60%;
    min-height: 100px;
    margin-left: 5%;
}
.jgld_ldxx dd b{
  letter-spacing: 2px;
  margin-top: 25px;
  font-size: 1.2rem;
  display: inline-block;
}
.jgld_ldxx dd p{
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 2px;
}
.splb {
    display: inline-block;
    margin-bottom: 26px;
    width: 100%;
}
.ejpic dt {
      width: 46%;
    float: left;
}
.splb dt img {
    width: 100%;
    height: auto;
}
.ejpic dd {
    width: 50%;
    display: inline-block;
    float: left;
    margin-left: 4%;
}
.splb dd p {
    display: block;
    line-height: 28px;
}
.splb dd a {
    display: inline-block;
    padding: 5px 10px;
    background: #1aaf7f;
    font-size: 14px;
    color: #fff;
}
.jllq_ul{
  width: 100%;
  height: auto;
}
.jllq_ul a{
  display: inline-block;
  width: 48%;
  line-height: 60px;
  background:#f8ebe8;
  background-size: 100% 61px;
  margin-left: 2%;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 10px;
}
.jllq_ul a:nth-child(odd){
  margin-left: 0;
}
.jllq_ul a:nth-child(2){
  background: #ebf4ff;
}
.jllq_ul a:nth-child(3){
  background: #f1fae9;
}
.jllq_ul a:nth-child(4){
  background: #fef7ee;
}
.jllq_ul a:nth-child(5){
  background: #edf2ff;
}
.jllq_ul a:nth-child(6){
  background: #ebffef;
}
.jllq_ul a:nth-child(7){
  background: #ebebff;
}
.jllq_ul a:nth-child(8){
  background: #ffedfd;
}
.jllq_ul a:hover{ opacity: 0.9; }
.xxtj{
  border: #eaecf1 1px solid;
  background: #f6f8fa;
}
.xxtj_b{
  border: #eaecf1 1px solid;
  text-align: center;
  border-top: none;
  padding-bottom: 10px;
}
.liuyan_list {
 
  width: 100%;
}
.bg_ly {
  line-height: 30px;
  background: #f3f3f3;
}
.xxxz_btn{
  width: 100%;
  height: auto;
  margin-top:10px;
}
.xxxz_btn a:first-child{
  margin-left: 0!important;
}
.xxxz_btn a{
  margin-left: 3%;
  width: 27.5%;
  display: inline-block;
  border: #eaecf1 1px solid;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  padding: 0 1%;
}
 
.xxxz_btn a span{
  display: block;
  font-size: 30px;
  color: #d7000f;
  margin: 0 5px;
}
.xxxz_btn a b{
  font-size: 18px;
  font-weight: normal;
}
.xxxz_btn a:hover span{
color: #1aaf7f;
}
.jzxx{width: 100%;
  overflow: hidden;}
.jzxx li{
  width: 100%;
  line-height: 2rem;
}
.jzxx li a{
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.jzxx li span{
  display: inline-block;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  width: 30%;
  float: left;
}
@media screen and (max-width: 768px) {
  .contents_nav li a p:nth-child(1) {
    font-size: 1rem;
    width: 81%;
    margin: 0 auto;
    letter-spacing: 4px;
    color: #fff;
}
.contents_nav li a {
  margin-top: 0.9rem;
}


}