.menuBoxBg {
    top: 8px;
  } 
  .menuBox {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 15%), 0 8px 16px -8px rgb(0 0 0 / 15%);
  }
body {
    background-color: #fff;
}
.ArticleBox {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}
.headerbox{
    background-image: url('https://www.dongchayan.com/kc/banner.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    /* min-height: 458px; */
  }
  .header{
    width: 100%;
    margin: auto;
    max-width: 1430px;
    padding: 80px 50px;
  /* height: 560px; */
  opacity: 1;
  }
  .headertitle{
  font-size: 51px;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top:130px;
  }
  .headertitle br{
    display: none;
  }
  .headerremake{
  font-size: 17px;
  color: #9098ab;
  text-align: center;
  line-height: 28px;
  }
  
.Article1 {
  width: 100%;
  max-width: 1430px;
  padding: 0 50px 70px;
  margin: 0 auto;
  display: block ;
}

.articleList {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.goArticle {
    display: inline-block;
    width: 100%;
}
.articleListbigtitle{
font-size: 32px;
font-weight: 600;
/* margin-bottom: 40px; */
color: #333;

}

.articleListItem1 {
    width: 23.3%;
    background-color: #f9f8f9;
    margin: 15px 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s;
    margin-right: 30px;
    border: 1px solid #e9e8ea;
    border-radius: 10px;
    min-height: 312px;
}
.articleListItem1:hover{
    background-color: #F1F1F1;
}
.articleListItem1:nth-child(4n){
    margin-right: 0;
}
.articleListCate a, .articleListTime {
    color: #9098ab;
    text-decoration: none;
    cursor: default;
}
.articleListTitle {
    padding: 24px 24px 4px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #282a30;
    text-decoration: none;
}
.articleListContent > p {
    font-size: 14px;
    color: #6f6e77;
    padding: 0px 24px 24px 24px;
    line-height: 24px;
    margin-bottom: 0;
}
.articleListContent>a > p {
    font-size: 14px;
    color: #6f6e77;
    padding: 0px 24px 0 24px;
    line-height: 24px;
    margin-bottom: 0;
}
.articleListContent{
    font-size: 14px;
    color: #6f6e77;
    padding: 0px 24px 0 24px;
    line-height: 24px;
    margin-bottom: 0;
}
img {
    max-width: 1060px;
    height: auto;
}
.articletaglis{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}
.articletaglis1{
    margin-top: 35px;
    margin-bottom: 40px;
    justify-content: space-between !important;
}
.articleListtag,.articleListtag2{
    margin-right: 5px;

    font-size:  15px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 5px;
}
.articleListtag:hover,.articleListtag2:hover{
    background-color: #f2f3f5;
}
.articleListtagname{
    font-size:  15px;
    color: #9098ab;
    margin-right: 30px;
}
.articleListtagcut {
    color: #245bdb;
    background-color: #f0f4ff !important;
}
.articleListItem1 img {
    width: 100% !important;
}
.artpage{
    display: flex;
}

.aLiactive{
    border-radius: 100%;
    background-color: #007dfc;
    color: #fff !important;
}
@media only screen and (max-width:1096px) {
    .header{
        padding: 60px 20px;
    }
    .headertitle{
        font-size: 24px;
    }
    .headerremake br{
        display: none;
    }
    .headerbox {
        background-size: 250%;
        background-position: top left;
    }
    .Article1{
        padding: 0 20px;
    }
    .articletaglis{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .articleListtag, .articleListtag2,.articleListtagname{
        margin-top: 20px;
        margin-right: 15px;
    }
    #searchform{
        width: 100%;
        margin-top: 20px;
    }
    .articleListItem1{
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .bottomPage{
        margin: 60px 0;
    }
} 