.service-info {
  margin-top: 30px;
}
.service-info li{
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #eee;
}
.service-info li:hover {
  color: #0075e1;
  border-color: #aaa;
}
.service-info li:last-child {
  margin-bottom: 0;
}
.service-info li a {
  padding: 8px 0;
  background-color: #F2F8FF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.service-info li img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.section1 .swiper-container {
  margin-top: 5px;
  width: 49%;
  height: 300px;
}
.swiper-container .swiper-slide {
  position: relative;
}
.news-list {
  width: 49%;
}
.news-list .first-news {
  padding-bottom: 5px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.news-list .first-news h3{
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.news-list .first-news p {
  text-indent: 2em;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 2em;
}

#swiper2 {
  height: 110px;
}
#swiper2 .swiper-slide a {
  display: block;
  width: 221px;
  height: 100px;
  padding: 5px;
}
#swiper2 .swiper-slide img {
  width: 210px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #ccc;
}


.section4 .tabbar {
  position: relative;
}
.more-link {
  position: absolute;
  right: 0;
  top: 5px;
}

.part-title {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.part-title i {
  margin-right: 5px;
}

#swiper3 {
  height: 330px;
  margin-bottom: 20px;
}
#swiper3 .swiper-slide {
  box-sizing: border-box;
  position: relative;
}
#swiper3 .swiper-p {
  left: 0px;
  background-clip: content-box;
}

.expert-item {

  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.expert-item h3 {
  transform: none;
}
.expert-item img {
  width: 85px;
  height: 100px;
  margin-right: 5px;
  border: 1px solid #ddd;
}
.expert-item h4 {
  margin: 5px 0;
}
.expert-item p {
  text-indent: 2em;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 16px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.important-news {
  display: flex;
  margin-bottom: 10px;
}
.important-news img {
  width: 200px;
  height: 120px;
  margin-right: 20px;
}
.section4 .important-news,
.section4 .important-news img {
  height: 130px;
}
.important-news h3 {
  margin-bottom: 20px;
}
.important-news .descrip {
  margin-bottom: 20px;
  text-indent: 2em;
  line-height: 2em;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.important-img {
  width: 100%;
  margin: 10px auto;
  display: block;
  height: 130px;
}
