body {
  min-height: auto !important;
  min-width: auto!important;
}

.Ny_Content .top {
  margin: 0 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  font-size: 24px;
  color: #333;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.Ny_Content .top img {
  margin-right: 5px;
  width: 23;
  height: 23px;
}

.Ny_cont {
  padding: 0px 15px
}

/* 表单 */
input.input1 {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0;
  height: 50px;
  padding: 0 15px;
}

textarea.input {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0 !important;
  height: 100px;
  padding: 10px 15px;
}

input.input {
  width: 200px;
  border: 1px solid #ccc;
  margin: 0;
  height: 50px;
  padding: 0 15px;
}

input.input4 {
  width: 130px;
  height: 35px;
  background: #ddd;
  margin-top: 15px;
}

/* 公司 */
.Ny_Post .PostTop {
  display: flex;
  background: #006cb5;
  line-height: 50px;
}

.Ny_Post .PostTop span {
  display: block;
  width: 23%;
  padding: 0px 20px;
  color: #fff;
  text-align: center;
}


.PostList .PostList_title span img {
  width: 16px;
  height: 16px;
  transition: .2s;
}

.PostList_title {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: 15px 0;
  display: flex;
  align-items: center;
  line-height: 50px;
  transition: 1s;
}

.PostList_title span {
  display: block;
  width: 23%;
  padding: 0px 20px;
  color: #333;
  text-align: center;
}

.PostList_title span:last-child,
.Ny_Post .PostTop span:last-child {
  width: 10%;
}

.Ny_Post .PostTop span:nth-child(1),
.PostList_title span:nth-child(1),
.Ny_Post .PostTop span:nth-child(3),
.PostList_title span:nth-child(3) {
  width: 15%;
}

.Ny_Post .PostTop span:nth-child(2),
.PostList_title span:nth-child(2),
.Ny_Post .PostTop span:nth-child(4),
.PostList_title span:nth-child(4) {
  width: 30%;
}

.PostList_content {
  display: none;
  padding: 45px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
}


.PostList.cur .PostList_title {
  background: #fff;
  border: 1px solid #f1f1f1;
}

.PostList.cur .PostList_title span img {
  width: 16px;
  height: 2px;
}

@media screen and (max-width: 992px) and (min-width: 0px) {
  .Ny_Post .PostTop span {
    width: 20% !important;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  .PostList_title span {
    width: 20% !important;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: -1px;
    word-break: break-all;
  }
}

.map {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.raw-html-embed {
  width: 1920px;
  height: 960px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -960px;
  margin-top: -480px;
}