.xmn_new_top {
  overflow: hidden;
  padding: 80px 0;
}

.wrap {
  padding-bottom: 80px;
}
.clears::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.xmn_left,
.xmn_right {
  width: calc(50% - 8px);
  margin-right: 16px;
  float: left;
  height: 542px;
  overflow: hidden;
}

.xmn_left img {
  width: 100%;
  height: 542px;
  object-fit: cover;
  display: none;
}
.xmn_left img.on {
  display: block;
}

.xmn_right {
  margin-right: 0px;
  height: 542px;
}
.xmn_right .item {
  line-height: 1.5;
  height: calc(33.33% - 10px);
  padding: 30px 50px;
  margin-bottom: 15px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #e6e6e6;
}
.xmn_right .item:last-child {
  margin-bottom: 0;
}

.xmn_right .item::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #006ebc;
  width: 100%;
  height: 4px;
  transition: all 0.3s;
}

.item .xmn_time {
  color: #00a0e9;
}

.item .xmn_title {
  color: #202f45;
  margin: 0.5em 0;
}
.item .xmn_cont {
  color: #84888d;
}

.index_title {
  text-align: center;
  margin-bottom: 50px;
}

.meiti {
  padding: 80px 0;
  background: url(../upload/mei_bg.png);
}
.meiti .wrap {
  padding: 0;
}
.meiti .child li {
  width: calc(33.33% - 40px);
  float: left;
  margin-right: 60px;
  background: #fff;
}
.meiti .child li:last-child {
  margin-right: 0;
}

.meiti .child li img {
  width: 100%;
  height: 327px;
  object-fit: cover;
}

.meiti .child li .text_xmn {
  padding: 38px 32px;
  line-height: 1.5;
}
.meiti .child li .text_xmn .title {
  margin: 20px 0 34px 0;
  height: 60px;
}
.content_color {
  color: #84888d;
}
.time_color {
  color: #00a0e9;
}
.meiti .child li .text_xmn .time {
  height: 21px;
}

.meiti .child li .text_xmn .content {
  height: 72px;
}

.zixun .zui_center {
  position: relative;
}
.tex_position {
  position: absolute;
  top: 16.666%;
  left: 119px;
  color: #fff;
}
.zixun a {
  display: inline-block;
  width: 34px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  color: #006ebc;
  border-radius: 20px;
  font-weight: bold;
}

.tex_position h2 {
  padding-bottom: 0.5em;
  position: relative;
}
.tex_position p {
  margin: 50px 0;
}
.zixun a i {
  color: #006ebc;
}
.zixun {
  padding: 80px 0;
  padding-bottom: 0;
}
.zui_center img {
  width: 100%;
  height: auto;
}

/* hover */
.xmn_right .item:hover {
  cursor: pointer;
  border: 1px solid transparent;
  background: url(../upload/about01.png);
}
.xmn_right .item:hover::after {
  display: block;
}

/* 文字 */
.text1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.color_fff {
  color: #fff;
}

.tex_position h2::after {
  content: '';
  width: 2em;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    padding-bottom: 40px;
  }
  .zixun {
    padding: 40px 0;
  }
  .tex_position {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
  }
  .tex_position p {
    margin: 5px 0;
    font-size: 12px;
  }
  .tex_position h2 {
    padding: 0 0;
  }
  .zui_center img {
    width: 100%;
    min-height: 130px;
  }
  .meiti .child li {
    width: 100%;
    float: left;
    margin-right: 0;
    background: #fff;
  }
  .meiti {
    padding: 40px 0;
  }
  .index_title {
    margin-bottom: 30px;
  }
  .meiti .child li {
    margin-bottom: 1em;
  }
  .meiti .child li img {
    height: auto;
  }
  .xmn_left {
    width: 100%;
    margin-right: 0;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 1em;
  }
  .xmn_right {
    width: 100%;
    margin-right: 0;
    float: left;
    height: auto;
    overflow: hidden;
  }
  .xmn_left img {
    height: auto;
  }
  .xmn_new_top {
    padding: 40px 0;
  }
}
