.universal-list-news-list-wrap .slide-item figure {
    position: relative;
    overflow: hidden;
}
.universal-list-news-list-wrap .slide-item figure .img-block {
    overflow: hidden;
}
.universal-list-news-list-wrap .slide-item figure .img-block a {
    display: block;
}
.universal-list-news-list-wrap .slide-item figure figcaption {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
}
.universal-list-news-list-wrap .slide-item figure figcaption a {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 8;
    text-decoration: none;
}
.universal-list-news-list-wrap .slide-item figure figcaption a:before {
    content: ' ';
    display: block !important;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: .225s ease-in-out;
    -o-transition: .225s ease-in-out;
    transition: .225s ease-in-out;
}
.universal-list-news-list-wrap .slide-item figure figcaption a:hover:before {
    background-color: rgba(0,0,0,0.5);
}
.universal-list-news-list-wrap .slide-item figure figcaption a .news-desc {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    padding: 15px;
    -webkit-transition: .225s cubic-bezier(.8, 0, .3, 1);
    -o-transition: .225s cubic-bezier(.8, 0, .3, 1);
    transition: .225s cubic-bezier(.8, 0, .3, 1);
}
.universal-list-news-list-wrap .slide-item figure figcaption a:hover .news-desc {
    position: absolute;
    top: 80%;
    right: 50%;
    bottom: auto;
    left: auto;
}
.universal-list-news-list-wrap .slide-item figure figcaption a .news-desc .date {
    font-size: 15px;
}
.universal-list-news-list-wrap .slide-item figure figcaption a .news-desc .h3 {
    font-weight: normal;
    font-size: 18px;
}




.universal-list-news-detail-wrap {
    margin-bottom: 30px;
}