.view {
	width: 100%;
	float: left;
	border: 7px solid rgba(255,255,255,1);
	overflow: hidden;
	position: relative;
	text-align: center;
	/*-webkit-box-shadow: 1px 3px 2px rgba(47%,51%,54%,0.6);
	-moz-box-shadow: 1px 1px 2px rgba(47%,51%,54%,0.6);
	box-shadow: 1px 1px 2px rgba(47%,51%,54%,0.6);*/
	cursor: default;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*background-color: rgba(255,255,255,1);
	padding: 7px;*/
	/*background-image: url(../images/bgimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}
.view .mask,.view .content {
   min-width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

	/*width: 230px;
   height: 153px;*/
   /*max-width:*/

/*.view {
   width: 100%;
   margin: 6px;
   float: left;
   border: 7px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 3px 2px rgba(47%,51%,54%,0.6);
   -moz-box-shadow: 1px 1px 2px rgba(47%,51%,54%,0.6);
   box-shadow: 1px 1px 2px rgba(47%,51%,54%,0.6);
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
	width: 100%;
    height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
	width: 100%;
}*/

.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 15px;
	padding: 5px;
	background: rgba(19, 46, 58, 1);
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	line-height: 22px;
}
.view p {
	font-family: "微軟正黑體", Helvetica, Arial,sans-serif;
	font-style: normal;
	font-size: 12px;
	position: relative;
	color: #fff;
	text-align: justify;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 18px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 9px 16px;
	background: rgba(19, 46, 58, 1);
	color: #fff;
	text-transform: uppercase;
	/*-webkit-box-shadow: 0 0 1px #727171;
   -moz-box-shadow: 0 0 1px #727171;
   box-shadow: 0 0 1px #727171;*/
	line-height: 22px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	/*border-radius: 8px;*/
	/*-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;*/
}
.view a.info: hover {
   /*-webkit-box-shadow: 0 0 5px #727171;
   -moz-box-shadow: 0 0 5px #727171;
   box-shadow: 0 0 5px #727171;*/
}
