.title {
  text-align: center;
}

.tit-z1 {
  font-size: 36px;
  font-weight: bold;
  color: #2e3133;
}

.contactus-about {
  width: 100%;
  height: 420px;
  background-image: url('../image/information2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
  text-align: center;
  color: #fff;
}
.contactus-about .ab-title {
  max-width: 1200px;
  width: 100%;
}

.ab-z1.newTitle {
  font-size: 40px;
  padding-top: 146px;
}

.titleTime {
  margin: 32px 0px;
}

.titleTime div {
  font-size: 22px;
}

.titleIcon {
  margin-bottom: 94px;
  margin-left: -29px;
}

.layui-icon {
  font-size: 40px;
  color: #fff;
  margin-left: 24px;
}

/* 文章 */
.info_dateail {
  margin-top: 79px;
  display: flex;
}

.info_dateail.ab-title {
  width: 64%;
}

.article {
  font-size: 16px;
  text-align: justify;

  font-weight: 400;
  color: #2e3133;
  line-height: 30px;
  width: calc(785 / 1200 * 100%);
  flex: 1;
  margin-right: 64px;
}
.article img {
  /* width: 776px; */
  width: 100%;
  object-fit: cover;
}
.article p {
  margin: 0 0 16px 0;
}
.articleList {
  width: calc(361 / 1200 * 100%);
}
.articleList h3 {
  font-size: 20px;
  padding-left: 12px;
  border-left: 4px solid #0094e1;
  margin-bottom: 31px;
}
.articleList a {
  display: flex;
  align-items: center;
}
.articleList li {
  display: flex;
  width: 360px;
  height: 100px;
  border-top: 1px solid #ebf1f5;
  border-bottom: 1px solid #ebf1f5;
  padding: 20px 0px;
  box-sizing: border-box;
}

.articleList li .articleIcon {
  display: flex;
  flex-direction: column;

  width: calc(78 / 340 * 100%);
  line-height: 25px;
  border: 1px solid #0094e1;
  border-radius: 4px;
  margin-right: 16px;
  text-align: center;
}

.articleList li .articleIcon span {
  font-size: 18px;
  color: #0094e1;
}

.articleList li .articleIcon p {
  margin-top: 6px;
  font-size: 12px;
  background-color: #0094e1;
  color: #fff;
}

.articleList li .articleShort {
  flex: 1;
  height: 43px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(83, 82, 82);
  line-height: 26px;
}

.articleIndex {
  max-width: 776px;
  /* height: 88px; */
  border: 1px solid #ebf1f5;
  margin: 83px 0 80px 0px;
  /* border: 1px solid #0094E1; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 24px;
  box-sizing: border-box;
}

.articleIndex ul {
  width: 70%;
}

.linklist a {
  color: #0094e1;
}

@media screen and (max-width: 1024px) {
  .articleList {
    display: none;
  }
  .article {
    margin-right: 0px;
  }
  .article img {
    width: 100%;
    object-fit: cover;
  }
  .ab-z1.newTitle {
    font-size: 28px;
    padding-top: 146px;
  }
}

@media screen and (max-width: 768px) {
  .info_dateail.ab-title {
    width: 88%;
  }

  .ab-z1.newTitle {
    font-size: 28px;
    padding-top: 146px;
  }

  .articleIndex {
    display: none;
  }
}
