@charset "UTF-8";
/**
 * 陕西省住房和城乡建设厅
 * date: 2024-8-12
 * author: gaojing;
 */
body {
  background: #fff;
}

.mb20 {
  margin-bottom: 20px;
}

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

.mod {
  flex-shrink: 0;
  padding: 15px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px #D5DCEA;
  box-sizing: border-box;
  overflow: hidden;
}
.mod-tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 27px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #E4E9F1;
}
.mod-tt-txt {
  padding-left: 32px;
  display: inline-block;
  position: relative;
  line-height: 27px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.mod-tt-eng {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 50px;
  font-size: 33px;
  background: linear-gradient(180deg, #D9E8FF 0%, #F7FAFF 74.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}
.mod-more {
  padding-right: 24px;
  color: #2B58A8;
  font-size: 16px;
  background: url("../images/index/more_ico.png") no-repeat right center;
}
.mod-bd {
  padding-top: 15px;
  height: calc(100% - 43px);
  box-sizing: border-box;
}

.guide {
  margin-right: 20px;
  width: 386px;
  height: 378px;
}
.guide .mod-tt-txt {
  background-image: url("../images/index/title_ico1.png");
}
.guide-list {
  display: flex;
  flex-direction: column;
}
.guide-list li + li {
  margin-top: 16px;
}
.guide-list li:nth-child(1) .guide-item {
  background: url("../images/index/guide_bg1.png");
  background-size: 100% 100%;
}
.guide-list li:nth-child(2) .guide-item {
  background: url("../images/index/guide_bg2.png");
  background-size: 100% 100%;
}
.guide-list li:nth-child(3) .guide-item {
  background: url("../images/index/guide_bg3.png");
  background-size: 100% 100%;
}
.guide-list li:nth-child(4) .guide-item {
  background: url("../images/index/guide_bg4.png");
  background-size: 100% 100%;
}
.guide-list li:nth-child(5) .guide-item {
  background: url("../images/index/guide_bg5.png");
  background-size: 100% 100%;
}
.guide-list li:nth-child(6) .guide-item {
  background: url("../images/index/guide_bg6.png");
  background-size: 100% 100%;
}
.guide-item {
  padding: 0 110px 0 20px;
  display: flex;
  align-items: center;
  height: 86px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.guide-item:hover {
  filter: drop-shadow(0px 4px 4px #C1D0E4);
}

.information {
  flex: 1;
  width: 0;
  height: 378px;
}
.information .mod-tt-txt {
  background-image: url("../images/index/title_ico2.png");
}
.information-list {
  display: flex;
  flex-direction: column;
}
.information-list li + li {
  margin-top: 10px;
}
.information-item {
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  font-size: 16px;
  border-radius: 2px;
  background: #F3F7FC;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.information-item:hover {
  background: #FFF;
  box-shadow: 0px 2px 4px 0px #C0D5EE;
}
.information-item:hover .name,
.information-item:hover .date {
  color: #2B58A8;
}
.information-item .name {
  margin-right: auto;
  color: #333;
}
.information-item .status {
  margin-right: 10px;
  padding-right: 14px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.information-item .status.qualified {
  background: url("../images/index/qualified_bg.png");
}
.information-item .status.unqualified {
  background: url("../images/index/unqualified_bg.png");
}
.information-item .date {
  color: #999;
}

.law {
  width: 386px;
  height: 383px;
}
.law .mod-tt-txt {
  background-image: url("../images/index/title_ico3.png");
}

.download {
  width: 386px;
  height: 383px;
}
.download .mod-tt-txt {
  background-image: url("../images/index/title_ico4.png");
}

.question {
  width: 386px;
  height: 383px;
}
.question .mod-tt-txt {
  background-image: url("../images/index/title_ico5.png");
}

.index-list {
  display: flex;
  flex-direction: column;
}
.index-list li {
  display: flex;
  align-items: center;
  height: 60px;
}
.index-list li + li {
  border-top: 1px dashed #E4E9F1;
}
.index-list-item {
  margin-right: auto;
  position: relative;
  padding-left: 16px;
  line-height: 24px;
  color: #333;
  font-size: 16px;
}
.index-list-item:hover {
  color: #2B58A8;
}
.index-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(138deg, #9BDFF5 0%, #3481FC 100%);
  border-radius: 50%;
}