﻿@charset "utf-8";
*{padding: 0; margin: 0;}
img{border: none;}
ol,ul,li{list-style: none;}
a{text-decoration: none;}

/*----------- 遮罩内容区 开始------------------------------------*/
/*----------- 从底部上升的遮罩效果 开始---------------------------*/

.content{text-align:center;
	
}
.con{
	width: 47%;
	float:left;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
border:solid 1px #ccc;
margin-left:2%;
margin-right:0%;
	height:350px;
	overflow-y: hidden;
}
.con img{
	width:100%;
}
.txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	line-height: 45px;
	text-align: center;
	color: #000;
	background-color: rgba(255,255,255,0.80);
}
.txt h3{
	font-weight: normal;margin-bottom:20px;font-size:26px;
}
.txt p{
	font-size: 20px;
	display: inline-block;	
	border-radius: 100px;
	border:solid 2px red;
	padding:0px 13px 5px 13px;
	color:red;
}
/*------------- 从底部上升的遮罩效果 结束 ------------------------------*/
/*------------- 遮罩内容区 结束--------------------------------------*/