.new {
  background: #F5F5F5;
  padding: .8rem 0 1.2rem;
}

.newItem {
  width: 100%;
  height: 2.5rem;
  background: #FFFFFF;
  align-items: center;
  transition: all .3s;
  margin-bottom: .3rem;
}

.newItem:hover {
  box-shadow: 0rem 0rem 0.16rem 0.01rem rgba(0, 0, 0, 0.16);
}

.newImg {
  width: 4.2rem;
  height: 2.5rem;
  margin-right: .8rem;
  overflow: hidden;
}

.newText {
  width: 10rem;
  margin-right: 1rem;
}

.newTime {
  display: flex;
  margin-bottom: .3rem;
}

.newTime img {
  width: .15rem;
  height: .15rem;
  margin-right: .04rem;
}

.newTime span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #9F9F9F;
}

.newTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.22rem;
  color: #333333;
  margin-bottom: .22rem;
}

.newItem:hover .newTit {
  color: #28A0A2;
}

.newTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.newBtn {
  width: 0.5rem;
  height: 0.5rem;
  background: #CCCCCC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.newItem:hover .newBtn {
  background: #28A0A2;
}

.newBtn img {
  width: .09rem;
  height: .19rem;
}

.newDetails {
  padding: .8rem 0 1.2rem;
  background: #F5F5F5;
}

.detailsBox {
  padding: .94rem .8rem .54rem;
  background: #FFFFFF;
  margin-bottom: .5rem;
}

.detailsTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  padding-bottom: .23rem;
  border-bottom: 0.01rem solid #D2D2D2;
  margin-bottom: .2rem;
}

.detailsTime {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  text-align: center;
  margin-bottom: .2rem;
}

.topTxt {
  width: 14.8rem;
  margin: 0 auto;
  background: #F2F2F2;
  padding: .2rem .3rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.28rem;
  margin-bottom: .3rem;
}

.detailsTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  padding: 0 .3rem;
  padding-bottom: .3rem;
  border-bottom: 0.01rem solid #D2D2D2;
  margin-bottom: .25rem;
}

.detailsTxt img {
  width: revert-layer;
  max-width: 100%;
}

.detailsKey {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 .3rem;
}

.detailsKey p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}

.detailsKey a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  margin-right: .25rem;
}

.newDetailTit {
  width: fit-content;
  padding: 0 .3rem;
  height: 0.58rem;
  background: #28A0A2;
  border-radius: 0.15rem 0.15rem 0rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
}

.newDetailList{
  background: #fff;
  padding-bottom: .7rem;
}

.newDetailList a{
  box-sizing: content-box;
  padding: .3rem 0;
  border-bottom: 0.01rem solid #D2D2D2;
}

.newDetailList a:hover{
  box-shadow: none;
  border-bottom: 0.01rem solid #28A0A2;
}

@media screen and (max-width:1024px){
    .newBtn{
        display: none;
    }
    .newImg{
        
        flex-shrink: 0;
        width: 30%;
        margin-right: .1rem;
    }
    .newText{
        margin-right: 0rem;
    }
    .newTime img{
        width: 15px;
        height: 15px;
    }
    .newTime span{
        font-size: 12px;
    }
    .newTit{
        font-size: 14px;
    }
    .newTxt{
        font-size: 12px;
    }
    .detailsBox{
        padding: .2rem;
    }
    .detailsTit{
        font-size: 16px;
    }
    .topTxt{
        width: 100%;
    }
    .detailsTime{
        font-size: 12px;
    }
    .topTxt{
        font-size: 14px;
        line-height: 1.5;
    }
    .detailsTxt p{
        white-space: wrap;
        word-break: break-all;
        font-size: 14px;
        line-height: 1.5;
    }
    .newDetailTit{
        font-size: .4rem;
    }
    .detailsKey p,
    .detailsKey a{
        font-size: .32rem;
    }
}