/* 页面底部样式 */
.footer-area-bottom{
    position: fixed;
    bottom: 0;
}
.area-padding {
  padding: 0 0px 56px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
   .testimonials{
     margin-top: 50px;
   }
    .testimonials .testimonial-item {
      box-sizing: content-box;
      padding: 30px 30px 30px 60px;
      margin: 30px 15px;
      min-height: 200px;
      box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
      position: relative;
      background: #fff;
    }
    .testimonials .testimonial-item .item{
      margin-top: 12px;
      line-height: 26px;
    }
    .testimonials .testimonial-item h2 {
      font-size: 26px;
    }
    .testimonials .testimonial-item .item span:nth-child(1) {
        font-size: 14px;
        color: #999999;
    }

    @media (max-width: 767px) {
      .testimonials .testimonial-wrap {
        padding-left: 0;
      }
      .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
      }
      .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
      }
    }

    .testimonials .testimonial-item2 {
        box-sizing: content-box;
        padding: 12px 30px 30px 16px;
        min-height: 200px;
    }

    .testimonials .testimonial-item2 .item h5 {
        border-left: 2px solid #194e6d;
        padding-left: 15px;
        font-size: 18px;
        line-height: 42px;
    }

    .testimonials .testimonial-item2 .item h6 {
        border-left: 2px solid #194e6d;
        margin-left: 40px;
        text-indent: 1em;
        font-size: 17px;
        line-height: 42px;
    }

    /* 一级标题分类下的p */
    .testimonials .testimonial-item2 .item p {
        margin-left: 40px;
        text-indent: 2em;
        font-size: 16px;
        line-height: 30px;
        color: #999999;
    }

    @media (max-width: 767px) {
      .testimonials .testimonial-item2 .item p {
        margin-left: 0;
      }
    }

    /* 二级标题分类下的li */
    .testimonials .testimonial-item2 .item .item-content ul li {
        margin-left: 76px;
        font-size: 16px;
        line-height: 38px;
        color: #999999;
        list-style: decimal;
    }

    /* 主要起草人 */

    .testimonials .testimonial-item2 .item .item-content .mainpeo {
        margin-left: 30px;
    }

    .testimonials .testimonial-item2 .item .item-content .mainpeo strong {
        font-size: 16px;
        line-height: 42px;
        padding-left: 30px;
    }
    
    /* 二级标题分类下的p */
    .testimonials .testimonial-item2 .item .item-content ul li p{
        font-size: 16px;
        line-height: 48px;
        color: #999999;
    }

    /* 一级标题分类下的li */
    .testimonials .testimonial-item2 .item ul li {
        margin-left: 62px;
        font-size: 16px;
        line-height: 40px;
        color: #999999;
        list-style: circle;
    }