.anli-list .img-list{ justify-content: space-between;}
.anli-list .img-list li{
    width: 23%;
   margin-bottom: 20px;
}
.anli-list .img-list img{
    width: 100%;
}
.anli-list .img-list li a{
    display: block;
    position: relative;
}
.anli-list .img-list h2{
    position: absolute;
    bottom: 0;
    background: #2d2c2c63;
    color: #fff;
    width: 100%;
    line-height: revert;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cgal{padding-bottom:60px;}
#cgal .m-four .m-four-l .title-list li:nth-child(2){
line-height: 25px;
  background: #77a8d8;
  color: #fff;
  padding: 0 22px;
  border-radius: 0 1rem 1rem 0;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
    margin: 0;
  height: auto;
  margin-right: 14px;

}
#cgal .m-four .m-four-l .title-list li:nth-child(2).active{
     background: #2273c2;
}
#cgal .m-four-l .four-l-list li .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #4f6dcd;
  margin-right: 10px;
}
@media (max-width:767px){
    .anli-list .img-list li {
  width: 49%;
  margin-bottom: 3vw;
}
#cgal{padding-bottom:10vw;}
}
@media (max-width:575px){
#cgal .m-four-l .four-l-list li .circle {
  margin-bottom: 3vw;
}}