﻿.card-body .content{
    background:#fff;
    position: relative;
    box-shadow: 0 0 8px #eee;
    border-radius: 8px;
    min-height:300px;
    padding-right:10px ;
    padding-left:10px ;
    margin: 8px;
    overflow: hidden;}
.content h2{text-align:center;}
.content em{text-align:center;display:block}
.content img{max-width:100%;height:auto;}
pre {
    background-color:#ccc;
    padding-right: 10px;
    padding-left:10px ;
    margin: 8px;
    box-shadow: 0 0 8px #eee;
}
.vod {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 25%;
    color: #555;
    font-size: 14px;
    padding: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 767px) {
    .card .card-body .vod {
        width: 50%;
    }
}

.card .card-body .vod:hover {
    color: #555;
    background: #eee;
}

.card .card-body .vod .pic {
    flex: none;
    width: 190px;
    height: 85px;
}

@media (max-width: 767px) {
    .card .card-body .vod .pic {
        width: 95px;
        height: 70px;
    }
}

.card .card-body .vod .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card .card-body .vod .text {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 4px 0;
}

.card .card-body .vod .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    height: 2.85714286em;
}

.card .card-body .vod .info {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 12px;
}
.newslist {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 33%;
    color: #555;
    font-size: 14px;
    padding: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 767px) {
    .card .card-body .newslist {
        width: 50%;
    }
}

.card .card-body .newslist:hover {
    color: #555;
    background: #eee;
}

.card .card-body .newslist .pic {
    flex: none;
    width: 190px;
    height: 85px;
}

@media (max-width: 767px) {
    .card .card-body .newslist .pic {
        width: 95px;
        height: 70px;
    }
}

.card .card-body .newslist .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card .card-body .newslist .text {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 4px 0;
}

.card .card-body .newslist .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    height: 2.85714286em;
}

.card .card-body .newslist .info {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 12px;
}
.vodlist {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 25%;
    color: #555;
    font-size: 14px;
    padding: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 767px) {
    .card .card-body .vodlist {
        width: 100%;
    }
}

.card .card-body .vodlist:hover {
    color: #555;
    background: #eee;
}

.card .card-body .vodlist .pic {
    flex: none;
    width: 190px;
    height: 85px;
}

@media (max-width: 767px) {
    .card .card-body .vodlist .pic {
        width: 95px;
        height: 70px;
    }
}

.card .card-body .vodlist .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card .card-body .vodlist .text {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 4px 0;
}

.card .card-body .vodlist .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    height: 2.85714286em;
}

.card .card-body .vodlist .info {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 12px;
}