<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@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;}
a{text-decoration: none;}
body{ font-family: "å¾®è½¯é›…é»‘";}

/*----------- é®ç½©å†…å®¹åŒº å¼€å§‹------------------------------------*/
/*----------- ä»Žåº•éƒ¨ä¸Šå‡çš„é®ç½©æ•ˆæžœ å¼€å§‹---------------------------*/
.content-title{
	margin-top: 50px;
	text-align: center;
}
.content9{
	width:1500px;
	height: 500px;
	margin:20px auto;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
}
.con{
	width: 370px;
	height: 448px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.con img{
	width:370px;
	height: 448px;
}
.txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.txt h3{
	font-weight: normal;
}
.txt p{
	font-size: 14px;
	display: block;
	line-height: 20px;
	-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;
}
/*------------- ä»Žåº•éƒ¨ä¸Šå‡çš„é®ç½©æ•ˆæžœ ç»“æŸ ------------------------------*/
/*------------- é®ç½©å†…å®¹åŒº ç»“æŸ--------------------------------------*/</pre></body></html>