* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background: #ffffff;
	font-family: "����", sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	text-decoration: none;
}

td {
	font-family: "����", sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	text-decoration: none;
}

a {
	font-family: "����", sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	text-decoration: none;
}
a:link {
}
a:visited {
	color: #83006f;
}
a:hover {
	color: #ba2636;
	text-decoration: underline;
}
a:active {
	color: #ba2636;
	text-decoration: underline;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #579bdf;
	margin: 0;
	*margin: 5px 0 -7px 0;
	float: none;
	*float: left;
	display: block;
}

#box {
	margin: 0 3px;
}

#building {
	width: 100%;
}
#building p {
	margin: 5px 0;
}
#building .platformName {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
#building hr {
	height: 1px;
	border: none;
	border-top: 1px solid #579bdf;
	margin: 0;
	*margin: 0 0 -14px 0;
	float: none;
	*float: left;
	display: block;
}

#logo {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	max-height: 120px;
    max-width: 240px;
}

#navigate {
	width: 100%;
}
#navigate p {
	margin: 0 3px;
}
#navigate p a {
	line-height: 180%;
	white-space: nowrap;
	margin-right: 1px;
}
@media screen and (max-device-width: 400px) {
	#navigate p a {
		width: 12%;
		display: inline-block;
	}
}
#navigate p a:link {
	color: #1e50a2;
	padding: 5px 10px;
}
#navigate p a:visited {
	color: #83006f;
}
#navigate p a:hover {
	color: #ba2636;
	text-decoration: underline;
}
#navigate p a:active {
	color: #ba2636;
	text-decoration: underline;
}

.ad {
	width: 100%;
	margin-top: 5px;
}
.ad img {
    border: 1px solid #cccccc;
    width: 100%;
    max-height: 10vh;
    height: fit-content;
    max-width: 50vh;

}

.column {
	width: 100%;
	margin-top: 5px;
}
.column_title {
	width: 100%;
	background: #f7f9fc;
	border-top: 1px solid #579bdf;
	border-bottom: 1px solid #bdd7f2;
}
.index_column_title p {
	margin: 2px 3px;
}
.index_column_title p a {
	margin: 0 5px;
}
.index_column_title p a:link {
	color: #1e50a2;
}
.index_column_title p a:visited {
	color: #83006f;
}
.index_column_title p a:hover {
	color: #ba2636;
	text-decoration: underline;
}
.index_column_title p a:active {
	color: #ba2636;
	text-decoration: underline;
}
.index_column_title p img {
	margin: 0 -10px 0 -5px;
	vertical-align: middle;
}
.column_content {
	width: 100%;
	word-break: break-all;
}
.column_content p {
	margin: 2px 5px;
}
.column_content p img{
	width: 100% !important;
	height: fit-content !important;
}
.column_content .content_title{
	margin: 10px;
}
.column_content p a {
	white-space: nowrap;
	margin-right: 5px;
}
.column_content ul {
	margin: 2px 5px;
	list-style: none;
}
.column_content ul li {
	background: url(../images/li_dot.gif) no-repeat left center;
	padding: 5px 8px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.column_content form {
	margin: 2px 5px;
}

.location {
	width: 100%;
	margin-top: 5px;
}
.locationString p {
	margin: 2px 5px;
}
.locationString p a:link {
	color: #1e50a2;
}
.locationString p a:visited {
	color: #83006f;
}
.locationString p a:hover {
	color: #ba2636;
	text-decoration: underline;
}
.locationString p a:active {
	color: #ba2636;
	text-decoration: underline;
}

#backtopLink {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#insideSearch {
	margin-top: 5px;
	padding: 3px;
}
#form_search_keyword {
	background: #ffffff;
	border: 1px solid #999999;
	width: 60%;;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 11px;
}
#form_search_submit {
    border: 0;
    /* width: 15%; */
    height: 22px;
    text-align: center;
    vertical-align: middle;
    margin-left: 3%;
    background-color: lightgrey;
    border-radius: 5px;
    padding: 3px 10px;
	font-size: 11px;
}

#baiduSearch {
	margin: 20px;
	padding-top: 25px;
	background: url(http://wap.baidu.com/r/wise/wapsearchindex/logoindex.jpg) no-repeat 0 0;
}
#form_baidu{
	padding-top: 5px;
}
#form_baidu_keyword {
	background: #ffffff;
	border: 1px solid #999999;
	width: 65%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#form_baidu_submit {
    border: 0;
    width: 30%;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}

#footer {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	background: #f7f9fc;
}

#bottomNavigate {
	width: 100%;
	background: #f4f4f4;
	border-bottom: 1px solid #aaaaaa;
}
#bottomNavigate p {
	margin: 5px;
}
#bottomNavigate p a {
	white-space: nowrap;
	margin-right: 1px;
}
#bottomNavigate p a:link {
	color: #8b8b8b;
}
#bottomNavigate p a:visited {
	color: #83006f;
}
#bottomNavigate p a:hover {
	color: #ba2636;
	text-decoration: underline;
}
#bottomNavigate p a:active {
	color: #ba2636;
	text-decoration: underline;
}

#copyright {
	width: 100%;
}
#copyright p {
	margin: 5px 10px;
}

#threegchina {
	width: 100%;
}
#threegchina p {
	margin: 0 5px;
}
#threegchina p a:link {
	color: #ba2636;
}
#threegchina p a:visited {
	color: #83006f;
}
#threegchina p a:hover {
	color: #ba2636;
	text-decoration: underline;
}
#threegchina p a:active {
	color: #ba2636;
	text-decoration: underline;
}

#cnzz {
	width: 100%;
}
#cnzz p {
	margin: 0 5px;
}

#error {
	width: 100%;
}
#error p {
	margin: 0 3px;
}

.bothClear {
	clear: both;
}

.boldFontWeight {
	font-weight: bold;
}

.rightTextAlign {
	text-align: right;
}
