.detail {
    position: relative;
  }
  .detail .tagsView {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
  }
  .detail .tagsView .tagsView_position {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 22px;
  }
  .detail .tagsView .tagsView_position i {
    padding-top: 4px;
    padding-right: 5px;
  }
  .detail .detail_content {
    padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .detail .detail_content .title {
    font-size: 20px;
    color: #494949;
    text-align: center;
  }
  .detail .detail_content .time {
    color: #A5A5A5;
    font-size: 12px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #BBBBBB;
  }
  .detail .detail_content .content {
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 26px;
  }
  .content>img{
    width: auto;
  }
  .content p,
  .content span{
    font-size: 16px !important;
    color: #726E6E !important;
	line-height: 28px;
  }
  .content p img {
	margin: 10px auto;
  }
  .detail .detail_content .about {
    padding-bottom: 60px;
  }
  .detail .detail_content .about > h3 {
    color: #494949;
    font-size: 18px;
    padding: 5px 12px;
    border-left: 5px solid #1c67b6;
    margin-bottom: 30px;
  }
  .detail .detail_content .about .about_content {
    position: relative;
    display: flex;
    flex-flow: row wrap;
  }
  .detail .detail_content .about .about_content .about_item {
    width: 23.5%;
    border: 1px solid #E1E1E1;
    cursor: pointer;
    margin-bottom: 20px;
	margin-right: 15px;
  }
  .detail .detail_content .about .about_content .about_item:nth-child(5n) {
    margin-right: 0;
  }
  .detail .detail_content .about .about_content .about_item .about_item_img {
    width: 100%;
    overflow: hidden;
  }
  .detail .detail_content .about .about_content .about_item .about_item_img img {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .detail .detail_content .about .about_content .about_item .about_item_title {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .detail .detail_content .about .about_content .about_item .about_item_content {
    color: #9B9B9B;
    font-size: 13px;
    padding: 0 10px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .detail .detail_content .about .about_content .about_item .about_item_time {
    color: #9A9A9A;
    font-size: 12px;
    padding: 0 10px 20px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .detail .detail_content .about .about_content .about_item:hover img {
    transform: scale(1.2, 1.2);
  }
  .detail .detail_content .about .about_content .about_item:hover .about_item_title {
    color: #1c67b6;
  }
  @media screen and (max-width: 768px) {
    .detail {
      width: 92%;
      margin: 0 auto;
    }
    .detail .detail_content .title {
      font-size: 16px;
    }
    .about {
      padding-bottom: 30px !important;
    }
    .about_item {
      width: 48.5% !important;
    }
    .about_item_content {
      font-size: 12px !important;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal;
    }
    .detail .detail_content .about > h3 {
      margin-top: 30px;
    }
    .content p img,
    .content div img{
      width: 100% !important;
      height: auto !important;
    }
  }
  