html {
  scroll-behavior: smooth;
}
p.title{
  font-size: 0.45rem;
  font-weight: bold;
  color: #004f8d;
  margin: 0.66rem auto;
  text-align: center;
}
p.title::after{
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.07rem;
  background-color: #004f8d;
  margin: 0.35rem auto 0 auto;
}
.content{
  width: 15.75rem;
  margin: 0 auto 0.95rem auto;
}
.list li{
  display: flex;
  border-bottom: 0.01rem solid #e5e5e5;
  margin-bottom: 0.2rem;
  padding-bottom: 0.17rem;
  justify-content: space-between;
}
.list li .img{
  width: 4.2rem;
  height: 2.55rem;
  border-radius: 0.1rem;
  object-fit: cover;
}
.list li .left{
  width: calc(100% - 4.8rem);
}
.list li .left .list-title{
  margin: 0.25rem 0;
  width: 100%;
}
.list li .left .list-title a{
  color: #004f8d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
    font-size: 0.3rem;
  font-weight: bold;
  max-width: 100%;
  display: inline-block;
}
.list li .left .list-title a:hover{ 
  color: #db1a27;
}
.list li .left .list-desc{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.35rem;
  margin-bottom: 0.35rem;
    display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li .left .list-date{
  font-size: 0.18rem;
  color: #141414;
}