html,body{
	width:100%;
	overflow-x: hidden;
	overflow-y:auto;
	height:100%;
}
body{
    font-size:0.16rem;
}


.questions-wrapper{
	
	/* position: absolute; */
	width:100%;
	/* height: 18.7rem; */
	background:url(../img/webimg/bg_top.png) center;
	background-size:100% auto;
	/* position: relative; */
	/* background-repeat: repeat-y; */
	/* top: 120px; */
	margin-top:1.2rem;
	overflow:hidden;
}
.q_bg{
	height: 4.68rem;
	overflow: hidden;
	/* background: url(../img/webimg/pic_fyxw.png);
	background-position:100% ; */
}
.q_bg>img{
	width: 100%;
	display:block;
}
.list-wrapper{
	text-align: center;
	padding: 0.1rem 0 0.7rem 0;
}
.list-wrapper>div{
	display: inline-block;
	text-align: initial;
	vertical-align: top;
	
}
.list{
	width: 12rem;
}
.list .title{
	text-align: center;
	color: #226EC8;
	font-size: 0.32rem;
	padding: 0.36rem 0;
	background-image:url("../img/webimg/pic_lan_long.png") ;
	background-size:11.76rem ;
	background-repeat:no-repeat ;
	background-position: 0.12rem 0.8rem;
}
.item-list{
	width:100%;
	padding-bottom: 0.60rem;
	margin-top: 0.24rem;
	position: relative;
	/* display: flex;
	flex-wrap: wrap;
	flex-direction: row; */
}
.item-list li{
	/* float:left; */
	width: 2.72rem;
	display: inline-block;
	margin: 0 0.12rem;
	/* overflow: hidden; */
	vertical-align: top;
}
.item-list li>div{
	padding-bottom: 0.24rem;
	margin: 0.18rem 0 0.36rem 0;
	background: #ffffff;
	border-radius: 0.05rem;
    overflow: hidden;
    box-shadow: 0 0 0.2rem rgba(0,79,134,0.2);
}
/* .item {
	position: absolute;
} */

.news-img-wrapper{
	height: 1.53rem;
	overflow: hidden;
	position: relative;
}
.news-img-wrapper img{
	width: 100%;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}
.news-title{
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333;
	padding: 0 0.08rem;
	margin-top: 0.16rem;
}
.news-title>a{
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333;
}
.news-info{
	color: #999999;
	line-height: 0.24rem;
	font-size: 0.14rem;
	padding: 0 0.08rem;
	margin-top: 0.16rem;
}
.news-time{
	padding: 0.24rem 0.08rem 0 0.08rem;
	color: #999999;
    font-size: 0.14rem;
    height: 0.4rem;
}
.news-time img{
	vertical-align: text-bottom;
    height: 0.2rem;

}
.news-time span{
	color: #999999;
	font-size: 0.14rem;
	height:0.24rem;
	line-height: 0.24rem;
}
.get-detail{
	background: url(../img/webimg/btn_ry_a.png);
	background-size:1.58rem 0.42rem ;
	background-repeat:no-repeat ;
	background-position:center ;
	height: 0.42rem;
	line-height: 0.42rem;
	text-align: center;
	color: #ffffff;
	margin: 0.19rem 0 0 0;
	cursor: pointer;
}
.get-detail:hover{
	background: url(../img/webimg/btn_ry_b.png);
	background-size:1.58rem 0.42rem ;
	background-repeat:no-repeat ;
	background-position:center ;
	
}

.get-detail>a{
	color: #ffffff;
}
.load-more{
	width: 2.82rem;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;
	margin: 0.5rem auto;
	/* background: url(../img/webimg/bg_add_more_b.png);
	background-repeat: no-repeat;
	background-position: center; */
	font-size: 0.18rem;
	color: #759FE6;
	cursor: pointer;
}
@media screen and (max-width:1300px){
	.q_bg>img{
		width:1300px !important;
	}
	.list-wrapper{
		width:1300px;
	}
	.list{
		width: 820px !important;
	}
	
} 
