﻿.middle
{
	background-color: #FFF;
	height: 685px;
}

.main
{
	background: url(/images/bg_1_03.jpg) no-repeat;
	height: 685px;
	width: 960px;
	margin: 0 auto;
}

.main1
{
	padding: 31px 0 0 48px;
	height: 64px;
}

.main3
{
	width: 180px;
	height: 30px;
	float: right;
	padding-right: 50px;
	padding-top: 30px;
	font-size: 13px;
	text-align: right;
}

	.main3 a:hover
	{
		color: #FF0;
	}

.main2
{
	width: 820px;
	height: 540px;
	padding: 10px 66px;
}

.menu
{
	width: 610px;
	height: 30px;
	padding-top: 65px;
	border-bottom: 3px solid #0067cf;
	margin: auto;
}

	.menu ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

		.menu ul li
		{
			float: left;
		}

			.menu ul li a
			{
				display: block;
				width: 110px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				font-size: 14px;
				color: #000;
			}

				.menu ul li a:hover
				{
					color: #0067cf;
				}

				.menu ul li a.curent
				{
					background-color: #0067cf;
					color: #FFF;
				}

.news
{
	width: 610px;
	height: 270px;
	padding-top: 20px;
	margin: auto;
	background-color:;
}

	.news ul
	{
		list-style: url(/images/news_01_04.gif);
		padding-left: 16px;
		color: #000;
		font-size: 13px;
	}

		.news ul li
		{
			width: 590px;
			height: 26px;
			line-height: 26px;
			border-bottom: 1px solid #adadad;
		}

			.news ul li a
			{
				color: #000;
			}

				.news ul li a:hover
				{
					color: #0067cf;
				}

			.news ul li span
			{
				float: right;
			}

.Page
{
	margin: 50px auto;
	height: 50px;
	font-family: Verdana;
	width: 400px;
}

	.Page a
	{
		float: left;
		margin-left: 3px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		color: #0067cf;
		font: 12px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #ccc;
	}

		/*.Page a:hover
		{
			position: relative;
			width: 26px;
			line-height: 26px;
			height: 26px;
			color: #fff;
			background: #0067cf;
			font-weight: bold;
		}*/

	.Page span a
	{
		width: 45px;
	}

		.Page span a:hover
		{
			width: 45px;
			height: 24px;
		}
