@charset "utf-8";
/* CSS Document */

/*index.html*******************************************************/
#topicPath{margin-bottom:34px;}
#pageTitle .inner{background:url(../images/pagetitle_bg.jpg) no-repeat center top;}

#allList{
	background:url(../images/alllist_bg.gif) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:30px;
	overflow:hidden;
}
#allList ul{
	width:850px;
	margin:15px auto 0 auto;
}
* html #allList ul{zoom:1;}
#allList ul li{
	width:22%;
	float:left;
	margin-right:20px;
	font-weight:bold;
	font-size:112%;
	line-height:1.3;
	padding-left:30px;
	text-indent:-30px;
	margin-bottom:5px;
}
#allList ul .rightUl{
	width:40%;
	margin-right:0;
}
#allList ul .longUl {width: 65%;margin-right: 0;}
#allList ul li img{
	vertical-align:middle;
	margin-right:7px;
}

.group{
	overflow:hidden;
	margin-bottom:12px;
	border:1px #ccc solid;
	background:url(../images/block_bg.gif) no-repeat center top;
	padding:15px;
}
* html .group{zoom:1;}

.group .ps{
	width:160px;
	float:left;
}
.group .txt{
	width:688px;
	float:right;
}
.group .txt h3{margin-bottom:7px;}
.group .txt p,.group .txt ul li{line-height:1.7;}
#foreign p.txt1{margin-top:5px;}
.group .txt ul#foreignUl{
	list-style:disc;
	margin:5px 0 5px 1.5em;
}
.group .txt p.note{
	text-indent:-1em;
	padding-left:1em;
}

.viewInstitution{
	width:118px;
	margin:15px 0 0 auto;
}
.viewInstitution li{display:inline;}
.viewInstitution li a{
	display:block;
	width:117px;
	height:23px;
	background:url(../images/view_btn.gif) no-repeat left top;
}
.viewInstitution li a:hover{background-position:left bottom;}
.viewInstitution li a span{display:none;}