


.dtl13 {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.dtl13 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.dtl13 .dtl {
    background: #FFCC00;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0 15px;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl13 .dtl h3 {
    color: #D40511;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.dtl13 .dtl p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #9d9c9c;
    text-indent: 10px;
}
.dtl13 .dtl a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #FFCC00;
    float: right;
    font-size: 13px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}
.dtl13 .dtl a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
}
.dtl13:hover .dtl {
    visibility: visible;
    opacity: 1;
    left: 25px;
    top: 25px;
}
.dtl14 {
    width: 100%;
    position: relative;
    /* -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); */
}
.dtl14 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.dtl14 .dtl {
    background: #FFCC00;
    width: 100%;
    position: absolute;
    height: 150%;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0 15px;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl14 .dtl h3 {
    color: #D40511;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.dtl14 .dtl p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #000;
    text-indent: 10px;
}

/* .dtl14 .dtl a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
} */
.dtl14:hover .dtl {
    visibility: visible;
    opacity: 1;
    /* left: -25px; */
    top: 25px;
}
