﻿.bar-box{
    height: 440px;
}
.bar-text {
    padding:0;
    height: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #070707 30%, #780C06 100%);
    color: #fff;
}
.bar-bg img{
    max-width:100%;
}
.bar-x-box{
    position: absolute;
    top:0;
}
.bar-title {
    display: inline-block;
    width: auto;    
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    margin-top: 100px;
}
.bar-desc { text-align: left; margin-top: 20px; padding: 0 33px; }
.bar-link{
    display: inline-block;
    margin-top: 75px;
    padding: 15px 50px;
    background: linear-gradient(to bottom, #F84747 0%, #9D2929 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 6px;
}
.bar-link:hover { color: #fff; }
.bar-link:focus { color: #fff; }

.bar-item { }
.bar-item a { display:block; position:relative; }
.bar-item a:hover > div { display:block; }
.bar-item div { float:left; width:25%; }
.bar-item img { width:100%; height:440px; }
.bar-item-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.bar-item-bg span { display:block; }
.bar-item-bg-tit {
    margin-top: 33%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:40px;
}
.bar-item-bg-btn{
    margin: 6% auto;
    width: 85%;
    border: #888 1px solid;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(255,255,255,.2);
}