.service-1-content {
  /* display: flex;
	justify-content: space-between; */
  margin-top: 50px;
}

.service-list {}

.service-list ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #989596;
  cursor: pointer;
  position: relative;
}
.service-list ul li.active{
  background: #1E5189;
}
.service-list ul li:hover {
  background: #1E5189;
  color: #fff;
}

.service-list ul li:not(:first-child) {
  margin-top: 5px;
}

.service-p {
  margin-top: 30px;
}

.t-font {
  font-size: 20px;
}

.service-list ul li img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.list-con li {
  width: 100%;
  background: gray;
  padding: 30px;
}

.list-in {
  display: inline-block;
  vertical-align: middle;
}

.list-in-title {
  border-bottom: 1px solid #DBDBDB;
}

.list-in-2 {
  margin-left: 100px;
}

.service-content li {
  width: 100%;
  padding: 20px;
  background: #fff;
  position: relative;
}

.service-content li:not(:first-child) {
  margin-top: 20px;
}

.service-content li:hover {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.18);
}

.service-content li img {
  width: 320px;
  margin-right: 30px;
}

.news-in {
  display: inline-block;
  /* margin-left: 30px; */
  vertical-align: top;
  /* max-width: 800px; */
  max-width: 490px;
}

.news-title {
  color: #111;
  font-size: 18px;
  font-weight: bold;
}

.news-icon {
  /*background: #61BC41;*/
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  font-size: 10px;
}

.all {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.all a {
  color: #1E5189 !important;
}

.news-item {
  max-height: 134px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.news-item {
  margin-bottom: 0;
}

