/*
@Author:Qiu Tingyu
@Create Time: 2015-6-29 9:02
@Last Modified Time:
*/
}

/*----------- 遮罩内容区 开始------------------------------------*/
/*----------- 从底部上升的遮罩效果 开始---------------------------*/
.content-title{
	margin-top: 50px;
	text-align: center;
}
.content{
	width:1100px;
	height: auto;
	margin:20px auto;
	padding: 15px 25px 15px 25px;
}
.con{
	width: 240px;
	height: 198px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.con img{
	width:240px;
	height: 198px;
}
.txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	overflow:hidden;
}
.txt h3{
	font-weight: normal; font-size:14px;
}
.txt h3 a{color:#fff; font-size:16px;}
.txt h3 a:hover{color:#2fba9e;font-size:16px; text-decoration:underline;}
.txt p{
	font-size: 14px;
	display: block;
	line-height: 20px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 1em;
	-moz-margin-after: 1em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
}
/*------------- 从底部上升的遮罩效果 结束 ------------------------------*/
