html,body{
	width:100%;
	overflow-x: hidden;
	overflow-y:auto;
	height:100%;
}
body{
    font-size:0.16rem;
}


.questions-wrapper{
	
	/* position: absolute; */
	width:100%;
	/* height: 19.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/Banner1.jpg);
	background-position-y:center ;
}
.q_bg>img{
	width: 100%;
}
.list-wrapper{
	text-align: center;
	padding: 0.10rem 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;
}
.list .title .pic_btn{
	float:right;
	margin-right:0.6rem;
	color:#999999;
	font-size:0.2rem;
	margin-top:0.2rem;
	cursor: pointer;
}
.list .title .pic_btn a{
	color:#999999;
}
.item-list{
	margin-top: 0.24rem;
	position: relative;
}
.item-list li{
	width: 3.68rem;
	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.3rem 0;
	background: #ffffff;
	border-radius: 0.05rem;
	overflow: hidden;
	box-shadow: 0 0 0.2rem rgba(0,79,134,0.2);
}

.news-img-wrapper{
	height: 2.07rem;
	overflow: hidden;
	position: relative;
}
.news-img-wrapper .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url(../img/webimg/icon_play_l.png);*/
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background: #000000;
	opacity: 0.3;
	filter:alpha(opacity=30); /* IE */  
	-moz-opacity:0.3; /* 老版Mozilla */  
	-khtml-opacity:0.3; /* 老版Safari */  
}
.play-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/webimg/icon_play_l.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 20%;
	display:none;
}
.news-img-wrapper img{
	width: 100%;
}
.news-title{
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333;
	padding: 0 0.08rem;
	margin-top: 0.16rem; 
}
.news-title a{
	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.12rem 0.08rem 0 0.08rem;
}
.news-time img{
	vertical-align: text-bottom;
	display:block;
	float: left;
	height: 0.25rem;
    margin-top: 0.07rem;
}
.news-time span{
	color: #999999;
	font-size: 0.14rem;
	line-height: 0.4rem;
}
.get-detail{
	background: url(../img/webimg/btn_ry_b.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.24rem 0 0 0;
	cursor: pointer;
}
.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;
}
