.tit {
    width: 5rem;
    margin: 0 auto;
    padding: .364583rem;
    font-size: .1875rem;
    color: #454545;
    text-align: center;
}

.newsitem {
    height: 1.59375rem;
    padding: .1875rem .135417rem;
    margin-bottom: .15625rem;
	background-color: #fff;
}

.newsitem:hover {
    	box-shadow: 0 0 .104167rem #ccc;
	transition: all 0.1s ease 0.2s;
}

.imgbox {
    width: 2.3125rem;
    height: 1.286458rem;
	float: left;
}

.imgbox img{
    width: 100%;
}

.newsinfo {
	width:100%;
  	padding-left: 2.5125rem;
    	font-size: .072917rem;
}
.info a, .newstit a{
	color: #454545;
}
.info a:hover, .newstit a:hover{
	text-decoration:none;
}

.info a{
	width: 100%;
	overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
}

.time {
    padding-top: .208333rem;
}

.newstit {
    font-size: 18px;
    font-weight: 700;
    padding: .104167rem 0 5px;
}
.info a{
  	font-size: 14px;
	color: #999;
}

.more {
    margin: .15625rem 0;
    color: #32abc5;
    line-height: .104167rem;
}
.more a {
	text-decoration: underline;
}
.pagesbox{
    height: .34375rem;
    width: 1.838542rem;
    margin: 0  auto;
    padding: .520833rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #454545;
}
.page{
    height: .276042rem;
    width: .276042rem;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: .276042rem;
   font-size: .09375rem;
   
}
.page:hover{
    background-color: #32abc5;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .tit{
        font-size: 20px;
    }
    .newsitem{
	height: 3rem;
        flex-direction: column;
        align-items: center;
    }
    .imgbox {
	    padding-top: .208333rem;
    }
	.newstit a{
    		font-size: 14px;
		overflow: hidden;
    		text-overflow: ellipsis;
    		white-space: nowrap;
	}
    .newsinfo {
        font-size: 12px;
      	margin-left: 0;
    }
    .info{
        line-height: 20px;
    }
	.info a{
		display: block;
    		font-size: 12px;
		overflow: hidden;
    		text-overflow: ellipsis;
    		white-space: nowrap;
	}
    .more {
        width: 60px;
        margin: .15625rem 0;
        
        line-height: 20px;
      
    }
    .page{
        height: 40px;
        width: 40px;
        
        line-height: 40px;
       font-size: 12px;
       
    }
    .first,
    .prev,
    .next,
    .last{
        font-size: 12px;
    }
  }