﻿.imglist{
    width: 100%;
}
.imglist_main{
    width: 1300px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.14);

}
.imglist_main_name{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #02a1b2;
    line-height: 40px;
}
.imglist_main_name h3{
    padding: 0  6px;
    font-size: 20px;
    border-bottom: 2px solid #02a1b2;
}
.imglist_main_content{
    padding: 20px;
}
.imglist_main_content>ul{
    display: flex;
    justify-content: space-between;
}
.imglist_main_content>ul>li{
    width: 32%;
    height: auto;
    text-align: center;
}
.imglist_main_content img{
    width: 100%;
    object-fit: fill;
}
.imglist_main_content>ul>li>div:nth-child(1){
    padding: 0 10px;
}
.page{
    margin-top: 30px;
    color: #02a1b2;
}