.main {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/jyjy_ditu.png);
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.jyjy_top {
  width: 390px;
  height: 115px;
  margin: 0 auto;
  display: block;
  margin-top: 38px;
}

.rl ul li {
  padding: 20px 0;

}

.rl ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  position: relative;
}

.rl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 90px;
  margin-bottom: 70px;
}

.jy_r,
.jy_l {
  margin: 0 auto;
  margin-bottom: 10px;
}

.sp_a,
.hb_a {
  width: 100%;
  display: block;
}

.center {
  margin: 0 auto;
  display: block;
}

.doctitle {
  color: #333333;
  margin-left: 40px;
}

.time {
  color: #999999;
}

.dian {
  width: 6px;
  height: 6px;
  background: linear-gradient(to bottom, #B0D138 0%, #3D933A 100%);
  border-radius: 0px 0px 0px 0px;
  position: absolute;
}

.bf_a {
  width: 100%;
  padding: 15px;
  background-color: #7ED17A;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
}

.bf_bg {
  width: 100%;
  margin-bottom: 38px;

}

.bf_doc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}

.bf_time {
  color: #fff;
  font-size: 16px;
}

.bf_start {
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 17%;
  left: 5%;
}

.li_bf {
  position: absolute;
  width: 23px;
  height: 23px;
}

.footer,
.friend_link h2 {
  background-color: #3D933A;
}

.friend_link_box {
  border-top: 1px solid #3D933A;
}

@media (max-width: 767px) {

  body,
  html {
    overflow-x: hidden;
  }

  div {
    box-sizing: content-box;
  }

  .main {
    /* overflow: hidden; */
  }

  .iim img {
    width: 100%;
    height: auto !important;
  }

  .jyjy_top {
    width: auto;
    height: 60px;
  }

  .rl {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
    width: 100% !important;
    box-sizing: border-box;
  }

  .w1200 {
    width: 100%;
    padding: 10px;
    overflow: hidden;
  }

  .left_box,
  .left_box a.jy_l,
  .left_box a.jy_l img,
  .left_box ul,
  .rigth_box,
  .rigth_box a.jy_r,
  .rigth_box a.jy_r img,
  .rigth_box ul {
    max-width: 95vw !important;
  }

  .doctitle {
    margin-left: 15px;
    width: 70vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
