.banner {
  width: 100%;
  height: 4.2rem;
  position: relative;
}

.banner img {
  object-fit: cover !important;
}

.bannerTit {
  position: absolute;
  left: 50%;
  bottom: 1.22rem;
  transform: translateX(-50%);
  font-family: MiSans-Demibold;
  font-weight: normal;
  font-size: 0.58rem;
  color: #FFFFFF;
}

.newBread {
  margin: .74rem auto .78rem !important;
  display: flex;
  align-items: center;
}

.newBreadL {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.newBreadL a {
  margin-right: .45rem;
  font-family: MiSans-Light;
  font-weight: normal;
  font-size: 0.23rem;
  color: #000000;
  border-bottom: .03rem solid transparent;
  transition: all .3s;
}

.newBreadL a:hover,
.newBreadL a.active {
  color: #172A88;
  border-bottom: .03rem solid #172A88;
}

.newBreadR {
  width: 100%;
  height: 0.5rem;
  border: 0.01rem solid #9FA0A0;
  padding: 0 .16rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.newBreadR img {
  width: auto;
  height: 80%;
  flex-shrink: 0;
}

.newBreadR input {
  width: 100%;
  margin: 0 .17rem;
}

.newBreadR button {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.23rem;
  color: #172A88;
  flex-shrink: 0;
}

.newList{
  padding-bottom: 2.53rem;
}

.page{
  padding-bottom: 1.09rem;
}

.newItem {
  display: flex;
  margin-bottom: 1.15rem;
  padding-bottom: .45rem;
  border-bottom: 0.01rem solid #C9CACA;
}

.newItem:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.newItemL {
  width: 100%;
}

.newItemR {
  width: 5.49rem;
  height: 2.99rem;
  overflow: hidden;
  margin-left: .77rem;
  flex-shrink: 0;
}

.newItemTime {
  width: 1.96rem;
  height: 0.45rem;
  border: 0.01rem solid #172A88;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  position: relative;
  font-family: ArchivoBlack-Regular;
  font-weight: bold;
  font-size: 0.23rem;
  color: #172A88;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .37rem 0 .24rem;
  box-sizing: border-box;
  margin-bottom: .33rem;
  margin-top: .65rem;
  transition: all .3s;
}


.newItem:hover .newItemTime{
    background: #172A88;
    color: #FFFFFF;
}

.newItemTime::after {
  content: '';
  width: .49rem;
  height: .01rem;
  background: #172A88;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-67deg);
  transform-origin: center right;
}

.newItemTit {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.28rem;
  color: #4D4D4D;
  line-height: 0.43rem;
  margin-bottom: .1rem;
}

.newItem:hover .newItemTit{
    color: #172A88;
}

.newItemTxt {
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.2rem;
  color: #4D4D4D;
  line-height: 0.29rem;
}