body {
  margin: 0 auto !important;
}
nav {
  box-shadow: 0px 0.14rem 0.1rem -0.1rem rgb(14 5 10 / 5%);
  padding-bottom: 0.2rem !important;
}
#main {
  padding: 0 0.3rem;
  background: #f5f6fb;
  padding-bottom: 0.5rem;
}
.news-list .new-case-list-img img {
  height: 2rem;
  border-radius: 0.25rem;
  width: auto !important;
}
.news-list .new-case-list-text span {
  font-size: 0.22rem;
  font-family: Arial;
  color: #333;
  line-height: 0.32rem;
  padding-top: 0.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .new-case-list{
  display: flex;
  flex-wrap: nowrap;
}
.news-list .new-case-list .item-left{
  float: left;
}
.news-list .new-case-list .item-right{
  float: left;
  margin-left: 0.2rem;
}
.news-list .new-case-list-text p {
  font-size: 0.22rem;
  font-family: Arial;
  color: #999;
  line-height: 0.28rem;
  margin: 0.1rem 0 0.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .new-case-list:first-child {
  padding-top: 0.3rem;
}
.news-list .new-list-line {
  width: 6.9rem;
  height: 0.01rem;
  background: #ddd;
  margin: 0.4rem auto 0.35rem;
  clear: both;
}
#board{
  margin-top: 0 !important;
}
.form-table .line input::placeholder ,.form-table .line textarea::placeholder {
  color: #5e6c88;
  opacity: 1;
}
#board .msgform .form-table .line1{
  display: flex;
  justify-content: space-between;
}
#board .msgform .form-table .line1 .line-item{
  width: 49%;
}
@media(max-width: 430px) {
  .news-list .new-case-list-text span {
    font-size: 16px;
    line-height: 20px;
  }
  .news-list .new-case-list-text p {
    font-size: 16px;
    line-height: 20px;
  }
}