﻿#banner
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:119px;
	background:url(../img/phone_zyzt_bannerBg.jpg) no-repeat center center;
	background-size:100%;
	position:relative;
}
#banner h1
{
	font-size:36px;
	text-align:right;
	font-weight:bold;
	color:#d00;
	position:absolute;
	right:10px;
	bottom:10px;
	text-shadow:1px 1px #fff,-1px -1px #fff,-1px 1px #fff,1px -1px #fff;
	font-family:"华文行楷";
}
#descBox
{
}
#descBox h2
{
	position:relative;
	top:10px;
	left:20px;
	text-indent:-9999px;
	width:146px;
	height:43px;
	background:url(../img/phone_zyzt_desc_titleBg.png) no-repeat;
}
#descBox p
{
	margin:0 10px;
	position:relative;
	top:-10px;
	background:#fff;
	border:1px solid #ECECEC;
	border-radius:6px;
	padding:10px;
	font-size:12px;
	line-height:1.8em;	
	z-index:-99;
	padding-top:25px;
	color:#666;
	text-indent:2em;
}

#childArticleTypeBox
{
	background:#fff;
	border:1px solid #ECECEC;
	border-radius:6px;
	padding:10px;
	margin:0 10px 10px;
}
#childArticleTypeBox a
{
	font-size:14px;
	text-decoration:none;
	color:#666;
	line-height:2em;
	word-break:keep-all;
    white-space:nowrap;
    margin-right:5px;
}

.EmptyBox
{
	text-align:center;
	height:300px;
	display:block;
	padding-top:150px;	
}
.EmptyBox span {
	padding-left: 20px;
	background: url(../img/gonggao.gif) no-repeat left center;
	font-size: 14px;
	color: #666;
	font-family: '微软雅黑';
}