.widget_ggw .one {
 margin: 10px auto;
 height: 160px;
 overflow: hidden;
 position: relative;
 width: 100%;
}
.widget_ggw .one ul {
 height: 160px;
 width: 100000px;
 position: absolute;
 left: 0;
}
/*ul width的宽不能过小*/
.widget_ggw .one ul li {
 display: block;
 float: left;
 margin: 5px;
 height: 150px;
 border-radius: 20px;
 position: relative;
}
.widget_ggw .one ul li a {
 display: inline-block;
 height: 150px;
}
.widget_ggw .one ul li img {
 border-radius: 20px;
 display: block;
}
.widget_ggw .one ul li a span {
 height: 0;
 display: block;
 background: #f9f9f9cc;
 position: absolute;
 bottom: 0;
 color: var(--focus-color);
 font-size: 0px;
}
.widget_ggw .one ul li a:hover span {
 height: 150px;
 line-height: 150px;
 font-size: 20px;
 text-align: center;
 transition: all 0.7s;
 border-radius: 20px ;
}
.widget_ggw{
    padding: 1px 15px !important;
}