﻿@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:"微软雅黑";
	background:url(../images/top2.png) center top no-repeat;
}
* {
	/* font-family:"微软雅黑";
	font-size:16px; */
}
div, p, span, form, iframe, table, td, th, input, textarea, button, label, select, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none
}
a {
	color:#000;
	text-align:left;
	text-decoration:none;
}
a:hover {
	color:red;
}
a:focus, input:focus, select:focus {
	outline:none;
	-moz-outline:none;
}
table {
	background:0;
	border-collapse:collapse;
	margin:0;
	width:100%;
}
table tr td {
	padding:0;
}
.float-l {
	float:left
}
.float-r {
	float:right;
}
.topD {
	overflow:hidden;
	height:42px;
	line-height:42px
}
.topD ul li, .topD ul li a {
	margin:0 10px;
	color:#5799d7;
	line-height:42px;
	font-size:12px;
	text-decoration:none
}
.title {
	width:1200px;
	margin:0 auto;
	text-align:left;
	height:280px;
}
.title img{
	margin-top:45px;
}
.menu {
	height:60px;
	background-color:#097de2;
	overflow:hidden;
}
.menu div {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}

.menu div ul li {
	float:left;
	font-size:16px;
}
.menu div ul li a {
	display:block;
	padding:0 13px;
	line-height:60px;
	font-size:18px;
	color:#fff;
}
.menu div ul li a:hover {
	background-color:#0966b6
}

.menu div ul li.last {
	float:right !important;
	text-align:right
}
.menu div ul li.li-more:hover #m-sub {
	display:block
}
#m-sub{
	display:none;
	position:absolute;
	width:180px;
	height:173px;
	clear:both;
	margin-top:-232px;
	background:url(../images/m-sub-bg.png) 10px 143px no-repeat;
}
#m-sub ul{
	overflow:hidden;
	background-color:#097de2;
}
#m-sub ul li{
	clear:both;
	width:100%;
	height:40px;
}

#m-sub ul li a{
	display:block;
	line-height:40px;
	font-size:16px;
	width:100%;
}


.serch {
	position: absolute;
	margin-left:880px;
	margin-top:60px;
	overflow:hidden;
	width:310px !important;
	background:url(../images/tm-bg.png) center repeat;
	border-radius:10px;
}
.serch input {
	float:left;
	border:0;
	height:36px;
	background:none;
}
.serch input[type=text] {
	width:240px;
	line-height:36px;
	padding:0 20px;
	font-size:16px;
	color: #000;
	border-radius:10px 0 0 10px;
}
.serch input[type=button] {
	float:right;
	width:30px;
	background:url(../images/sch-btn.png) 7px center no-repeat;
	border-radius:0 10px 10px 0;
}
.serch input[type=button]:hover {
	background-color:#EBF2F8;
	cursor:pointer
}
.serch input::-webkit-input-placeholder {
 color: #4585f5;
 font-size:14px;
}
.serch input:-moz-placeholder {
 color: #4585f5;
 font-size:14px;
}
.serch input::-moz-placeholder {
 color: #4585f5;
 font-size:14px;
}
.serch input:-ms-input-placeholder {
 color: #4585f5;
 font-size:14px;
}


.mainD {
	width:1250px;
	overflow:hidden;
	margin:0 auto;
	background-color:#fff;
}
.con {
	width:1250px;
	background-color:#fff;
	margin:0 auto;
	margin-top:15px;
}
.lead-news {
	width:1140px;
	margin:25px auto;
	padding:22px 30px;
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	color:#df0000;
	text-align:center;
	background:url(../images/tt-bg.png) center repeat;
	border:2px #fff solid
}
/*新闻列表 样式*/
.newsTable {
	border-collapse:collapse;
	width:100%;
	table-layout:fixed;
	margin-top:15px;
}
.newsTable tr td {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	height:34px;
	text-align:left;
	padding-left:18px;
	background:url(../images/list-dot.png) 3px center no-repeat;
	border:0;
	border-bottom:0px #CCCCCC dashed;
	vertical-align:middle;
}
.newsTable tr th {
	width:100px;
	text-align:right;
	font-weight:normal;
	font-size:14px;
	color:#323232;
	background-image: none;
	border:0;
	border-bottom:0px #CCCCCC dashed;
}
#more {
	float:right;
	display:block;
	color:#999999;
	font-size:14px;
	top:30px;
	right:30px;
}
#more:hover {
	color:red
}
tr.yw-more td, tr.yw-more th {
	height:20px;
	background:url(../images/unline-bg.png) center bottom repeat-x;
}
tr.yw-more th a {
	font-size:12px;
	background-color:#fff;
	color: #999
}
tr.yw-more th a:hover {
	color:red
}
div.zt {
	overflow:hidden;
	margin-bottom:5px;
}
div.zt ul li {
	float:left;
	margin-bottom:5px;
}
div.zt ul li a img {
	float:right;
	display:block;
	vertical-align:top
}
.area {
	width:415px;
	margin-top:22px;
}
.area p {
	height:45px;
	line-height:45px;
	background:url(../images/area-p.png) 2px center no-repeat;
	font-size:20px;
	color:#097de2;
	padding-left:22px;
	border-bottom:1px solid #097de2;
}
.area div {
	text-align:center;
	margin-top:20px;
	height:184px;
	vertical-align:middle
}
.area div img{
	width:330px;
	height:170px;
}

.r-d {
	width:267px;
	background-color:#f8f8f8;
	padding:10px 23px 23px 23px;
	margin-top:15px;
}
.r-d .area {
	width:263px;
	margin-top:5px;
}
.r-d .area .newsTable{
	margin-top:10px;
}
.r-d .area .newsTable tr td {
	height:32px;
}
.r-d .area .newsTable tr td a{
	font-size:15px;
}
.list-r{
	padding:0 23px 23px 10px;
	background-color:#fff;
	margin-top:0;
	margin-top:-15px
}
.list-r .area{
	width:330px;
}
.ddhz {
	width:308px;
	height:510px;
	background-color:#EFF9FF;
	margin-top:26px;
}
.ddhz .area {
	width:300px;
	margin-top:15px;
}
.ddhz .area p{
	padding-left:0;
}
.ddhz .area p span {
	display:block;
	float:left;
	color:#fff;
	background-color:#197DDB;
	background-image:none;
	padding:0 15px;
	font-weight:bold;
	font-size:18px;
	letter-spacing:2px;
}
.ddhz .area .newsTable{
	margin-top:15px;
}
.ddhz .area .newsTable tr td a{
	line-height:36px;
}
.nextpg{
	text-align:center;
	line-height:30px;
	font-size:14px;
	margin-top:25px;
}
.fenjie{
	width:1200px;
	overflow:hidden;
	margin:auto;
	text-align:center;
	margin-top:25px;
	margin-bottom:10px;
}

.other{
	overflow:hidden
}
.other .area{
	width:382px;
	margin-left:25px;
	float:left
}

.zlhg{
	margin-left:25px;
	margin-top:25px;
	margin-right:25px;
	height:97px;
	background:url(../images/zhanti.png) left center no-repeat;
}
.zlhg ul{
	float:right
}
.zlhg ul li{
	float:left;
	margin-left:18px;
}

.end {
	margin-top:25px;
	height:250px;
	border-top:5px solid #3589e8;
	background-color:#f2f2f2;
	text-align:center;
}
.o-link {
	width:1200px;
	height:100px;
	border-bottom:1px dashed #CCC;
	margin:0 auto;
}
.o-link select.s01{
	margin-left:0
}
.o-link select{
	height:40px;
	line-height:40px;
	width:220px;
	margin-left:20px;
	margin-top:28px;
}
.o-link select option{
	text-align:center;
	line-height:40px;
}
.copyright{
	margin:0 auto;
	margin-top:20px;
	width:650px;
}
.copyright ul li{
	float:left;
	font-size:15px;
	line-height:32px;
}
.copyright ul li img{
	margin:0 20px;
	margin-top:10px;
}
div.current {
	width:1200px;
	margin:0 auto;
	margin-top:15px;
	padding-left:25px;
}
div.current, div.current a {
	height:30px;
	line-height:30px;
	color:#5485b7;
	font-size:14px;
}
div.current a {
	margin:0 10px;
}
div.current a:hover {
	color:red
}
div.list-tit{
 background:url(../images/list-tit-d.png) right center no-repeat;
 overflow:hidden;
 height:55px;
 line-height:55px;
}
div.list-tit p{
 float:left;
 background:url(../images/list-tit-bg.png) left center no-repeat;
 padding:0 55px 0 50px;
 letter-spacing:3px;
 color:#fff;
 font-size:22px;
 font-weight:bold;
 width:167px;
 text-align:center
}

/*list*/
.con .news-list {
	margin-top:28px;
	margin-bottom:10px;
	overflow:hidden;
	border-bottom:1px #CCC solid;
	padding-bottom:20px;
}

.con .news-list img {
	display:block;
	float:left;
	width:205px;
	height:140px;
	margin:-3px auto auto -3px;
}
.con .news-list ul {
	float:left;
	margin-left:10px;
}
.con .news-list ul li {
	float:left;
	width:600px;
	margin-left:10px;
	padding-right:5px;
}
.con .noImg ul li {
	width:810px;
	margin-left:10px;
}
.con .ll-list ul li {
	width:700px;
}	
.con .l-noImg ul li {
	width:900px;
	margin-left:10px;
}
.con .news-list ul li  p.headt {
	font-weight:bold;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
}
.con .news-list ul li  p.summary {
	font-size:15px;
	line-height:34px;
	margin-top:10px;
}
.con .news-list ul li  p.summary a{
	color:#0041c6;
	font-size:14px;
	margin-left:20px
}
.con .news-list ul li  p.summary a:hover{
	color:red
}
.con .news-list ul li p span .date{
	display:block;
	float:right;
	color:#999;
	font-size:13px;
	margin-top:6px;
	font-weight:normal
}
.con h1{
	font-size:26px; color:red; line-height:80px; font-family:'黑体'; letter-spacing:3px;
}
.con .ld-list  {
 border:1px #e7e7e7 solid; padding:10px; padding-right:0; background-color:#fff; width:920px; margin:0 auto; margin-bottom:30px;
}	
.con .ld-list ul li {
	width:705px;
}	
.con .ld-list img {
width:180px; height:240px; margin:0
}
.con .ld-list ul li .headt {
	font-size:30px;
	font-weight:bold;
	letter-spacing:5px;
	color:#69b7dd;
	vertical-align:baseline;
	padding-top:10px;
	padding-bottom:5px;
	background:url(../images/leader/ld-bg.png) right top no-repeat;
}
.con .ld-list ul li .summary {
	font-size:20px !important;
	letter-spacing:2px;
	line-height:50px !important;
	text-indent:36px;
}
.contents{
	margin:30px 50px;
	font-family:"宋体";
	font-size:20px;
	line-height:42px;
}	
	
		
div.code {
	z-index:3;
	position:fixed;
	background-color:#fff;
	font-size:12px;
	bottom:20px;
	right:0;
	width:89px
}
div.code p {
	font-size:12px;
	text-align:center;
	line-height:18px;
	margin-bottom:10px;
}
.llyd {
	width:384px;
	margin-top:35px;
	float:left;
	margin-left:25px;
	margin-bottom:15px;
}
.llyd p {
	height:45px;
	line-height:45px;
	background:url(../images/llyd-p.png) 8px center no-repeat;
	background-color:#E5F1FF;
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding-left:30px;
	border-top:2px solid #097de2;
}
.llyd p a{
	margin-right:10px;
}
.llyd div {
	text-align:center;
	margin-top:20px;
	height:184px;
	vertical-align:middle
}
.ldls {
	width:458px;
	margin-top:5px;
	float:left;
	margin-left:28px;
}
.ldls p{
	height:45px;
	line-height:45px;
	background:url(../images/llyd-p.png) 2px center no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding-left:22px;
	border-bottom:2px solid #097de2;
}
.llzt {
	width:244px;
	margin-top:5px;
	float:left;
	margin-left:3px;
}
.llzt p{
	border-bottom:0px solid #097de2;
}
.llzt ul{
	margin-top:10px;
}
.llzt ul li{
	margin-top:9px
}

.lzjs {
	width:586px;
	margin-top:30px;
	float:left;
	margin-left:25px;
	background-position:left 60px;
	background-repeat:no-repeat;
}
.lzjs p{
	height:45px;
	line-height:45px;
	background:url(../images/lzjs-p.png) 10px center no-repeat;
	background-color:#F0F7FF;
	font-size:18px;
	font-weight:bold;
	color:#054D9F;
	padding-left:27px;
}
.lzjs p a{
	margin-right:10px;
}

.lzjs .newsTable tr td {
	line-height:36px;
}
.lz-oth div{
	float:left
}
.lz-oth .newsTable{
	width:434px;
	float:right;
	margin-right:10px;
	margin-top:7px;
}
.list-menu{
	width:244px;
	overflow:hidden;
	position:relative;
	margin:0 15px 15px 0;
}

.list-menu div{
	background-color:#1587ea;
	color:#fff;
	line-height:60px;
	font-size:20px;
	text-align:center;
	letter-spacing:3px;
	font-weight:bold;
}
.list-menu ul {
	overflow:hidden;
	border:1px solid #d5e4f1;
	border-top:0;
	width:242px;
	padding-bottom:10px;
}
.list-menu ul li{
	margin:8px 10px 0 10px;
	background-color:#eff7fe;
	line-height:60px;
	text-align:center;
	font-weight:bold;
	border:1px solid #e1edf7;
}
.list-menu ul li a{
	color:#066fcb
}

.list-menu ul li a:hover{
	color:red
}
.zc-oth{
	overflow:hidden;
	margin-left:-25px;
}
.zc-oth .area{
	width:397px;
	margin-left:25px;
	float:left
}
.zc-oth .area  p {
	background:url(../images/zcfg-p.png) 2px center no-repeat;
	border-bottom:2px solid #097de2;
	color:#000;
	font-weight:bold;
	font-size:18px;
}
div.list-zt{
	background-color:#eeeeee;
	overflow:hidden;
	height:45px;
	line-height:45px;
}
div.list-zt p{
	float:left;
	padding:0 80px 0 20px;
	letter-spacing:3px;
	background:url(../images/dream-bg.png) right center no-repeat;
	background-color:#d00000;
	color:#fff;
	font-size:20px;
	font-weight:bold
}

div.list-title{
	background:url(../images/list-tit-d.png) right center no-repeat;
	overflow:hidden;
	height:54px;
	line-height:55px;
}

div.list-title p{
	float:left;
	overflow:hidden; 
	background:url(../images/list-title-bg.png) right center no-repeat;
	background-color:#E50000;
	text-align:center
}

div.list-title p span{
	display:block;
	padding:0 60px;
	background:url(../images/list-title-1.png) left center no-repeat;
	letter-spacing:3px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

.zt-list{
	margin-top:28px;
	margin-left:-15px;
	overflow:hidden;
}
.zt-list ul li{
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}
.zt-list ul li img{
	width:400px;
	height:80px;
}