@charset "UTF-8";
/* amazeui依赖 */
@import url(https:/sthjt.shaanxi.gov.cn/images/https:/sthjt.shaanxi.gov.cn/images/amazeui.css);
/* 矢量字体 */
/* @import url(https://at.alicdn.com/t/c/font_4619376_k7x79lw32qc.css); */
@import url(https://at.alicdn.com/t/c/font_4619376_0149w1ianuybk.css);
@import url(https://at.alicdn.com/t/c/font_4619376_h9w2b45arfp.css);
/* @import url(https:/sthjt.shaanxi.gov.cn/images/https:/sthjt.shaanxi.gov.cn/font/iconfont.css); 新增办事页面的icon图标库 */


/* 动画库 */
@import url(https:/sthjt.shaanxi.gov.cn/images/https:/sthjt.shaanxi.gov.cn/images/animate.min.css);
/* 全局变量 */
:root {
  --theme: #2B58A8;
  --themeActive: #CC3300;
  --bgcolor: #fff;
  --color: #333; }

:export {
  theme: #2B58A8; }

/* 站点样式 */
html,
body {
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  color: #333; }

/* 修改根字体大小适配全局大小 */
html {
  font-size: 10px; }

body {
  color: #333;
  min-width: auto; 
  background-color: #f5f5f5; }

a {
  color: #333; }

a:hover,
a:active {
  transition: color ease-in .1s;
  color: var(--themeActive); }

.main-box {
  width: 132rem;
  margin: 0 auto;
 }


@media only screen and (max-width: 1366px) {
  html {
    font-size: 8px; } }

@media only screen and (max-width: 641px) {
  html {
    font-size: 8px; }
  html, body {
    width: 100vw;
    overflow-x: hidden; }
  .main-box {
    width: 100%; } 
  }

.text-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

  .text-line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }

.text-line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; }

.white-box {
    background-color: #fff; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-row-always {
  display: flex;
  flex-direction: row; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.align-center {
    align-items: center; }

.justify-center {
   justify-content:  center; }

@media only screen and (max-width: 641px) {
  .flex-row {
    text-align: center;
    flex-direction: column; }
  .flex-row-between {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center; } }



/* 页面顶部背景图 */
body {
  background-image: url(https:/sthjt.shaanxi.gov.cn/images/index-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 67.5rem; }

@media only screen and (max-width: 641px) {
  body {
    background-image: none; } }


/* 头部 */
.header .nav-tools {
  /* height: 4rem; */
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  padding-top: 1.5rem;
}
.header .nav-tools a, .header .nav-tools i {
  color: #fff;
  transition: all ease-in .1s; }
.header .nav-tools a:hover, .header .nav-tools i:hover, .header .nav-tools .item:hover {
  color:#fff;
  }
.header .nav-tools .item {
  cursor: pointer; }
.header .nav-tools .line {
  gap: 2rem; }
.header .nav-tools .line .item {
  position: relative; }
.header .nav-tools .line .item::after {
  position: absolute;
  content: ' ';
  top: 50%;
  right: -1rem;
  height: 1rem;
  transform: translate(0, -50%);
  border-right: solid 1px;
  border-right-color: #fff;;
  padding-right: 1rem; }
.header .nav-tools .line .item:last-child::after {
    border-right-color: transparent; }
.header .nav-tools .btns {
  gap: 1rem;
  margin-right: 1rem;
  margin-bottom: 0px;
    padding-left: 0px;
}
.header .nav-tools .btns .item {
  padding: 0.7rem 0.8rem;;
  background-color: rgba(255,255,255, 0.18);
  border-radius: 0;
  color: #0054A7;
  border-radius: 5px;
}
.header .nav-tools .btns .item.weixin{
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav-tools .btns .item.weixin img{
  width: 1.8rem;
}
.header .nav-tools .btns .item.zzzq{
  background-color: #FA983A;
}
.header .nav-tools .btns .item .iconfont{
  font-size: medium;
}
 
 
  
  /* 头部-导航 */
.header .nav-bar {
  flex: 1;
  margin: 0 auto;}
.header .nav-menu {
  padding-right: 7rem;
}
.header .nav-menu a {
  color: #FFFFFF;
  font-weight: 500; }
  .header .nav-menu a:hover {
    font-weight: bold;
    color: var(--theme); }
.header .nav-menu .item {
  /* text-align: center; */
  
  position: relative;
  justify-content: center;
  width: initial;
  padding: 0;
}
.header .nav-menu .item a {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
  white-space: nowrap;
  /* line-height: 6.4rem; */
  transition: all .2s ease-in; }
.header .nav-menu .item:hover a, .header .nav-menu .item.active a {
  font-size: 2.2rem;
} 
.header .nav-bar .nav-menu .item.active a {
  background-color: transparent !important;
  box-shadow: none;
  color: #FFFFFF;
  font-weight: bold;
}
.header .nav-bar .nav-menu .item a:hover {
  background-color: transparent;
  box-shadow: none;
  color: #FFFFFF; }
.header .nav-bar .nav-menu .item::after {
  display: none; }
.header .nav-bar .nav-menu .item .iconfont{
  font-size: larger;
  margin-right: 0.5rem;
  /* color: #265DB4; */
}
.swiper-container-bar{
  display: none;
}       
       
@media only screen and (max-width: 641px) {
  .header .nav-tools {
    height: auto;
    color: #fff;
    font-size: 1.6rem;
    line-height: 4rem;
    background-color: var(--theme);
    padding: 1rem 0;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px; 
    margin-top: 0;
  }
  .header .nav-tools a, .header .nav-tools i {
    color: #fff; }
  .header .nav-tools .btns {
    background-color: transparent;
    padding: 0px; 
    gap: 1rem;
  flex-wrap: wrap;
justify-content: center;
align-items: center;}
  .header .nav-tools .btns .item {
    background-color: transparent !important;
    padding: 0px; }

  
  .header .nav-bar {
      text-align: center;
      background-color: var(--theme);
  }
  .header .nav-bar {
    width: 100%;
    margin: 0px; }
  .header .nav-bar .nav-menu {
    width: 100%;
    padding:0px;
     overflow-x: scroll;
	 padding-top:1rem;
	}
    .header .nav-bar .nav-menu .flex-row-between{
             width: 120%;
        flex-direction: row;
  }
  .header .nav-menu .item {
    width: 33%;
    max-width: 50%;
  font-size: 2rem;
  justify-content: center;
  margin: 1rem 0;
  height: 4rem;
  }
/*.header .nav-menu .item:hover a, .header .nav-menu .item.active a {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 7px 10px; }*/
  .header .nav-bar .nav-menu .item.active a {
    background-color: transparent !important;
    box-shadow: none;
    color: #fff; }
.header .nav-menu .item a {
  line-height: 4rem;
  color: #fff;
  display: inline-block;
  min-width: 6rem;
  text-align-last: justify; } 

  .swiper-container-bar{
    width: 100%;
    display: flex;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px; 
    padding: 0 1.5rem;
  } 
  .header .swiper-container-bar .swiper-slide {
    position: relative;
    justify-content: center;
    width: initial;
    /* width: 33%; */
    padding: 3rem 0;
  }
  .header  .swiper-container-bar .swiper-slide a {
    width: fit-content;
    display: inline-flex;
    font-size: 2.4rem;
    line-height: 2rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
    transition: all .2s ease-in; }
    .header  .swiper-container-bar .swiper-slide.active{
      font-weight: bold;
    }
}

.header .nav-logo {
  margin: 4rem auto;
  display: flex;
  font-family: SourceHanSerifSC;
  font-size: 4.4rem;
  font-weight: normal;
  line-height: 4.4rem;
  letter-spacing: 0.0409em;
  color: #FFFFFF;
  padding: 0 17rem 0 2rem;
}
.header .nav-logo span:last-of-type{
  font-family: Arial;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6rem;
  letter-spacing: 0.43310000000000004em;
  margin-top: 0.8rem;
}
.header .nav-logo img {
  width: 6.6rem;
  height: auto;
margin-right: 1.8rem;}


.header .search-box {
    width: 100%;
    height: 6.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
  }
  .header .search-box>div{
    width: 69.8rem;
  }
  .header .search-box input{
    width: 55.6rem;
    padding: 0 ;
    background: rgba(255,255,255,0.94);
    height: 6.8rem;
    border: 0;
    padding-left: 1.6rem;
    font-size: 1.8rem;
    display: inline-block;
  }
  .header .search-box button{
    width: 14.2rem;
    height: 6.8rem;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 6.8px;
    background: #EC940A;
    text-align: center;
    letter-spacing: 0em;
  }
  .am-btn-warning{
    border: 0;
  }
  .header .search-box button .iconfont{
    font-size: 3.2rem;
  }


  @media only screen and (max-width: 641px) {
    .header .nav-logo{
      width: 100%;
      padding: 3rem 0;
      font-size: 3.6rem;
    background-color: var(--theme);
    margin: 0 auto;
    justify-content: center;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    }
    .header .search-box {
      /* width: 100%; */
      
      width: 100%;
      height: 6.4rem;
      background-color: var(--theme);
      padding: 5.5rem;
      margin: 0; } 
      .header .search-box form{
        width: inherit;
        display: flex;
        flex-direction: row;
        align-items: center;
      }
    .header .search-box input{
      width: 90%;
      padding: 0 0.5em;
      margin: 0 auto;
      height: 6.8rem;
      border: 0;
      /* margin-left: 16.5rem; */
      padding-left: 2rem;
    }
    .header .search-box button{
      /* background-color: #fff; */
    }
    .header .search-box button .iconfont{
      color: #005293;
    }
  }
      

/* 主体 */
.container {
  clear: both;
  overflow: hidden; 
  }  


/* 悬浮框 */
.fixed-box{
  position: fixed;
  width: 8rem;
  height: auto;
  box-sizing: border-box;
  /* border: 1px solid #EBEBEB; */
  float: right;
  right: 1.3rem;
  bottom: 15rem;
  z-index: 999;
  display: none;
}
.fixed-box div{
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.fixed-box .iconfont{
  font-size: 3.5rem;
  color: #333;
}
.fixed-box .iconfont:hover{
  color: var(--theme);
}
@media only screen and (max-width: 641px) {
  .fixed-box{
    right: 1.5rem;
    align-items: flex-end;
  }
}




/* 版权 */
footer {
  /* margin-top: 3rem; */
  background-color: var(--theme);
  /* height: 20.4rem; */
  padding: 3.5rem 3.7rem; 
}
footer .main-box{
  padding: 0 4rem;
}
footer .f-select select{
  /* width: 402px; */
  height: 4.8rem;
  opacity: 1;
  background: #F5F5F5;
  box-sizing: border-box;
  border: 1px solid #DEE4E9;
  margin-right: 1.5rem;
  margin-bottom: 2.5rem; appearance: none
}
select option{
  /* height: 4.8rem; */
  padding: 5px;
  background-color: #f9f9f9;
  color: #333;
}
footer .f-select select:last-child{
  margin-right: 0;
}
  footer .info {
    /* margin: 3rem 10rem; */
    color: #fff; }
  footer .info .msg{
    font-weight: 400;
    font-size: 1.6rem;
    color: #F5F5F5;
    line-height: 3.2rem;
    text-align: left;
  }
  footer .info .msg span{
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    text-align: left;
  }
  footer .info .msg span img{
    width: 1.8rem;
    height: auto;
  }
  footer .info .identification {
    cursor: pointer; }
  footer .info .identification img{
    margin-left: 1rem;
  }

@media only screen and (max-width: 641px) {
  footer {
    padding: 1rem 1.5rem; 
  }
  footer .f-select select{
    margin-right: 0;
    width: 80%;
  }
  footer .info {
    margin: 3rem 1.5rem; } 
  footer .links .line {
    gap: 4rem; 
  }
  footer .links .line .item::after {
    right: -2rem;}
  footer .links .main-box .line2 {
    padding: 1rem ;
  }
  footer .info .msg div{
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
  }
  footer .info .identification img{
    margin-bottom: 1rem;
  }
  footer .info .identification img:first-child{
    margin-left: 0;
  }
}




    /* 通用组件 */
.gray-box {
  border: 1.5rem solid;
  border-color: #F2F6F9;
  border-radius: 1rem;
  padding: 1rem; }

.navigation {
  font-size: 1.6rem;
  color: #999; }
  .navigation a {
    color: #999; }
  .navigation .am-breadcrumb {
    font-size: 100%;
    margin-bottom: 0rem; }
    .navigation .am-breadcrumb .iconfont {
      color: var(--theme);
      font-weight: 700;
      font-size: 1.1em; }
  .navigation .active {
    color: var(--theme); }

.pagination {
  margin: 3rem auto; }
  .pagination .am-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: center; }
.pagination .am-pagination li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px; }
.pagination .am-pagination > li > a, .pagination .am-pagination > li > span, .pagination .am-pagination > li > select, .pagination .am-pagination > li > input {
border-radius: 4px;
color: #999; }
.pagination select {
position: relative;
display: block;
padding: 0.4em 1em;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
margin-bottom: 5px;
margin-right: 5px;
cursor: pointer; }
.pagination input {
width: 8rem;
text-align: center;
position: relative;
display: block;
padding: 0.5em 1em;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
margin-bottom: 5px;
margin-right: 5px;
cursor: pointer; }


/* 分类列表 */
.tabs-panel {
clear: both;
overflow: hidden; }
.tabs-panel .tabs-header {
  overflow: hidden;
  /* padding: 4px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ECF1F7;
  border-radius: 4px;
  padding: 0.4rem;
}
.tabs-panel .tabs-header .item {
  height: 4.9rem;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #333;
  /* flex: 1; */
  cursor: pointer;
  white-space: nowrap; 
display: flex;
align-items: center;
justify-content: center;}
  .tabs-panel .tabs-header .item.active{
    color: var(--theme);
    font-weight: bold;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    box-shadow: 0px 4px 16px 0px rgba(122, 140, 168, 0.1608);
     }
	 .tabs-panel .tabs-header .item.active a{
    color: var(--theme);
    font-weight: bold;
     }
/* .tabs-panel .tabs-list {
width: 100%;
padding: 0px 5px; 
} */

@media only screen and (max-width: 641px) {
  .tabs-panel .tabs-header {
    font-size: 1.8rem; 
    flex-wrap: wrap;
  }
}

/* 列表标题 */
.text-list {
width: inherit;
overflow: hidden; }
.text-list .item {
display: flex;
flex-direction: row;
line-height: 3.8rem;
font-size: 1.8rem;
color:#333;
cursor: pointer;
padding: 0px 0 0px 1.5rem;
position: relative;
transition: all .2s linear;
justify-content: space-between;
gap: 10px; }
  .text-list .item:before {
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #E6E6E6;
    /* border: 1px solid #DADADA; */
    left: 0;
    top: 50%;
    /* margin-right: 1rem; */
    transform: translate(0, -50%); }
.text-list .item .title {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 }
.text-list .item .date {
  margin-left: 1rem;
  white-space: nowrap;
  text-align: right;
  color: #666; }
.text-list .item:hover:before {
  background-color: var(--themeActive); }
.text-list .item:hover .title {
  color: var(--themeActive); }
.text-list .line {
margin: 1.5rem 0;
border: 1px #DCDCDC dashed; }


/* 列表类标题 */
/* .text-panel {
  margin-bottom: 1.5rem; 
  margin-top: 3rem;} */
.text-panel .header {
  /* line-height: 4.8rem; */
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem; 
  background: #F7F8FB;
  padding: 1.2rem;
}
  .text-panel .header .title {
    border-left: 6px solid #184984;
    padding: 0px 1rem;
    font-weight: 700;
    font-size: 2.2rem;
    position: relative;
    top: 1px; }
    .text-panel .header .title a {
    color: #000;}
  .text-panel .header .more {
    font-size: 80%; }
    .text-panel .header .more a {
      color: #999; }


select:focus{
  outline: none;
  border-color:  #E4F4FF;
  box-shadow: 0 0 5px #E4F4FF;
}


.swiper-focus {
  width: 100%;
  overflow: hidden; }
.swiper-focus .swiper-button-white {
  background-image: none;
  transform: scale(1.8); }
.swiper-focus .swiper-button-white i {
  position: absolute;
  font-size: 2.4rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff; }
.swiper-focus .swiper-button-next {
background-color: rgba(0, 0, 0, 0.3);
border-radius: .8rem 0px 0px .8rem;
transform-origin: right;
right: 1rem; }
.swiper-focus .swiper-button-prev {
transform-origin: left;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 0rem .8rem .8rem 0px;
left: 1rem; }
.swiper-focus .item {
width: 100%;
aspect-ratio: 16/9;
position: relative;
overflow: hidden;
border-radius: .8rem; }
.swiper-focus .item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.swiper-focus .item p {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem 0px;
  margin: 0px; }




  /* 面包屑 */
  .crumbs{
    font-weight: 400;
    font-size: 1.8rem;
    color: #999999;
    line-height: 1.8rem;
    gap: 0.5rem;
  }
  .crumbs .iconfont{
    font-size: larger;
  }
  .crumbs div i{
    margin-right: 0.5rem;
  }
  .crumbs div:first-child i{
    color: var(--theme);
  }
  .crumbs div:last-child a{
    color: var(--theme);
  }
  @media only screen and (max-width: 641px) {
    .crumbs{
      flex-direction: row;
    }
  }
  
  /*2025-6-18添加*/
  .article-overview-wrapper .acticle-content table tr td, table{border:.01rem solid #ccc}
    table tr td, table{border:.01rem solid #ccc} 
  