.local-center {
  width: 1400px;
  margin: 0 auto;
}
.gl-content{
  width: 1400px;
}
.gl-c-l-title{
  padding: 10px;
  line-height: 30px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.gl-c-l-title img{
  margin-top: 0;
}
.gl-c-l-content a{
    padding-left: 40px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gl-c-right{
  width: 1140px;
}
.gl-c-l-content .active i{
  top: 50%;
  margin-top: -5px;
  left:18px;
}

@media screen and (max-width: 768px) {
  .local-center {
    width: 100%;
  }
  .gl-content {
    padding: 0 0.2rem 0.4rem;
    width: 100%;
    min-height: auto;
    box-sizing: border-box;
  }
  .gl-content .gl-c-left {
    width: 100%;
  }
  .gl-content .gl-c-left .gl-c-l-title {
    font-size: 0.36rem;
    line-height: 1rem;
  }
  .gl-content .gl-c-left .gl-c-l-content a {
    padding-left: .7rem;
    font-size: 0.34rem;
    line-height: 0.9rem;
  }
  .gl-c-l-content .active i{
    left: .24rem;
  }
  .gl-content .gl-c-right {
    margin-top: 0.5rem;
    padding: 0.2rem 0.2rem 0;
    width: 100%;
    box-sizing: border-box;
  }
  .gl-content .gl-c-right .universal-titile2 a {
    font-size: 0.36rem;
  }
  .gl-content .gl-c-right .new-list {
    padding: 0.15rem 0;
  }
  .gl-content .gl-c-right .new-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .gl-content .gl-c-right .new-list li a {
    font-size: 0.32rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
  }
  .gl-content .gl-c-right .new-list li span {
    padding-left: 0.2rem;
    font-size: 0.32rem;
    flex-shrink: 0;
  }
}/*# sourceMappingURL=zzgl-zsy.css.map */