.catalog {

  width: 100%;

  box-sizing: border-box;

  padding: 0 50px;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  margin: 30px 0 0;

}



.route {

  display: flex;

  align-items: center;

  gap: 10px;

}



.route a {

  font-size: 18px;

  color: #333;

}



.route a:hover {

  color: #00B7FF;

}



.route hr {

  width: 1px;

  height: 20px;

  border: none;

  background: #333;

  transform: rotate(15deg);

}





.blog {

  max-width: 1000px;

  display: flex;

  margin: 50px 0;

  justify-content: space-between;

  align-items: flex-start;

}



.blogCont {

  width: calc(100% - 260px);

}



.blogCont h3 {

  font-size: 20px;

  color: #3090C1;

  font-weight: bold;

  font-family: initial;

  margin: 0 0 20px;

}



.blogCont p {

  font-size: 18px;

  line-height: 30px;

  margin: 0 0 20px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

  text-overflow: ellipsis;

  overflow: hidden;

}



.blogCont a {

  display: flex;

  align-items: center;

  color: #00B7FF;

  gap: 10px;

  margin: 25px 0;

}



.blogList li ,
.wares{

  width: 200px;

  background: #fff;


}


.blogList li {

  margin: 0 0 70px;


}


.blogMg {

  overflow: hidden;

}



.blogMg img {

  display: block;

  width: 100%;

  transition: .4s;

}



li:hover .blogMg img {

  transform: scale(1.1);

}



.blgoTxt {

  padding: 20px 10px;

  box-sizing: border-box;

  background: #fff;

}



.blgoTxt h5 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  overflow: hidden;

  font-size: 16px;

  text-align: center;

}



.blgoTxt a {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100px;

  height: 30px;

  background: #00B7FF;

  color: #fff;

  font-size: 14px;

  gap: 8px;

  margin: 10px auto 0;

}



.blgoTxt a img {

  display: block;

  width: 15px;

}





@media screen and (max-width:1280px) {



  .blogCont h3 {

    font-size: 18px;

    margin: 0 0 10px;

  }



  .blogCont {

    width: calc(100% - 220px);

  }



  .catalog {

    padding: 0 5%;

  }



}





@media screen and (max-width:1024px) {



  .blog {

    flex-wrap: wrap;

    margin: 20px 0 50px;

  }



  .blogCont {

    width: 100%;

  }



  .blogList ,
  .wares{

    width: 100%;

    display: flex;

    justify-content: space-between;

  }



  .blogList li {

    width: 48%;

    margin: 0 0 10px;

  }



}





@media screen and (max-width:768px) {



  .blogCont p {

    font-size: 15px;

    line-height: 25px;

    margin: 0 0 15px;

  }



  .blogCont h3 {

    font-size: 16px;

  }

  .blogCont a{
    display: none;
  }



}
