.content{
    width: 74%;
    min-width: 1300px;
    margin: auto;
}
@media screen and (max-width:1400px) {
    .content{
      width: 94%;
      min-width: auto;
    }
  
}


article{
    text-align: center;
}
article h1{
    color: rgb(37, 37, 37);
    font-size: 20px;
    line-height: 1.5em;
}
article p{
    text-align: justify;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-top: 3%;
    line-height: 1.5em;
    padding: 0 3.2%;

}
article>img{
    width: 66%;
    margin-top: 5%;
}
article .new_time {
    margin: 1% 0;
    color: #999;
}
article .new_time img:first-child{
   width: 5.5vw;
}
article .new_time img:last-child{
    width: 4vw;
    margin-left: 10%;
 }
 article .change{
    width: 73%;
    margin: 4% auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(98, 98, 98,.3);
    border-bottom: 1px solid rgba(98, 98, 98,.3);
    line-height: 2em;
    font-size: 16px;
    margin-top: 6.4%;
    
 }
  article .change a{
      display: flex;
  }
 article .change a span{
         text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
 }
 article .change img{
    width: 0.8em;
    object-fit: scale-down;
 }
 
 	@media screen and (max-width:950px){
	  article h1{
	      font-size: 16px;
	  }
    article .change{
        width: 95%;
    font-size: 10px;
        
    }
 	    
 	}