/* hover dir style */
/* 樣式調整 */
.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}

.da-thumbs li {
    float: left;
    /* margin-right: 10px; */
    background: #ffffff;
    border: 2px solid #fafafa;
}

.da-thumbs li a {
    display: block;
    position: relative;
    cursor: pointer;
}

.da-thumbs li a {
    overflow: hidden;
    color: #ffffff;
}

.hot-info {
    color: #ffffff;
}

.da-thumbs li a div {
    position: absolute;
    background: #019875;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}

.da-thumbs li a div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Hover效果樣式: */
.da-slideTop {
    top: 0px;
}

.da-slideLeft {
    left: 0px;
}

.da-thumbs li a h2 {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    margin: 8px;
}

.da-thumbs li a p {
    font-size: 12px;
    line-height: 18px;
    margin: 6px 8px;
}
