﻿html {
	text-align: center;
    /*background: #EDEDED url(../images/main_bg.jpg) repeat-x left top;*/
}
body {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	font-family: simsun;
}
body.sysshomepage {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	font-family: simsun;
}
.mt{
	margin-top:15px;
}
.ml6{
	margin-left: 6px;
	display: inline-block;
}
.is_mulu {
    font-size: 12px;
    position: fixed;
    right: 0;
    top: 170px;
    width: 82px;
}
.is_mulu_left {
    font-size: 12px;
    position: fixed;
    right: 0;
    top: 170px;
    width: 82px;
}
td {
	font-size: 12px/1.5;
	font-family: simsun;
	color: #333;
}
input { font: 10pt Verdana, Arial, Helvetica, sans-serif, "宋体"; }
img {
	border: none;
}
ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333333;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 13;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}

.grey12_24, .grey12_24 a:link, .grey12_24 a:visited {
    color: #333;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
}
.content {
}
.sider {
	width: 300px;
}
.homepage .sider {
	width: 230px;
}

/** 页头区 **/
.top {
	border-bottom: 1px solid #DCDCDC;
}
.top td {
	background: #F4F4F4;
}
.top table td {
	padding: 3px 10px;
}
.top a {
}
.top .inputText {
	 border: 1px solid #0168b7;
    float: left;
       height: 26px;
    width: 160px;
    color: #d0d0d0;
}
.top .inputSub {
	height: 19px;
}

/** 导航 **/
.nav {
	background: url(../images/nav_bg.jpg) repeat-x left top;
}
.nav .nav_global {
}
.nav .nav_global ul {
	padding: 0 10px;
}
.nav .nav_global li {
	cursor:pointer;
	float:left;
	text-align:center;
	text-decoration:none;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/nav_line.jpg) no-repeat right top;
	padding-right: 2px;
}
.nav .nav_global li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 0 14px;
}
.nav .nav_global li a:hover {
	color: #000!important;
	text-decoration: none;
}
.nav .nav_global li.curr a {
	color: #000;
	background: url(../images/nav_li_hover.jpg) repeat-x center top;
}
.nav_sub {
	padding: 6px;
}
.nav_sub a {
	padding: 0 2px;
}
/* 子栏目导航菜单距离调整 */
#tabnav_div_1 {
}
#tabnav_div_2 {
	padding-left: 100px;
}
#tabnav_div_3 {
	padding-left: 200px;
}
#tabnav_div_4 {
	padding-left: 300px;
}
#tabnav_div_5 {
	padding-left: 400px;
}
#tabnav_div_6 {
	padding-left: 500px;
}
#tabnav_div_7 {
	padding-left: 600px;
}
#tabnav_div_8 {
	padding-right: 40px;
	text-align: right;
}

/* 页尾区 */
.links {
	margin-top: -10px;
}
.links hr {
	color: #DCDCDC;
}
.search {
	background: #1F73BE;
	color: #fff;
}
.footlink{
	background: #0168b7;
	color: #fff;
}
body.sysshomepage .footlink{
	background: #ba0c0d;
	color: #fff;
}
.search td, .search a {
	color: #fff;
}
.search a:hover {
	color: #fff!important;
}
.copyright {
	background: #d2d2d2;
	font-family: simsun;
	font-size: 14px;
    height: 136px;
}
body.sysshomepage .copyright {
	background: #f4dfc0;
	font-family: simsun;
	font-size: 14px;
    height: 136px;
}
.copyright_c{
	 margin: auto;
    width: 850px;
}
.copyright tbody tr td font{
	 height: 26px;
	color:#1f1f1f;
	font-size: 14px;
}
.copyright a{
	margin: 5px 0;
	font-family: simsun;
	color:#3479ba;
}

/** 公共定义 **/
.title {
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.title td {
	font-size: 14px;
	line-height: 26px;
	color: #07519A;
	padding: 0px 10px;
}
.box {
	border: 1px solid #fff;
	border-width: 0 1px 1px 1px;
}
.box tbody tr td ul li span{
	color:#999;
}
.box ul {
	list-style: none;
	padding: 8px;
}
.box ul li {
	background: url(../images/li_ico.png) no-repeat left center;
	line-height: 1.6;
	padding: 2px 0 2px 8px;
}
.no_doc ul li {
	background: url(none);
	padding-left: 0px;
}
.box ul li p {
	margin: 0 0 4px;
	padding: 0 0 5px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.box ul li strong {
	display: block;
}
.rank {
	margin: 0px;
	padding: 8px 6px;
}
.rank li {
	padding-left: 18px;
	line-height: 23px;
}
.rank li.no1 {
	background: url(../images/1.gif) no-repeat 4px center;
}
.rank li.no2 {
	background: #F2F8FD url(../images/2.gif) no-repeat 4px center;
}
.rank li.no3 {
	background: url(../images/3.gif) no-repeat 4px center;
}
.rank li.no4 {
	background: #F2F8FD url(../images/4.gif) no-repeat 4px center;
}
.rank li.no5 {
	background: url(../images/5.gif) no-repeat 4px center;
}
.rank li.no6 {
	background: #F2F8FD url(../images/6.gif) no-repeat 4px center;
}
.rank li.no7 {
	background: url(../images/7.gif) no-repeat 4px center;
}
.rank li.no8 {
	background: #F2F8FD url(../images/8.gif) no-repeat 4px center;
}
.rank li.no9 {
	background: url(../images/9.gif) no-repeat 4px center;
}
.rank li.no10 {
	background: #F2F8FD url(../images/10.gif) no-repeat 4px center;
}
.news_title {
	margin-top: 10px;
}
.news_title strong {
	background: #f4f4f4 url(../images/h2_icon.gif) no-repeat 8px center;
	display: block;
	padding-left: 20px;
	line-height: 2;
	margin: 0 8px;
	font-size: 14px;
}
.news_title p {
	margin: 6px 8px 0px;
	padding: 0 0 8px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.focus {
	margin-top: 10px;
	background: url(../images/focus_bg.jpg) repeat-x left top;
	border: 1px solid #AACCEE;
}
.focus strong {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 6px;
	text-align: center;
	display: block;
	border-bottom: 1px dashed #ccc;
}
.margin_top {
	margin-top: 10px;
}
.inputText {
	border: 1px solid #0168b7;
   height: 24px;
    width: 160px;
    float: left;
}
.banner_ad {
	padding: 0 10px;
}
.picText {
	margin-bottom: 10px;
	background: #F8F8F8;
}
.picText strong {
	display: block;
}
.picText img {
}
.picList {
	padding: 8px 0;
}
.picList table td img {
	margin-bottom: 1px;
}
.tprice span {
	text-decoration: line-through;
}
.price {
	color: #f60;
}

/* tab选项卡 */
.tbtncon {
	height:26px;
	background:url(../images/title_bg.gif) repeat-x;
}
.tbtn1 {
	font-size:12px;
	font-weight:normal;
	height:26px;
	border:1px solid #ace;
}
.tbtncon li{
	border:1px solid #ace;
	border-left:none;
	border-top:none;
	color:#07519A;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:80px;
	height:25px;
	line-height:25px;
}
.tbtncon li:hover{
	text-decoration:underline;
}
.tbtncon li.curr{
	background:#fff;
	border-bottom-color:#fff;
	cursor:default;
}

/* 频道和列表页 */
.position {
	/*background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;*/
	color: #07519A;
	/*border: 1px solid #AACCEE;*/
	margin-top:20px;

}
.position a{
	color:#0069b7;
}
.position td {
	line-height: 26px;
	padding: 0px 10px;
	font-family: simsun;
	font-size: 13px;
	color:
}
.channle .box {
	margin-bottom: 10px;
}
.listpage .news_list .box {
	border-width: 1px;	
	padding: 0 10px;
}
.list_minh{
	 min-height: 730px;
}
.listpage .list_content .box{
	border-width: 1px;	
	padding: 10px;
}
.listpage .news_list .box ul {
	border-bottom: 1px dashed #ccc;
}
.listpage .com_con760 .box ul {
	border-bottom: 0px dashed #ccc;
}
.listpage .com_con760 .box ul .ldzc_li{
	height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-right: 20px;
    background:url("../images/li_ico.png") no-repeat scroll left center;
}
.listpage .com_con760 .box ul .ldzc_li a{
    margin-left:15px;
}
.listpage .com_con760 .box ul .ldzc_li font{
    float: left;
}
.news_list .box ul li {
	clear: both;
	padding: 0 0 0 8px;
	line-height: 28px;
	height: 28px;
}
.news_list .box ul li a {
	font-size: 14px;
	float: left;
	 margin-left: 5px;
}
.news_list .box ul li span {
	font-size: 14px;
	float: right;
}
.flash_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	
}
.titlepic a img{
	float: left;
	
}
.flash_list .flashsay {
	color: #666;
}
.movie_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.movie_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.shop_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.shop_list .line_bottom table {
	margin-bottom: 8px;
}
.photo_list .line_bottom {
	color: #1c96ec;
	margin: 8px 0;
	font-size: 13px;
	font-family: simsun;
    
}
.photo_list .line_bottom a{
	color: #666;
    
}
.photo_list .line_bottom table {
	margin-bottom: 8px;
}
.info_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.info_list .line_bottom .titlepic {
	width: 90px;
}
.info_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.info_list .line_bottom .click {
	color: #f60;
}
.info_list .line_bottom .smalltext {
	color: #666;
}

/* 内容页 */
.showpage .main .box {
	border-width: 1px;
}
.news .main .box {
	padding: 0 0px;
}
.info .main .box {
	padding: 0 20px;
}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.spbd_cont .title_info{
	margin-top: 15px;
	text-align: center;
	width:900px;
}
.showpage .main .title_info span ,.sysshomepage .main .title_info span{
	font-size: 24px;
	margin: 0px;
	font-family: simsun;
	padding: 0px;
	color: #333;
    font-size: 24px;
    line-height: 40px;
	
}
.showpage .main .title_info .info_text {
	background: #f1f1f1;
    color: #666;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    font-family:SimSun;
    display:inline-block;
    
}
.mt20{
	height:20px;
	clear: both;
}
.mb30{
	height:20px;
	clear: both;
}
.showpage .digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #AACCEE;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}
.headerbk{
	background:url("../images/sxsj_header.gif") repeat-x scroll;
	height:192px;
	  
	}

/* 系统文件表格样式 */
.header	{ 
	/*background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	 background:url("../images/header.png") no-repeat scroll center top;*/
	 background-image:url("../images/header.png");
background-position: center top;
background-repeat: no-repeat;
background-attachment:scroll;
background-size: cover; 
     height: 192px;
     background-size: cover;
	 color: #07519A;
	 border: 0px solid #AACCEE;
	 border-bottom: none;
}
	.headersyss{
	 background:url("../images/headersyss.png") no-repeat scroll center top;
     height: 230px;
     background-size: cover;
	 color: #07519A;
	 border-bottom: none;
	}
	
.header a				{ color: #07519A }
.tableborder			{ background: #E1EFFB; border: 1px solid #AACCEE } 

/* 分页样式*/
.list_page {
	margin: 15px 5px;
	float: right;
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{font:14px Tahoma; margin: auto;
    padding: 20px 10px;}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}

 /*导航样式*/
 .wrap{
 	width:100%;
 	height: 49px;
 	margin-top:-49px;
 }
 .h46{
 	width:100%;
 	height: 35px;
 	background:#f5f5f5; 
 	}
 .main_colum{
 	width:1006px;
 	margin:auto;
 	overflow: hidden;
 }
 .index_conbk{
 	width: 100%;
 	background: #e5f8fe;
 }
 .index_con{
 	 background: #e5f8fe ;
    margin: auto;
    overflow: hidden;
    /*padding: 0 25px;*/
    width: 1006px;
    font-family: simsun;
    padding:0 10px;
 }
  .com_con_all{
 	 background: #fff;
    margin: auto;
    overflow: hidden;
    width: 1006px;
    font-family: simsun;
    padding:0px;
 }
 
 .com_con_all div table tbody tr td.main{
 	padding:0px 30px;
 }
 .sysshomepage >.index_conbk{
 	width: 100%;
 	background:#fff7d2;
 	/*background: #fff7d2 url("../images/foot_bg.png") no-repeat scroll center bottom;*/
 }
 .sysshomepage .index_con_syss{
 	 background: #fff7d2;
    margin: auto;
    overflow: hidden;
    padding: 0px;
    width: 1046px;
    font-family: simsun;
 }
 
  .sysshomepage .con_syss_list{
 	background: #fff!important;
    margin: auto;
    overflow: hidden;
      padding: 0 20px;
    width: 1000px;
    font-family: simsun;
 }
 .w210_syss{
 	width: 210px !important;
 	background: #fff7d2;
 	 margin-top: 0 !important;
 }

 .syss_td_title tr td.td_title{
 	background:#fff url(../images/rtbk_syss_210.png) no-repeat;
	width:210px;
	height:45px;
	color:#fff;
	font-family: simsun;
	text-align: center;
 }
 
.com_l .syss_l_nav .td_def, .com_l .syss_l_nav .td_cur{
	background:url("../images/td_def.png") repeat-x scroll 0 0!important;
    color: #fff;
    font-family: simsun;
    height: 48px;
    text-align: center;
    width: 210px!important;
}
  .sysshomepage >.com_con_all{
 	 background: #fff;
    margin: auto;
    overflow: hidden;
    padding: 0 25px;
    padding-top:15px;
    width: 1006px;
    font-family: simsun;
 }

#navigation, #navigation li ul {   
                    list-style-type:none;   
                }   
                #navigation {                  
                    width:1006px;
                    margin: auto;
                    height:46px;
                   border-bottom:3px solid #b00000; 
                }   
                #navigation li {   
                    float:left;   
                    text-align:center;   
                    position:relative;   
				    position: relative;
				    text-align: center;
                }   
                 #navigation li .nav_img_ico{   
                     float: left;
		    height: 30px;
		    margin-left: 10px;
		    margin-top: 7px;
		    width: 30px;
                }   
                #navigation li a:link, #navigation li a:visited {   
                      color: #fff;
				    display: block;
				    height: 43px;
				    line-height: 43px;
				  
				    text-decoration: none; 
                     
                }   
                li.one a span{
					color: #0167b9;
					font-size: 16px;
                    font-weight: bold;
					
				}
                 #navigation li ul li.libk a:link{
				 	display:block;    
                    text-decoration:none;    
                    background:url("../images/libk.png") no-repeat;
                    font-size: 12px;
                    padding: 0 10px;
				 }
				  #navigation li ul li.libk a{
				  	height:35px;    
                    line-height:35px; 
				 }
                 #navigation li.one:hover{   
                    color:#fff!important;   
                    background:#0068b7;   
                    border-top-left-radius:6px; 
                    border-top-right-radius:6px; 
                    
                } 
                 #navigation li.one_69:hover ul{   
                   display: none!important;
                    
                } 
                #navigation li.one{
					width:126px;
					margin-left: 30px;
				}
			
				.shouyeul li.one {
				    margin-left: 15px;
				    width: 110px!important;
				}
				 .shouyeul li.one:hover{   
                    color:#0068b7!important;   
                    background:none!important;   
                    border-top-left-radius:6px; 
                    border-top-right-radius:6px; 
                    
                } 		
                .shouye a span{
					 color:#0068b7!important; 
					 font-weight: bold;
				}	 
				.com_navigation li.one{
					width:110px !important;
					margin-left: 15px;
				}
				  #navigation li.one_84:hover {   
                    color:#fff;   
                    background:#b80000;   
                    
                } 
                #navigation li.one_84 , #navigation li.one_235 , #navigation li.one_137 , #navigation li.one_164 , #navigation li.one_230 ,#navigation li.one_112,#navigation li.one_119,#navigation li.one_140{
					width:156px;
					display: none;
				}
				
				 
                #navigation li ul li.libk {   
                    width:126px;   
                    
                }
                #navigation li ul li a:hover {   
                    color:#fff;   
                    background:#6b839c;    
                }   
                #navigation li ul {   
                    display:none;   
                    position:absolute;    
                    top:42px;   
                    left:0;   
                    margin-top:1px;   
                    width:126px;   
                    z-index: 99999;
                }   
                #navigation li ul li ul {   
                    display:none;   
                    position:absolute;    
                    top:0px;   
                    left:130px;    
                    margin-top:0;   
                    margin-left:1px;   
                    width:120px;   
                }   

				.com_navigation li ul li.libk {   
                    width:110px!important;   
                    
                }

.logoLeft{
    margin-top: 30px;
     width: 50%;
     float: left;
}
.morecss{
	float: right;
    width: 50px;
}
.morecss2 ,.morecss2 a{
	float: right;
    width: 50px;
    line-height: 36px;
    margin-right: 5px;
    color:#999;
    font-size: 12px;
}
.row4tbcon .morecss2,.morecss2 .morecss2 a{
	float: right;
    width: 50px;
    line-height: 36px;
    margin-right: 15px;
    color:#999;
    font-size: 12px;
    }
    .xfjbmorea{
	float: right;
    width: 50px;
    line-height: 36px;
     margin-right: 20px;
    color:#999;
    font-size: 12px;
    }
.headerR{
	float: right;
    width: 30%;
}
.datatime{
	 margin-top: 10px;
	     float: right;
}
.time_ico{
	 background:url("../images/time_ico.png") no-repeat;
	 width: 21px;
	 height:21px;
	 float:left;
}
.time_css{
	font-size: 12px;
    line-height: 21px;
    margin-left: 30px;
}

.serachCss{
	float: right;
	margin-top: 50px;
}
.inputSub {
	color: #d0d0d0;
    float: left;
    font-family: simsun;
    font-size:12px;
}
.zxgg_ico{
	margin-left: 30px;
	margin-top: 8px;
	background:url("../images/zxgg_ico.png") no-repeat;
	float:left;
}
.zxgg_ico font{
	float: left;
    margin-left: 30px;
    margin-top: -2px;
}
.zxgg_con{
	float:left;
}
.row1_l {
    float: left;
    height: 364px;
    width: 526px;

}
.row1_r{
	float: right;
    height: 364px;
    width: 470px;
    border:1px solid #d7d7d7;
    background: #fff;
}
.tp15{
	width: 100%;
	margin-top: 15px;
}

/* 首页第一行右侧tab选项卡 */
/* tab选项卡 */
.row1tbcon {
	height:50px;
	background:url(../images/title_bg.png)right bottom no-repeat;
	width:440px;
	font-family: simsun;
}
.row1tb {
	font-size:12px;
	font-weight:normal;
	height:26px;
	width:440px;
	margin:auto;
	margin-top: 5px;
}
.row1tbcon li{
	color:#6a6a6a;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:110px;
	height:25px;
	line-height:25px;
	font-size: 22px;
	
}
.row1tbcon li:hover{
	text-decoration:none;
}
.row1tbcon li.curr{
	background:#fff;
	border-bottom-color:#fff;
	cursor:default;
	color: #1c96ec;
}
.row1tbcon li.curr a{
	background:#fff;
	border-bottom-color:#fff;
	cursor:default;
	color: #1c96ec;
	cursor: pointer;
}
.row1tbList {
	padding: 8px 0;
}
.row1tbList div ul li{
	 line-height: 1.6;
    padding: 2px 0 2px 8px;
    border-bottom: 1px dotted #aaa;
}
.border_b{
	 line-height: 1.6;
    border-bottom: 1px dotted #aaa;
}
.grey14_20aa{
	    color: #333;
    line-height: 27px;
}

.grey14_20aa a:hover {
    color: #333;
    font-size: 14px;
    line-height: 27px;

}
.grey14_20{
	  color: #999;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.border_b a{
    color: #333333;
    /*font-family: simsun;*/
    font-family: simsun;
    font-size: 14px;
    line-height: 24px;
    letter-spacing:2px;
    }
    .grey14_20{
		color:#999;
	}
	.grey14_20l img{
		margin-right: 5px;
	}
.row1tbList div ul li a{
	 font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-left: 5px;
}
.row1tbList div ul li a font{
	float:right;
	color:#999;
}
.row1tbList table td img {
	margin-bottom: 1px;
}

.lw650con{
	width:650px;
	float: left;
	margin-top:15px;
}

.lw650 table.row2tb{
	margin-top:20px;
	border: 1px solid #e1e1e1;
	border-top: 0px none;
	margin-bottom: 20px;
}
.lw746{
	width:650px;
	float: left;
	border: 1px solid #e1e1e1;
	border-top: none;
	min-height: 300px;
}
.lcw746{
	width:650px;
	float: left;
	border-top: none;
	margin-top: 15px;
	min-height: 300px;
}
.rw320con{
	width:320px;
	float: right;
	margin-top:15px;
}
.rw320{
	width:320px;
	float: right;
}
 .rw320 > .rtbk{
   height:40px;
	background:url(../images/rw320_rtbk.png) no-repeat;
	color:#fff;
	font-family: simsun;
	line-height: 40px;
    text-align: center;
	}
.rw320 .rdivcon{
	font-size: 14px;
}
.rw320 .rdivcon ul{
	margin-bottom: 20px;
}
.rw320 .rdivcon ul li a font{
	float: right;
	color:#999;
}


.rw330con{
	width:330px;
	float: right;
	 margin-top: 15px;
}
.rw330{
	width:330px;
	float: right;
}
 .rw330 > .rtbk{
   height:40px;
	background:url(../images/rw320_rtbk.png) no-repeat;
	color:#fff;
	font-family: simsun;
	line-height: 40px;
    text-align: center;
	}
.rw330 .rdivcon{
	font-size: 14px;
}
.rw330 .rdivcon ul{
	margin-bottom: 20px;
}
.rw330 .rdivcon ul li a font{
	float: right;
	color:#999;
}

.lw746con{
	width:746px;
	float: left;
}
.lw746{
	width:746px;
	float: left;
	border: 1px solid #e1e1e1;
	border-top: none;
	background:#fff;
	min-height: 300px;
	/* box-shadow: -1px 5px 5px #b1e2f3; */
}
.auto_h{
	clear: both;
    display: block;
    height: 20px;
}
.boder3{
	
	 padding: 0;
}
.lcw746{
	width:746px;
	float: left;
	border-top: none;
	margin-top: 15px;
	min-height: 300px;
}
.index_img_l{
	float:left;
}
.index_img_r{
	float:right;
}
.rw250con{
	width:250px;
	float: right;
}
.rw250{
	width:250px;
	float: right;
}
.rw250 .rtbk font{
	width:250px;
	margin-left: 20px;
}
.row2tb{
	font-size:12px;
	font-weight:normal;
	height:26px;
	margin:auto;
}
.row2tbcon {
	height:39px;
	background:url(row2tbk.png) no-repeat;
	width:440px;
	
}

.row2tbcon ul{
	margin-left: 10px;
	margin-top: -2px;
}

.row2tbcon li{
	color: #6a6a6a;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 30px;
    padding: 2px 30px;
    text-align: center;
    text-decoration: none;
}
.row2tbcon li a{
	color: #6a6a6a;
}
.row2tbcon li:hover{
	text-decoration:none;
}
.row2tbcon li.curr{
	background:#006ab8;
	cursor: pointer;
	color: #fff;
	padding-bottom: 4px;
}

.row2tbcon li.curr a{
	color: #fff
}
.row2tbList {
	 padding: 15px;
}
.row2tbList div ul li{
	 line-height: 1.6;
    padding: 2px 0 2px 8px;
    
}
.row2tbList .index_cls_span{
	display: block;
    float: left;
    padding-right: 20px;
    width: 330px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-left: 5px;
}
.row2tbList .index_cls_span table tbody tr td img{
    margin-right: 5px;
    margin-top:10px;
}

.subtitbg {
   bottom: 4px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 96%;
    z-index: 2;
    background:rgba(0,0,0,0.27);
    
}
.subtitbg a{
	color:#fff;
	line-height: 17px;
}
.row2tbList .index_cls_span font{
	float:right;
	color: #999;
}
.row2tbList div ul li a{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-left: 5px;
}
.row2tbList div ul li a font ,.djlz_tabList div ul li a font{
	float:right;
	color:#999;
}
.row2tbList table td img {
	margin-bottom: 1px;
}

.row4tbcon {
	height:39px;
	background:url(../images/row4tbk.png) no-repeat;

}

.row4tbcon li{
	color: #6a6a6a;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 30px;
    padding: 2px 30px;
    text-align: center;
    text-decoration: none;
}
.row4tbcon li a{
	color: #6a6a6a;
}
.row4tbcon li:hover{
	text-decoration:none;
}
.row4tbcon li.curr{
	background:#006ab8;
	cursor: pointer;
	color: #fff;
	padding-bottom: 4px;
}
.row4tbcon li.curr a{
	color: #fff;
}
.row4tbList {
	 padding: 15px;
}
.row4tbList div ul li{
	 line-height: 1.6;
    padding: 2px 0 2px 8px;
}
.row4tbList div ul li a{
	 font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-left: 5px;
}
.row4tbList div ul li a font{
	float:right;
}
.row4tbList table td img {
	margin-bottom: 1px;
}




.row5tbcon {
	height:39px;
	background:url(../images/row4tbk.png) no-repeat;

}
.titlebk530 {
	height:39px;
	background:url(../images/titlebk530.png) no-repeat;

}
.row5tbcon li,.titlebk530 li{
	color: #6a6a6a;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 4px 30px;
    text-align: center;
    text-decoration: none;
    margin-left: 8px;
   
}
.row5tbcon li:hover{
	text-decoration:none;
}
.row5tbcon li.curr,.titlebk530 li.curr{
	background:#006ab8;
	cursor: pointer;
	color: #fff;
}
.titlebk530 li.xfjb_curr{
	cursor: pointer;
	color: #b70000;
	font-size: 14px;
	font-weight: normal;
	 padding: 7px 20px;
}
.titlebk530 li.xfjb_curr a{
	color: #b70000;
}
.ksjb{
	background:url(../images/ksjb.jpg) no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 260px;
    height: 55px;
}
.ksjb a{
    color: #fff;
    text-decoration:none;
}
.row5tbList {
	 padding: 15px;
}
.row5tbList div ul li{
	 line-height: 1.6;
    padding: 2px 0 2px 8px;
}
.row5tbList div ul li a{
	 font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-left: 5px;
}
.row5tbList div ul li a font{
	float:right;
}
.row5tbList table td img {
	margin-bottom: 1px;
}
.lcw746_l{
	width: 366px;
	float:left;
	border: 1px solid #e1e1e1;
	border-top: none;
	min-height: 300px;
	background: #fff;
	 box-shadow: -1px 5px 8px #b1e2f3;
}
.lcw746_r{
	width: 366px;
	float: right;
	border: 1px solid #e1e1e1;
	border-top: none;
	min-height: 300px;
	background: #fff;
     box-shadow: -1px 5px 8px #b1e2f3;
}
.row4tbcon ul,.row5tbcon ul{
	margin-left:8px;
	margin-top: 3px;
}
.row2tbList_top{
	
}
.row2tbList_top table tbody tr td{
	width:50%;
}
.row2tbList_bottom{
	 border-top: 1px solid #e1e1e1;
	 margin-top:15px;
}

.row2tbList_bottom ul li a{
	font-size:12px !important;
	color:#333333;
	font-family: simsun;
}
.row2tbList_top table tbody tr td a span{
    display: block;
    line-height: 15pt;
    min-height: 40px;
    text-align: left;
    }
   .rtbk{
    height:40px;
	background:url(../images/rtbk.png) no-repeat;
	color:#fff;
	font-family: simsun;
	line-height: 40px;
	}
	.rtbk a{
	color:#fff;
	}
	.rtbk_syss{
	height:45px;
	background:url(../images/rtbk_syss.png) no-repeat;
	color:#fff;
	font-family: simsun;
	}
	.rtbk_syss font a{
		color:#fff;
		line-height: 50px;
	}
	.rtbk_syss font{
		text-align: left;
		margin-left:50px;
	}
	.font_c{
		text-align: center;
	}
	.rtbk font{
		text-align: left;
	}
	.rtbk img{
		float: right;
		margin: 10px 10px auto auto;
	}
	.rdivcon,.rdivcon_r{
		font-family: simsun;
		color:#333;
		font-size:12px;
		border:1px solid #e1e1e1;
		margin-bottom: 10px;
		padding: 10px;
		background: #fff;
		 box-shadow: -1px 5px 8px #b1e2f3;
	}
	.headerbksyss .rdivcon,.headerbksyss .rdivcon_r{
		 box-shadow: -1px 5px 8px #fff!important;
	}
	.rdivcon li ,.rdivcon_r li{
	  line-height: 1.6;
    padding: 2px 0 2px 8px;
    }
    .rdivcon li a ,.rdivcon_r li a{
		margin-left: 5px;
	}
	.rw320 .rdivcon .left_tabList li a ,.rw280 .rdivcon .left_tabList li a{
		margin-left: 5px;
		font-size: 14px;
	}
	.ldzc{
		background:url(../images/ldzc.png) no-repeat;
		width: 122px;
		height:46px;
		float: left;
		margin-bottom: 15px;
	}
	.tzxs{
		background:url(../images/tzxs.png) no-repeat;
		width: 122px;
		height:46px;
		float: right;
		margin-bottom: 15px;
	}
    .sjtxxhdzt{
		background:url(../images/sjtxxhdzt.png) no-repeat;
		width: 250px;
		height:63px;
	}
	
	.index_xfjb{
		background:url(../images/index_xfjb.png) no-repeat;
		width: 250px;
		height:72px;
	}
	.jxjcs{
		background:url(../images/jxjcs.png) no-repeat;
	    height: 47px;
	    width: 248px;
	    margin-top: 10px;
	    float: left;
	    
	}
	.jxjcsa{
		background:url(../images/jxjcsaa.png) no-repeat;
	    height: 51px;
	    width: 248px;
	    margin-top: 10px;
	    float: left;
	    
	}
	.jxjcsb{
		background:url(../images/jxjcsab.png) no-repeat;
	    height: 51px;
	    width: 248px;
	    margin-top: 10px;
	    float: left;
	    
	}
	.jxjcsc{
		background:url(../images/jxjcsac.png) no-repeat;
	    height: 47px;
	    width: 248px;
	    margin-top: 10px;
	    float: left;
	    
	}
	.pzjlh{
		background:url(../images/pzjlh.png) no-repeat;
		width: 248px;
		height:51px;
		margin-bottom: 10px;
	    margin-top: 10px;
	    float: left;
	}
	.pzjgdslz{
		background:url(../images/pzjgdslz.png) no-repeat;
		width: 248px;
		height:51px;
		margin-bottom: 10px;
	    margin-top: 10px;
	    float: left;
	}

	.zt_jgdj {
		/*background:url(../images/zt_jgdj.png) no-repeat;*/
		width: 228px;
		height: 55px;
		margin-bottom: 10px;
	}
	.zt_jjlh a img{
		/*background:url(../images/zt_jjlh.png) no-repeat;*/
		width: 228px;
		height: 55px;
		margin-bottom: 10px;
	}
	.zt_lzjs a img{
		/*background:url(../images/zt_lzjs.png) no-repeat;*/
		width: 228px;
		height: 55px;
		margin-bottom: 10px;
	}
	.zt_whjs a img{
		/*background:url(../images/zt_whjs.png) no-repeat;*/
		width: 228px;
		height: 55px;
		margin-bottom: 10px;
	}
	.zt_blue a img{
		/*background:url(../images/zt_blue.png) no-repeat;*/
		width: 228px;
		height: 55px;
		margin-bottom: 10px;
        margin-top: 10px;
	}
	.zt_gkqlqd{
		background:url(../images/zt_gkqlqd.png) no-repeat;
		width: 211px;
		height: 34px;
		margin: 6px auto;
	}
	.zt_xxgd{
		background:url(zt_xxgd.png) no-repeat;
		width: 211px;
		height: 34px;
		margin: 6px auto;
	}
	.zt_xxzn{
		background:url(zt_xxzn.png) no-repeat;
		width: 211px;
		height: 34px;
		margin: 6px auto;
	}
	.zt_xxml{
		background:url(zt_xxml.png) no-repeat;
		width: 211px;
		height: 34px;
		margin: auto auto 6px;
	}
	.zt_xxsq{
		background:url(zt_xxsq.png) no-repeat;
		width: 211px;
		height: 34px;
		margin: auto auto 6px;
	}
	.zt_xxnb{
		background:url(zt_xxnb.png) no-repeat;
		width: 211px;
		height: 34px;
		margin: auto auto 10px;
	}
	.zt_xxgd font,.zt_xxzn font,.zt_xxml font,.zt_xxsq font,.zt_xxnb font,.zt_gkqlqd font{
		color: #1d5eba;
    display: block;
    font-size: 14px;
    line-height: 34px;
    margin: auto auto auto 26px;
    text-align: center;
	}
	.h30{
    width: 1006px;
    height:30px;
    clear: both;
	}
	.footer_css{
	 clear: both;
	}
	.foot_con{
		color:#fff;
	}
	.link_gjbw{
		width: 170px;
		margin-right: 140px;
	}
	.link_sjbm{
		width: 170px;
		margin-right: 130px;
	}
	.link_zlmt{
		width: 170px;
		margin-right: 60px;
	}
	.link_sxwz{
		width: 170px;
		margin-right: 60px;
	}
	
	
	
	
	
	
	
	
	/*****************新闻列表样式****************/
	.com_l250{
	width:250px !important;
	float: left;
	min-height: 600px;
	background: #f1f1f1;
	}
.com_l{
	width:184px;
	float: left;
	min-height: 600px;
	background: #f1f1f1;
	margin-top:15px;
}
.minh350{
	min-height: 350px!important;
	
}
.com_l210{
	width:210px !important;
	float: left;
	min-height: 600px;
	background: #f1f1f1;
	}
.com_l .td_title{
	background:url(../images/td_title.png) no-repeat;
	width:184px;
	height:46px;
	color:#fff;
	font-family: simsun;
	text-align: center;
}
.com_l .td_title a{
	color:#fff;
}
.com_l250 .td_title{
	background:url(../images/td_title250.png) no-repeat!important;
	width:250px!important;
	height:46px;
	color:#fff;
	font-family: simsun;
	text-align: center;
}
.com_l210 .td_title{
	background:url(../images/td_title210.png) no-repeat!important;
	width:210px!important;
	height:46px;
	color:#fff;
	font-family: simsun;
	text-align: center;
}	
.com_l .td_def ,.com_l .td_cur{
	background:url(../images/td_def.png) no-repeat;
	width:184px;
	height:48px;
	color:#fff;
	font-family: simsun;
	text-align: center;
}

.com_l250 .td_def ,.com_l250 .td_cur{
	background:url(../images/td_def250.png) no-repeat!important;
	width:250px!important;
	height:48px;
	color:#fff;
	font-family: simsun;
	text-align: center;
}
.com_l210 .td_def ,.com_l210 .td_cur{
	background:url(../images/td_def210.png) no-repeat!important;
	width:250px!important;
	height:48px;
	color:#fff;
	font-family: simsun;
	text-align: center;
}
.com_l .td_cur a{
	color:#0069b7;
}
.com_con{
	width:570px;
	float: left;
	 margin-left: 10px;
	 
}	
.com_con730{
	width:730px!important;
	float: left;
	 margin-left: 10px;
}
.com_con770{
	width:770px!important;
	float: left;
	 margin-left: 10px;
}	
.mr10{
	/*margin-left:10px;*/
}
.com_con760{
	width:810px!important;
	float: left;
	 margin-left: 10px;
}

.syss_con_r{
	width:770px!important;
	float: left;
	 margin-left: 20px;
}	
.syss_con_r .list_minh .position{
	  border-bottom: 2px solid #cccccc;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
}
.sysshomepage .main .title_info {
	margin-top: 15px;
	text-align: center;
	 width: 980px;
}

.sysshomepage .main .title_info .info_text {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    font-family: SimSun;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}
.com_r{
	width:230px;
	float: right;
	margin-top: 15px;
}	
	
.rw230{
	width:230px;
	float: right;
}
	
	
.comrtbk{
	height:40px;
	background:url(../images/comrtbk.png) no-repeat;
	color:#fff;
	font-family: simsun;
	line-height: 40px;
	text-align: center;
}
.comrtbk a{
	color:#fff;
}	
.minheight{
	min-height:500px;
	display: block;
}
.minheight td{

	margin:auto;
    width:100%;
    clear:both;
}
.com_rdivcon
{
	font-family: simsun;
		color:#333;
		font-size:12px;
		border:1px solid #e1e1e1;
		margin-bottom: 10px;
		padding: 10px;
}	
.com_rdivcon_ul{
	font-family: simsun;
		color:#333;
		font-size:12px;
		border:1px solid #e1e1e1;
		margin-bottom: 10px;
		padding: 10px 20px;
}
.com_rdivcon_ul li{
   line-height: 1.6;
   padding: 2px 0 2px 3px;
   list-style-image: url(../images/li_ico.png);
  /* background: url(../images/li_ico.png) no-repeat left center;*/
}
.com_rdivcon li a{

}	

	 .c_sjtxxhdzt{
		background:url(../images/c_sjtxxhdzt.png) no-repeat;
		width:230px;
		height:63px;
		margin-bottom: 10px;
	}
	.com_jgdj a img{
		/*background:url(../images/com_jgdj.png) no-repeat;*/
		width: 210px;
		height: 45px;
		margin-bottom: 10px;
        margin-top: 10px;
	}
	.com_jjlh a img{
		/*background:url(../images/com_jjlh.png) no-repeat;*/
		width: 210px;
		height: 45px;
		margin-bottom: 10px;
	}
	.com_lzjs a img{
		/*background:url(../images/com_lzjs.png) no-repeat;*/
		width: 210px;
		height: 45px;
		margin-bottom: 10px;
	}
	.com_whjs a img{
		/*background:url(../images/com_whjs.png) no-repeat;*/
		width: 210px;
		height: 45px;
		margin-bottom: 10px;
	}
	.com_blue a img{
		/*background:url(../images/com_blue.png) no-repeat;*/
		width: 210px;
		height: 45px;
		
	}
	.phomeflashpic{
		background:url(../images/phomeflashpic.png) no-repeat;
		 height: 380px;
         width: 650px;
          padding-bottom: 30px;
	}
	.newsnav_ico{
		background:url(../images/newsnav_ico.png) no-repeat;
		 float: left;
    height: 15px;
    margin-right: 10px;
    margin-top: 5px;
    width: 17px;
    margin-left: 8px;
	}
.newsnav_ico_syss{
		background:url(../images/newsnav_ico_syss.png) no-repeat;
		 float: left;
    height: 15px;
    margin-right: 10px;
    margin-top: 5px;
    width: 17px;
    margin-left: 8px;
	}
	.newsnav_color{
		color:#0069b7;
	}
	
.empirebak{
	    /*background:url(../images/empirebak.png) no-repeat;*/
	    background:#cc0000;
		width: 1006px;
		margin-bottom: 10px;
}	
	
	
#marquePic1 table tbody tr td a ,#marquePic2  table tbody tr td a{
	  font-size: 24px;
    white-space: nowrap;
    word-spacing: normal;
    color: #ffff99;
    line-height: 33px;
    text-decoration: none;
	
}
	/******************信息内容页面********************/
	.cont_r{
		 float: right;
         width: 790px;
	}
	
	
.min_h{
	min-height: 270px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.vmain_l {
        float: left;
       width: 730px;
}
.vmain_r {
        float: right;
        width: 250px;
}
.position {
        line-height: 28px;
        /*background: url(../images/title_bg1.jpg) repeat-x;*/
        height: 28px;
        width: 698px;
        margin-bottom: 10px;
        padding: 0px 10px;
}
.vxh {
        width:355px;
        float: left;
        margin-right: 10px;
}
.vxh_title {
        line-height: 28px;
       /*background: url(../images/title_bg1.jpg) repeat-x;*/
        height: 28px;
        width:343px;
        float:right;
        text-align:right;
        padding-right:10px;
        border: 1px solid #DEDEDE;
}
.vxh_title span {
        float:left;
        font-weight:bold;
        width:70px;
        height:28px;
        display:block;
        text-align:center;
        padding-left:10px;
}
.KinSlideshow_titleBar{
	opacity: 0.8!important;
}
.KinSlideshow_titleBar h2.title{
	color:#fff!important;
	background:none!important;
	border:0px solid #fff!important;
	line-height:24px!important;
}
/*************审计之窗***************/

.lw700con{
	width:700px;
	float: left;
	margin-top: 15px;
}
.lw726con{
	width:726px;
	float: left;
	margin-top: 15px;
	background:#fff;
	min-height: 515px;
}
.lw726con table.box{
	font-size: 12px;
}

.lw700 table.row2tb{
	border: 1px solid #e1e1e1;
	border-top: 0px none;
	margin-bottom: 20px;
}

.rw280con{
	width:280px;
	float: right;
	 margin-top: 15px;
}
.rw280{
	width:280px;
	float: right;
}
 .rw280 > .rtbk{
   height:40px;
	background:url(../images/rw280_rtbk.png) no-repeat;
	color:#fff;
	font-family: simsun;
	line-height: 40px;
    text-align: center;
	}
.rw280 .rdivcon{
	font-size: 14px;
}
.rw280 .rdivcon ul{
	margin-bottom: 20px;
}
.rw280 .rdivcon ul li a font{
	float: right;
}
.left_tab {
	height:39px;
}
.left_tab ul{
	margin-left: 10px;
}

.left_tab li ,.djlz_tab li{
    background: #d9d9d9 none repeat scroll 0 0;
    border-radius: 5px;
    color: #6a6a6a;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    padding: 1px 20px;
    text-align: center;
    text-decoration: none;
}
.left_tab li:hover{
	text-decoration:none;
}
.left_tab li.curr ,.djlz_tab li.curr{
	background:#006ab8;
	cursor: pointer;
	color: #fff;
}
.left_tab li.curr a,.djlz_tab li.curr a{
	background:#006ab8;
	cursor: pointer;
	color: #fff;
}
.left_tabList {
	 padding: 10px 5px;
}
.left_tabList div ul li{
	 line-height: 1.6;
    padding: 2px 0 2px 8px;
    
}
.rdivcon_r{
	padding:10px 10px 25px;
}
.rdivcon_r ul li{
	padding:10px;
}
.rdivcon_r ul li a font{
	color:#999;
	float: right;
}

.djlz_tit {
	height:39px;
	background:url(row2tbk.png) no-repeat;
	width:700px;
	
}
.djlz_tit li.curr {
    background: #006ab8;
    color: #fff;
    cursor: pointer;
    float: left;
     display: block;
     margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 4px 30px;
    text-align: center;
    text-decoration: none;
}
.djlz_tit li.curr a{
    color: #fff;
}
.djlz_tabList div ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-left: 5px;
}
.pd0{
	padding:0 15px;
}
.ht0{
	height:0px;
}
.tzxx_con,.rdivcon_r,.tgxx_con{
	font-family: simsun;
		color:#333;
		font-size:14px;
		padding: 10px;
		margin-bottom: 10px;
}
.tzxx_emal{
	 background:url("../images/tzxx_emal.png") no-repeat;
	 width: 235px;
	 height: 64px;
	  margin: auto auto 10px;
}
.tzxx_emal font,.tgxx_emal font{
 display: block;
    margin: 0 auto auto 65px;
    padding-top: 10px;
    text-align: left;
}
.tgxx_emal{
	 background:url("../images/tgxx_emal.png") no-repeat;
	 width: 224px;
	 height: 57px;
	  margin: auto auto 10px;
}
.xfjb_emal{
	 background:url("../images/xfjb_emal.png") no-repeat;
	 width: 219px;
	 height: 90px;
	 margin: 10px auto 20px;
}
.pic_tit .onlin_con,.pic_tit .onlin_con a{
	    font-family: simsun;
		color:#999;
		font-size:14px;
		margin-top:10px;
		  line-height: 25px;
          padding-top: 10px;
}


/*******网站地图样式*************/
     .page {padding: 4px; border-top: 1px #EEEEEE solid}
     .author {background-color:#EEEEFF; padding: 6px; border-top: 1px #ddddee solid}
     #sitemapnav,#sitemapmenu, #sitemapfooter {padding: 8px; border: 1px solid #EEEEEE; clear: both; color:#3a74c5;width: 95%; margin: auto; margin-top: 10px;}
     #sitemapnav a, #sitemapnav {
	 	color:#3a74c5;
	 }
	 #sitemapfooter,#sitemapfooter a{
	 	color:#3a74c5;
	 }
     #sitemapmenu ul{overflow:hidden; line-height:24px;}
     #sitemapmenu ul li{ font-size:14px; font-weight:700}
     #sitemapmenu ul li ol{list-style-type:none; overflow:hidden; padding:0; margin:0;}
     #sitemapmenu ul li ol li{ 
      float: left;
    font-size: 14px;
    font-weight: 400;
   padding: 15px 32px 15px 10px;}
.sitemapnavbk{
	height:39px;
	background:url(../images/sitemapnavbk.png) repeat-x;
}
#EmpireCMSmyElement_wrapper{
	margin:auto;
}
.sitemapnavbk a{
     background: #006ab8 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    padding: 3px 20px 5px;
}
.sitemapli{
	
}
.lw650 .row2tb .row2tbList{
	box-shadow: -1px 5px 5px #b1e2f3;
	background:#fff;
}

.lw700 .row2tb .row2tbList{
	box-shadow: -1px 5px 5px #b1e2f3;
	background:#fff;
}
#news_content{
	font-family: 宋体;
    font-size: 16px;
    line-height: 2em;
    margin: 0;
    padding: 0;
    text-indent: 2em;
    max-width: 900px;
     width: 900px;
}
#news_content span ,#news_content ,#news_content p span{
	font-size: 16px;
}

.newstext_900{
	min-width: 880px;
	padding:0 20px;
}

.newstext_900 div fieldset table tr td{
	width: auto;
	
}
.newstext_900 table{
	width:100%;
}
.newstext_900 table tr td{
	width: auto;
	
}


/**********三严三实模板样式**********/



body.sysshomepage .lw650 table.row2tb{
	border: 0px solid #e1e1e1;
	border-top: 0px none;
	margin-bottom: 20px;
}

body.sysshomepage .lw650 table.row2tb .row2tbList{
	border: 1px solid #e1e1e1;
	 box-shadow: -1px 5px 5px #fef0b3;
}
body.sysshomepage .rdivcon, body.sysshomepage .rdivcon_r{
	box-shadow: -1px 5px 5px #fef0b3;
}
.syss610_tit {
	height:45px;
	background:url(../images/sysy645_tit.png) no-repeat;
	width:440px;
	
}
.syss610_tit li.curr{
	background:none!important;
	cursor: pointer;
	color: #fff;
	padding-bottom: 4px;
}

.syss610_tit li.curr a {
    color: #fff;
    line-height: 40px;
    margin-left: 20px;
}

.css_r{
	float: right;
}

.sysyldjh_tit font.morecss2 a{
	float: right;
    width: 50px;
    margin-top: 3px;
    margin-right: 5px;
    color:#fff;
    font-size: 12px;
}
.morer{
	color: #fff;
    float: right;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 17px;
    width: 50px;
}
.syss430con{
	width:430px;
	float: left;
	margin-top:15px;
}
.h10{
	height:10px;
	clear: both;
}
.syss430{

}
.syss430 .sysy_list_con{
	background: #fff;
    float: right;
    width: 408px;
     box-shadow: -1px 5px 5px #fef0b3;
     min-height: 200px;
}
.syss430 .sysy_list_con ul li{
	padding: 2px 15px 10px;
}
.syss430 table.row2tb tr td.row2tbList ,.syss610con table.row2tb tr td.row2tbList{
	margin-top:20px;
	border-top: 0px none;
	margin-bottom: 20px;
	padding:0px;
}

.syss610con{
	width:610px;
	float: right;
	margin-top:15px;
}
.syss610con table tr td.row2tbList div.sysy_gbltlist{
	background: #fff none repeat scroll 0 0;
    float: right;
    padding:0 10px;
    width: 570px;
     box-shadow: -1px 5px 5px #fef0b3;
     min-height: 195px;
}
.con_syss_list .position tbody tr td a {
	color:#ba0c0d;
}
.con_syss_list .position .newsnav_color{
	color:#000;
	}
.syss610{
	width:610px;
	float: left;
	margin-top:15px;
}
.sysyldjh_tit{
    background:url("../images/sysyldjh_tit.png") no-repeat scroll 0 0;
    height: 45px;
    width: 430px;
}
.sysyldjh_tit ul li a{
	color:#fff;
	margin-left:20px;
	line-height: 38px;
}
.syss610_l{
	float: left;
	width: 310px;
}
.w295_r{
	width:290px;
	 clear: both;
}
.w270{
		font-family: simsun;
		color:#333;
		font-size:14px;
		margin-bottom: 10px;
		background: #fff;
		padding: 10px;
		box-shadow: -1px 5px 8px #fef0b3;
	    width:250px;
	    float: right;
	    min-height: 59px;
}
.w295_l_con{
		font-family: simsun;
		color:#333;
		font-size:14px;
		float: right;
		margin-bottom: 10px;
		padding: 10px;
		background: #fff;
		box-shadow: -1px 5px 8px #fef0b3;
	    width: 270px;
	    min-height: 190px;
}
.w295_l_con li{
	line-height: 25px;
}
.w295_l_con ul li div img,.w270 ul li div img{
	margin-right: 8px;
}
.w295_l_con ul li div a font,.w270 ul li div a font{
	float: right;
	color: #999;
}
.syss610_r{
	float: right;
	width: 290px;
}
.syss610_r_tit{
	background:url(../images/syss610_r_tit.png) no-repeat;
	width: 295px;
	height: 45px;
}
.syss610_r_tit font a ,.sysy_gblt_tit font a{
	color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin-left: 50px;
}
.sysy_gblt_tit{
	background:url(../images/sysy_gblt_tit.png) no-repeat;
	width: 613px;
	height: 45px;
	display: block;
	padding:0px;
}
.xxdt_syss{
	height:48px;
	background:url(../images/xxdt_syss.png) no-repeat;
	color:#fff;
	font-family: simsun;
	width: 308px;
	line-height: 52px;
	}
	.rtbk_syss font a{
		color:#fff;
	}
	.rtbk_syss font{
		text-align: left;
		margin-left:50px;
	}

.w520{
	width: 520px;
}
.lw230{
	width:230px;
	background: #fff;
}
.lw230 .rdivcon{
	box-shadow: -1px 5px 8px #fff;
}

/***********信息公开目录样式***********/


.tzgg_con_740{
	width:740px;
}
.w770{
	width: 770px!important;
	margin-left:30px;
	margin-top:15px;
}
.list_minh li {

	height: 15px;

}


table.catalogtab {
    color: #464646;
    font-family: "宋体";
     font-size: 12px;
    border-collapse:collapse; width:100%; border:1px blue solid;
}
table.catalogtab thead td ,.tt thead td{
   border:1px solid #cccccc;
   text-align: center;
   background: #f0f0f0;
   height: 30px;
    color: #464646;
    font-family: "宋体";
    font-size: 12px;
}
table.catalogtab thead td.xh{
	width: 50px;
}
table.catalogtab thead td.mc{
	width: 490px;
}
table.catalogtab thead td.scrc{
	width: 100px;
}
table.catalogtab tbody td,.tt tbody td{
   border:1px solid #cccccc;
    height: 30px;
}
table.catalogtab tbody td.xuhao ,table.catalogtab .cnewstime{
	text-align: center;
}
.tt {
    color: #464646;
    font-family: "宋体";
     font-size: 12px;
    border-collapse:collapse; width:100%; border:1px blue solid;
}
.catalogcont{
	background: #f0f0f0;
}
.pd10{
	padding-left: 10px!important;
	padding-right: 10px!important;
}

.fltable td.flname a{
	  color: #0068b7;
    font-family: simsun;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    margin-left:20px;
    
}
.classname_a{
	font-size: 12px;
	color:#999;
	margin-left:20px;
	white-space: nowrap;
	
}
.bnumcss{
	font-size: 14px;
	color:#999;
	margin:auto;
	margin-left:20px;
}
.tr_104,.tr_105,.tr_106{
	display: none;
}
.tr_104 td,.tr_105 td,.tr_106 td{
	width: 180px;
}
.zfgkml #fltable_104{
	width: 180px;
}
.zfgkml #fltable_104 tr.tr_104,.zfgkml_jgfl #fltable_104 tr.tr_104{
	display: block;
	width: 180px;
	overflow-x: auto;
}
.zfgkml_ztfl #fltable_105 tr.tr_105{
	display: block;
		width: 180px;
	overflow-x: auto;
}
.zfgkml_tcfl #fltable_106 tr.tr_106{
	display: block;
		width: 180px;
	overflow-x: auto;
}
.dataTables_info{
	 width: 50%;
	 border: 2px solid #e7e7e7;
     margin-top: 10px;
	float: left;
	font-size: 12px;
	border-right: 0px;
	 height: 30px;
    line-height: 30px;
	
}
.total_pages{
	margin-left:10px;
}
.paging_full_numbers{
	width: 49.4%;
	 border: 2px solid #e7e7e7;
    margin-top: 10px;
	float: right;
	font-size: 12px;
	 height: 30px;
    line-height: 30px;
    border-left: 0px;
}
.paging_full_numbers a{
	padding:0 6px;
}


/******************信息公开目录新版样式*********************/
.gkmu_table_nav{

}
.blue16_24b, .blue16_24b a:link, .blue16_24b a:visited {
    color: #3a74c5;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}
.zfgkml{
	 min-height: 1100px;
}
.fbjg_tit ,.tcfl_tit,.ztfl_tit{
	background:url("../images/a3_05.jpg") repeat-x;
	font-size: 14px;
	color: #0068b7;
	font-weight: bold;
    height: 41px;
    line-height: 41px;
    padding-left: 10px;
}
.fbjg_con,.ztfl_con,.tcfl_con{
    font-size:12px;
    color:#666;
    width: 170px;
    overflow-x: scroll;
    white-space: nowrap !important;
    padding-left: 8px;
    line-height: 25px;
    display: none;
}
.fbjg_con{
	display: block;
}
.fbjg_con font,.ztfl_con font,.tcfl_con font{
	color:#FF0000;
}
.fbjg_con .fbjg_num,.ztfl_con .ztfl_num,.tcfl_con .tcfl_num{
	margin-left:20px;
}
.page_table{
	margin-top:10px;
	/*border:2px solid #e7e7e7;*/
}
.gkml_epages {
    font: 14px Tahoma;
    margin: auto;
    padding: 5px 10px;
    text-align: right;
}

.serarch_con{
	 background: #fff ;
    margin: auto;
    overflow: hidden;
    /*padding: 0 25px;*/
    width: 1006px;
    font-family: simsun;
    padding:0;
}
.serarch_con table tbody tr td table{
	
}
.serarch_con table tbody tr td h2{
	font-size:17px;
	color: #006ab8;
	 margin: auto;
    width: 870px;
}
.serarch_con table tbody tr td h2 a{
	font-size: 17px;
	color: #006ab8;
}
.serarch_con .search_num{
	
}
.serarch_con table tbody tr td  .search_list{
	 border-bottom: 1px dotted #333;
	margin: auto auto 20px;
    width: 870px;
    padding-bottom: 10px;
}
.search_list tbody tr td{
	font-size:15px;
	line-height: 26px;
}
.serarch_con  .list_page{
	width:auto;
	margin-right: 50px;
}
.serarch_con .search_from{

	font-family: simsun;
	 margin: auto;
    padding-bottom: 40px;
    padding-top: 20px;
    width: 500px;
}
.serarch_con .sch_submit{
	
}
.serarch_con .pageLink a,.serarch_con .list_page a, .serarch_con  .list_page.list_page b{
	background:#fff;
	border: 1px solid #006ab8;
}











.qlqd_l{
	width: 280px;
	float:left;
	border: 1px solid #e1e1e1;
	border-top: none;
	min-height: 210px;
	background: #fff;
}
.qlqd_l .row2tbList,.qlqd_r .row2tbList{
	padding:15px 0px;
}

.qlqd_r{
	width: 280px;
	float: right;
	border: 1px solid #e1e1e1;
	border-top: none;
	min-height: 210px;
	background: #fff;
}
.qlqd_l .row4tbcon,.qlqd_r .row4tbcon{
	height:39px;
	background:url(../images/qlqd_bk.jpg) repeat-x;
	width: 280px;
}
.qlqd_l .row2tbList .index_cls_span,.qlqd_r .row2tbList .index_cls_span{
	display: block;
    float: left;
    padding-right: 20px;
    width: 100%;
    font-size: 13px;
    line-height: 28px;
    margin-left: 5px;
}
.qlqd_l .row2tbList .index_cls_span .grey14_20{
	margin-right: 5px;
	 font-size: 13px;
}
.qlqd_r .row2tbList .index_cls_span .grey14_20{
	margin-right: 5px;
	 font-size: 13px;
}
.qlqd_l .row2tbList .index_cls_span .grey14_20aa a,.qlqd_r .row2tbList .index_cls_span .grey14_20aa a{

letter-spacing:-1px;
font-size: 13px;
}


.qlqd_l .row4tbcon .morecss2,.qlqd_r .row4tbcon .morecss2{
	 margin-right: 1px;
}


.qlqd_l .row4tbcon li,.qlqd_r .row4tbcon li{
	padding: 2px 15px;
	color: #6a6a6a;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 25px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    margin-top:-7px;
}

.qlqd_l .morecss2 a,.qlqd_r .morecss2 a{
	margin-right: 0px;
}

.qlqd_tit,.zrqd_tit{
	background:#006ab8;
	width:100%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	color:#fff;
	text-align: center;
	clear: both;
}
.qlqd_tit,.zrqd_tit font{
	font-size: 16px;
}
.zrqd_a{
	border:1px solid #e1e1e1;
	border-top:none;
	margin-bottom: 10px;
	font-size: 13px;
	
}
.zrqd_con{
	padding:5px 15px 15px;
	line-height: 26px;
}
.zrqd_con font{
	color:#006ab8;
	display: block;
	}



.qlqd_title{
	background-color: #eaeae2;
    border-bottom: 1px solid #cfdce1;
    height: 38px;
    width: 930px;
}
.qlqd_title ul {
    margin-left: 30px;
    list-style-type:none;
    padding:0px;
}
.qlqd_title ul li {
    float: left;
    margin: 0 10px;
    list-style-type:none;
    background:none;
    padding:0;
}

.qlqd_title ul li a {
    background-color: #0c96e2;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 10px 15px;
}
.qlqd_title ul li a:hover {
    color: #000;
}
/*两会一做*/

.headerlxyz {
	 background:url("../images/header_lhyz.png") no-repeat scroll center top;
     height: 230px;
     background-size: cover;
	 color: #07519A;
	 border-bottom: none;
	}