@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'zurich_cn_btregular';
    src: url('../font/zurich-cn-bt-webfont.eot');
    src: url('../font/zurich-cn-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/zurich-cn-bt-webfont.woff') format('woff'),
         url('../font/zurich-cn-bt-webfont.ttf') format('truetype'),
         url('../font/zurich-cn-bt-webfont.svg#zurich_cn_btregular') format('svg');
    font-weight: normal;

}

body{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: zurich_cn_btregular;
	margin-top: 20px;
	margin-bottom: 0px;

}

.one{
	color: #063;
	text-align: center;
}
.two{
	text-align: center;
}
p{
	line-height: 24px;
	text-align: justify;
}
.abstract{
	color: #C60;
	font-weight: bold;
}
.key{
	color: #039;
	font-weight: bold;
}
.title{
	text-align: center;
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}
.toptitle{
	font-weight: bold;
	color: #060;
	font-size: 18px;
	text-align: center;
}
.volume{
	font-size: 14px;
	color: #03C;
	font-weight: bold;
	text-align: center;
}
.dept{
	text-align: center;
	line-height: 22px;
}
.content{
	line-height: 22px;
	text-align: justify;
}
.author{
	text-align: center;
	color: #939;
	font-size: 18px;
	font-weight: normal;
}
