html,body{
	width: 100%;
	height: 100%;
}
.wrap{
	width: 100%;
	height: 100%;
	background: url(../img/background2.png)no-repeat center;
	background-size: 100% 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.img_div{
	width: 2.5rem;
	height: 2.43rem;
	background: url(../img/circle.png)no-repeat;
	background-size: 100%;
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	z-index: 9;
	padding-top: 0.07rem;
}
.ministerSay_list img{
	width: 2.36rem;
	height: 2.36rem;
	border-radius: 100%;
	margin: 0 0.07rem;;
}
.img_div i{
	position: absolute;
	right: 0.15rem;
	bottom: 0.15rem;
	width: 0.55rem;
	height: 0.55rem;
	background: url(../img/play.png)no-repeat;
	background-size: cover;
}
.ministerSay_list{
	width: 7rem;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 0.4rem 0;
}
.ministerSay_list li{
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 0.34rem;
}
.ministerSay_list li h2{
	width: 1.65rem;
	height: .53rem;
	margin: 0.1rem auto;
	background: #ffc433;
	background-size: 100%;
	font-size: 0.3rem;
	line-height: 0.53rem;
	text-align: center;
	color: #d5060a;
	border-radius: 3px;
	box-shadow: 0 0 7px #9c5353;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ministerSay_list li h3{
	font-size: 0.24rem;
	line-height: 1.5;
	color: #fcb430;
	margin: 0.15rem auto;
	padding: 0 0.4rem;
}
.ministerSay_list li p{
	font-size: 0.22rem;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fddfb1;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
