@charset "utf-8";

/* CSS Document */

body {
	background-image: url(../images/htmlBg.png);
}

.web .pageBody {
	overflow: visible;
	padding-top: 25px;
	min-height: 650px;
}

.web aside {
	width: 230px;
	padding-bottom: 190px;
	background-image: url(../images/asideBg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.web aside .rootColumn {
	background-image: url(../images/rootColumn.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 270px;
	height: 45px;
}

.web aside .rootColumnTitlebar {
	background-repeat: no-repeat;
	width: 230px;
	height: 60px;
	padding: 0px;
	position: relative;
	text-indent: -9999px;
}

.web .subNav {
	background-color: #ffffff;
	width: 230px;
	padding-top: 15px;
}

.web .subNav li {
	position: relative;
	height: auto;
	line-height: 45px;
	text-indent: 0;
	margin-bottom: 4px;
}

.web aside .subNav li a {
	background-image: url(../images/navItemBg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 45px;
	font-size: 14px;
	font-weight: normal;
	line-height: 45px;
	width: 230px;
	color: #666;
	text-align: center;
}

.web .subNav li.current a {
	color: #ddd;
	font-weight: normal;
}

.web .subNav li:hover a {
	color: #ddd;
	font-weight: normal;
}

.web .subNav li.current li.current a {
	background-color: #eee;
	color: #333;
	height: 20px;
}

.web .subNav li li a {
	background: none;
	text-indent: 50px;
	height: 35px;
	border-bottom: solid 1px #eee;
	font-weight: normal;
}

.web .subNav li.current li a {
	background: none;
	color: #666;
	font-size: 12px;
	height: 35px;
}

.web .subNav li.current li.current a {
	height: 35px;
	background-color: #eee;
	color: #333;
}

.web .subNav li.current ul {}

.web .subNav ul ul {
	padding-left: 0px;
}

.web .subNav li.current ul {
	display: block;
}

.web #banner {
	position: absolute;
	top: -130px;
	display: none;
}

.web .columnTitlebar {
	width: 930px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	left: 40px;
	top: 0px;
}

.web .columnContent {
	background-repeat: no-repeat;
	min-height: 430px;
	margin-left: 40px;
	margin-top: 45px;
}

.web .columnLocation {
	right: 0px;
	background-image: url(../images/home.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	top: 4px;
	color: #000;
}

.web .columnLocation a {
	color: #000;
}

.web .columnLocation a:hover {
	color: #19827e;
}

.web .pageContent {
	width: 930px;
}

.mobile .common_article.attachStyle4 ul.articleList .title {
	line-height: 20px;
}

.mobile .common_article.attachStyle3 ul.articleList .title {
	line-height: 20px;
	overflow: hidden;
	height: 40px !important;
}

.mobile .common_article.attachStyle3 ul.articleList .preview {
	height: 70px !important;
}

.mobile #columnContent35 iframe {
	width: 100%;
	height: 150px;
}