@charset "UTF-8";
/* amazeui依赖 */
@import url(https:/yjt.shaanxi.gov.cn/images/https:/yjt.shaanxi.gov.cn/images/amazeui.css);
/* 矢量字体 */
@import url(https://at.alicdn.com/t/c/font_4619376_h9w2b45arfp.css);
/* 动画库 */
@import url(https:/yjt.shaanxi.gov.cn/images/https:/yjt.shaanxi.gov.cn/images/animate.min.css);

/* 全局变量 */
:root {
  --theme: #3E79D6;
  --bgcolor: #ECF1F7;
  --color: #333;
}

:export {
  theme: #3E79D6;
}

.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

.elli-m {
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

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

@media only screen and (max-width: 1280px) {
  .main-box {
    width: 100% !important;
  }

  .headernav {
    height: auto !important;
  }

  .header .headernav .nav-menu .item {
    min-width: 15rem;
  }
}

@media only screen and (max-width: 641px) {

  html,
  body {
    width: 100vw;
    overflow-x: hidden;
  }

  .header .headernav .nav-menu .item {
    width: 33.3% !important;
  }
}

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

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

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

a {
  color: #333;
}

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

.bg {
  background: var(--theme);
  padding-bottom: 1rem;
}

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

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

@media only screen and (max-width: 641px) {
  .main-box {
    width: 100%;
    margin: 0 auto;
  }
}

.am-g {
  width: auto !important;
}

.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;
}

.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;
}

@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;
  }
}

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


/**侧面 ***/
/* jump */
.jumpBox {
  position: fixed;
  top: 50%;
  transform: translate(0%, -50%);
  right: 30px;
  z-index: 400;
}

.jumpBox ul {
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-left: auto;
}

.jumpBox ul li img {
  width: 100%
}

.width130 {
  width: 130px;
}

.width100 {
  width: 100px;
}

.width40 {
  width: 40px;
}

#jump {
  position: fixed;
  top: 240px;
  right: 62px;
  width: 40px;
  z-index: 400;
}

*html #jump {
  position: absolute;
  top: expression(documentElement.scrollTop + "px");
  margin: 300px 0 0 0;
}

#jump li {
  height: 50px;
  width: 50px;
  overflow: hidden;
}

#top,
#share1,
#reply,
#sina,
#ceping,
#weixin,
#khd,
#xinhua,
#douyin,
#shipinhao,
#aqsc1,
#index-z {
  display: block;
  width: 40px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
}

#top {
  background: url(https:/yjt.shaanxi.gov.cn/images/top.png) no-repeat;
}

#share1 {
  background: url(https:/yjt.shaanxi.gov.cn/images/share.png) no-repeat;
}

#reply {
  background: url(https:/yjt.shaanxi.gov.cn/images/reply.png) no-repeat;
}

#sina {
  background: url(https:/yjt.shaanxi.gov.cn/images/sina.png) no-repeat;
}

#weixin {
  background: url(https:/yjt.shaanxi.gov.cn/images/weixin.png) no-repeat;
}

#khd {
  background: url(https:/yjt.shaanxi.gov.cn/images/khd.png) no-repeat;
}

#xinhua {
  background: url(https:/yjt.shaanxi.gov.cn/images/xinhua.jpg) no-repeat;
}

#douyin {
  background: url(https:/yjt.shaanxi.gov.cn/images/douyin.jpg) no-repeat;
}

#shipinhao {
  background: url(https:/yjt.shaanxi.gov.cn/images/shipinhao.jpg) no-repeat;
}

#aqsc1 {
  background: url(https:/yjt.shaanxi.gov.cn/images/aqscSmall.png) no-repeat;
}

#index-z {
  background: url(https:/yjt.shaanxi.gov.cn/images/index-pc-z.png) no-repeat;
  background-size: 100%;
}

#top:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/toped.png) no-repeat;
}

#share1:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/shared.png) no-repeat;
}

#reply:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/replyed.png) no-repeat;
}

#sina:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/sinad.png) no-repeat;
}

#weixin:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/weixind.png) no-repeat;
}

#khd:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/khdd.png) no-repeat;
}

#xinhua:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/xinhua0.jpg) no-repeat;
}

#douyin:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/douyin0.jpg) no-repeat;
}

#shipinhao:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/shipinhao0.jpg) no-repeat;
}

#aqsc1:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/aqscSmallHover.png) no-repeat;
}

#index-z:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/index-zj-cur.jpg) no-repeat;
}

.sjys {
  background: url(https:/yjt.shaanxi.gov.cn/images/sjys_icon.png) no-repeat;
}

.sjys:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/sjys_icon_cur.png) no-repeat;
}

#ceping {
  background: url(https:/yjt.shaanxi.gov.cn/images/ceping.png) no-repeat;
}

#ceping:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/cepinged.png) no-repeat;
}


#EWM {
  position: absolute;
  left: -150px;
  display: none;
}

#EWM img {
  width: 150px;
  height: 150px;
}

#EWM0 img {
  width: 150px;
  height: 150px;
}

#EWM0 {
  position: absolute;
  left: -150px;
  display: none;
}


#EWM1 {
  position: absolute;
  left: -160px;
  display: none;
}

#EWM1 img {
  width: 150px;
  height: 150px;
}

#EWM2 {
  position: absolute;
  left: -160px;
  display: none;
}

#EWM2 img {
  width: 150px;
  height: 150px;
}

#EWM3,
#EWM4,
#EWM5 {
  position: absolute;
  left: -160px;
  display: none;
}

#EWM3 img,
#EWM4 img,
#EWM5 img {
  width: 150px;
  height: 150px;
}


/* 头部 */
.header a {
  color: #fff;
  transition: all ease-in .1s;
}

.headertop {
  background: #3E79D6;
}

.header .nav-tools {
  font-size: 1.4rem;
  line-height: 1em;
  padding: 1rem 0rem;
}

.headerbg {
  width: 100%;
  background: url(https:/yjt.shaanxi.gov.cn/images/banner.png) no-repeat;
  background-position: center;
}

.header .nav-tools .link {
  gap: 1rem;
}

.header .nav-tools .link .item {
  border-right: solid 1px;
  border-right-color: #fff;
  padding-right: 1rem;
}

.header .nav-tools .link .item:last-child {
  border-right: none;
}

.header .nav-tools .btn {
  background-color: rgba(255, 255, 255, 0.2);
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0px .8rem;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.header .nav-tools .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.header .nav-tools .btn.yellow {
  background-color: #FA983A;
}

.header .nav-tools .tools .btns {
  gap: 1rem;
  margin-right: 1rem;
}

.header .nav-bar {
  padding: 10rem 0rem;
  align-items: stretch;
}

.header .nav-bar .logo {
  height: 12.2rem;
}

.header .nav-bar .logo a img:nth-child(1) {
  height: 11.1rem;
}

.header .nav-bar .logo a img:nth-child(2) {
  height: 8rem;
  margin-left: 1.5rem;
}

.header .headernav .nav-menu {
  flex: 1;
}

.nav-dh {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px;
}

.header .headernav .nav-menu .am-g {
  width: 100% !important;
  margin: 0;
}

.header .headernav .nav-menu .item {
  width: 14.2857143%;
  text-align: center;
  font-size: 2.2rem;
  white-space: nowrap;
}

.header .headernav .nav-menu .item a {
  display: inline-block;
  width: 100%;
}

.header .headernav .nav-menu .item:last-child a {
  text-align: right;
}

.header .headernav .nav-menu .item.active a,
.header .headernav .nav-menu .item a:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/hoverbg.png) no-repeat 4px 4px;
}

.header .headernav .nav-menu .item:last-child.active a,
.header .headernav .nav-menu .item:last-child a:hover {
  background: url(https:/yjt.shaanxi.gov.cn/images/hoverbg.png) no-repeat -18px 4px;
}

.header .search-box {
  width: 37.5%;
  margin-top: 2.9rem;
}

.header .search-box form {
  height: 6.4rem;
  line-height: 6.4rem;
  /*background: rgba(255,255,255,0.94);*/

}

.header .search-box form button {
  width: 22%;
  background: var(--theme);
  border: none;
  border-bottom-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.header .search-box form input {
  border-bottom-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  border: none;
}

.headernav {
  width: 100%;
  background: var(--theme);
  height: 7.3rem;
  line-height: 7.3rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 641px) {
  .headerbg {
    background: var(--theme);
  }

  .header .nav-bar .logo {
    width: 100%;
    height: auto !important;
  }

  .header .nav-bar .logo a {
    display: flex;
    align-items: center;
  }

  .header .nav-bar .logo a img:nth-child(1) {
    height: 8rem;
  }

  .header .nav-bar .logo a img:nth-child(2) {
    width: 78%;
    height: auto;
  }

  .header .nav-tools {
    font-size: 1.4rem;
    background-color: var(--theme);
    margin: 0px;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  }

  .header .nav-tools .link {
    padding: 1rem 0px;
  }

  .header .nav-bar {
    margin: 0px;
    padding: 1rem 0px 0px 0px;
    background-color: var(--theme);
  }

  .header .nav-bar .nav-menu {
    padding: 2rem 0px;
    margin-left: 0px;
  }

  .header .nav-bar .nav-menu .item {
    font-size: 2.4rem;
  }

  .header .nav-bar .nav-menu .item a {
    display: inline-block;
    min-width: 10rem;
    text-align-last: justify;
  }

  .header .search-box {
    /*background-color: #eee;*/
    width: 90%;
    margin: 3rem auto 3rem;
  }

  .header .search-box form button {
    border: 1px solid #eee;
  }

  .ycpc,
  #jump {
    display: none;
  }

  .header .headernav .nav-menu .item.active a,
  .header .headernav .nav-menu .item a:hover {
    background: #4b84de;
  }

  .header .headernav .nav-menu .am-g {
    flex-wrap: initial;
    overflow-x: scroll;
  }
}

/* 通用组件 */
.tabs-panel {
  clear: both;
  overflow: hidden;
}

.tabs-panel .tabs-header {
  font-size: 2.6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  width: 100%;
  justify-content: space-between;
}

.tabs-panel .tabs-header .item {
  /*line-height: 5.4rem;*/
  text-align: center;
  height: 100%;
  color: #333;
  font-size: 2rem;
  cursor: pointer;
}

.tabs-panel .tabs-header .item a {
  padding-bottom: 1.2rem;
  display: inline-block;
  color: #fff;
}

.tabs-panel .tabs-header .item.active {
  color: rgba(253, 214, 73, 1);
  border-bottom: 3px solid rgba(253, 214, 73, 1);
}

.tabs-panel .tabs-header .item.active a {
  color: rgba(253, 214, 73, 1);
}

.tabs-panel .tabs-list {
  width: 100%;
  padding: 0px 5px;
}

.info-panel .header {
  line-height: 5.6rem;
  background-color: var(--bgcolor);
  padding-left: 1.5rem;
  border: 2px solid #E7ECF4;
  border-radius: 4px;
}

.info-panel .header .title a {
  color: var(--theme);
  font-weight: 700;
}

.text-list {
  width: inherit;
  overflow: hidden;
}

.text-list .item {
  display: flex;
  flex-direction: row;
  line-height: 4.8rem;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
  padding: 0px 1rem 0px 1.5rem;
  position: relative;
  transition: all .2s linear;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

.text-list .item:before {
  position: absolute;
  content: ' ';
  width: 4px;
  height: 4px;
  background-color: #ccc;
  left: 3px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}

.text-list .item .title {
  width: calc(100% - 11rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.text-list .item .date {
  text-align: right;
  width: 11rem;
  color: #999;
  font-size: 1.6rem;
}

.text-list .item:hover:before {
  background-color: #fff;
}

/*.text-list .item:hover .title {
      color: #333; }*/

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

/*title*/
.titlecommon {
  width: 100%;
  height: 3.6rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.titlecommon h2 {
  height: 3.6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
  line-height: 3.2rem;
  border-bottom: 0.3rem solid #3E79D6;
  margin-bottom: 0;
}

.morecommon a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.morecommon img {
  margin-top: 2rem;
}

/*定位*/
.navigation .active {
  color: var(--theme);
}

@media only screen and (max-width: 1280px) {
  .main-box {
    padding: 0 1rem;
  }
}

/* 版权 */
footer {
  /*margin-top: 3rem;*/
  background-color: rgba(43, 88, 168, 1);
  padding: 3rem 0px 2rem;
}

footer .link li {
  padding: 0px 1rem;
}

footer .link li:nth-child(1) {
  padding-left: 0;
}

footer .link li:nth-child(4) {
  padding-right: 0;
}

footer .link select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https:/yjt.shaanxi.gov.cn/images/select.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  padding: 1rem;
  border: 1px solid #999;
  background-color: #f1f1f1;
  color: #666;
  font-size: 1.6rem;
  position: relative;
  /* 美化选项内容 */
}

footer .link select option {
  padding: 5px;
  background-color: #f9f9f9;
  color: #333;
}

footer .info {
  margin: 3rem 0rem 0rem;
  color: #fff;
}

footer .info p span {
  margin-right: 2rem;
}

footer .info p span img {
  margin-right: 0.2rem;
  vertical-align: sub;
}

footer .info .identification {
  cursor: pointer;
}

@media only screen and (max-width: 641px) {
  footer .info {
    margin: 0rem;
    position: relative;
  }

  footer .info .msg {
    margin-bottom: 7rem;
    line-height: 26px;
  }

  footer .info .msg>p:nth-child(1) {
    margin-bottom: 0rem;
  }

  footer .info .msg>p:nth-child(2) {
    margin-top: 0rem;
  }

  footer .info .msg .code-inline {
    display: inline-block;
  }

  footer .info>div:nth-child(1) {
    position: absolute;
    bottom: -8px;
    left: 26%;
  }

  footer .info>div:nth-child(3) {
    position: absolute;
    bottom: 0px;
    left: 45%;
  }

  footer .info p span:last-child {
    width: 100%;
    display: inline-block;
  }

  footer .info .identification {
    flex-direction: row;
  }
}

@media only screen and (max-width: 395px) {
  .header .headernav .nav-menu .item {
    width: 50% !important;
  }
}