﻿@charset "utf-8";

/* 公用样式 */
body {
	margin: 0px;
	padding: 0px;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, div {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border:0;
}
a {
	text-decoration:none;
	outline:0 none;
	cursor:pointer;
	color: #333;
}
a:hover {
	text-decoration:none;
	color: #F00;
}
p {
	line-height:1.5em;
}
.clr {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* 一级页CSS */

#container {
	width: 1002px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 1002px;
	height: 202px;
}

#maincontent {
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
}

.tdd_bg {
	background-color: #8BCDE0;
}

.title1 {
	font-family:\5FAE\8F6F\96C5\9ED1;
	background-color: #8BCDE0;
	font-size: 20px;
	color: #333;
	height: 46px;
	line-height: 46px;
	background-image: url(../images/ico1.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-left: 48px;
}
.title1 a {
	color: #333;
}
.title1 a:hover {
	color: #F00;
}

.clr10 {
	clear:both;
	height:10px;
	overflow:hidden;
}


.title2 {
	font-family:\5FAE\8F6F\96C5\9ED1;
	background-color: #8BCDE0;
	font-size: 20px;
	color: #333;
	height: 46px;
	line-height: 46px;
	background-image: url(../images/ico3.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-left: 50px;
}

.line1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.newslist {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	background-image: url(../images/ico2.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
.newslist a {
	font-size: 12px;
}

.title3 {
	font-family:\5FAE\8F6F\96C5\9ED1;
	background-color: #8BCDE0;
	font-size: 20px;
	color: #333;
	height: 46px;
	line-height: 46px;
	background-image: url(../images/ico3.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
}

.newslist1 {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	background-image: url(../images/arrowsub.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 9px;
}
.newslist1 a {
	font-size: 12px;
}

/* FOOTER 下部 */

#footer {
	width: 900px;
	height: 50px;
	line-height: 50px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer span {
	margin-left: 10px;
}


/* 二级页CSS */

.box {
	border: 1px solid #CCC;
	background-color: #FFFBEA;
}

.list_font {
	background-color: #FFCD6A;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
}
.list_font a {
	color: #555;
	display: block;
}
.list_font a:hover {
	background-color: #FFEDC8;
}


.column_font {
	font-size: 18px;
	font-family:\5FAE\8F6F\96C5\9ED1;
	color: #274C93;
	line-height: 40px;
	height: 40px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 23px;
}

.newslist2 {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	background-image: url(../images/button1.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.newslist2 a {
	font-size: 14px;
}

/* 三级页CSS */

#content {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #FFF;
	margin-top: -1px;
}
#content h1 {
	font-family:\5FAE\8F6F\96C5\9ED1;
	text-align: center;
	font-size: 24px;
	margin-bottom: 8px;
	text-shadow: 1px 1px #000;
	color:#8AC5FF;
}
#content h2 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #999;
}
#content h3 {
	text-align: center;
	margin-top: 12px;
}
#shownews {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 10px;
	height:auto;
}
#shownews p {
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 3px;
	margin-bottom: 5px;
}
#shownews p a {
	font-size: 14px;
}


/* ---查询input框宽--- */

.SearchTitleInput { width: 80px; }
.SearchTitleInput13 { width: 60px; }
.toolsInput { width: 80px; }
