﻿/* CSS layout */
/*内部网页结构css*/
body {
	background-color:#FFFFE8;	/*设置网页底色代码*/
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	border-width:0px;
	border-style:none;           /*设置为无边框的代码*/
}
* {
  box-sizing: border-box;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  border:0px;	
  border-style:none;           /*设置为无边框的代码*/
} 
/*横线*/ 
.hengxian {
	color: #C0C0C0;
	margin-top:0px;
	margin-bottom:0px;
	margin: 0px auto;
	height:1px;
}
/*内部网页主体*/
.neiye0 {
	margin:0 auto;
	width:70%;
	padding: 0;
	border-style:none;	
}
@media screen and (max-width: 1280px) {
	.neiye0 {
		width:1024px;
	}
}
@media screen and (max-width: 600px) {
	.neiye0 {
		width:600px;
	}
	.top_nav,.neiye1 {
		display:none	
	}
}
/*内部网页顶部导航栏*/ 
.top_nav {
	text-align:right;
	width:100%;
	height:25px;
	border-style:none;	
}
.top_nav a {
	font-family: 宋体;
	color: #000000;
	font-size: 14px;
    text-decoration:none;
}
.top_nav a:hover {
	color:#800000;	
    font-size: 16px;
    font-weight:bold;
    text-decoration:underline;
    background-color: #99CCFF;
}
/*内部网页内容部分框架标题，栏目导航栏*/
.neiye1 {
	width:100%;
	height:80px;
	border-style: none;
}
.neiye1_left {
	width:50%;
	height:100%;
	float:left;
	text-align:center;
	border-style: none;	
}
.neiye1_right {
	width:50%;
	height:100%;
	float:right;
	text-align:center;
	border-style:none;	
}
.neiye1_right_01 {
	width:100%;
	height:50%;
	float:right;
	text-align:right;
	padding: 8px 10px 5px 25%;
	border-style:none;	
}
.neiye1_right_02 {
	width:100%;
	height:50%;
	float:right;
	text-align:right;
	padding: 8px 10px 5px 10px;
	border-style:none;	
}
.neiye1_right_02 a {
	font-family: 宋体;
	color: #000000;
	font-size: 14px;
    text-decoration:none;
}
.neiye1_right_02 a:hover {
	color:#800000;	
    font-size: 16px;
    font-weight:bold;
    text-decoration:underline;
    background-color: #99CCFF;
}
/*内部网页内容部分框架内容栏*/
.neiye2 {
	width:100%;
	text-align:center;
	border-width: 0;
	border-style: none; 
	border: 1px solid #000000;
}
.neiye2_left {
	width:75%;
	height:100%;
	float:left;
	text-align:center;
	vertical-align:top;
	border-style: none;
}
.neiye2_right {
	width: 25%;
	height:100%;
	float:right;
	text-align: right;
	vertical-align:top;
	border-left:2px #000000;  
}
#iframe1 {
	width:96%;
	height:796px;
	border-style: none; 
} 
#iframe2 {
	width:100%;
	height:796px;
	border-style: none; 
}
/*内部网页附录*/
.neiye10 {
	margin:0 auto;
	width:50%;
	height:720px;
	padding: 0;
	border-style:none;
	background-image: url('../../images/diwen_018.gif');
}
@media screen and (max-width: 1280px) {
	.neiye10 {
		width:1024px;
	}
}
.appendix {
	width:100%;
	height:auto;
	text-align:left;
	margin:0;
	padding:5px 20px 5px 20px;
}
.appendix p {
	font-family:宋体;
	font-size: 18px ;
	text-align:left; 
	color:#000000;
	line-height:150%; 
	text-indent: 40px; 
	margin-top: 0;
	margin-left: 10px; 
	margin-right: 10px;
}
/*文字段落字体*/ 
h1,h2,h3,h4,h5,h6 {
	color: #800000;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
}
h2,h3,h4,h5 {
	font-family: 楷体;
}
h1 {
	font-family: 隶书;
	font-size: 64px;
	letter-spacing: 10px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-family: 宋体;
	font-size: 14px;
}
p,a {
	font-family: 宋体;
	color: #000000;
}
p {
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 32px;
	line-height: 150%;
}
a { 
	font-size: 14px;
    text-decoration:none;
}
a:hover {
    color:#800000;
    font-weight:bold;
    text-decoration:underline;
}
a:active {
    color:#990033;
}
