.wp {
  max-width: 84%;
}
.jyl-con {
  margin-top: 79px;
}
.jyl-con .jy-items {
  box-shadow: 0px 0px 16px 0px rgba(189, 205, 231, 0.4);
  padding: 67px 60px 17px 60px;
  overflow: hidden;
}
.jyl-con .jy-items .jyl-bt {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #cfd0d3;
  padding-bottom: 36px;
}
.jyl-con .jy-items .jyl-bt h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}
.jyl-con .jy-items .jyl-bt p {
  font-size: 14px;
  color: #444444;
  margin-left: 15px;
}
.jyl-con .jy-items .jyl-bt a {
  font-size: 14px;
  color: #444444;
  transition: all 0.4s;
}
.jyl-con .jy-items .jyl-bt a:hover {
  color: #496da9;
}
.jyl-con .jy-items .jy-items-con {
  display: flex;
  margin-top: 60px;
  align-items: flex-start;
}
.jyl-con .jy-items .jy-items-con ul {
  display: flex;
  width: 78.3%;
  flex-wrap: wrap;
}
.jyl-con .jy-items .jy-items-con ul li {
  display: flex;
  align-items: center;
  width: 40.7%;
  justify-content: space-between;
  margin-bottom: 30px;
}
.jyl-con .jy-items .jy-items-con ul li div:nth-child(1) {
  width: 27px;
  display: flex;
  align-items: center;
}
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 27px;
  justify-content: space-between;
}
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #444444;
  flex: 1;
  white-space: nowrap;
}
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) p {
  font-size: 16px;
  color: #444444;
  padding-left: 26px;
}
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) p,
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) a {
  width: 71.4%;
  position: relative;
  padding-left: 26px;
  margin-left: 26px;
}
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) p::before,
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  width: 1px;
  height: 16px;
  background: #cfd0d3;
}
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) a {
  font-size: 16px;
  color: #444444;
  transition: all 0.4s;
  padding-left: 26px;
}
.jyl-con .jy-items .jy-items-con ul li div:nth-child(2) a:hover {
  color: #496da9;
}
.jyl-con .jy-items .jy-items-con ul li:nth-child(2n) {
  width: 59.3%;
}
.jyl-con .jy-items .jy-items-con ul li:nth-child(2n) div:nth-child(2) p,
.jyl-con .jy-items .jy-items-con ul li:nth-child(2n) div:nth-child(2) a {
  width: 86.4%;
}
.jyl-con .jy-items .jy-items-con .jy-items-ewm {
  text-align: center;
  position: relative;
  top: -30px;
}
.jyl-con .jy-items .jy-items-con .jy-items-ewm p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #444444;
  margin-top: -8px;
}
.jyl-con .jy-items:nth-child(2) {
  padding-bottom: 39px;
  margin-top: 58px;
}
.jyl-con .jy-items:nth-child(2) .jy-items-con ul {
  width: 100%;
}
.jyl-con .jy-items:nth-child(2) .jy-items-con ul li {
  width: 30.1%;
}
.jyl-con .jy-items:nth-child(2) .jy-items-con ul li div:nth-child(2) p,
.jyl-con .jy-items:nth-child(2) .jy-items-con ul li div:nth-child(2) a {
  width: 86.4%;
}
.jyl-con .jy-items:nth-child(2) .jy-items-con ul li:nth-child(3n) {
  width: 39.8%;
}
#jymap {
  height: 50.3vh;
  margin-top: 44px;
}
#jymap img {
  max-width: inherit !important;
}
.BMapLabel {
  margin-left: -165px;
  margin-top: -66px;
}
@media (max-width: 1599px) {
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) {
    padding-left: 14px;
  }
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) p,
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) a {
    padding-left: 14px;
    margin-left: 14px;
  }
}
@media (max-width: 1199px) {
  .jyl-con .jy-items .jyl-bt {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .jyl-con .jy-items .jyl-bt p {
    width: 100%;
    margin-left: 0;
    margin-top: 9px;
  }
  .jyl-con .jy-items .jy-items-con {
    display: block;
  }
  .jyl-con .jy-items .jy-items-con ul {
    width: 100%;
  }
  .jyl-con .jy-items .jy-items-con .jy-items-ewm {
    top: 0;
    margin-top: -15px;
  }
  .jyl-con .jy-items .jy-items-con {
    margin-top: 45px;
  }
  .jyl-con .jy-items {
    padding: 67px 60px 43px 60px;
  }
  .wp {
    max-width: 98%;
  }
  .jyl-con .jy-items:nth-child(2) .jy-items-con ul li {
    width: 40.7% !important;
  }
  .jyl-con .jy-items:nth-child(2) .jy-items-con ul li:nth-child(2n) {
    width: 59.3% !important;
  }
}
@media (max-width: 990px) {
  .jyl-con .jy-items {
    padding: 46px 42px 43px 42px;
  }
  .jyl-con {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .jyl-con .jy-items .jyl-bt h3 {
    font-size: 18px;
  }
  .jyl-con .jy-items {
    padding: 27px 20px 24px 20px;
  }
  .jyl-con .jy-items .jyl-bt p {
    font-size: 13px;
    margin-top: 6px;
  }
  .jyl-con .jy-items .jyl-bt a{
  	font-size: 13px;
  }
  .jyl-con .jy-items .jyl-bt a:last-child{
  	width: 100%;
  	display: block;
  }
  .jyl-con .jy-items .jyl-bt {
    padding-bottom: 14px;
  }
  .jyl-con .jy-items .jy-items-con ul li,
  .jyl-con .jy-items:nth-child(2) .jy-items-con ul li,
  .jyl-con .jy-items:nth-child(2) .jy-items-con ul li:nth-child(2n) {
    width: 100% !important;
    margin-bottom: 18px;
  }
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) {
    display: block;
  }
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) p,
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) a {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    font-size: 13px;
  }
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) p::before,
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) a::before {
    display: none;
  }
  .jyl-con .jy-items .jy-items-con ul li div:nth-child(2) h4 {
    font-size: 15px;
  }
  .jyl-con .jy-items .jy-items-con .jy-items-ewm {
    margin-top: -3px;
  }
  .jyl-con .jy-items .jy-items-con {
    margin-top: 25px;
  }
  .jyl-con .jy-items:nth-child(2) {
    padding-bottom: 9px;
    margin-top: 20px;
  }
  .jyl-con {
    margin-top: 19px;
  }
  #jymap {
    height: 238px;
    margin-top: -11px;
  }
  .BMapLabel {
    font-size: 14px !important;
    margin-left: -148px;
    margin-top: -46px;
  }
}
