body{margin:0px; padding:0px; font-size:12px; font-family:"宋体"; color:#000; background-color:rgb(244, 248, 240)}
A {
	COLOR: #3f3f3f; TEXT-DECORATION: none
}
A:hover {
	COLOR: #eb0000
}
A.pageFoot {
	COLOR: #7f8080; TEXT-DECORATION: none
}
A.pageFoot:hover {
	COLOR: #eb0000
}

.topTable {background-color:white}

/*菜单栏开始*/
.menu
{
display: block;
line-height: 34px;
width: 100%;
height: 100%;
border: 1px solid #d6ebf5;
text-decoration:none;
color:#08c;
padding: 0em 0em;
font-size:16px;
font-weight:bold;
border-radius: 5px;
}
.menu_active, .menu_active:hover, .menu:hover{
display: block;
line-height: 34px;
width: 100%;
height: 100%;
border: 1px solid #d6ebf5;
text-decoration:none;
color:white;
padding: 0em 0em;
font-size:16px;
font-weight:bold;
border-radius: 5px;
background-color:#336699;}



.nav td {width:136; text-align: center; border-right:1px solid white;}
/*这里把通知公告那个单元格的高度放高一些*/
.font1{font-family:"宋体"; font-size:21px; color:#1D7FC6; font-weight:bold;} 
.a3 {color:#1D7FC6; font-size:14px; font-weight:bold;}
/*侧栏题目*/
.font2{font-family:"宋体"; font-size:18px; color:#fff; background-color:#336699; height: 45px}
/*侧栏的背景*/
.td1 {border-bottom:#D4E5C5 solid 1px;}
/*侧栏的选项*/
.a1 {display: block; line-height: 40px; width: 100%; height: 100%;}
.a1:link {font-size:14px;text-decoration:none;color:#000;font-weight:bold;}
.a1:visited {font-size:14px;text-decoration:none;color:#000;font-weight:bold;}
.a1:hover {font-size:14px;text-decoration:underline;color:#6BA42F;font-weight:bold;}
.a1_active {display: block; line-height: 40px; width: 100%; height: 100%;font-size:14px;text-decoration:none;color:#000;font-weight:bold;background-color:#F0F6EA}
/*侧栏边框*/
.left_bg {border:#e6e6e6 solid 1px; background-color:#FFF;border-radius: 3px}


/*方框题目*/
.tr1 {background:url("../images/box_bg1.png") repeat; background-size: 100% 100%; border:#e6e6e6 solid 1px; height:35px;}
.tr1 .td2 {padding-left:15px; font-size:16px; font-weight:bold; color:#000; text-align: left; background:url("../images/box_bg2.gif") no-repeat -10px 0px;}
.table1 {border:#e6e6e6 solid 1px; background-color:#FFF; width:100%; height:100%; border-radius: 3px}
/*给表格所有东西加上边框*/
.table2, .table2 tr td, .table2 tr th { border:2px solid #e6e6e6;}
.table2 {border:1px; border-collapse: collapse; margin-bottom: 10px}
/*.timg img {transform: scale(0.8);}*/

/*研究员*/
.td5 {padding-left:10px; text-align:left;font-size: 14px; background:url(../images/ico_01.png) left no-repeat;}
/*介绍字体*/
.td4 {font-size: 14px; text-align: left}
/*研究员下面的横线*/
.tr2 {background:url(../images/bg4.png) bottom repeat-x; height:26px}
/*新闻下面的横线*/
.tr3 {background:url(../images/bg4.png) bottom repeat-x; height:30px}
.name {text-decoration: none; font-size: 13px}

.a-x-1 {padding-left:10px; text-align:left;font-size: 13px; background:url(../images/bg5.png) left no-repeat; text-decoration: none; height: 50px;}
/*论文*/
.a2 {text-decoration: none}

.end-td {text-align: center; width:1000px; background:url(../images/bg1.png) top repeat-x; background-color: #EEEEEE;} 

/*管理团队*/
.td4 {padding-left: 20px; padding-right: 20px}
.td4 p {font-size: 16px;text-align: justify;line-height: 160%;margin: 0.5em 0;}

/*研究队伍照片*/
.td6 {text-align:center;}
.td6 a{font-size:16px}

/*照片的名字*/
.td-name {padding:5px 0px 10px 0px}
.td-name a {text-decoration: none}

.ul1 {list-style-type:none}

.lj, .lj:hover {font-size: 16px; color: rgb(58, 177, 224)}

/*研究进展名字*/
.title {
	font-family: "微软雅黑";
	font-size: 16pt;
	line-height: 22px;
	font-weight: 600;
	color: #0041b9;
}

.belowTitle {font-family: "微软雅黑"; font-size: 10pt;}

.rounded-list {
	counter-reset: li; /* 创建一个计数器 */
	list-style: none; /* 清除列表默认的编码*/
	*list-style: decimal; /* 让IE6/7具有默认的编码 */
	font: 15px 'trebuchet MS', 'lucida sans';
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	padding-left:2cm;
	padding-right:2cm;
}

.rounded-list a {
	position: relative;
	display: block;
	padding: 0.4em 0.4em 0.4em 2em;
	*padding: 0.4em;/*for ie6/7*/
	margin: 0.5em 0;
	background: #ddd;
	color: #444;
	text-decoration: none;
	/*CSS3属性*/
	border-radius: 0.3em;/*制作圆角*/
	/* transition动画效果*/
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rounded-list a:hover {
	background: #eee;
}
.rounded-list a:hover::before {
	/*悬停时旋转编码*/
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rounded-list a::before {
	
	content: counter(li);
	counter-increment: li;
	
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: 0.3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.td4_tzgg {
	padding-left: 100px; padding-right: 100px; padding-top: 20px;
}

.td4_tzgg p {font-size: 16px;text-align: justify;line-height: 160%;margin: 0.5em 0;}