@charset "UTF-8";
.search-title{
  font-size: 16px;
  font-weight: bold;
}
.content-box > .title {
    text-align: center;
}
.content-view-small .search{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  margin: auto;
  border: 1px solid #EAEAEA;
  height: 50px;
  border-radius: 50px;
  margin-bottom: 60px;
}
.content-view-small .search img{
  width: 25px;
  margin-left: 20px;
}
.content-view-small .search input{
  height: 100%;
  width: calc(100% - 180px);
  border: none;
  color: #3A3A3A;
}

.content-view-small .search input::placeholder{
font-size:18px;
}
.content-view-small .search div{
  background-image: url('../jxImages/search_bg.png');
  background-repeat: no-repeat;
  height: 85%;
  width: 100px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
}
.news-list {
    min-height: 16vh;
}
.news-list .item{
    padding: 40px 0;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}
.news-list .img-box{
    width: 400px;
    height: 225px;
    overflow: hidden;
    margin-right: 30px;
    flex-shrink: 0;
  }
 .news-list .img-box img {
      width: 100%;
  }
  .date {
      color: #999;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 45px;
      margin-top: 20px;
  }
  .date .mon {
      color: #333;
      font-size: 30px;
      font-weight: bold;
  }
  .news-list .title {
      font-size: 22px;
      line-height: 1.5;
      margin-bottom: 18px;
  }
  .news-list .detail {
    font-size: 16px;
    line-height: 28px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .paging-box {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .label-build{
    background: #ECF2FE;
    color: #3772EB;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 6px;
    position: relative;
    left: 0;
    top: 20px;
  }
  .detail-show{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #666;
    margin: 35px 0 13px 0;
  }
.detail-right{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
  }
  .news-list .content{
    width: calc(100% - 455px);
  }
.searchContent{
display:none;
}