﻿.enldetailtable
{
   display: inline-table;width:calc(100% - 10px);table-layout: fixed;margin:5px;
}
.enldetailrow
{
   display: table-row;
}
.enldetailcell
{
   display: table-cell;padding: 0 10px;padding-bottom: 15px;
}
.enldetaillinkimage
{
   width: 100%;height: 240px;border:1px solid lightgray;border-bottom-width:0;overflow: hidden;
}
.enldetaillinkimage a
{
   position: relative;display: inline-block;z-index: 20;width:100%;
}
.enldetaillinkdesc
{
   width: 100%;height: 60px;font-size: 14px;border:1px solid lightgray;border-top-width:0;
}
.enldetaillinkdesc p
{
   text-align:center;padding: 8px 0;margin: 0;
}
.enldetailenlarge img
{
   cursor: pointer;transition: all 0.6s;
}
.enldetailenlarge a:hover > img
{
   transform: scale(1.4);
}