﻿.title {                                                         /*cont*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    font-family: inherit;
    color: #555;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1em;
    margin-top: 10px;    /*cont卡片顶部填充距离*/
}



.barBox {
    position:relative;
    width:100%;
}
        .barBox img {
            position:relative;
            width:100%;
            max-height:450px;
            min-height:320px;
            object-fit: cover;   /*保持图片比例缩放*/
            object-position: center center;
            }
       
.barWord {
    position:absolute; 
    background-color:transparent;
    width:auto;
    height:auto;
    top:12%;
    left:6%;
    font-size:30px;
    color:#ffffff; 
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.60); /*投影效果*/
    z-index:20;
}
    .barWord span {
        font-size:22px;
    }
    .barWord a {
        color:#fff;
        text-decoration: none !important;
        position:absolute; left:60%;font-size:16px;line-height:2;
        font-family:Arial;
    }
        .barWord a:hover {
            color:#d3d3d3;
            text-decoration:underline;
        }