﻿.bg-zhuhuadt{
    background-image: url("../image/home_news_bg.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0 50px;
    margin-bottom: 150px;
}
.content{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.content-item {
    width: 300px;
    padding: 20px;
    position: relative;
    height: 383px;
}
.content-item:hover .content-item-title{
    color: #333;
}
.content-item:hover .content-item-time,.content-item:hover .content-item-describe{
    color: rgb(97,97,97);
}
.zhdt-title{
    color: white;
    margin: 20px;
}
.zhdt-describe{
    color: white;
    font-size: 18px;
    margin-bottom: 2rem;
}
.content-item-time{
    color: white;
    display: block;
    opacity: 0.9;
    transition: all 0.3s;
}
.zhdt-fg{
    width: 47px;
}
.content-item-title{
    font-size: 16px;
    color: white;
    opacity: 0.9;
    font-weight: 600;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content-item-describe{
    color: white;
    font-size: 14px;
    opacity: 0.9;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.content-item-img {
    width: 260px;
    border-radius: 9px;
    position: absolute;
    bottom: 20px;
}
.bg-content{
    width: 300px;
    padding: 20px;
    position: absolute;
    height: 383px;
    transform: translateX(350px);
    top: 0;
    opacity: 0;
    border-radius: 10px;
    background-color: white;
    transition: all 300ms ease;
}
@media screen and (max-width: 1100px) {
    .bg-zhuhuadt{
        display:none;
    }
}
