@charset "UTF-8";
/**!
 * 首页
 * date:2023-10-18
 * author: qxy
 */
/* 头部 */
.header-index {
  padding-bottom: 68px;
  background: url("../images/index/banner.jpg") center 0/1920px 100% no-repeat;
}

.header-index .nav {
  margin: 30px 0 0 -8px;
}

.header-index .nav-item {
  width: calc(50% - 8px);
  margin-left: 8px;
}

.header-index .nav .item {
  display: block;
  width: 100%;
  height: 150px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #fff;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.63) 15.03%, rgba(255, 255, 255, 0.63) 15.03%, rgba(248, 248, 255, 0.63) 75.44%);
  backdrop-filter: blur(9.5px);
  transition: all ease 200ms;
}

.header-index .nav .item:hover {
  transform: translateY(-10px);
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.8) 15.03%, rgba(255, 255, 255, 0.8) 15.03%, rgba(248, 248, 255, 0.8) 75.44%);
  box-shadow: 0px 2px 0px 0px rgba(30, 16, 4, 0.4);
}

.header-index .nav .item.overview .name {
  background-image: url("../images/index/nav-ico1.png");
}

.header-index .nav .item.guide .name {
  background-image: url("../images/index/nav-ico2.png");
}

.header-index .nav .item.gov .name {
  background-image: url("../images/index/nav-ico3.png");
}

.header-index .nav .item.legal .name {
  background-image: url("../images/index/nav-ico4.png");
}

.header-index .nav .item.service .name {
  background-image: url("../images/index/nav-ico5.png");
}

.header-index .nav .item.patry .name {
  background-image: url("../images/index/nav-ico6.png");
}

.header-index .nav .item.record .name {
  background-image: url("../images/index/nav-ico7.png");
}

.header-index .nav .item.organ .name {
  background-image: url("../images/index/nav-ico8.png");
}

.header-index .nav .name {
  padding-top: 106px;
  background-repeat: no-repeat;
  background-position: center 20px;
}

/* 公告公示 */
.announcement {
  padding: 6px 0 5px;
  background: #fffefa;
  box-shadow: 0px 4px 18px 0px rgba(64, 37, 13, 0.08);
}

.announcement-title {
  width: 161px;
  height: 69px;
  padding: 9px 20px 0 92px;
  line-height: 25.5px;
  letter-spacing: 0.48px;
  font-family: 'YouSheBiaoTiHei';
  font-size: 24px;
  color: #f3f1ea;
  background: url("../images/index/announcement-title.png");
}

.announcement-list {
  margin-top: 3px;
  font-size: 0;
}

.announcement-item {
  line-height: 32px;
  font-size: 16px;
}

.announcement-name {
  float: left;
  max-width: calc(100% - 110px);
  color: #333;
  padding-left: 16px;
  background: url("../images/index/announcement-item-ico.png") 0 center no-repeat;
}

.announcement-date {
  float: right;
  color: #999;
}

/* 新闻动态 */
.new {
  margin-top: 40px;
  padding: 20px 24px 20px 21px;
  border-radius: 4px;
  background: #fffefd;
  box-shadow: 0px 4px 15px 0px rgba(64, 25, 13, 0.08);
}

.new-swiper {
  float: left;
  width: 100%;
  height: 338px;
}

.new-swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 6px;
  bottom: 16px;
  text-align: right;
}

.new-pic {
  width: 100%;
  height: 100%;
}

.new-name {
  z-index: 99;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43px;
  padding: 0 110px 0 18px;
  line-height: 42px;
  color: #f3f1ea;
  background: rgba(23, 23, 23, 0.49);
  border-radius: 4px;
}

.new-dynamic {
  float: left;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.new-dynamic .dynamic-hd {
  margin-bottom: 3px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.6);
}

.new-dynamic .dynamic-hd .more {
  display: inline-block;
  vertical-align: top;
  color: #999;
  margin-top: 8px;
}

.new-dynamic .dynamic-title {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 10px 36px;
  font-family: 'SourceHanSerifCN-Heavy';
  color: #8992a9;
  font-size: 22px;
  border-bottom: 4px solid transparent;
  background-repeat: no-repeat;
  cursor: pointer;
}

.new-dynamic .dynamic-title.ico1 {
  background-image: url("../images/index/dynamic-ico1.png");
  background-position: 0 -1px;
}

.new-dynamic .dynamic-title.ico2 {
  background-image: url("../images/index/dynamic-ico2.png");
  background-position: 0 -2px;
}

.new-dynamic .dynamic-title.active {
  color: #a38241;
  border-color: #cbb486;
}

.new-dynamic .dynamic-title.active.ico1 {
  background-image: url("../images/index/dynamic-ico1-h.png");
}

.new-dynamic .dynamic-title.active.ico2 {
  background-image: url("../images/index/dynamic-ico2-h.png");
}

.new-dynamic .dynamic-item {
  height: 64px;
  padding-top: 10px;
  line-height: 20px;
  border-bottom: 1px dashed #c5c5c5;
}

.new-dynamic .dynamic-name {
  display: block;
  max-width: 100%;
  margin-bottom: 4px;
  font-size: 16px;
  color: #333;
  transition: all ease 200ms;
}

.new-dynamic .dynamic-name:hover {
  color: #a38241;
}

.new-dynamic .dynamic-date {
  color: #999;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  opacity: 1;
  border-radius: 1px;
  background: #efe9de;
}

.swiper-pagination-bullet-active {
  width: 30px;
  background: #c09b71;
}

/* 档案查询 */
.query {
  min-height: 267px;
  margin-top: 36px;
  padding-top: 57px;
  background: url("../images/index/query-bg.jpg") center 0 no-repeat;
}

.query-wrap {
  height: 60px;
  margin: 38px 10px 0;
  padding: 4px;
  border-radius: 36px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0px 4px 25px 0px rgba(64, 34, 13, 0.04);
  backdrop-filter: blur(6px);
}

.query-ipt {
  float: left;
  width: calc(100% - 80px);
  height: 100%;
  padding: 0 20px;
  font-size: 20px;
  background: transparent;
}

.query-btn {
  width: 80px;
  float: right;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  background: linear-gradient(270deg, #bb946c 3.95%, #e0c591 112.06%);
}

.general-title {
  text-align: center;
}

.general-title .title {
  display: inline-block;
  vertical-align: top;
  font-family: 'SourceHanSerifCN-Heavy';
  font-size: 36px;
  color: #8992a9;
}

.general-title .title::before, .general-title .title::after {
  content: '';
  display: none;
  vertical-align: top;
  width: 197px;
  height: 12px;
  margin-top: 23px;
}

.general-title .title::before {
  margin-right: 50px;
  background: url("../images/index/general-title-l.png");
}

.general-title .title::after {
  margin-left: 50px;
  background: url("../images/index/general-title-r.png");
}

.general-title .title-item {
  cursor: pointer;
}

.general-title .title.active,
.general-title .title .active {
  color: #222;
  font-size: 40px;
}

.general-title .title.active .light,
.general-title .title .active .light {
  background: linear-gradient(325deg, #9f7502 0.34%, #eac06d 124.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 历史 */
.history {
  min-height: 608px;
  padding-top: 45px;
  background: #fff url("../images/index/history-bg.png") center bottom no-repeat;
}

.history .general-title .title {
  margin-left: -46px;
}

.history .general-title .title-item {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 46px;
}

.history .general-title .title::before {
  margin-right: 4px;
}

.history .more {
  display: block;
  width: 96px;
  height: 32px;
  margin: 18px auto 0;
  text-align: center;
  line-height: 30px;
  color: #b98f26;
  border-radius: 100px;
  border: 1px solid #bf9970;
  background: #fffdfa;
}

.history-bd .bd-item:nth-child(n + 2) {
  display: none;
}

.history .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  margin: 0 4px;
}

.history .swiper-pagination-bullet-active {
  width: 76px;
}

.record-main {
  position: relative;
  padding-bottom: 86px;
  text-align: center;
}

.record-main .more {
  margin-bottom: 44px;
}

.record-box.year {
  margin-top: 30px;
  text-align: left;
}

.record-title {
  text-align: center;
}

.record-title .title {
  padding-left: 45px;
  font-size: 24px;
  font-weight: 700;
  background: url("../images/index/book-ico.png") 0 center no-repeat;
}

.record-mod {
  display: inline-block;
  position: relative;
  max-width: calc(100% - 92px);
  margin: 19px 46px 0;
  padding: 0 6px 5px;
  background: url("../images/index/history-plateform-m.png") 0 bottom repeat-x;
}

.record-mod::before, .record-mod::after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 46px;
  height: 88px;
}

.record-mod::before {
  left: -46px;
  background: url("../images/index/history-plateform-l.png");
}

.record-mod::after {
  right: -46px;
  background: url("../images/index/history-plateform-r.png");
}

.record-scroll {
  width: 100%;
  overflow-x: auto;
}

.record-list {
  padding-top: 10px;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
}

.record-item {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  text-align: center;
}
.year .record-item:hover img{
  margin-top:-10px;
  margin-bottom:10px;
  transition: all ease 200ms;
}
.record-item + .record-item {
  margin-left: 12px;
}

.record-item .item-link {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0px 4px 4px 0px rgba(86, 57, 30, 0.25);
  transition: all ease 200ms;
}

.record-item .item-link:hover {
  transform: translateY(-9px);
}

.record-item .item-link .pic {
  max-width: 100%;
}

.record-item .item-label {
  display: block;
  width: 100px;
  height: 24px;
  margin: 35px auto 0;
  line-height: 24px;
  font-size: 18px;
  color: #7e5e3a;
  font-weight: 500;
  background: rgba(126, 94, 58, 0.1);
}

.record-swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 27px;
}

.study-main {
  position: relative;
}

.study-main .more {
  margin-bottom: 72px;
}

.study-swiper {
  padding-bottom: 79px;
}

.study-swiper .study-swiper-pagination {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.study-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.study-list {
  font-size: 0;
  padding-top: 20px;
  white-space: nowrap;
}

.study-item {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: center;
}

.study-link {
  display: inline-block;
  vertical-align: top;
  min-width: 186px;
  padding: 0 20px;
  background: url("../images/index/book-history-icobg.png") center 42px no-repeat;
}

.study-link img {
  margin-left: 6px;
  transition: all ease 200ms;
  max-width: 150px;
}

.study-link:hover img {
  transform: translateY(-10px);
}

.study-link:hover .study-name {
  color: #a38241;
}

.study-name {
  margin-top: 57px;
  white-space: wrap;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  transition: all ease 200ms;
}

.study-name span {
  display: block;
}

.result-main .more {
  margin-bottom: 30px;
}

.result-list {
  padding-top: 23px;
}

.result-list .study-item:nth-child(2n) {
  margin-top: 60px;
}

.result-list .study-link {
  min-width: 187px;
  padding: 50px 0 0;
  background: url("../images/index/book-result-icobg.png") center 0 no-repeat;
  transition: all ease 200ms;
}

.result-list .study-link img {
  margin-left: 0;
}

.result-list .study-link:hover {
  transform: translateY(-8px);
  background-image: url("../images/index/book-result-icobg-h.png");
}

.result-list .study-link:hover img {
  transform: none;
}

.result-list .study-name {
  margin-top: 40px;
}

.result-swiper {
  padding-bottom: 88px;
}

/* 便捷连接 */
.convenient {
  min-height: 574px;
  padding: 20px 0 30px;
  background: url("../images/index/convenient-bg.jpg") center 0/1920px 100% no-repeat;
}

.convenient-view {
  font-size: 0;
}

.convenient-view .view-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 28px;
  padding: 0 20px;
  text-align: center;
}

.convenient-view .view-link {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  transition: all ease 200ms;
}

.convenient-view .view-link:hover {
  color: #a38241;
}

.convenient-view .view-ico {
  display: block;
  height: 135px;
  line-height: 135px;
}

.convenient-view .view-ico img {
  vertical-align: bottom;
}

.convenient-view .view-name {
  display: block;
  margin-top: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.convenient-see {
  margin: 35px 0 0 -24px;
  font-size: 0;
}

.convenient-see .see-item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 24px);
  height: 146px;
  margin: 20px 0 0 24px;
  /*  */
  box-shadow: 0px 4px 15px 0px rgba(33, 38, 87, 0.08);
  transition: all ease 200ms;
  background-size: 100% 100%;
}

.convenient-see .see-item.train {
  color: #8b441a;
  background-image: url("../images/index/see-bg1.jpg");
}

.convenient-see .see-item.train .see-jump {
  color: #8b441a;
  border: 1px solid #b26b41;
  background: rgba(222, 177, 151, 0.18);
}

.convenient-see .see-item.online {
  color: #655080;
  background-image: url("../images/index/see-bg2.jpg");
}

.convenient-see .see-item.online .see-jump {
  color: #655080;
  border: 1px solid #6d5090;
  background: rgba(208, 189, 231, 0.39);
}

.convenient-see .see-item.video {
  color: #8b2e1a;
  background-image: url("../images/index/see-bg3.jpg");
}

.convenient-see .see-item.video .see-jump {
  color: #8b2e1a;
  border: 1px solid #9a352e;
  background: rgba(222, 177, 151, 0.18);
}

.convenient-see .see-item.consult {
  color: #82634d;
  background-image: url("../images/index/see-bg4.jpg");
}

.convenient-see .see-item.consult .see-jump {
  color: #82634d;
  border: 1px solid #d1a07e;
  background: rgba(229, 207, 186, 0.34);
}

.convenient-see .see-item:hover {
  transform: translateY(-10px);
}

.convenient-see .see-name {
  display: block;
  margin: 32px 0 15px;
  line-height: 30px;
  letter-spacing: 1.6px;
  font-size: 20px;
  font-weight: 700;
}
.see-item a{
  width:100% ;
  height:100%;
  display: block;
  padding: 0 32px
}
.convenient-see .see-jump {
  display: block;
  width: 54px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
}

/* 快捷操作 */
.quick {
  margin-left: -23px;
  padding: 30px 0 42px;
  font-size: 0;
}

.quick-item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 23px);
  margin: 20px 0 0 23px;
}

.quick-item.letter .quick-link {
  background-image: url("../images/index/quick-bg1.jpg");
}

.quick-item.map .quick-link {
  background-image: url("../images/index/quick-bg2.jpg");
}

.quick-item.info .quick-link {
  background-image: url("../images/index/quick-bg3.jpg");
}

.quick-item.satisfy .quick-link {
  background-image: url("../images/index/quick-bg4.jpg");
}

.quick-link {
  z-index: 1;
  position: relative;
  display: block;
  height: 140px;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 1.6px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(90, 67, 40, 0.4);
  border-radius: 4px;
  transition: all ease 200ms;
}

.quick-link::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(74, 54, 31, 0.8);
  border-radius: 4px;
  transition: all ease 200ms;
}

.quick-link:hover {
  transform: translateY(-10px);
}

.quick-link:hover::after {
  background: rgba(91, 53, 8, 0.8);
}

.quick-name {
  line-height: 140px;
}

/* 弹窗皮肤 */
.index-layer-skin .layui-layer-title {
  height: 52px;
  padding-left: 16px;
  line-height: 52px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  border: none;
  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
}

.index-layer-skin .layui-layer-setwin {
  top: 20px;
}

/* (未登录)温馨提示弹窗 */
.login-text {
  margin: 32px 36px 0 33px;
  padding-left: 40px;
  line-height: 32px;
  font-size: 18px;
  background: url("../images/index/icon-tip.png") 0 0 no-repeat;
}

.login-jump {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 112px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  background: #a38241;
}

/* 网站评价弹窗 */
.remark {
  padding: 0 24px 20px;
}

.remark-wrap {
  margin: 20px 0 20px;
  line-height: 30px;
}

.remark-label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.remark-star {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 -8px;
}

.remark-star .star-item {
  display: inline-block;
  vertical-align: top;
  width: 29px;
  height: 29px;
  margin-left: 8px;
  background: url("../images/index/remark-star.png");
  cursor: pointer;
}

.remark-star .star-item.active {
  background: url("../images/index/remark-star-h.png");
}

.remark-result {
  display: block;
  margin-top: 6px;
  font-size: 18px;
}

.remark-textarea {
  width: 100%;
  height: 132px;
  padding: 10px 16px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #dadada;
  resize: none;
}

.remark-submit {
  display: block;
  width: 112px;
  height: 48px;
  margin: 20px 0 0 auto;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  background: #a38241;
}

.remark-submit.disabled {
  cursor: not-allowed;
  background: #c2c2c2;
}

/* 极小屏幕 */
@media (min-width: 368px) {
  /* 便捷链接 */
  .convenient-view .view-item {
    width: 50%;
  }
}

@media (min-width: 390px) {
  /* 网站评价弹窗 */
  .remark-result {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
  .remark-textarea {
    height: 120px;
  }
}

@media (min-width: 450px) {
  /* 公示公告 */
  .new-dynamic .dynamic-hd {
    padding-bottom: 0px;
  }
  .new-dynamic .dynamic-hd .hd {
    float: left;
    margin-bottom: -1px;
  }
  .new-dynamic .dynamic-hd .more {
    float: right;
  }
  .new-dynamic .dynamic-title + .dynamic-title {
    margin-left: 24px;
  }
  .new-dynamic .dynamic-item {
    height: 56px;
    padding-top: 20px;
  }
  .new-dynamic .dynamic-name {
    float: left;
    max-width: calc(100% - 120px);
    margin-bottom: 0;
  }
  .new-dynamic .dynamic-date {
    float: right;
  }
}

@media (min-width: 500px) {
  /* 便捷链接 */
  .convenient-see .see-item {
    width: calc(50% - 24px);
  }
  /* 快捷操作 */
  .quick-item {
    width: calc(50% - 23px);
  }
}

@media (min-width: 610px) {
  /* 网站评价弹窗 */
  .remark-wrap {
    margin-top: 40px;
  }
  .remark-label {
    display: inline-block;
    margin: 0 16px 0 0;
  }
}

/* 小屏幕 */
@media (min-width: 680px) {
  /* 头部 */
  .header-index .nav-item {
    width: auto;
    margin-left: 16px;
  }
  .header-index .nav .item {
    width: 142px;
  }
  /* 档案查询 */
  .query-wrap {
    margin: 38px 60px 0;
  }
  .query-ipt {
    width: calc(100% - 108px);
  }
  .query-btn {
    width: 108px;
  }
}

@media (min-width: 700px) {
  /* 档案查询 */
  .query .general-title > .title::before, .query .general-title > .title::after {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  /* 头部 */
  .header-index .nav {
    margin-left: -16px;
  }
}

/* 中等屏幕(980-1199) */
@media (min-width: 980px) {
  /* 头部 */
  .header-index .nav-item:nth-child(-n + 7) {
    margin-top: 0;
  }
  /* 公示公告 */
  .announcement-title {
    float: left;
  }
  .announcement-list {
    float: left;
    width: calc(100% - 140px);
    margin: 18px 0 0 -21px;
  }
  .announcement-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 40px);
    margin-left: 40px;
    max-width:349.5px;
  }
  /* 新闻动态 */
  .new-swiper {
    width: 50.91%;
  }
  .new-name {
    padding-right: 150px;
  }
  .new-dynamic {
    width: calc(49.09% - 26px);
    margin: 0 0 0 26px;
  }
  /* 便捷链接 */
  .convenient {
    padding-top: 55px;
  }
  .convenient-view .view-item {
    width: 25%;
  }
  .convenient-see .see-item {
    width: calc(25% - 24px);
  }
  /* 快捷操作 */
  .quick {
    padding: 50px 0 62px;
  }
  .quick-item {
    width: calc(25% - 23px);
  }
}

/* 大屏幕 */
@media (min-width: 1200px) {
  /* 头部 */
  .header-index .nav {
    margin-top: 187px;
  }
  .header-index .nav .item {
    width: 136px;
  }
  /* 公示公告 */
  .announcement-list {
    width: calc(100% - 100px);
    margin-left: -82px;
  }
  .announcement-item {
    width: calc(50% - 110px);
    margin-left: 50px;
    max-width:399.5px;
  }
  /* 历史 */
  .history .general-title > .title::before, .history .general-title > .title::after {
    display: inline-block;
  }
  .record-box.whole {
    float: left;
  }
  .record-box.year {
    float: right;
    width: calc(100% - 398px);
    margin-top: 0;
  }
  .record-mod {
    margin-top: 39px;
  }
  .record-swiper-pagination {
    bottom: -32px;
  }
  .study-item {
    width: 16.6667%;
  }
}

/* 超大屏幕 */
@media (min-width: 1276px) {
  /* 头部 */
  .header-index .nav {
    margin-left: -58px;
    margin-right: -38px;
  }
  .header-index .nav-item {
    margin-left: 20px;
  }
  .header-index .nav .item {
    width: 142px;
  }
}

/* 1103 新增-档案查询修改 */
.query {
  min-height: 389px;
  background: url("../images/index/query-bg.jpg") center bottom no-repeat, linear-gradient(359deg, #fcf4eb 0.34%, #fef4ec 10.45%, #fefbf7 106.83%);
}

.query-list {
  margin: 48px 0 0 -40px;
}

.query-item {
  float: left;
  width: calc(100% - 40px);
  height: 150px;
  margin: 20px 0 0 40px;
  border-radius: 4px;
  transition: all ease 200ms;
}

.query-item.open {
  background-image: url("../images/index/search-bg1.jpg");
}

.query-item.people {
  background-image: url("../images/index/search-bg2.jpg");
}

.query-item:hover {
  transform: translateY(-10px);
}

.query-item:hover .label {
  background-image: url("../images/index/search-mask-high.png");
}

.query-item .label {
  display: block;
  width: 69.5%;
  height: 100%;
  margin-left: auto;
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(55, 40, 22, 0.2);
  background: url("../images/index/search-mask-init.png") 0 0/100% 100% no-repeat;
}

@media (min-width: 768px) {
  /* 档案查询 */
  .query-item {
    width: calc(50% - 40px);
  }
}
/* 0313调整 */
@media (min-width: 980px) {
  /* 公示公告 */
  .announcement-cont {
    float: left;
    width: calc(100% - 201px);
    margin: 18px 0 0 40px;
  }
  .announcement-scroll {
    height: 32px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .announcement-list {
    float: none;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    margin-right:50px;
  }
  .announcement-item:first-child {
    margin-left: 50px;
  }
}
/* 0314新增 */
.remark-textarea-main {
  position: relative;
}

.remark-textarea-main .limit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px 0 0 20px;
  background: #fff;
}
.convenient-see .see-item.train .see-name{
    color: #8b441a;
}
.convenient-see .see-item.video .see-name{
    color: #8b2e1a;
}
.convenient-see .see-item.online .see-name{
  color: #655080;
}
.convenient-see .see-item.consult .see-name{
    color: #82634d;
}
.str_move_clone{
  width: 2300px !important;
}