.banner-bar {
    height: 367px;
    /*background: url('../../img/news/detail-bg.png') no-repeat;*/
    background-size: cover;
}

.banner-bar .title {
    display: flex;
    align-items: center;
    padding-top: 122px;
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.banner-bar .desc{
    font-size: 28px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.banner-bar .bread {
    margin-top: 32px;
    width: 210px;
    height: 42px;
    background: #ffffff1f;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
}

.banner-bar .bread a {
    color: #FFFFFF;
}

.banner-bar .bread span {
    margin: 0px 10px;
}
/* 底部 */
.footer {
    padding-top: 24px !important;
}
/* 主体部分 */
.list {
    margin-top: 80px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}
.list .item{
    width: 32%;
    position: relative;
    margin: 10px 8px;
    margin-bottom: 94px;
}
.list .item img{
    width: 100%;
    height: 248px;
}
.list .item .card{
    background-color: #fff;
    position: absolute;
    bottom: -70px;
    /* width: 336px; */
    width: calc(100% - 48px);
    margin-left: 24px;
    box-shadow: 0px 0px 40px 1px rgba(21,27,38,0.05);
}
.card .card-title{
    padding: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}
.card .card-desc{
    padding: 0 24px;
    padding-bottom: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.card .time{
    align-items: center;
    border-top: solid 1px #FFF9E5;
    padding-left: 24px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.card .time .details:hover{
    color: #FFC001;
}
.card .time .details:hover a{
    color: #FFC001;
}
.card .time a{
    color: #999999;
}
.card .time .details{
    cursor: pointer;
    padding: 16px 24px;
    background-color: #fff9e5;
}
