.tit{
    width: 5rem;
    margin: 0 auto;
    padding: .364583rem;
    font-size: .1875rem;
    color: #454545;
    text-align: center;
}
.noticebox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.noticeitem{
	position: relative;
    width: 49%;
    background-color: #fff;
    padding: .197917rem 0 .197917rem .197917rem;
    color: #454545;
    margin-bottom: .1875rem;
}
.iconfont{
	position: absolute;
    color: #32abc5;
}
.infotext{
    font-size: 16px;
	color: #454545;
    
}
.time{
	padding-top: 5px;
    	font-size: 14px;
	color: #454545;
}

.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;
    }
    .noticebox{
        flex-direction: column;
        align-items: center;
    }
    .noticeitem{
        width: 9rem;
        line-height: 20px;
    }
    .page{
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
  .infotext{
    font-size:14px;
    
}
.time{
    font-size: 12px;
}
  }