﻿@charset "utf-8";/*! * Even base CSS * Date: 2012-9-23 * Email: leyewen@163.com*/ 
.caseConList{clear:both;height:auto;padding-left:15px;margin-top:7px}
.caseConList .caseForm{float:left;width:275px;height:315px;margin:15px 17px;margin-left:0;border:1px solid #eee;background-color: #fff;}
.caseConList .caseForm .bgPanel{width:275px;height:275px;background:rgba(0,0,0,0.5); position:absolute;transition:opacity .6s ease;opacity:0}
.caseConList .caseForm .bgPanel .viewCase{font-family:"微软雅黑";width:100px;height:44px;background:#ff7e36;border-radius:22px;margin:120px auto 0;cursor:pointer}
.caseConList .caseForm .bgPanel .viewCase .icon{height:24px;width:25px;float:left;margin-top:10px;margin-left:16px;background:url(../images/bg04.png) -525px -181px no-repeat}
.caseConList .caseForm .bgPanel .viewCase .tip{height:44px;line-height:44px;color:#fff;font-size:14px;float:left;margin-left:5px}
.caseConList .caseForm .caseViewPanel{width:265px;height:250px;margin:10px}
.caseConList .caseFormHover{background-color:#eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:#fff}
.caseConList .casePic{height:275px;overflow: hidden;}
.caseConList .casePicHover{background:url(../images/casepic-hover2.png) no-repeat}
.caseConList .casePic img{display:block;width:275px;}
.caseConList .caseText{clear:both;height:auto;padding:0;font-family:"微软雅黑";text-align:center;}
.caseConList .caseText a{text-decoration:none;text-shadow:1px 1px #fff;font-size:14px;font-weight:bold;color:#00D2A6;margin-left:20px}


/*page分页*/
.page {
	padding:10px 0 0;
	clear:both;
	text-align:center;
}
.page a, .page span {
	display:inline-block;
	height:20px;
	text-align:center;
	padding:0 8px;
	border:1px solid #ded7d7;
	line-height:20px;
	font-size:12px;
	margin-right:3px;
	color:#666;
}
