﻿
.box {
    width: 374px;
    margin: 20px 10px;
    height: 350px;
    background: #fff;
    float: left;
    box-shadow: 0px -3px 22px 0px rgba(0, 0, 0, 0.44);
}

.box .pic {
    margin: 20px 0;
    float: left;
    width: 100%;
    height: 208px;
    overflow: hidden;
    padding: 0px 0px;
    text-align: center;
}

.box .jb {
    float: left;
    width: 65px;
    height: 20px;
    line-height: 20px;
    background: #ea3e3e;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 13px;
    margin-top: 6px;
}

.gzjb-con-title1 {
    height: 58px;
    width: 289px;
    float: right;
    margin-right: 0px;
}

.gzjb-con-jianjie {
    width: 374px;
    height: 40px;
    background: #ea3e3e;
    float: left;
    color: white;
}

.gzjb-con-jianjie span{
    float: left;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px
}

.gzjb-con-jianjie .jb-pic {
    height: 30px;
    width: 20px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 3px;
    margin-right: 10px;
}

.jb-from{
    float: right!important;
    margin-right: 10px;
}

.img-scale:hover{
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}

.half-img {
    width: 42%!important;
     transition: all 0.6s;
}

.half-img:hover{
    transform: scale(1.2);
}
