@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blackMask {
	position: absolute;
	background: rgba(0,0,0,0.30) fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.cont {display: block;margin: 100px auto;width: 768px;text-align: center;background-color: white;position: relative;z-index: 1;border-radius: 5px;box-shadow: 0 0 8px rgba(0, 0, 0, 1);font-family:'Raleway',sans-serif;min-height: 300px;}
p.unvan {float: left;width: calc(100% - 40px);padding: 20px;font-weight: bold;border-bottom: 1px solid rgba(0,0,0,0.37);}
.Group {float: left;width: calc(50% - 40px);padding: 20px;text-align: left;}
.Group:nth-child(even) {
}
.Group p {float: left;width: 100%;text-align: center;}
.Group p b {
}
.Group p span {
}