@charset "utf8";
@import url("./common.css");

#banner {
  position: relative;
  margin-bottom: 1.6rem;
}
#banner > .box {
  position: absolute;
  top: 1.8rem;
  right: 1.9rem;
  width: 7.04rem;
  height: 4.3rem;
  padding-right: .33rem;
  padding-top: .24rem;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: right;
}

#banner .title {
  font-size: .4rem;
  line-height: .6rem;
  /* margin-bottom: .29rem; */
  font-weight: bold;
}

.box > p {
  font-size: .23rem;
  line-height: .40rem;
}
/*************************/
.story_row.story {
  display: flex;
  margin-bottom: 1.4rem;
}

.story_item_main {
  position: relative;
  width: 6.64rem;
}
.story_title {
  position: absolute;
  top: -0.64rem;
  left: 0;
  font-size: .45rem;
  line-height: .68rem;
}

.story_content {
  position: absolute;
  top: 0;
  left: 0;
}
.cn {
  padding-top: .9rem;
  padding-left: .5rem;
  font-size: .23rem;
  line-height: .43rem;
}

.story_item.story_item_right {
  flex: 1;
  margin-left: 1.12rem;
  margin-top:1.17rem;
}

.story_item_top {
  font-size: .23rem;
  line-height: .45rem;
}

.story_item_buttom {
  display: flex;
  align-items: center;
}
.story_item_b_l {
  width: 2.65rem;
  margin-right: .38rem;
}
.story_item_b_l > p {
  margin-top: .35rem;
  font-size: .16rem;
  text-align: center;
}
.story_item_b_r {
  width: 3.59rem;
  margin-top: .26rem;
}
.story_row.doing {
  display: flex;
  margin-bottom: .8rem;
}
.story_row.doing > .doing_item {
  position: relative;
  width: 4.23rem;
  height: 6.51rem;
  margin-right: .63rem;
}

.story_row.doing > .doing_item img{
  height: 100%;
}
.doing_item_main {
  position: absolute;
  top: .77rem;
  right: -81px;
  width: 7.08rem;
  height: 4.54rem;
  padding-top: .32rem;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: right;
}
.doing_title {
  font-weight: bold;
  font-size: .45rem;
  line-height: .68rem;
}
.doing_content {
  margin-top: .12rem;
  padding-left: .2rem;
  line-height: 0.4rem;
}
.doing_content > p {
  font-size: .23rem;
  line-height: .45rem;
}
.fenye {
  margin-bottom: 1.2rem;
}