.fangan-banner {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.new-container {
  max-width: 1200px;
  margin: 0 auto;
}

.fangan-banner h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
}

.fangan-banner p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.section {
  width: 100%;
  padding: 20px 0 100px;
}

.section-one {
  background-color: #f4f6f8;
}

.fangan-neirong {
  width: 100%;
}

.fangan-neirong h2 {
  font-size: 28px;
  color: #333333;
  padding: 60px 0 10px;
  text-align: center;
}

.neirong-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.neirong-list>a {
  width: 49%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px 50px 0 20px;
  min-height: 180px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  box-shadow: 0px 6px 6px 0px rgba(0, 43, 109, 0.06);
}

.neirong-list>a>img {
  width: 50px;
  margin-right: 20px;
}

.text-content {
  flex: 1;
}

.text-content>h3 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.text-content>p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section-two {
  background-color: #fff;
}

.case-section h2 {
  font-size: 28px;
  color: #333333;
  padding: 60px 0 20px;
  text-align: center;
}

.case-section h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
}

.case-section h3 a {
  color: #3689F7;
}

.case-section-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.case-section-items>li {
  margin-top: 20px;
  border: 1px solid #e1e4e5;
  height: 136px;
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yanjiuyuan-case-section-items>li{
  background: linear-gradient(-30deg, #FFFFFF, #F2F5F8);
  border: 1px solid #E1E4E5;
  flex-direction: column;
}

.yanjiuyuan-case-section-items>li p{
  font-size: 16px;
font-weight: bold;
color: #3E6693;
margin-top: 16px;
}

.case-section-items>li img{
  max-width: 100%;
}

.section-three {
  padding: 60px 0;
  background: url(../../images/test-service/fangan-new/banner-02.jpg) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-three h2 {
  font-size: 38px;
  color: #333333;
}

.section-three p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 20px 0 30px;
}

.section-three a {
  width: 138px;
  height: 44px;
  background: linear-gradient(90deg, #4BAAF8, #3486F7);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}

/* 适配移动端 */
@media screen and (max-width:767px) {
  .new-container {
    padding: 0  .8rem;
    box-sizing: border-box;
  }

  .fangan-banner {
    padding: 0 1rem;
    height: 12rem;
  }

  .fangan-banner h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .fangan-banner p {
    font-size: .9rem;
  }

  .fangan-neirong h2 {
    font-size: 1.4rem;
    padding: 2.6rem 0 0;
  }

  .text-content>h3 {
    font-size: 1rem;
  }

  .section {
    width: 100%;
    padding: 0 0 3rem;
  }

  .neirong-list>a {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    min-height: auto;
    align-items: flex-start;
    margin-top: 20px;
  }

  .case-section h2 {
    font-size: 1.4rem;
    padding: 2.6rem 0 1rem;
  }
  
  .case-section h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
  }

  .case-section-items {
    margin-top: 1rem;
  }

  .case-section-items>li {
    height: auto;
    width: 48%;
    margin-top: 1rem;
  }

  .section-three{
    padding: 2rem 1rem;
    box-sizing: border-box;
  }

  .section-three h2 {
    font-size: 1.5rem;
  }
  
  .section-three p {
    font-size: 1rem;
  }

}