main {
  padding-left: 65px;
  padding-top: 103px;
  box-sizing: border-box;
  margin-top: 72px !important;
}

.allTitle h2 {
  font-size: 34px;
  font-weight: 600;
}

.allTitle p {
  font-size: 16px;
  margin-top: 20px;
}

.classfily {
  margin-top: 69px;
}

.classfily a {
  display: inline-block;
  border-radius: 20px;
  width:120px;
  height: 40px;
  text-align:center;
  line-height: 40px;
  margin-right: 6px;
}

.classfily span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(151, 151, 151, 1);
  line-height: 1;
  font-size: 13px;
}

.classfily .current {
  background: linear-gradient(148deg, rgba(114, 143, 241, 1), rgba(46, 106, 253, 1));
}

.classfily .current span {
  color: #ffffff;
}

.newList {
  margin-top: 43px;
}

.newList li {
  width: 1180px;
  padding: 20px 0;
  border-top: 1px solid #e0e7eb;
  position: relative;
}
.newList li>a{
  display: flex;
}

.newList li:first-child {
  border-top: none;
}

.newList .pic {
  width: 160px;
  height: 120px;
  overflow: hidden;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-right: 20px;
}

.newList .pic img {
  width: 100%;
  height: 100%;
}

.newItem-detail h3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 7px;
  color: #394a58;
}

.newItem-detail h3 a {
  color: #394a58;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newItem-detail .fr {
  color: #bdbdbd;
  font-size: 12px;
  position: absolute;
  top: 25px;
  right: 10px;
}

.newItem-detail .fr::before {
  content: url('../images/timer.svg');
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 1em;
  vertical-align: sub;
}

.newItem-detail .fr span {
  margin-left: 0.3em;
  font-size: 12px;
}

.newItem-detail h3 a:hover {
  color: #3d7eff;
  transition: 0.2s ease-out;
}

.newItem-detail p {
  font-size: 14px;
  line-height: 25px;
  color: #394a58;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.shade {
  position: absolute;
  left: -25px;
  right: -23px;
  top: 0;
  bottom: 0;
  border: 3px solid #3d7eff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
  z-index: -1;
}

.newList li:hover .shade {
  opacity: 1;
}

.blueBtn,
.redBtn,
.violetBtn {
  color: #ffffff;
  font-size: 12px;
  padding: 7px 10px;
  line-height: 1;
  border-radius: 2px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.blueBtn {
  background-color: #407BFB;
}

.violetBtn {
  background-color: #985AB5;
}

.redBtn {
  background-color: #EA4D3E;
}

/*lg*/
@media screen and (max-width:1202px) {
  .newList li,.newList li>a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  main {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 73px;
  }
}

/*md*/
@media screen and (min-width:992px) and (max-width:1201px) {}

/*sm*/
@media screen and (min-width:768px) and (max-width:991px) {}

/*xs*/
@media screen and (max-width:457px) {
  main {
    padding-top: 53px;
  }

  .classfily {
    margin-top: 39px;
  }

  .classfily a {
    margin-right: 3px;
    font-size: 12px;
    width:80px;
    height:30px;
    line-height: 30px;
  }

  .newList {
    margin-top: 23px;
  }

  .allTitle h2 {
    font-size: 24px;
  }

  .allTitle p {
    font-size: 14px;
  }

  .newItem-detail h3 {
    font-size: 18px;
  }

  .newItem-detail p {
    font-size: 12px;
  }

  .newItem-detail .fr {
    position: static;
    float: none;
  }

  .blueBtn,
  .redBtn,
  .violetBtn {
    font-size: 12px;
    display: block;
    text-align: center;
  }

  .newList .pic {
    width: 100%;
    height: auto;
  }
}