

ul,
ol,
li {
    list-style: none outside none;
}

a,a:hover {
    text-decoration: none;
}
.clearFix {
    *zoom: 1;
    clear: both;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* .clear {
    width: 100%;
    overflow: hidden;
} */

.public_footer{
max-width: 1400px;
margin-left: auto;
margin-right: auto;
  margin-top: 14px;
  margin-top: 14px;
}

.public_footer .ul-inline li {
    float: left;
}
/* .public_footer {
    width: 100%;
} */
.public_index{
    width: 100%;
}
.public_index ul {
   padding-left: 0;
}
.public_index li {
      width: 12.5%;
}


.public_footer .index_title3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    width: 1em;
    padding: 10px 30px 10px 0;
    border-right: 1px solid #168586;
}


.public_index ul a{
    display: block;
    color: #222222;
    font-size: 1.4rem;
    font-size: 14px;
}
.public_index ul a.title_s16{
  height: 40px;
  line-height: 17px;
    padding: 4px 6px 0;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
}
.public_index ul li:hover a{
    color: #007072;
}

.public_index .color_a{
    background: #f0f0f0;
}

.public_index .color_b {
    background: #f7f7f7;
}
.public_index .color_c{
    background: #fbfbfb;
}
.public_index .item {
         padding: 0.6rem 0 0.6rem;
        text-align: center;
}

.public_footer .img_centered {
    display: block;
    overflow: hidden;
    position: relative; 
    /* 上滑动效 */
}
.public_index .img_centered {
    height: 44px;
    top: 0;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.public_index .item:hover .img_centered {
     top: -4px;
 }

 @media screen and (max-width:991px) {
    .public_footer {
        max-width:100%;
        margin-left: auto;
        margin-right: auto;
    }
    .public_index li {
        width: 25%;
    }
   
 }

  @media screen and (max-width:540px) {
      .public_index li {
          width: 50%;
      }
.public_index .item {
    padding: 0.6rem 0 0.6rem;
    text-align: center;
}
  }