@charset "utf-8";
/****reset style*****/

body{
    background: url("../images/case-bodybg.png") center no-repeat;
    background-size: cover;
}

.case-title {
    text-align: center;
    height: 138px;
}

.case-title h2 {
    font-size: 48px;
    line-height: 138px;
    color: #3364a8;
}

.caselist-box li {
    height: 140px;
    margin-bottom: 15px;
}
.caselist-box li a {
    padding: 35px 80px;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    display: block;
    /* border: 1px solid #a4a3a3; */
    padding-right: 200px;
    background:url("../images/listbg.png") center no-repeat;
}

.caselist-box li .imgbox {
    width: 403px;
    height: 246px;
    position: absolute;
    left: 16px;
}

.caselist-box li .imgbox img {
    width: 100%;
    height: 100%;
}

.caselist-box li h3 {
    font-size: 22px;
    font-weight: normal;
    color: #3e3d3d;
    line-height: 26px;
    margin-bottom: 16px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caselist-box li .det {
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caselist-box li .time {
    color: #3364a8;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 36px;
    top: 30px;
}

.caselist-box li .time b {
    font-size: 40px;
    display: block;
    font-weight: normal;
    line-height: 52px;
}

.caselist-box li:hover h3 {
    color: #3364a8;
    font-weight: bold;
}

.caselist-box li:hover a {
    background: #fff;
}
.caselist-box li:hover a {
    border-color: transparent;
}

.caselist-box li:hover {
    border: 2px solid #3364a8;
}







