body {
  background-color: #f7f9fc;
}
* {
  margin: 0;
  padding: 0;
}
.headerbox {
  /* background-image:url(../image/article/aribanner.svg); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.header {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  padding-bottom: 20px;
}
.headertitle {
  font-size: 51px;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-top: 130px;
  margin-bottom: 40px;
}
.headerremake {
  font-size: 17px;
  color: #9098ab;
  text-align: center;
  line-height: 28px;
}
.headerheng {
  margin-top: 80px;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #f7f9fc 20%,
    #e9e8ea 41%,
    #e9e8ea 60%,
    #f7f9fc 80%
  );
}
.articlebox {
  width: 100%;
  margin: auto;
  max-width: 1100px;
  padding: 80px 50px;
}
.articleListItem {
  /* margin-bottom: 64px; */
  /* border-radius: 10px; */
  background-color: #fff;
  /* border-top: 1px solid #e9e8ea; */
  padding: 32px 48px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e9e8ea;
  justify-content: space-between;
}
.articleListItem:last-child {
  /* border-bottom:1px solid #e9e8ea; */
}
.articleListItem img {
  width: 100%;
  height: 100%;
  border-radius: 9px 0 0 9px;
}
.articleListItemleft {
  width: 25%;
}
.articletext {
  padding-left: 50px;
  border-left: 1px solid #e9e8ea;
  width: 75%;
  min-height: 85px;
}
.articletext a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.articletext:hover .articleListTitle {
  color: #0263fe;
}
.articleListTitle {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}
.articleListContent p {
  font-size: 15px;
  color: #9098ab;
  margin-bottom: 0;
}
.articleListTime {
  font-size: 20px;
  color: #9098ab;
}
.categorybox {
  display: flex;
}
.articleListcategory {
  background-color: #fff;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 20px;
  font-size: 14px;
  border: 1px solid #e9e8ea;
  line-height: 20px;
  color: #9098ab;
}
.bottomPage {
  /* border-top: 1px solid #e9e8ea; */
  padding-top: 32px;
}
.article {
  background-color: #fff;
  padding: 50px;
  padding-top: 22px;
  border-radius: 10px;
}
.articletaglis {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.articleListtag {
  margin-right: 30px;
  font-size: 15px;
  cursor: pointer;
}
.articleListtagcut {
  color: #007dfc;
}
@media only screen and (max-width: 992px) {
  .header,
  .articlebox {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .header {
    padding-bottom: 20px;
  }
  .headerbox {
    background-size: 250%;
    background-position: top left;
  }
  .headertitle {
    font-size: 36px;
  }
  .headerremake br {
    display: none;
  }
  .headerheng {
    margin-top: 60px;
    background: linear-gradient(
      to right,
      #f7f9fc 10%,
      #e9e8ea 41%,
      #e9e8ea 60%,
      #f7f9fc 90%
    );
  }
  .article {
    padding: 0;
    background-color: #f7f9fc;
  }
  .articleListItem {
    border: none;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .articleListItemleft {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e8ea;
  }
  .articleListcategory {
    margin-left: 20px;
    margin-top: 0;
  }
  .articleListItemleft,
  .articletext {
    width: 100%;
  }
  .articletext {
    padding-left: 0;
    border-left: 0;
  }
  .articletext {
    margin-top: 20px;
    min-height: 0;
  }
  .articleListTitle {
    margin-bottom: 8px;
  }
}
