@charset "gb2312";
body {
	background-color: #A5A5A5;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 14px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

/*字体大小集中定义开始*/


/*字体大小集中定义结束*/


h1 {
	color: #00468C;
	margin: 20px;
}
h2{
	margin: 0px;
	padding: 0px;
}
h2 {
	line-height: 35px;
	height: 35px;
	position: relative;
	/*background-image: url(images/dh1.jpg);*/
	padding-left: 4px;
	margin-bottom: 4px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-family: "微软雅黑";
	font-weight: bold;
}
h2 a:link,h2 a:hover,h2 a:visited {
	color: #000;
}
h2 span {
	position: absolute;
	right: 4px;
/*	font-weight: normal;  */
/*	background-image: url(images/dh1.jpg);*/
	top: 0px;
}
h2 span a:link {
	display: block;
	width: 40px;
	/*	text-indent: -9999px;*/
	overflow: hidden;
	text-align: center;
	color: #000;
	text-decoration: none;
/*	font-weight: bold;  */
}
h2 span a:hover,h2 span a:visited {
	color: #000;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.news {
	list-style-position: inside;
	list-style-type: disc;
}
.news li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-right: 10px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	height: 90px;
	border: 1px solid #000;
	background-color: #FFF;
}
#navbar {
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}
#navbar ul {
	list-style: none;
	overflow: hidden;
	line-height: 40px;
	margin: 0px;
}
#navbar ul li {
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
#navbar ul .long {
	width: 120px;
}
#navbar ul .kindex a {
	background-color: #399;
}
#navbar ul li a {
	display: block;
	text-align: center;
	height: 40px;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #000;
	/* text-indent: -9999px;*/
}
#navbar ul li a:hover {
	text-decoration: none;
	/*	background-color: #FFCD9B;
	color: #FFF;	*/
	/* background-image: url(images/an2_03.jpg);*/
	text-decoration: none;
	color: #000;
}

#middlewrap {
	border: 1px solid #000;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-top: 5px;
}
#leftside {
	background-color: #FFF;
	float: left;
	width: 27%;
}
#main {
	background-color: #FFF;
	float: left;
	width: 96%;
	margin-left: 14px;
	padding-left: 15px;
	border: 1px solid #000;
}

#rightside {
	background-color: #FFF;
	float: right;
	width: 22%;
	margin-left: 6px;
}
#footer {
	background-color: #D2D2D2;
	clear: both;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 5px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer #copyright {
	line-height: 20px;

}
#contentwrap {
	border: 1px solid #000;
	overflow: hidden;
}
#contentwrap #sidebar {
	float: left;
	width: 23%;
	border: 1px solid #000;
	margin-left: 2px;
	margin-top: 2px;
	background-color: #999;
}
#sidebar #s_lmtitle {
	/*background-image: url(../newcssimg/gk/dongtai.jpg);*/
	height: 100px;
	/*text-indent: -9999px;*/
	margin-bottom: 10px;
	text-align: center;
	line-height: 100px;
	/*background-color: #D3BC8B;*/
	background-color: #000000;
	/*color: #00468C;*/
	color: #FFF;
}
#sidebar ul {
	padding: 0px;
	width: 200px;
	margin: 0px;
	float: right;
}
#sidebar ul li {
	list-style-type: none;
	line-height: 30px;
	margin: 1px;
	background-color: #CCCCCC;
	text-align: left;
	border: 1px solid #000;
	padding-left: 5px;
/*	font-weight: bold;  */
}
#sidebar ul li ul li {
	text-indent: 2em;
	background-color: #ABAB56;
}
#sidebar ul li ul li ul li {
	text-indent: 4em;
	background-color: #39C;
}
#sidebar ul li a {
	text-decoration: none;
	color: #646265;
	display: block;
	padding-right: 2px;
}
#sidebar ul li a:link {
	text-decoration: none;
	color: #000000;
}
#sidebar ul li a:visited {
	text-decoration: none;
	color: #765c10;
}
#sidebar ul li a:hover {
	text-decoration: none;
	color: #900;
}
#sidebar ul li a:active {
	text-decoration: none;
	color: #765c10;
}
#contentwrap #maincontent {
	float: right;
	width: 76%;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
	background-color: #FFF;
}
#maincontent #siteplace {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#maincontent #m_lmtitle {
	text-align: center;
	height: 90px;
	width: 359px;
	margin-right: auto;
	margin-left: auto;
	line-height: 90px;
	background-color: #000;
	/*background-image: url(cssimages/dongtai.jpg);*/
}
#maincontent h2 {
	text-align: center;
	color: #603;
	background-color: #CCC;
	line-height: 50px;
	height: 50px;
	border-bottom-style: none;
}
#maincontent #jiansuo {
	text-align: center;
}
#maincontent #main_text {
	clear: both;
	padding: 10px;
/*	font-size: 14px;*/
	line-height: 30px;   
	margin: 15px;
	overflow: visible;
}

#main_text #text_plist {
	margin-right: auto;
	margin-left: auto;
}
#main_text #text_plist li {
	width: 290px;
	float: left;
	margin-right: 10px;
	overflow: visible;
	list-style-type: none;
	text-align: center;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 4px 4px 4px #333333;
}

#main_text #text_plist li img {
	border: 1px solid #000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	/*	box-shadow: 4px 4px 4px #999999;  */
	margin-top: 5px;
	margin-bottom: 5px;
}
#main_text #text_plist li span {
	display: block;
	/*	font-weight: bold;  */
	background-color: #C9C9C9;
	/*	background-color: #4AA6D2;  */
	background: rgba(204,204,204,.7);
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

#main_text #text_xplist {
	margin-right: auto;
	margin-left: auto;
}
#main_text #text_xplist li {
	width: 180px;
	float: left;
	margin-right: 20px;
	overflow: auto;
	list-style-type: none;
	border: 1px dashed #000;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 25px;
}

#main_text #text_xplist li img {
	border: 1px solid #000;
	margin-right: auto;
	margin-top: 5px;
	margin-left: auto;
	height: 50px;
	width: 110px;
	display: block;
}
#main_text #text_xplist li span {
	/*	font-weight: bold;  */
	background-color: #C9C9C9;
	padding: 0px;
	margin: 5px;
	display: block;
	text-align: center;
}
#main_text #text_list {
	/*width: 100%; */
	margin: 0px;
	padding: 0px;
	list-style-type: none;    /*这两句放在这个和下面定义效果相同*/
}
#main_text #text_list li {
	width: 98%;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#main_text #text_list li span {
	/*display: block;*/
	width: 100px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 30px;
/*	font-size: 12px;
    font-weight: bold;  */
}
#main_text #text_list li i {
	width: 100px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	position: absolute;
	top: 0px;
	right: 110px;
	font-style: normal;
	display: block;
	height: 30px;
}




#main_text #text_list #text_title {
/*	font-weight: bold;   */
	background-color: #E7E7E7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	letter-spacing: 1em;
	/*position: relative; */
}
#main_text #text_list #text_title span {
/*	background-color: #F1F1F3;  */
/*	position: absolute;
	top: 0px;
	right: 0px; */
}

#main_text #page {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
/*	font-size: 12px;  */
	color: #369;
	clear: both;
}
#main_text #article_title {
	/*h2 文章标题  */
	text-align: center;
	color: #000;
}
#main_text p {
	margin: 0px;
	padding: 0px;
}
#main_text .article_oltitle {
	/*h3 附件、新闻ol列表标题   */
	color: #820000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main_text .article_ol {
	/* .ol_article  附件、新闻ol列表 */
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*font-size: 12px;  */
}
#main_text #article_info {
	/* #info  发表信息 */
	text-align: right;
	height: 30px;
}
#main_text .article_pubtime,#main_text .article_auth {
	/*  pubtime,auth 文章时间、作者  */
	margin-right: 10px;
}
#main_text #article_main {
	padding: 10px;
	line-height: 30px;   
}

#article_main img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 4px 4px 4px #333333;
}
#article_main ol {
	padding: 0px;
/*	border: 1px solid #9C6; */
	list-style-position: inside;
/*	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	margin-left: 10px;  
}

#article_main ol li {
/*	border: 1px solid #336; */
}
#article_main ul {
	list-style-type: disc;
	padding: 0px;
/*	border: 1px solid #9C6; */
	list-style-position: inside;
/*	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	margin-left: 10px;  
}
#article_main ul li {
/*	border: 1px solid #336; */
}
#main_text #close {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#appfile h3 {
	font-family: "黑体";
	font-size: 16px;
	background-color: #CCC;
}

#appfile ol {
	font-size: 14px;
}
#appfile ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

#appfile ol li a {
	text-decoration: underline;
	font-weight: bold;
}
#addnews h3 {
	font-family: "黑体";
	font-size: 16px;
	background-color: #CCC;
}

#addnews ul {
	font-size: 14px;
}
#addnews ul li {
	list-style-position: inside;
	list-style-type: square;
}
#addnews ul li a {
	text-decoration: underline;
}

#middlewrap .Fcolumn {
	float: left;
	width: 32%;
	height: 260px;
	margin-bottom: 10px;
	border: 1px solid #000;
	margin-left: 10px;
	overflow: hidden;
}

#middlewrap .Fcolumn2 {
	float: left;
	width: 65%;
	height: 200px;
	margin-bottom: 10px;
	border: 1px solid #000;
	margin-left: 10px;
	overflow: hidden;
}

#middlewrap .Fcolumn3 {
	float: left;
	width: 98%;
	height: 105px;
	margin-bottom: 5px;
	border: 1px solid #000;
	margin-left: 10px;
	overflow: hidden;
}


#middlewrap .Fcolumn2h {
	float: left;
	width: 32%;
	height: 650px;
	border: 1px solid #000;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;
}

#middlewrap .Fcolumn2h_1 {
	float: left;
	width: 32%;
	height: 650px;
	border: 1px solid #000;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;
}

#middlewrap .Fcolumn2hl {
	float: left;
	width: 32%;
	height: 425px;
	margin-bottom: 5px;
	border: 1px solid #000;
	overflow: hidden;
	margin-left: 10px;
}
#spj #sidebar {
	display: none;
}
#spj #maincontent {
	width: 96%;
	margin-right: 20px;
	border-left-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	border-left-color: #000;
}
#spj #main_text #text_list li span {
	width: 100px;
}
#spj #main_text #text_list li i {
	width: 100px;
	right: 110px;
}
.lm_ulwenzi li {
	float: left;
	width: 130px;
}
.lm_ulwenzi2col  li {
	float: left;
	width: 140px;
}
.lm_ulwenzi3col li {
	float: left;
	width: 100px;
}
.lm_ulxpic {
	margin-top: 20px;
}

.lm_ulxpic li {
	float: left;
	width: 200px;
	margin-right: 7px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}

.lm_ulxpic li a img {
	float: left;
	border: 1px solid #666;
	margin-right: 2px;
}
.lm_ulpic {
	margin-top: 5px;
}

.lm_ulpic li {
	float: left;
	width: 200px;
	margin-right: 6px;
	border: 1px solid #CCC;
	text-align: center;
}

.lm_ulpic li a img {
	border: 1px solid #666;
	margin-right: auto;
	height: 115px;
	width: 190px;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.lm_ulpic li span {
	line-height: 20px;
	display: block;
	background-color: #CCC;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

.lm_ulh {
	margin-top: 4px;
}

.lm_ulh li {
	width: 140px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-top: 6px;
	line-height: 30px;
	text-align: center;
	background-color: #CCCCCC;
}
.lm_ulh li a {
	text-decoration: none;
	color: #646265;
	display: block;
	border: 1px solid #000;
	padding-left: 4px;
	padding-right: 2px;
}
.lm_ulh li a:link {
	text-decoration: none;
	color: #000;
}
.lm_ulh li a:visited {
	text-decoration: none;
	color: #765c10;
}
.lm_ulh li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #333333;
}
.lm_ulw {
	margin-top: 4px;
}
.lm_ulw li {
	float: left;
	width: 140px;
	margin-right: 4px;
	margin-bottom: 4px;
	line-height: 30px;
	text-align: center;
	background-color: #CCCCCC;
}
.lm_ulw li a {
	text-decoration: none;
	color: #646265;
	display: block;
	border: 1px solid #000;
	padding-left: 4px;
	padding-right: 2px;
}
.lm_ulw li a:link {
	text-decoration: none;
	color: #000;
}
.lm_ulw li a:visited {
	text-decoration: none;
	color: #765c10;
}
.lm_ulw li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #333333;
}

.qwts li {
	float: left;
/*	font-size: 14px;
	font-weight: bold;  */
	margin-right: 20px; 
}
.qwts li ul {
	width: 250px;
}
.qwts li ul li {
	float: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
/*	font-weight: normal;
	font-size: 12px;  */
	line-height: 25px; 
}


/*去掉container后的样式宽度定义*/

#header,#navbar,#middlewrap,#contentwrap,#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*去掉container后的样式宽度定义*/


/*配色方案集中定义开始*/

/*主色定义*/
#header {
	background: #CCC;
}
h1 {
	color: #000;
}

#sidebar #s_lmtitle {
	background-color: #006699;
}
#footer {
	background: #CCC;
}
/*背景定义*/
body {
	background-color: #CBCBBD;
}
/*其他定义*/
#contentwrap {
	background-color: #C6D9DD;
}
#contentwrap #sidebar {
	background-color: #A2C1C8;
}
/*配色方案集中定义结束*/

/*字体大小集中定义开始*/
body {
	font-size: 12px;
	font-family: "宋体";
}
h1 {
	font-family: "黑体";
	font-size: 36px;
}
h2 {
	font-size: 14px;
}
h3,#container{
	font-size: 12px;
}
h2 span{
	font-size: 12px;
	font-weight: normal;
}
h2 span a:link {
	font-weight: bold;
}
#navbar ul li a {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 5px;
}
#middlewrap {
	font-size: 14px;
}

#sidebar ul li {
	font-weight: bold;
}
#maincontent #main_text {
	font-size: 14px;  
}
#main_text #article_main {
	font-size: 14px;
}
#main_text #text_list li span {
	font-size: 12px;
}
#main_text #text_list #text_title {
	font-weight: bold;
}
#main_text #page {
	font-size: 12px;
}
#main_text .article_ol {
	/* .ol_article  附件、新闻ol列表 */
	font-size: 12px;
}
.qwts li {
	font-size: 14px;
	font-weight: bold;
}
.qwts li ul li {
	font-weight: normal;
	font-size: 12px;
}

/*字体大小集中定义结束*/
#qwjiansuo {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
#qwjiansuo form {
	float: left;
/*	float: left;
	width: 80%;    */

}
#qwjiansuo a {
	color: #000;
	float: left;
	border: 1px solid #666;
	width: 80px;
	text-decoration: none;
	background-color: #CCC;
	font-weight: bold;
	margin-right: 10px;
}
.cctitle {
	color: #633;
	text-align: center;
	font-weight: bold;
}
#article_main .xlpic {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto!important;
	width: 800px;
	max-width: 800px;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 4px 4px 4px #333333;
}
#dpicture img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto!important;
	width: 800px;
	max-width: 800px;
	border: 1px solid #000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 4px 4px 4px #333333;
}
#xpicture img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto!important;
	width: 620px;
	max-width: 620px;
	border: 1px solid #000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 4px 4px 4px #333333;
}
#middlewrap ul li {
	width: 260px;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 2px;
	font-family: "微软雅黑";
}
#middlewrap ul li ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #930;
	width: 220px;
	margin-left: 5px;
	font: 12px/20px "宋体";
	padding-left: 5px;
}
#qwjiansuo a {
	float: right;
}
.threenav {
	width: 90%;
	overflow: visible;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	height: auto;
	padding-left: 10px;
	margin-left: 30px;
}
.threenav li {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 120px;
	border: 1px solid #000;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 2px;
}
.threenav li a {
	font-weight: bold;
	background-color: #E7E7E7;
	display: block;
}
