/*水平有限，先实现效果，再考虑代码优化。*/
/*需要考虑最小宽度。*/
/*字体*/
* {
	padding: 0;
	margin: 0;
}
p, h2 {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
body {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
}
.tt {
	background-image: url(../images/fupan2018.jpg);
	background-position: center center;
	min-width: 1200px;
	height: 810px;
}

/*---------*/
.rwjs {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.rwjs-01 {
	width: 194px;
	height: 300px;
	display: inline-block;
	margin: 60px 21px 0 21px;
}
.rwjs-01 img {
	width: 189px;
	height: 194px;
	display: block;
}
.rwjs-01 p img {
	width: 39px;
	height: 32px;
	display: inline-block;
}
.rwjs-01 p {
	width: 194px;
	height: 32px; 
	position: absolute; 
	line-height: 32px;
}
.rwjs-01 p span {
	float: right;
	font-size: 20px;
}
.rwjs-01 h3 {
	text-align: center;
}
h3 {
	font-size: 26px;
	width: 194px;
	margin: 0 0;
	font-weight: 700;
}
h3 span {
	font-size: 20px;
	font-weight: 500;
}

.rwjs-01 p img {
	cursor:pointer;
}