.col-xs-6 {
    padding: 0;
}

.impNews-container {
    margin: 30px auto;
}

.impNews {
    position: relative;
    height: 100%;
}

.impNews-content {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.image-subcard {
    box-shadow: 0 5px 5px #e8e8e8;
    margin-bottom: 0;
    margin: 15px auto;
    cursor: pointer;
    overflow: hidden;
    padding: 0 !important;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.atvimg {
    overflow: hidden;
    transition: 300ms;
}

.atvimg img {
    width: 50%;
    transition: all .3s;
}

.image-subcard .caption {
    padding: 3%;
}

.image-subcard .caption .text{
    padding: 0 5%;
    margin-top: 15px;
    font-size: 1.6rem;
    height: 34px;
}

.share {
    position: relative;
    margin-top: 16px;
    width: 100%;
}

.share span {
    color: #333;
    font-size: 1.2rem;
    margin-left: 11px;
}

.share-img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    margin-right: 19px;
}

.image-subcard .share img {
    width: 18px;
    height: 18px;
    transition: all .3s;
}

.image-subcard:hover {
    background-color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.image-subcard:hover .share-img {
    display: block;
}

.qrcode {
    position: absolute;
    top: -150px;
    left: 10%;
    padding: 5px;
    margin-left: -50px;
    width: 102px;
    height: 120px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.qrcode p {
    font-size: 1rem;
    bottom: 0;
    margin-bottom: 0;
}

@media(max-width:1200px) {
    .impNews-container {
        margin: 20px 0;
    }

    .impNews {
        padding: 0 25px!important;
    }

    .image-subcard {
        width: 90%;
    }

    .image-subcard .atvimg {
        width: 200%;
    }

    /*.image-subcard .atvimg img{
        height: 128px;
    }*/

    .image-subcard .caption .text{
        font-size: 12px;
    }

    .image-subcard .caption {
        top: 136px;
        margin: 5px;
    }
    
}

@media(max-width:992px) {
    html {
        font-size: 8px
    }
}

@media(min-width:1200px) {
    .image-subcard{
        width: 255px;
        height: 280px;
    }

    .image-subcard .atvimg{
        width: 510px;
        height: 158px;
    }

}

@media(max-width:620px) {

    .image-subcard .caption .text {
        /* 瓒呭嚭涓よ鏄剧ず銆傘�傘�� */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

