.width {
	width: 1200px;
	margin: auto;
}

.box-top {
	text-align: center;
	padding: 20px 0 5px 0px;
}

.box-top h3 {
	font-size: 32px;
	color: #3ca6ab;
}

.box-top h3 span {
	font-size: 32px;
	font-weight: bold;
	color: #3ca6ab;
}

.box-top i {
	display: inline-block;
	height: 2px;
	width: 60px;
	background: #f21439;
	margin-bottom: 5px;
}

.box3 ul {
	clear: both;
	overflow: hidden;
}

.box3 ul li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
}

.box3 ul li .img {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 106px;
	border-radius: 4px;
}

img {
	width: auto;
	max-width: 100%;
	border: 0 none;
	vertical-align: middle;
	border: 0 none;
}

.box3 ul li h3 {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
#list{
    width: 1200px;
    margin: 10px auto;
}
#list .rows {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#list .rows .listItem {
 width: calc(33.333% - 20px * 2 / 3);
  padding:15px 15px 1px 15px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #eee;
  overflow: hidden;
  transition: transform 0.6s ease;
}
#list .rows .listItem:hover img{
    transform: scale(1.1);
  transition: transform 0.3s ease;
}
#list .rows .listItem:hover{
    transform: translateY(-10px);
}
#list img{
    width: 100%;
  height: auto;
  display: block;
  border-radius:4px;
  transition: transform 0.3s ease;
}
 #list h5{
     font-size: 18px;
     font-weight: bold;
     margin-top: 15px;
 }   
 #list p{
      padding: 5px 0;
      color: #555;
 }
@media (max-width: 768px) {
    #list{
    width: 100%;
}
#list .rows{
    gap: 0;
}
 #list .rows .listItem {
     padding: 0 10px;
 width: 50%;
 margin-bottom:10px;
 box-shadow: none;
     
 }
  #list .rows .listItem:hover{
      transform:none
  }
  #list .rows .listItem:hover img{
      transform: scale(1);
  }
  #list h5{
      margin-top: 5px;
      font-size: 14px;
      text-align: center;
  }
  #list p{
display: none;
 }
}
@media screen and (max-width: 991px) {
	.width {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.showFigure li {
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.box3 {
		padding: 18px 18px 0 18px;
	}


	.box3 .box-top {
		display: none;
	}

	.box3 ul li .img {
		width: 32px;
		height: 32px;
	}

	.box3 ul li h3 {
		font-size: 12px;
		margin-top: 5px;
		color: #333;
	}


}