




.dqbg_box{
	width: 100%;
}
.dqbg_box h1,
.dqbg_box h2{
	font-size: 0.13rem;
	color: #d12519;
	font-weight: normal;
	height: 0.48rem;
	line-height: 0.48rem;
	background: #fff;
	padding: 0 0.1rem; 
	position: relative;
}
.dqbg_box h2:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ededed;
}
.dqbg_box ul{
	background: #fff;
	padding: 0 0.1rem;
}
.dqbg_box ul:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.dqbg_box ul li{
	width: 49%;
	position: relative;
	float: left;
	margin: 0 0 2% 0;
}
.dqbg_box ul li:nth-child(even){
	margin: 0 0 2% 2%;
}
.dqbg_box ul li div.img{
	width: 100%;
	padding-top: 136.19%;
	position: relative;
	overflow: hidden;
}
.dqbg_box ul li div.img img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.dqbg_box ul li div.word{
	width: 100%;
	height: 0.3rem;
	background: #eeeeee;
	padding: 0 5px;
	overflow: hidden;
}
.dqbg_box ul li div.word p{
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.3rem;
	width: 100%;
	height: 0.3rem;
	text-align: center;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}