.tit{
    font-size: .166667rem;
    text-align: center;
    color: #454545;
    padding-top: .520833rem;
    line-height: .348958rem;
}
.time{
  margin: 10px;
    color: #585858;
    font-size: .083333rem;
    text-align: center;
}
.newsbox{
    border: 1px solid #e5e5e5;
    font-size: .083333rem;
    color: #454545;
    padding: .260417rem .520833rem;
    line-height: .15625rem;
    overflow: hidden;
}
.imgboxi{
    height: 2.291667rem;
    width: 50%;
    margin: .15625rem auto;
}
.back{
    text-align: center;
    padding:.15625rem;
    color: #32abc5;
}
.backtext{
    color: #454545;
}
.tobox{
    display: flex;
    justify-content: space-between;
    padding: .260417rem 0;
}
.boxst{
    height: .364583rem;
    width: 3.489583rem;
    box-shadow: 0 0  5px #ccc;
    padding: 0 .15625rem;
    line-height: .364583rem;
    display: flex;
    justify-content: space-between;
}
.boxst:hover{
	text-decoration: none;
	cursor: pointer;
}
.text{
   font-size: .083333rem;
   color: #666;
   font-weight: 600;
}
@media screen and (max-width: 768px) {
    .tit{
        font-size: 16px;
        text-align: center;
        color: #454545;
        padding-top: .520833rem;
        line-height: 20px;
    }
    .newsbox{
        line-height: 20px;
      font-size: 12px;
    }
    .imgboxi{
        height: 5rem;
        width: 60%;
        margin: .15625rem auto;
    }
    #prebox p{
        word-wrap:break-word;
    }
    .boxst{
        height: 2rem;
        width: 45%;
       align-items: center;
        line-height: 20px;
        
    }
  .time{
  	font-size: 12px;
  }
  .text{
  	font-size: 10px;
  }
   
}