@charset "utf-8";


/* content ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#appListWp{
	width:290px;
	margin:10px auto 0 auto;
	position:relative;
	padding-bottom:20px;
}
#appListWp #applistBg1{
	position:absolute;
	left:0;
	top:0;
	width:290px;
	background:url(../../img/portal/news_detail/bg_newsdetail_head.png) left top no-repeat;
	background-size:100% auto;
	z-index:3;
	padding-bottom:20px;
}
#appListWp #applistBg2{
	position:absolute;
	left:0;
	top:0;
	width:290px;
	background:url(../../img/portal/news_detail/bg_newsdetail_foot.png) left bottom no-repeat;
	background-size:100% auto;
	z-index:2;
	padding-bottom:20px;
}
#appListWp #applistBg3{
	position:absolute;
	left:0;
	top:0;
	width:290px;
	background:url(../../img/portal/news_detail/bg_newsdetail_body.png) repeat-y;
	background-size:100% auto;
	z-index:1;
	padding-bottom:20px;
}
#appListWp #applistCont{
	position:absolute;
	left:0;
	top:0;
	width:290px;
	z-index:4;
	font-size:83.3%;
	padding-bottom:20px;
}
#appListWp #applistCont h1{
	padding:8px 0 0 1px;
}

.moreNews{
	width:100%;
	padding:0 0 13px 0;
	text-align:center;
}
.moreNews img{
	width:125px;
}
/* /content +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

