* { margin:0px; padding:0px;}
body {font-family: Verdana, Helvetica, Geneva, sans-serif; font-size: 14px;}
ul,li { list-style:none;padding:0;margin:0;}
img { border:none; display:block;}
a {text-decoration: none; color: blue;}

/*---------------------------------------头部---------------------------------------*/
header {
	width: 800px;
	margin-left: auto; margin-right: auto; margin-bottom: 15px;
	padding: 20px 0;
	height: 68px;
	border-bottom: 3px solid #f57605;
	display: flex; flex-direction: row; justify-content: space-between; align-items: center;
}
.header_logo {
	margin-right: 20px;
}
.header_title {
	font-size: 32px; font-weight: bold; font-style: italic; color: #585858;
	flex: auto;
}

/*---------------------------------------主体---------------------------------------*/
.main_body {
	width: 800px; margin: 0 auto;}

/*主体内容*/
.content {
	width: 100%;}

/*主标题*/
.content h1 {
	font-size: 24px; font-weight: bold; font-style: italic; color: #007fff;
	text-align: right; line-height: 28px;
	margin-bottom: 15px;}

/*---------------------------------------首页---------------------------------------*/
/*标准栏目框*/
.index-content-block {
	border: 1px solid #CCCCCC; border-top-right-radius: 20px;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	font-size: 18px;
	line-height: 30px;}
.index-content-block .fieldlogo {
	position: absolute;
	top: 10px;
	right: 20px;
}
.index-content-block > h2 > span {
	font-size: 20px; font-weight: bold;
	line-height: 64px;
	margin: 10px 10px 10px 20px;
	padding: 5px;
	border-bottom: 4px solid #007fff;}
.index-content-block ul {
	padding-left: 60px;}
.index-content-block li .issn {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 12px;
	color: gray;
	line-height: 18px;}

/*---------------------------------------期刊---------------------------------------*/
/*基本信息*/
.introduction {
	padding: 10px;
	width: 778px;
	border: 1px solid lightgray;
	background-color: #f8f8f8;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;}
.introduction h2 {
	display: none;}
.introduction p {
	margin: 0 10px 10px 10px;
	font-size: 18px;
	line-height: 30px;}

.issue-list-block {
	border: 1px solid #CCCCCC; border-top-right-radius: 20px;
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;}
.issue-list-block > h2 > span {
	font-size: 20px; font-weight: bold;
	line-height: 64px;
	margin: 10px 10px 10px 20px;
	padding: 5px;
	border-bottom: 4px solid #007fff;}
.issue-list-block .volume {
	font-size: 16px; font-weight: bold;
	line-height: 24px;
	margin: 5px;
	padding: 5px;
	display: flex;
	flex-direction: row;}
.issue-list-block > .volume:not(:last-child){
	border-bottom-color: lightgray;
	border-bottom-style: solid;
	border-bottom-width: 1pt;}
.issue-list-block .volume h3 {
	padding-left: 20px;}
.issue-list-block .volume .issue {
	width: 150px;
	text-align: right;}

/*----------------------------------------期----------------------------------------*/
.issue-content-block {
	border: 1px solid #CCCCCC; border-top-right-radius: 20px;
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;}
.issue-content-block > h2 > span {
	font-size: 20px; font-weight: bold;
	line-height: 64px;
	margin: 10px 10px 10px 20px;
	padding: 5px;
	border-bottom: 4px solid #007fff;}
.issue-content-block > h3 {
	font-size: 16px;  font-weight: bold;
	line-height: 24px;
	margin: 10px 10px 0px 20px;
	padding: 5px;}
.issue-content-block > div {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 10px 5px 20px;
	padding: 0 5px;}
.issue-content-block > div > span {
	margin-left: 40px;}

/*---------------------------------------论文---------------------------------------*/
.breadcrumb {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;}
.paper-content-block {
	border: 1px solid #CCCCCC; border-top-right-radius: 20px;
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;}
.paper-content-block > h3 {
	font-size: 18px;  font-weight: bold;
	line-height: 24px;
	margin: 10px;
	padding: 5px;}
.paper-content-block > div {
	font-size: 14px;
	line-height: 20px;
	margin: 10px;
	padding: 5px;}
.paper-content-block > div p {
	margin: 0 0 10px 0;}
.paper-content-block > div span {
	margin-left: 40px;}

/*---------------------------------------页脚---------------------------------------*/
.footer {
	background-color: #2065B2;
	height: 50px;
	font-size: 14px; color: white;
	display: flex; justify-content: center; align-items:center;}
