/*底部背景*/
.footer-area{
  background-color: #f8f8f8;
}

.jyjx-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.jyjx-content-item{
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}

.jyjx-content-item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1d2353;
}

.jyjx-box {
  position: relative;
  width: 100%;
  height: 270px;
  border-radius: 5px;
  overflow: hidden;
}

.jyjx-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.jyjx-box:hover img{
  transform: scale(1.1);
  transition: all 0.5s;
}

.eduResources{
  display: block;
  margin-top: 40px;
}

.eduResources a>p{
  font-size: 20px;
  margin: 15px 0;
  color: #333333;
}

.eduResources p:hover{
  color: #5e7fbf;
}

@media (min-width: 320px) and (max-width: 799px) {
  .jyjx-content .container-fluid{
    padding: 0;
  }
  .jyjx-box {
    height: 240px;
  }
  .jyjx-content-item h3{
    margin-top: 30px;
  }
}

@media (min-width: 800px) and (max-width: 1920px) {
  .jyjx-content .container-fluid{
    padding: 0 180px;
  }
}























