@charset "utf-8";

.main-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

.member{
	width: 100%;
	left: auto;
	right: auto;
	margin: 0 10px 0 10px;
	padding: 10px;
	border: 0px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0);
	font-family: Arial, 微软雅黑;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.member .intro{
	width: auto;
	max-width: 800px;
	height: 100%;
	margin: 10px;
	padding: 10px;
	position: relative;
	display: block;
	background-color: rgba(255,255,255,0);
	font-family: Arial, 微软雅黑;
	font-size: 14px;
	text-decoration: none;
	color: rgba(0,0,0,1);
	text-align: left;
	line-height: 1.5;
	overflow: hidden;
}

.member .intro p{
	margin: 5px 0;
	line-height: 1.5;
}

/*member card*/
.member-card{
	height: auto;
	display: flex;
	flex-direction: column;
/*	justify-content: space-between;*/
	max-width: 200px;
	text-align: center;
	font-family: Arial, 微软雅黑;
	border-radius: 20px;
	padding: 20px 10px 15px 10px;
	margin: 10px;
	overflow: visible;
}

.member-card img{
	width: 160px;
	height: auto;
	display: block;
	border-radius: 100%;
	border: 1px rgb(225,225,225) solid;
	top: 0;
	margin: 0px 10px;
}

.member-card .intro{
	width: auto;
	margin: 0;
	border: 0;
	top: 0;
	bottom: auto;
	padding: 0 0 5px 0;
	position: relative;
	display: inline-block;
	background-color: rgba(245,245,245,0);
	font-family: Arial, 微软雅黑;
	font-size: 14px;
	color: rgb(0,0,0);
	text-decoration: none;
	text-align: center;
/*	line-height: 1.5;*/
	overflow: hidden;
	align-items: flex-start;
}

.member-card .intro .member-card-en{
	margin: 10px 0px 5px 0px;
	font-size: 16px;
	letter-spacing: 0px;
}

.member-card .intro .member-card-title{
	color: #999;
	font-size: 14px;
	margin: 5px 0 6px;
}

.member-card .intro h1{
	margin: 10px 0px 0px 0px;
	font-size: 18px;
	letter-spacing: 2px;
}

.member-card .intro p{
	font-size: 14px;
	margin: 0px;
	line-height: 100%;
	word-wrap: break-word;
}

/*research*/
.research{
	width: 100%;
	padding: 0;
	margin: 20px 60px;
	font-family: Arial, 微软雅黑;
	color: rgb(0,0,0);
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	line-height: 2;
}

.research p{
	color: black;
	font-size: 14px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	line-height: 2;
	text-align: justify;
}

.research a.title{
	color: black;
	font-size: 16px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	line-height: 2;
	text-align: justify;
	font-weight: bold;
}

/*paper*/
.paper{
	width: 100%;
	left: auto;
	right: auto;
	margin: 0 10px -5px 10px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0);
	position: relative;
	display: inline-block;
	text-align: left;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
}

.paper:hover{
	background: rgba(245,245,245,1);
}

.paper p{
	font-size: 14px;
	margin: 0px;
	margin-bottom: 2px;
	padding: 1px;
	font-weight: normal;
}

.paper a.no{
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	line-height: 1.2;
	font-weight: bold;
}

.paper a.title{
	color: #bf0000;
	font-size: 14px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	line-height: 1.2;
	font-weight: bold;
}

.paper a.authors{
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	line-height: 1.2;
	font-weight: normal;
}

.paper a.journal{
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	line-height: 1.2;
	font-weight: bold;
}

.paper a.volumn{
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-family: Arial, 微软雅黑;
	text-decoration: none;
	display: inline;
	line-height: 1.2;
	font-weight: normal;
}

.paper a.info{
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-family: Arial, 微软雅黑;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
	display: inline;
	line-height: 1.2;
	
}

img.intro {
	width: 100%;
	height: auto;
	max-width: 900px;
	overflow:hidden;
	top: 0px;
    margin: 0;
	padding: 10px;
	position: relative;
	display: flex;
	object-fit: contain;
}