img{ border: 0;}
.slideshow {
    width: 100%;
    display: block;
    object-fit: cover;
}

.bg-primary{
    background-color: #072b77 !important;
}
.btn-primary{
    background-color: #072b77;
    border-color: #072b77;
}

.btn-primary:hover{
    background-color: #033198;
    border-color: #033198;
}

.bg-white-10{
    background: rgba(255,255,255,.1);
}

.product-list .card img{
    transition: all 0.3s ease;
}
.product-list .card:hover,
.news-list .media:hover{
    background: #072b77 !important;
    color: #fff !important;
}
.product-list .card:hover img{
    transform: scale(1.1);
}

.news-list .media:hover a{ color: #fff !important;}

.copyright{
    bottom: 2rem;
}

/*新闻列表*/
a.news-items:hover{
    background-color:#fff !important;
   box-shadow: 0 0 20px rgba(0,0,0,.1);
}


.in-code img{  max-width: 240px;}
