/*
@Author:Qiu Tingyu
@Create Time: 2015-6-29 9:02
@Last Modified Time:
*/

@charset "utf-8";
*{padding: 0; margin: 0;}
img{border: none;}
ol,ul,li{list-style: none;}
body{}

/*----------- 遮罩内容区 开始------------------------------------*/
/*----------- 从底部上升的遮罩效果 开始---------------------------*/
.content-title{
	margin-top: 50px;
	text-align: center;
}
.content{
	width:1150px;
	height: 350px;
}
.con{
	width: 274px;
	height: 235px;
	float: left;
	margin-right: 13px;
	margin-bottom: 35px;
	position: relative;
	cursor: pointer;
}
.con img{
	width:274px;
	height: 235px;
}
.txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff; background: rgba(0,0,0,0.7);

}
.txt a{
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.txt p{
	font-size: 13px;
	display: block;
	line-height: 10px; 
	color:#FFFFFF; 
	-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;
}
/*------------- 从底部上升的遮罩效果 结束 ------------------------------*/