@charset "utf-8";
/* CSS Document */
* {
	font-size: 14px;
	font-family:tahoma;
}
body, html {
	margin:0;
	padding:0;
}
ul, li {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
textarea {
	resize:none;
}

div.panel {
	width: 970px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
a.banner {
	
}
a.banner img {
	width: 100%;
}
div.nav {
	margin: 20px 0;
}
div.nav, div.nav * {
	color: #888;
}
div.nav span {
	color: #333;
}
div.backHome {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #e5f9e6;
	background-color: #479b4c;
	cursor: pointer;
	font-weight: bold;
	z-index: 20;
}
div.titlePanel {
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}
div.titlePanel div.title{
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 2px solid #35912d;
	background: no-repeat center left;
	font-size: 18px;
	padding-left: 30px;
}
div.titlePanel div.title.new {
	background-image: url('../images/greenStyle/ico_sj.png');
}
div.titlePanel div.title.scdt {
	background-image: url('../images/redStyle/ico_scdt.png');
}
div.titlePanel div.title.mapIcon {
	background-image: url('../images/redStyle/ico_map.png');
}

div.bothPanel {
	border: 1px solid #ddd;
	border-top: none;
}

div.map {
	float: left;
	width: 84%;
	height: 700px
}

div.channelPanel {
	float: left;
	border-left: 1px dotted #ddd;
	width: 15%;
	height: 700px;
	overflow: hidden;
	overflow-y: auto;
}
div.channelPanel div.channelItem {
	text-align: center;
	height: 150px;
	cursor: pointer;
}
div.channelPanel div.channelItem img {
	margin-top: 10px;
	height: 80px;
}
div.channelPanel div.channelItem div.txt {
	margin-top: 10px;
	font-size: 16px;
}
div.channelPanel div.channelItem.selected div.txt {
	color: #dd191d;
}

#dialog div.title {
	font-weight: border;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
}
#dialog div.image {
	text-align: center;
	margin-bottom: 10px;
}
#dialog div.image img {
	height: 250px;
}
#dialog div.text {
	line-height: 25px;
}

div.footer {
	background: url('../images/footer.png') no-repeat center center;
}
div.footer div.footerLine {
	margin: 3px auto;
	text-align: center;
}
div.footer div.footerLine a {
	padding: 0 10px;
	border-left: 1px solid #ddd;
	font-size: 12px;
	color: #000;
}
div.footer div.footerLine a:first-child {
	border-left: none;
}
div.footer div.footerLine span  {
	font-size: 10px;
}