/* standard elements */
body {
	background-repeat: repeat-x;
}
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

img {
border: 1px solid #E3E3E3;
}

body {
	background: #114054 url(images/bg.jpg) repeat-x left bottom;
	color: #114054;
	font:  12px "宋体";
	line-height:25px;
}

li {list-style: none;}


h3{padding:6px 0px 6px 6px; background:#f4f6f7; border:1px dashed #a0b1b9; color:#006699; font: bold 14px "宋体"; clear:both;}
h3 a{ font-size:12px; font-weight:normal;color:#006699; text-align:right;}
.cotaintbox{
	border: 1px dashed #a0b1b9;
	margin: 0 0 10px 0;
	padding:10px 10px 10px 10px;
	background: #f4f6f7;
	font-size:12px;
	height:auto;
	clear:both;
	word-wrap:break-word;
}

.cotaintbox #rk1{width:136px; height:42px;padding:5px 8px 0px 8px;float:left;}
.cotaintbox .tr1{width:500px;font-weight:bold;line-height:22px;float:left;border-bottom:1px solid #a0b1b9;}
.cotaintbox .tr2{width:500px;line-height:22px;float:left;border-bottom:1px solid #a0b1b9;}
.cotaintbox .td1{width:80px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;padding:0px;}
.cotaintbox .td2{width:80px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;padding:0px;}
.cotaintbox .td3{width:80px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;padding:0px;}
.cotaintbox .td4{width:80px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;padding:0px;}
.cotaintbox .td5{width:50px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;padding:0px;}
.cotaintbox .td6{width:50px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;padding:0px;}
.cotaintbox .td7{width:80px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;padding:0px;}


/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 105px;	
}
.header .left {
	background-color: #1D597C;
	font:bold 28px "宋体";
	line-height: 105px;
	width: 564px;
	text-align: center;
	background-image: url(images/bgheader.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(images/bgheader_r.gif);
	background-repeat: repeat-x;
	background-color: #FF7D00;
	text-align:center;
}
.header .right .logod{margin:20px 0px 0px 5px; width:150px; height:60px;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.jpg);
	height: 41px;
	width: 780px;
}
.navigation a {
	background: transparent url(images/nav.jpg) left top repeat-x;
	border-right: 1px solid #d1dfe8;
	color: #1C455E;
	display: block;
	float: left;
	font: bold 13px "宋体";
	line-height: 41px;
	padding: 0 8px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(images/nav.jpg) left bottom; 
color: #1C455E;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	font-size:12px;
	padding-top:6px;
}
.sidenav h2 {
	color: #1C455E;
	font:bold 14px "宋体";
	line-height: 30px;
	margin: 0;
	clear:both;
	padding-left: 7px;
}
.sidenav .hots {
	padding-left: 7px;
	padding-right: 7px;
	font: 12px '宋体';
  width: 200px;
	text-overflow:ellipsis;
    white-space:normal;
    word-break:break-all;
}

.sidenav #lk1{width:90px;border:0px solid #eee;padding:5px 5px 0px 0px;float:left;}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}


.content p
{
margin:6px 0px 6px 0px;
padding:0px 6px 0px 6px;
color: #006a97;
}


/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
#ls{width:180px;height:100px;overflow:hidden;padding:2px 0px 0px 12px;border-top:0px;}
#lshd{display:none;line-height:20px;width:180px;height:100px;overflow:hidden;padding:2px 0px 0px 12px;}
