/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #E3E7ED url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#222529;
	/* color: #787878; */
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	color: #303952;
}

h1 {
	font-size: 2em;
	
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 1200px;
	height: 115px;
	margin: 0 auto;
	/*background: url(images/img02.gif) no-repeat left top;*/
}

/* Logo */

#logo {
	float: left;
	width: 968px;
	height: 60px;
	color: #616161;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	/*float: left;*/
	/* padding: 60px 0 0 80px;*/
	padding-left:35px;
	letter-spacing: -1px;
	font-size: 64px;
	letter-spacing: 2px;
	font-family:Georgia, "Times New Roman", Times, serif; 
}

#logo p {
	/* float: left;*/
	margin: 0;
	padding-left:35px;
	/* padding: 90px 10px 50px 10px; */
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #616161;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 1195px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	/*background: url(images/img12.gif) no-repeat left bottom;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	text-align: center;
	float: left;
	height: 50px;
	width: 140px;
	background: url(images/img03.gif) no-repeat right top;
	/*background: url(images/img03.gif) no-repeat left top;*/
}

#menu a {
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	padding: 7px ;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 1200px;
	margin: 0 auto;
	background: url(images/img05.jpg) repeat left top;
}

#page-bgtop {

	background: url(images/img04.jpg) repeat-x left top;
}

#page-bgbtm {

	background: url(images/img06.jpg) repeat-x left bottom;
}

/* Content */

#content {
	float: right;
	width: 800px;
	padding: 60px 40px 0 0;
}

.post {
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 8px;
	background: url(images/img09.jpg) repeat left top;
}

.post-bgtop {
	border-radius: 5px 5px 0px 0px;
	background: url(images/img08.jpg) repeat-x left top;
}

.post-bgbtm {
	border-radius: 0px 0px 5px 5px;
	background: url(images/img10.jpg) repeat-x left bottom;
}

.post .title {
	padding-top: 15px;
	padding-left: 20px;
	color: #000000;
}

.title2 {
	color: #0a257f;
	font-size: 35px;
}

.post .title a {
	color: #000000;
	border: none;
}

.post .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	padding: 60px 0 0 30px;
	color: #787878;
}



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-left: 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	
	border-radius: 5px 5px 5px 5px;
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(images/img11.gif) no-repeat left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	padding: 0px 20px 20px 15px;
	text-align: justify;
}

#sidebar a {
	color: #417FDA;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

#result{
	float: center;
	width: 1100px;
	padding: 60px 50px 0 50px;
}
#result2{
	float: center;
	width: 600px;
	padding: 60px 50px 0 50px;
}


/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #3D444F;
}

/* Myown */
.container {
	display: flex;
	justify-content: space-around;
	width: 730px; /* 设置容器宽度 */
}

.containerp {
	padding-left: 35px;
	display: flex;
	justify-content: space-between;
	width: 730px; /* 设置容器宽度 */
}

.name {
	font-size: 14px;
	color:#222529;
}
.name2{
	font-size: 14px;
	color:#222529;
}

.submit {
	display: flex;
	justify-content: center;
}

.button {
	display: inline-block;
	padding: 6px 10px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;   
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #6E757C;
	border: none;
	border-radius: 5px;
  }
  
  .button:hover {background-color: #2F3540}
  
  .input{
	color:#4A5056;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
  }
  .select1 {
	margin-top:5px;
	color:#4A5056;
	/* 设置宽度 */
	width: 600px;
	/* 设置字体大小 */
	font-size: 14px;
	/* 设置边框 */
	border: 1px solid #ccc;
	/* 设置边框圆角 */
	border-radius: 5px;
	/* 设置背景颜色 */
	background-color: #FFFFFF;
	/* 设置下拉箭头样式 */
	/* appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; */
	/* 设置 padding 以增加点击区域 */
	padding: 5px;
	/* 添加鼠标悬停效果 */
  }
  /* 鼠标悬停时的样式 */
  .select1:hover {
	border-color: #aaa;
	/* border-color: #8EBDFB; */
  }
  /* 获得焦点时的样式 */
  .select1:focus {
	outline: none;
	/* border-color: #555; */
	border-color: #8EBDFB;
	box-shadow: 0 0 1px 3px #CDDEFD; 
  }

.select2 {
	position: relative;
	width:230px;
	height: 33px;
	text-align: center;
	margin-top:5px;
	color:#4A5056;
	
	/* 设置字体大小 */
	font-size: 14px;
	/* 设置边框 */
	border: 1px solid #ccc;
	/* 设置边框圆角 */
	border-radius: 5px;
	/* 设置背景颜色 */
	background-color: #FFFFFF;
	/* 设置下拉箭头样式 */
	/* appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; */
	/* 设置 padding 以增加点击区域 */
	padding: 5px;
	/* 添加鼠标悬停效果 */
  }
  /* 鼠标悬停时的样式 */
  .select2:hover {
	border-color: #aaa;
	/* border-color: #8EBDFB; */
  }
  /* 获得焦点时的样式 */
  .select2:focus {
	outline: none;
	/* border-color: #555; */
	border-color: #8EBDFB;
	box-shadow: 0 0 1px 3px #CDDEFD; 
  }

  .select2::after {
    content: '\25BC'; /* 使用Unicode字符表示向下箭头 */
    font-family: Arial, sans-serif; /* 使用适当的字体以确保正确显示箭头 */
    position: absolute;
    top: 50%;
    right: 8px; /* 根据需要调整箭头位置 */
    transform: translateY(-50%);
    pointer-events: none; /* 使箭头不会干扰选择框的交互 */
}

table{
	table-layout: fixed;
}


th, td {
	
	text-align:center;
	padding-top: 8px; 
	padding-bottom: 8px;
}
.white{
	white-space:pre-wrap;
	word-wrap: break-word;
}

#mytable{

}

/* 文件上传相关 */
/* 隐藏默认的文件上传按钮 */
input[type="file"] {
	display: none;
  }
/* 自定义文件上传按钮样式 */
.custom-file-upload {
width: 300px;
border: 1px solid #ccc;
display: inline-block;
padding: 3px 12px;
cursor: pointer;
background-color: #f9f9f9;
border-radius: 4px;
}
.custom-file-upload:hover {
background-color: #e9e9e9;
} 

img {
	border-radius: 5px; /* 设置圆角的大小 */
}

  
/* .custom-file-upload {  
	display: inline-block;  
	padding: 6px 12px;  
	cursor: pointer;  
	background-color: #007bff;  
	color: #fff;  
	border: none;  
	border-radius: 4px;  
	text-align: center;  
	transition: all 0.5s;  
	position: relative;  
	overflow: hidden;  
}  

.custom-file-upload input[type=file] {  
	display: block;  
	position: absolute;  
	top: 0;  
	right: 0;  
	min-width: 100%;  
	min-height: 100%;  
	font-size: 100px;  
	text-align: right;  
	filter: alpha(opacity=0);  
	opacity: 0;  
	outline: none;  
	background: white;  
	cursor: inherit;  
	display: inline-block;  
}   */
