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

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

#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:45%;
	float:left;
	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 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;
	text-align:justify;
	float:right;
}
.group .txt h3{margin-bottom:7px;}
.group .txt p,.group .txt ul li{line-height:1.7;}
.group .txt p{margin-bottom:1em;}
#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:105px;
	margin:15px 0 0 auto;
}
.viewInstitution li{display:inline;}
.viewInstitution li a{
	display:block;
	width:105px;
	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;}