@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	FONT-FAMILY: "Microsoft YaHei","微软雅黑";
	color: #333;
}

a:link,a:visited{color:#333; text-decoration:none}
a:hover{color:#25B2C7; text-decoration:none}

.line-head {
	margin-top:10px;
}

.line-head h1 {
	display: inline-block;
	font-size: 22px;
	line-height: 20px;
	color: #666;
	font-weight: bolder;
}

.line-head h1 a:link,.line-head h1 a:visited {
	color: #666;
	text-decoration:none; 
}

.line-head h1 a:hover {
	color: #25B2C7;
	text-decoration:none; 
	border-bottom:1px solid #25B2C7; /* #ccc换成链接的颜色 */
	display: inline-block; 
	padding-bottom:6px;  /*这里设置你要空的距离*/
}

.line-head2 {
	margin-top:20px;
}

.line-head2 td {
	padding:8px;	
}

.line-head2 h2 {
	margin:35px 0 28px;
	display: inline-block;
	font-size: 33px;
	line-height: 36px;
	color: #0d3ca6;
	font-weight: bolder;
	letter-spacing:2px;
}

.line-head2 h3 {
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	display: inline-block;
	font-size: 26px;
	line-height: 40px;
	color: #a2a3a3;
	padding-left:10px;
}

.line-content {
	font-size:16px;
}

.list_table td {
	border-bottom:1px dotted #999999;
}

.list_table a:link,.list_table a:visited{color:#333; text-decoration:none}
.list_table a:hover{color:#25B2C7; text-decoration:none}

.footer p {
	font-size: 18px;
	line-height: 35px;
	color: #fff;
}

#scroll{
	margin-top:20px;
	width:1120px;
	height:230px;
	overflow:auto;
	margin-bottom: 20px;
	}
	#scroll div{
	margin-left:30px;
	padding:0px 20px 0px 30px;
	width:1000px;
	height:230px;
	}
	#scroll::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
			width:10px;
			height:10px;
	}
	#scroll::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
			background:#25B2C7;
	}
	#scroll::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
			background:#eee;
	}
	#scroll::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
			background:#eee;
	}
	#scroll::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
		background:#ccc;
		border-radius:4px;
	}
	#scroll::-webkit-scrollbar-corner {/*边角（位置6）*/
		background:#fff; 
	}
	#scroll::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
		background:#fff;
	}
	#scroll{
		scrollbar-arrow-color: #f4ae21; /**//*三角箭头的颜色*/ 
		scrollbar-face-color: #333; /**//*立体滚动条的颜色*/ 
		scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜色*/ 
		scrollbar-highlight-color: #666; /**//*滚动条空白部分的颜色*/ 
		scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜色*/ 
		scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴影的颜色*/ 
		scrollbar-track-color: #666; /**//*立体滚动条背景颜色*/ 
		scrollbar-base-color:#f8f8f8; /**//*滚动条的基本颜色*/ 
	}
	#scroll p{
	line-height: 27px;
	}
	
	.scroll_div a:link,.scroll_div a:visited {
	color: #25B2C7;
	}

	.scroll_div a:hover {
	color: #25B2C7;
	text-decoration:underline; 
	}


.form-group{margin-bottom:3px; margin-right: 10px;}
.form-group label{
  display:inline-block;
  width:25%;
  text-align:right;
  color:#333;
}
.form-group label i{
    display: block;
	color: gray;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	font-style: normal;
}
.form-group input {
	display: inline-block;
	width: 50%;
	outline: 0;
	border: 1px solid;
	background-color: #fff;
	opacity: 0.8;
	height: 28px;
	color: #333;
	line-height: 28px;
	vertical-align: top;
	font-size: 16px;
}
.form-group select {
	display: inline-block;
	width: 50%;
	outline: 0;
	border: 1px solid;
	background-color: #fff;
	opacity: 0.8;
	height: 28px;
	color: #333;
	line-height: 28px;
	vertical-align: top;
	font-size: 16px;
}
.btn-submit {
	width:180px;
	padding: 5px 15px;
	border: 1px solid #999;
	background-color: #0D3CA6;
	color: #fff;
	border-radius: 3px;
	margin-left: 140px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing:3px;
}

.img_table img {
border: 1px solid #CCC;
}

#scroll2{
	margin-top:20px;
	width:1120px;
	height:780px;
	overflow:auto;
	margin-bottom: 20px;
	}
	#scroll2 div{
	margin-left:30px;
	padding:0px 20px 0px 30px;
	width:1000px;
	height:830px;
	}
	#scroll2::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
			width:10px;
			height:10px;
	}
	#scroll2::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
			background:#25B2C7;
	}
	#scroll2::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
			background:#eee;
	}
	#scroll::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
			background:#eee;
	}
	#scroll2::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
		background:#ccc;
		border-radius:4px;
	}
	#scroll2::-webkit-scrollbar-corner {/*边角（位置6）*/
		background:#fff; 
	}
	#scroll2::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
		background:#fff;
	}
	#scroll2{
		scrollbar-arrow-color: #f4ae21; /**//*三角箭头的颜色*/ 
		scrollbar-face-color: #333; /**//*立体滚动条的颜色*/ 
		scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜色*/ 
		scrollbar-highlight-color: #666; /**//*滚动条空白部分的颜色*/ 
		scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜色*/ 
		scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴影的颜色*/ 
		scrollbar-track-color: #666; /**//*立体滚动条背景颜色*/ 
		scrollbar-base-color:#f8f8f8; /**//*滚动条的基本颜色*/ 
	}
	#scroll2 p{
	line-height: 27px;
	}
	
