.gallery-list2.photo li .date{top:0; left: 0; margin: 0; width: 123px; height: 40px; line-height: 40px; padding: 0; text-align: center; border: 0; background-color: rgba(0,0,0,0.6); border-radius: 0;}
.gallery-list2.photo li .tmb{height: 237px; overflow: hidden;}
.gallery-list2.photo li .tmb img{height: 237px;}
.gallery-list2.photo li .subject{color: #333333; padding: 0; -webkit-line-clamp: 2;  height: 62px; max-height: 62px;top: 73.6%;}
.gallery-list2.photo li a:hover .subject{color: #2466c7; font-weight: bold; text-decoration: underline;}
.gallery-list2.photo li{overflow: visible;}
.gallery-list2.photo li:before{position: absolute; width:calc(100% + 32px); height: 1px; background-color: #dddddd; content: " "; bottom: 0;}
.gallery-list2.photo li:nth-child(3n):before{width:calc(100% + 16px); left: -16px}
@media only all and (max-width: 1024px){
    .gallery-list2.photo li .subject{font-size: 18px; line-height: 28px;height: 56px; max-height: 56px;}
    .gallery-list2.photo li:before{height: 0;}
}

@media only all and (max-width: 767px){
    .gallery-list2 li a{padding-top: 86.6%}
    .gallery-list2.photo li .subject{font-size: 16px; top: 79.6%;}
}