.swiper {
  width: 100%;
}
.swiper-slide img {
  width: 100%;
}
.new {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
.new-left {
  width: 25%;
}
.new-right {
  width: 75%;
 /* border: 1px solid #ccc;*/
  margin-left: 30px;
}

.ones {
  height: 60px;
  border-radius: 5px;
  border-bottom: 4px solid #264f9d;
  color: #fff;
  padding-left: 30px;
  padding-top: 10px;
  background-color: #bc1d21;
}
.one {
  border-bottom: 1px solid #ccc;
}
.one h3 {
  padding: 15px;
  color: #000;
}
.one a {
  color: #000;
}
.one :hover {
  background-color: #264f9d;
  color: aliceblue;
}
.two {
  width: 100%;
  background-color: #f4f5f7;
  border-bottom: 2px solid #264f9d;
}
.two h4 {
  border-left: 5px solid #bc1d21;
  padding-left: 10px;
  padding: 20px;
}
.link {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
}
.link-l {
  width: 15%;
}
.link-l img {
  width: 80%;
  padding: 10px;
}
.link-r {
  width: 85%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}
.link-r p {
  color: #333;
  font-size: 14px;
  padding-top: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .swiper {
    width: 100%;
  }
  .swiper-slide img {
    width: 100%;
  }
  .new {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .new-left {
    width: 100%;
  }
  .new-right {
    width: 100%;
    border: 1px solid #ccc;
    margin-left: 0px;
    margin-top: 30px;
  }
  .two {
    width: 100%;
    background-color: #f4f5f7;
    border-bottom: 2px solid #264f9d;
  }
  .two h4 {
    border-left: 5px solid #bc1d21;
    padding-left: 10px;
    padding: 20px;
  }
  .link {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }
  .link-l {
    width: 15%;
  }
  .link-l img {
    width: 80%;
    padding-top: 20px;
  }
}
