﻿ @charset "utf-8";
/* CSS Document */
@import url("global.css");
/*主体*/
#container {
	margin:0 auto;
	width:1003px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#003895;
	text-decoration:underline;
}
/*顶部*/
.logo{
	position:absolute;
	top: 27px;
}
.languageIcon{
	position:absolute;
	width:155px;
	height:16px;
	left: 850px;
	top: 16px;
}
a.cn,a.en,a.Germany{ display:inline-block; width:29px; height:16px; margin:5px; background:url(../images/version.jpg);}
a.cn{ background-position:-78px 0;}
a.en{background-position:-40px 0;}
a.Germany{ background-position:0 0;}
.header {
	padding-top:35px;
}

.text a {
	float:left;
	color:#2a84e5;
	display:block;
	margin-top:5px;
	padding-left:46px;
	padding-right:22px;
	text-decoration:none;
}
.text a:hover {
	color:#2a84e5;
	text-decoration:underline;
}
#menu {
	height:40px;
	margin:0 auto;
	padding-top:5px;
	padding-left:150px;
	background:url(../images/menu_bg.gif) repeat-x;
	list-style:none;
}
/*中间*/
#mainContent {
	padding:37px 0px;
	margin:0 auto;
	width:750px;
}
.sider {
	width:488px;
	float:left;
	overflow:hidden;
}
.content {
	width:220px;
	float:right;
	overflow:hidden;
}

.sidepanel_01 {
	width:488px;
	padding-bottom:5px;
	line-height:20px;
	padding:0px;
}
.ppic{
	padding:3px;
	border:1px #92abca solid;
}
.sidepanel_02 {
	width:488px;
	padding-top:40px;
}
.ppic_01{
	padding-top:8px;
	padding-bottom:6px;
}
.mainpanel {
	padding-top:60px;
}
.mainpanel_01 {
	padding-top:20px;
}
.orange{ color:#ee7b01;}
.blue{ color:#003895;}
.black{ color:#000000;}
/*news*/
.news ul,li{color:#000000; padding-top:3px;}
.news li{ line-height:18px;  height:18px;}
.news a{ float:left; color:#0000ff; text-decoration:underline; }
.news a:hover{color:#0000ff; text-decoration:none; }

#footer {
	color:666666;
	padding-top:6px;

	height:85px;
	border-top:1px #dedede solid;
}
.copyright a {
	color:#000000;
}
.copyright a:hover {
	color:#000000;
	text-decoration:underline;
}
/*about*/
.sider_01 {
	width:700px;
	float:left;
	overflow:hidden;
}
.sidepanel_03{
	width:700px;
	padding-bottom:5px;
	line-height:20px;
	padding:0px;
}
.nlist{
	list-style:none;
}
.nlist li{
	display:block;
	line-height:24px;
	font-size:12px;
	background:url(../images/dashed.gif) repeat-x 0 bottom;
}
.nlist li a{
	background:url(../images/dian.gif) no-repeat 8px center;
	padding-left:20px;
}
.data{
	float:right;
	padding-right:5px;
	color:#999;
}
.con{
	line-height:26px;
	padding:10px;
}
.pagination{
	margin-top:20px;
	text-align:center;
}
