
a.productitem {
	margin: 0 30px 30px 0;
	padding: 5px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 5px;
}
a.productitem:hover {
    background-color: #fff;
    box-shadow: 0 0 15px #a9d5f1;
}
a.productitem span {
    font-size: 16px;
    line-height: 40px;
}

.caseitems {
    /*min-height: unset;*/
}

.pagin {
    padding-bottom: 45px;
}

/* case details */

.producttitle {
    color: #3a3a3a;
    padding-top: 65px;
    padding-bottom: 25px;
	line-height: unset;
}
.productnum {
	line-height: unset;
	background: unset;
    border-bottom: solid 1px #f6f6f6;
	padding-bottom: 15px;
}
.productcontent {
    padding: 0 20px;
    margin-bottom: 45px;
}


.casedtj {
    border-top: solid 1px #eaeaea;
    padding-top: 30px;
}
.itema {
    width: 232px;
    overflow: hidden;
    height: 210px;
    padding: 10px;
    float: left;
    background: #f5f5f5;
    margin-right: 10px;
    border-radius: 5px;
}
span.imgbg img {
    width: 100%;
}
span.block.name {
    text-align: center;
    line-height: 35px;
    font-size: 16px;
	color: #6a6a6a;
}
