.banner{
    height:824px;
    min-width: 1200px;
    background-image:url(../images/index/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.breadcrumb{
    height:88px;
    line-height: 88px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.breadcrumb-current{
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #E60012;
    display: inline-block;
}
.breadcrumb-title{
    display: inline-block;
    overflow: hidden;
}
.breadcrumb-separator{
    margin:0 8px;
    display: inline-block;
    overflow: hidden;
}
.breadcrumb-link{
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.details{
    padding-bottom:50px;
}
.details-title{
    font-size: 20px;
    font-weight: 500;
    color: #101010;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    margin-top:20px;
}
.details-time{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
    margin-bottom: 30px;
}
.details-html img{
    max-width: 100%;
}