@charset "UTF-8";
.hdjl {
  width: 1280px;
  margin: 40px auto;
}
.hdjl .hdjl-top {
  display: flex;
  justify-content: space-between;
}
.hdjl .hdjl-top .top-item {
  width: 632px;
  height: 112px;
  background: linear-gradient(180deg, #CBF5E9 0%, #F3FDFA 100%);
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.hdjl .hdjl-top .top-item.org-box {
  background: linear-gradient(180deg, #FCE3CA 0%, #FFF9F4 100%);
}
.hdjl .hdjl-top .top-item .icon {
  width: 64px;
  height: 64px;
  display: block;
  margin-right: 24px;
}
.hdjl .hdjl-top .top-item .title {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.hdjl .hdjl-top .top-item .sub-title {
  margin-left: 24px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 28px;
}
.hdjl .hdjl-section {
  margin-top: 64px;
  overflow: hidden;
}
.hdjl .hdjl-section .section-title {
  font-weight: 600;
  font-size: 20px;
  color: #015293;
  line-height: 28px;
  padding-bottom: 12px;
  position: relative;
}
.hdjl .hdjl-section .section-title::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #015293;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hdjl .hdjl-section .section-title .more {
  position: absolute;
  top: 3px;
  right: 0;
  padding-right: 24px;
  background: url(/imgs/arrow_01.png) right center no-repeat;
  background-size: 16px 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.hdjl .hdjl-section .section-title .more:hover {
  color: rgba(0, 0, 0, 0.65);
  background-image: url(/imgs/arrow_02.png);
}
.hdjl .hdjl-bottom {
  display: flex;
  justify-content: space-between;
}
.hdjl .hdjl-bottom .bottom-item {
  flex: 1;
  overflow: hidden;
}
.hdjl .hdjl-bottom .bottom-item + .bottom-item {
  margin-left: 96px;
}
.hdjl .list01 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  margin-left: -16px;
  margin-bottom: 24px;
}
.hdjl .list01 .item {
  margin-top: 16px;
  margin-left: 16px;
  width: 308px;
  height: 106px;
  background: #F8F8F8;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 24px;
}
.hdjl .list01 .item .name {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.hdjl .list01 .item .tel {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.hdjl .list01 .item .line {
  height: 4px;
  background: #015293;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.hdjl .list01 .item:hover .name {
  color: #fff;
}
.hdjl .list01 .item:hover .tel {
  color: #fff;
}
.hdjl .list01 .item:hover .line {
  height: 100%;
}
.hdjl .list02 {
  margin-top: 24px;
}
.hdjl .list02 .item {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 24px;
}
.hdjl .list02 .item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #015293;
  border-radius: 50%;
  margin-right: 8px;
}
.hdjl .list02 .item .wd {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}
.hdjl .list02 .item .status {
  font-weight: 400;
  font-size: 16px;
  color: #1FD38C;
  line-height: 22px;
  margin-left: 40px;
}
.hdjl .list02 .item .status.done {
  color: #015293;
}
.hdjl .contactBox {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hdjl .contactBox .map {
  width: 260px;
}
.hdjl .contactBox .map .img {
  width: 100%;
  display: block;
}
.hdjl .list03 {
  width: 300px;
}
.hdjl .list03 .item {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 24px;
}
.hdjl .list03 .item .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 1px;
  margin-right: 8px;
}

.float-flag {
  position: fixed;
  top: 40px;
  right: 8px;
}
.float-flag .flag-item {
  margin-bottom: 8px;
  text-align: center;
  width: 110px;
  background: #F8F8F8;
  padding: 10px 0;
}
.float-flag .flag-item .flag-img {
  width: 84px;
  height: 84px;
  display: block;
  margin: 0 auto;
}
.float-flag .flag-item .flag-title {
  font-size: 12px;
  margin-top: 4px;
  line-height: 16px;
  color: #333333;
  transform: scale(0.95);
}

/** 小屏幕 **/
@media (max-width: 600px) {
  .hdjl {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
  }
  .hdjl .hdjl-top {
    display: block;
  }
  .hdjl .hdjl-top .top-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hdjl .hdjl-top .top-item .icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .hdjl .hdjl-top .top-item .title {
    font-size: 20px;
    white-space: nowrap;
  }
  .hdjl .hdjl-top .top-item .sub-title {
    font-size: 18px;
    margin-left: 12px;
  }
  .hdjl .hdjl-top .top-item.org-box {
    margin-top: 10px;
  }
  .hdjl .hdjl-section {
    margin-top: 20px;
  }
  .hdjl .list01 {
    margin-left: 0;
    padding-top: 0;
  }
  .hdjl .list01 .item {
    margin-left: 0;
    width: 100%;
  }
  .hdjl .hdjl-bottom {
    display: block;
  }
  .hdjl .hdjl-bottom .bottom-item + .bottom-item {
    margin-left: 0;
  }
  .hdjl .contactBox {
    display: block;
  }
  .hdjl .contactBox .list03 {
    width: 100%;
  }
  .hdjl .contactBox .map {
    width: 100%;
  }
  .float-flag {
    display: none;
  }
}/*# sourceMappingURL=hdjl.css.map */