.newBox {
  width: 16rem;
  margin: 0 auto;
  padding-bottom: 1.08rem;
}

.newList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.newItem{
  width: 4.8rem;
  height: 5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(172,172,172,0.25);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-right: .8rem;
  margin-bottom: .5rem;
  transition: all .5s;
}

.newItem:hover{
  transform: translateY(-.2rem);
}

.newItem:nth-child(3n){
  margin-right: 0;
}

.newImg{
  width: 100%;
  height: 3.17rem;
  overflow: hidden;
  margin-bottom: .08rem;
}

.newText{
  width: 100%;
  height: 1.83rem;
  padding: 0 .35rem;
  box-sizing: border-box;
}

.newTit{
  height: .56rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: .59rem;
}

.newItem:hover .newTit{
  color: #3984E5;
}

.newTime{
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #333333;
}

.newTime img{
  width: .18rem;
  height: .18rem;
  margin-right: .12rem;
  flex-shrink: 0;
}

.newDetail{
  width: 16rem;
  margin: 0 auto;
  display: flex;
}

.newDetailL{
  width: 11.8rem;
  margin-right: .79rem;
}

.newDetailLtit{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
  margin-bottom: .9rem;
}

.newDetailR{
  width: 3.4rem;
}

.newDetailRtit{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: .5rem;
}

.newDetailR_item{
  display: block;
  width: 100%;
  border-bottom: 0.01rem solid rgba(112,112,112,0.5);
  margin-bottom: .53rem;
}

.newDetailR_itemImg{
  width: 100%;
  height: 1.9rem;
  overflow: hidden;
  margin-bottom: .37rem;
}

.newDetailR_itemTime{
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: .14rem;
}

.newDetailR_itemTit{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: .24rem;
}

.newDetailR_item:hover .newDetailR_itemTit{
  color: #3984E5;
}

.case{
  background: #FFFFFF!important;
}

@media screen and (max-width:1024px){
    .newBox{
        width: 100%;
        padding: .3rem;
        box-sizing: border-box;
    }
    .newItem {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .newItem :nth-child(2n){
        margin-right: 0%;
    }
    .newTit{
        width: 100%;
        font-size: 16px;
        height: 1rem;
        margin-bottom: .3rem;
        line-height: 1.5;
    }
    .newTime{
        font-size: 14px;
    }
    .newTime img{
        width: 18px;
        height: 18px;
    }
    .newDetail{
        width: 100%;
        padding: .3rem;
        box-sizing: border-box;
        margin-top: .3rem;
    }
    .newDetailR{
        display: none;
    }
    .newDetailL{
        width: 100%;
        margin-right: 0;
    }
    .newDetailLtit{
        font-size: 18px;
        margin-bottom: .3rem;
    }
    .newDetailLtxt, .newDetailLtxt p{
        font-size: 14px!important;
    }
    .newItem:nth-child(2n) {
        margin-right: 0;
    }
    .newItem:nth-child(3n) {
        margin-right: 4%;
    }
}