.wrap .banner {
  width: 100%;
  height: 500px;
  background: url("../images/a04.png") no-repeat;
  background-size: cover;
  position: relative;
}
.wrap .banner p {
  height: 54px;
  border-color: brown;
  position: absolute;
  top: 219px;
  left: 360px;
  color: #fff;
  font-size: 36px;
}
.wrap .mb_banner {
  display: none;
}



.content {
  background-color: #f5f5f5;
  position: relative;
  height: 958px;
}
.content .one {
  background-color: #f5f5f5;
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
  width: 1200px;
}
.content .one .c_title p {
  width: 502px;
  height: 48px;
  padding: 80px 60px 20px 0;
  position: relative;
  background-color: #f5f5f5;
  font-size: 36px;
  color: #000;
}
.content .one .c_content {
  /* position: relative; */
  top: 100px;
  /* height: 407px; */
  background: #f5f5f5;
}
.content .one .c_content ul {
  display: flex;
  flex-wrap: wrap;
}
.content .one .c_content ul li {
  flex: 33.33%;
  height: 321px;
  background-color: #f5f5f5;
  margin-bottom: 70px;
}
.content .one .c_content ul li img {
  width: 350px;
  height: 230px;
  border-bottom: 5px solid rgb(58, 109, 174);
}
.content .one .c_content ul li .c_l_title {
  font-size: 24px;
  padding: 30px 0 36px 23px;
}
.content .c_bottom {
  width: 350px;
  background-color: #fff;
  /* height: 167px; */
}/*# sourceMappingURL=learning_resources.css.map */