
body {
    background-color: #fff;
}
.ArticleBox {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}
.headerbox{
    /* background-image: url(../image/article/customerbanner.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: 1130px;
  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: 30.82%;
    margin: 15px 0;
    /* border-radius: 5px; */
    overflow: hidden;
    padding: 0;
    cursor: default;
    transition: transform 0.3s;
    margin-right: 30px;
    border-radius: 10px;
    /* min-height: 348px; */
}
.articleListItem1:nth-child(3n){
    margin-right: 0;
}
.articleListCate a, .articleListTime {
    color: #9098ab;
    text-decoration: none;
    cursor: default;
}
.articleListTitle {
    padding: 24px 24px 8px 24px;
    font-size: 17px;
    cursor: default;
    font-weight: 600;
    color: #282a30;
    text-decoration: none;
}
.articleListContent > p {
    font-size: 14px;
    color: #6f6e77;
    padding: 0px 24px 24px 24px;
    cursor: default;
    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;
    cursor: default;
    margin-bottom: 24px;
    min-height: 48px;
}
img {
    max-width: 1060px;
    height: auto;
    
}
.articletaglis{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.articleListtag{
    margin-right: 5px;
    font-size:  15px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 5px;
}
.articleListtag:hover{
    background-color: #f2f3f5;
}
.articleListtagcut{
    color: #245bdb;
    background-color: #f0f4ff !important;
}
.articleListItem1 img {
    width: 100% !important;
    border-radius: 10px;
}
.articleListItem1 img {
    width: 100% !important;
    border-radius: 10px;
    cursor: default;
}
.articleListItem1 a{
    cursor: default;
}
.artpage{
    display: flex;
}

.aLiactive{
    border-radius: 100%;
    background-color: #007dfc;
    color: #fff !important;
}
.artTagname{
    padding:  24px 24px 0px 24px; 
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.artTagnameitem{
    padding: 5px 12px;
    background-color: #d6e2ff;
    color: #245bdb;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
}
.artmore{
    background-image: linear-gradient(to right,#027DFC,#0263FE);
    padding: 10px 0;
    margin-left: 24px;
    color: #fff;
    padding-left: 20px;
    width: 150px;
    border-radius: 9999em;
    margin-top: 50px;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .artmore img{
    width: 15px !important;
    margin-left: 10px;
    margin-bottom: 2px;
    transition: all 0.3s; 
    transition-timing-function: linear;
  }
  .artmore:hover img{
  margin-left: 15px;
  }

@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;
        padding-bottom: 60px;
    }
    .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;
    }
} 