.idea_one {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 5.2%;
}
@media (max-width: 768px) {
  .idea_one {
    padding-top: 25px;
  }
}
.idea_one .bread_nav {
  margin-top: 0;
}
.idea_one .manage {
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .idea_one .manage {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .idea_one .manage {
    margin-top: 40px;
  }
}
.idea_one .manage .manage_flx {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .idea_one .manage .manage_flx {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .idea_one .manage .manage_flx {
    margin-top: 30px;
  }
}
.idea_one .manage .manage_flx > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42.96%;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .idea_one .manage .manage_flx > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.idea_one .manage .manage_flx > div .manage_l {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  margin-right: 18px;
  background: #e21312;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .idea_one .manage .manage_flx > div .manage_l {
    width: 60px;
    height: 60px;
  }
  .idea_one .manage .manage_flx > div .manage_l img {
    max-width: 40%;
    max-height: 40%;
  }
}
.idea_one .manage .manage_flx > div .manage_r {
  width: calc(100% - 116px);
}
.idea_one .manage .manage_flx > div .manage_r .manage_tit {
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .idea_one .manage .manage_flx > div .manage_r .manage_tit {
    margin-bottom: 5px;
  }
}
.idea_one .manage .manage_flx > div .manage_r .manage_des {
  color: #777777;
}
.idea_one .manage .manage_flx > div .manage_r:hover .manage_tit {
  color: #e21312;
}

.idea_content {
  padding: 7.9% 0 7.29%;
}

.idea_list > div:last-child {
  margin-bottom: 0;
}
.idea_list > div {
  margin-bottom: 13.67%;
  position: relative;
}
@media (max-width: 768px) {
  .idea_list > div {
    margin-bottom: 30px;
  }
}
.idea_list > div .idea_abso {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 300px;
  background: #e21312;
  padding-top: 65px;
  color: white;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (max-width: 1600px) {
  .idea_list > div .idea_abso {
    height: 150px;
    width: 230px;
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .idea_list > div .idea_abso {
    height: 100px;
    width: 180px;
    padding-top: 30px;
  }
}
.idea_list > div .idea_abso .column_title span::after {
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
  background-image: linear-gradient(to right, white, transparent);
}
.idea_list > div .idea_con {
  border-top: 4px solid #e21312;
  background-image: url(../img/idea/bg1.jpg);
  background-size: cover;
  margin-left: 9%;
  height: 450px;
  padding-left: 25%;
  padding-top: 7.65%;
  padding-right: 6.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .idea_list > div .idea_con {
    height: 370px;
  }
}
@media (max-width: 768px) {
  .idea_list > div .idea_con {
    padding: 30px 30px 100px;
    height: auto;
  }
}
.idea_list > div .idea_con > div {
  width: 43%;
}
@media (max-width: 768px) {
  .idea_list > div .idea_con > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
.idea_list > div .idea_con > div .idea_tit {
  line-height: 1;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .idea_list > div .idea_con > div .idea_tit {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .idea_list > div .idea_con > div .idea_tit {
    margin-bottom: 15px;
  }
}
.idea_list > div .idea_con > div .idea_des {
  color: #777777;
  text-align: justify;
}
.idea_list > div:nth-child(even) .idea_abso {
  left: inherit;
  bottom: 0;
  right: 0;
  background: white;
  color: #333333;
}
.idea_list > div:nth-child(even) .idea_abso .column_title span::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#e2100f), to(transparent));
  background-image: linear-gradient(to right, #e2100f, transparent);
}
.idea_list > div:nth-child(even) .idea_con {
  margin-left: 0;
  margin-right: 9%;
  padding-left: 6.66%;
  padding-right: 25%;
  background-image: url(../img/idea/bg2.jpg);
}
@media (max-width: 768px) {
  .idea_list > div:nth-child(even) .idea_con {
    padding: 30px 30px 100px;
    height: auto;
  }
}
