/* pc端样式 */
@media screen and (min-width:768px) {
  .dividing {
    height: 20px;
    background-color: #F1F1F1;
  }

  #content {
    padding-top: 77px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 144px;
  }

  .info_title {
    border-bottom: 1px solid #ececec;
    margin-bottom: 27px;
  }


  .info_title span {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    color: #333333;
  }
  .about_ul li {
    margin-bottom: 5px;
  }
  .about_ul li:last-child {
    margin-bottom: 0;
  }
  .about_ul li::before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: black;
    margin-right: 5px;
  }
  .about_me_ifms {
    margin-bottom: 11px;
  }
  .about_titleImg {
    width: 745px;
    margin: 24px 0 66px 0;
  }

  p {
    width: 770px;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 0;
  }

  .right_title {
    height: 60px;
    font-size: 36px;
    font-family: Poppins;
    text-align: left;
    color: #171721;
    line-height: 46px;
    border-bottom: 1px solid #ececec;
  }

  .tj img {
    width: 370px;
    height: 420px;
  }
  .about_info {
    margin-top: 66px;
  }
}

/* h5端样式 */
@media screen and (max-width:768px) {
  .dividing {
    height: 20px;
    background-color: #F1F1F1;
    display: none;
  }

  #content {
    padding-top: 0.466667rem;
    margin-bottom: 0.693333rem;
    overflow: hidden;
  }

  .info_title {
    border-bottom: 1px solid #ececec;
    margin-bottom: 0.186667rem;
  }

  .info_title span:first-child {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #333333;
    letter-spacing: 3px;
  }

  .info_title span:last-child {
    font-size: 0.653333rem;
    font-family: Poppins-SemiBold;
    color: #333333;
  }

  .about_me_ifms {
    font-size: 0.32rem;
    font-family: Poppins-Regular;
    margin-bottom: 0.24rem;
  }

  .about_ul li {
    font-size: 0.32rem;
    margin-bottom: 0.106667rem;
  }

  .about_ul li::before {
    display: inline-block;
    content: '';
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 100%;
    background-color: black;
    margin-right: 0.066667rem;
  }

  .about_titleImg {
    width: 8.773333rem;
    height: 4.866667rem;
    margin: 0.4rem 0 0.36rem 0;
  }

  .about_titleImg2 {
    width: 8.773333rem;
    height: 9.36rem;
    margin: 0.4rem 0 0.36rem 0;
  }

  p {
    width: 770px;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 0;
  }

  .right_title {
    /* height: 60px; */
    font-size: 0.653333rem;
    font-family: Poppins;
    text-align: left;
    color: #171721;
    border-bottom: 1px solid #ececec;
  }
  .tj img {
    width: 4.213333rem;
    height: 4.76rem;
  }
}