﻿body {
	font-family: Arial, Helvetica, sans-serif; margin:0; padding:0;
	COLOR: #000; font-size:16px;
	background:#fff;
}
h2{
	color:#fff; font-size:18px; font-weight: bold; margin:0; padding: 3px 0 3px 10px; text-align:left;
}
h2 a{
	color:#fff;  text-decoration:none;
}
h2 span{
	color:#3D9230;
}
h3{
	color:#fff; font-size:16px; font-weight: bold; margin:0; padding: 0 0 0 10px; font-style:italic; text-align:left;
}
h3 a{
	color:#fff;  text-decoration:none;
}

#header {
	height:60px; width:100%; background:#fff url('images/top-bg.jpg') repeat-x;
}
#header ul{
	margin:0; padding:0;
}
#header ul li{
	margin:0; padding:0; display:inline-block;
}
#header ul li a{
	display:block; padding:8px 20px 6px 12px;
	color:white; font-weight: bold; font-size:16px; text-decoration:none;
}
#header ul li a:visited{
	color:white;
}
#header ul li a:hover{
	background:#E6F0FA;
	color:#2E55B8; font-weight: bold; font-size:16px; text-decoration:underline;
}
#header ul li a.current{
	background:#E6F0FA;
	color:#2E55B8; font-weight: bold; font-size:16px; text-decoration:underline;
}
#key{
	line-height:30px; width:100%; background:#fff; color:#2E55B8;
}
#key a{
	color:#2E55B8; text-decoration:none;
}

span.name {
	color:white; font-weight:bold;
}
span.keyword {
	color:#FB0D0D; font-weight:bold;
}
#main {
	width:70%; margin:14px auto 0 auto; height:500px; border: 8px #E3EFFB solid;
}
#main2 {
	width:70%; margin:14px auto 0 auto; border: 2px #E3EFFB solid;
}
#paper {
	width:70%; margin:4px auto 0 auto; height:100px; border: 8px #E3EFFB none;
}
p.jianjie{
	margin:0; color:#555; line-height:1.8em; font-size:16px; padding:5px 0 0 0; text-align:justify;font-family: Arial;
}
p.jianjie2{
	margin:0; color:#333; line-height:1.8em; font-size:16px; padding:8px 0 0 0; text-align:justify;font-family: Arial;
}
p.jianjie2 span{
	color:#060;
}

p.paper{
	margin:0; padding:6px 0 0 0; font-weight: bold; font-size:16px; line-height: 1.5em;
}
p.paper a{
	font-weight: bold; font-size:16px; color:#000; line-height: 1.5em; font-style:italic;
}
p.paper2{
	margin:0; padding:0 20px 2px 30px; line-height:1.1em; font-weight: normal; font-size:16px; font-style:italic; color:#999;
}
p.contact {
	padding-left:19px; padding-bottom:0px;margin:0; color:#333; line-height:1.3em;
}
p.contact a{
	color:#333;
}
.footer{
	border-top: 3px #3056A7 solid;
	margin-top: 40px;
}
#bottom {
	width:980px; margin:4px auto 0 auto; line-height: 26px;

}
#taihe { width: 100%; margin:0 auto; font-family: Verdana; font-size: 16px; padding-left: 6px; overflow:visible;}

#taihe td {font-family: arial; font-size: 16px}

#taihe a {COLOR: #000000; TEXT-DECORATION: none}

#taihe a:hover {TEXT-DECORATION: underline}

#taihe h1 {font-family: arial; font-size: 14pt; text-align: center; text-indent: 0; line-height: 150%; font-weight:bold; margin-left:10; margin-right:10; margin-top:16px; margin-bottom:22px}

#taihe h1 a:link{
	color:#2e77af;
}
#taihe h1 a:visited{
	color:#2e77af;
}
#taihe h1 a:hover{
	color:#2e77af;
}

#taihe h2 {font-family: arial; color:#000; font-size: 12pt; text-align: left; font-weight: Bold; line-height: 150%; margin-left: 6px; margin-top: 4px; margin-bottom: 4px;}

#taihe p.fzs {font-family: arial; font-size: 16px; font-weight: bold; line-height: 150%; text-indent: 0; text-align: left; margin-left: 30px; margin-top: 4px; margin-bottom: 4px}

#taihe p.eng {font-family: arial; font-size: 16px; font-weight: bold; text-indent: 0; text-align: center; margin-left: 0; margin-top: 4px; margin-bottom: 8px}

#taihe p.text{margin:7px; font-size: 16px; font-family: arial; text-align:left; margin-left: 24px; margin-right: 24px; color:#222222; line-height:150%}

#taihe a.yx:link {
	color: #222; font-size: 16px;
}
#taihe a.yx:visited {
	color: #222; font-size: 16px;
}
#taihe a.yx:hover {
	color: #222; font-size: 16px; text-decoration:none; cursor:text;
}
#keyword {
	padding-left: 12px;
	font-family: arial; font-size: 12px;  COLOR: #008000; text-align:left; text-indent: 0; line-height: 150%; font-weight: bold; 
}



.w-30{
	width: 30%;
}

.w-69{
	width: 69%;
}

@media only screen and (max-width: 1600px) {

	#header>table{
		width: 80% !important;
	}

	#key>table, #main, #main2, #paper{
		width: 90% !important;
	}
}

@media only screen and (max-width: 1200px) {

	#header>table, #key>table, #main, #main2, #paper{
		width: 100% !important;
	}
}