.article-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .article-img-box {
    min-width: 400px;
    overflow: hidden;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f5f5f5;
  }
  .article-img-box .article-image {
    width: 400px;
    height:100%;
  }
  .article-img-box .article-image:hover {
    transition: 0.8s;
    transform: scale(1.1);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
  }
  .article-info{
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 200px;
  }
  .article-title {
    color: #3e3a39;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .article-subtitle {
    color: #999;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .article-bottom{
    width: 100%;
    padding: 0 10px;
  }
  .article-date{
    color: #3e3a39;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .read-fullText {
    color: #005bac;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

.page-btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #005bac;
  cursor: pointer;
  color: #005bac;
  font-size: 16px;
  background-color: #ffffff;
  margin: 0 30px;
}
.keywords{
  color: #3E3A39;
  font-family: "Source Han Sans CN";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.btn-icon{
  background-image:url('../img/search.png')!important;
  background-repeat: no-repeat !important;
  background-size: 26% !important;
  background-position: 50% !important;
}
.form-group input:nth-of-type(1){
  border:1px solid #005BAC;
  font-size: 20px;
  height: 56px;
  align-items: center ;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0 22px;
  flex: 3;
}
.form-group input:nth-of-type(2){
border:1px solid #005BAC;
flex:1;
font-size: 20px;
height: 56px;
padding: 0;
text-align: center;
background: #005BAC;
color: #ffffff;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
input:focus { 
  box-shadow:none;
}