<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@media screen and (max-width:600px){
	body {width: 100%;}
}

.cityu-outer cityu-layout-fullcontent {
    margin: 0 auto;
    width: 100%;
}
  */
p{

	text-align: justify;

}


.grid{
	width:960px;
	height:370px;
	margin:auto;
}



.left{
	width:378px;
	height:370px;
	float:left;
	padding:0px;
	position:relative;
}

.top{

	float:right;
	width:582px;
	height:185px;
	padding:0px;

	position:relative;

}

.down{
	float:right;
	width:582px;
	height:185px;
	padding:0px;
	position:relative;

}




.cell-child {
	height:100%;
	width:100%;
	position:absolute;
	
}

.img-hover {
	background:rgba(0,0,0,1.00);
	opacity:0;
	position:relative;
	text-align:center;
	
	
}

.img-hover:hover {
	opacity:0.9;
}

.hover-title{
	color:white;
}

.button {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: #b01861;
  border: none;
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  border-radius:15px;
}
</pre></body></html>