/**组件样式**/
/**组件样式**/
/**组件样式**/
.ztlj ul{
display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: left;}
.ztlj ul li {
  height: 100px;
  line-height: 100px;
  width: 24%;
  margin-right: 1%;}

.ztlj ul li a {

  display: block;
  overflow: hidden;
  background: #018990;
  height: 100px;
  line-height: 100px;
  display: flex;
  align-items: center;}

.ztlj ul li a .img {
  width: 70px;}
.ztlj ul li a .box {
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  flex: 1;}
.ztlj ul li a .img span {
  padding-bottom: 100%;
  background: none;
  width: 100%;
  height: 0;
  padding-bottom: 96.25%;
  overflow: hidden;
  display: block;
  margin-left: 10px;}
.gp-ellipsis {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;}
.ztlj ul li a .box h3 {
  color: #fff;
  font-weight: bold;
  font-size:20px;}
.ztlj ul li:nth-child(2) a {
  background: #D1A23D;}
.ztlj ul li:nth-child(3) a {
  background: #22b6c5;}
.ztlj ul li:nth-child(4) a {
  background: #79ac30;}
.ztlj ul  li a .img span img {
  display: block;
  width: 100%;
  height: 65px;
  object-fit: cover;}
.mid5{
margin-top:70px;}
.gnmk ul li .icon{
  width: 100px;
border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
  background: #018990;
  padding: 10px;}

.gnmk ul li .icon div{
 margin: 0 auto;}
.gnmk ul li .icon img {
  margin: 0 auto;
  width: 100%;
  height: 100%;}
.gnmk ul li h3 {
text-align: center;
  font-size: 16px;
  margin-top: 10px;}

.imgbed{
display:block;
position:relative;
padding-top:93%;
height:0;
vertical-align:top;}
.imgbed img{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;}
