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

.news{
    margin-top: 2.2%;
}
.news a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2%;
    cursor: pointer;
}
.news a img{
    width: 19.5%;
}
.news a div{
    width: 78%;
}
.news h1{
    color: rgb(37, 37, 37);
    font-size: 20px;
    	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news h1+p{
    color: rgb(114, 128, 137);
    font-size: 16px;
    margin: 2% 0;
}
.news h1+p+p{
    color: rgb(114, 128, 137);
    font-size:16px;
    line-height: 1.5em;
    	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pages{
    margin-bottom: 6%;
    margin-top: 5%;
}
.pages section{
    width: 55%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;

}
input{
    border: none;
    outline: none;
}

.pages span,.pages input{
    width: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid rgb(231, 235, 243);
    background: rgb(255, 255, 255);
    text-align: center;
}
.pages .lv{
    border: none;
    background:none;

}
.pages .active{
    background-color: rgb(45, 141, 41);
    color: white;
}

	@media screen and (max-width:950px){
	  
	        .news h1{
        font-size: 16px;
    }
    .news a img{
        width: 36%;
    }
    .news a div{
        
    width: 62%;
    }
    .news h1+p+p,
    .news h1+p{
        font-size: 14px;
    }
	}