
.sjyc{
display:none;}








.xb{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -3%;}
.xb li{
    width: 44%;
    margin: 0 3%;}
.xb li .img{
    width: 100%;
    margin-bottom: 10px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    padding-top: 160%;}
.xb li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;}
.xb li .bt{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;}
.xb li .sj{
    font-size: 14px;
    color: #003a8e;
    text-indent: 19px;
    background: url(images/sj.png) no-repeat left center;
    font-weight: bold;}
.xb li:hover .img{box-shadow:0 0 17px #999;}

