.galleryWrap {
    margin: 0 auto;
    width: 1220px;
    height: 900px;

}

.gallery_item {

    width: 1220px;
    
/*    image-resolution: 300dpi;*/
}

.gallery_item ul {

    margin-top: 100px;
    width: 1220px;
    height: 100px;

}

.gallery_item ul:first-child {
    margin-top: 0;
}
.gallery_item ul li a img{
    display: block;
    width:250px;
    height:150px;
    
}

.gallery_item ul li {
    margin: 30px 0;
    display: inline-block;
    width: 250px;
    height: 150px;
    margin-left: 114px;

    text-align: center;
}
.gallery_item ul li a{
    line-height:30px;
    color:black;
}
