﻿/*内页样式*/
.newsList .node a{ color:#13589b;}
.ueditortable {border: none !important;}
/*内页样式*/
.newsList .node a{ color:#13589b;}
.content,
#content {
    width: 1200px;
    margin: 20px auto;
    padding: 0;
}
.ny-box{
    border: solid 1px #e0e8f0;
    padding: 20px;
}
#sideMenu{
	float: left;
    margin-bottom: 20px;
    width: 280px;
}

#sideMenu .hd { 
    height: 60px;
    background: url(../../base/newimg/sidemenu-hd.jpg) no-repeat;
    line-height: 60px;
}

#sideMenu .hd h3,#sideMenu .hd h3 a {
    font-size: 20px;
	color: #f5f5f5;
    text-align: center;
}
#sideMenu .hd h3:before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../../base/newimg/side-menu-h3.png) no-repeat;
	margin: 20px 13px 0 0;
	vertical-align: top;
}
#sideRmph{
    clear: both;
    width: 240px;
    padding: 20px;
	background-color: #f6f8fb; 
}
#sideRmph .hd{
    border-bottom: 1px solid #a3bdd8;
    margin-bottom: 20px;
}
#sideRmph .hd h3{
    font-size: 20px;
	line-height: 40px;
    height: 40px;
    width: 100px;
    text-align: center;
	color: #2c6596; 
    border-bottom: 3px solid #316c9f;
}
.rdtjList li{
    padding-left: 16px; 
    background: url(../../base/newimg/rdtjlist.png) 0 10px no-repeat;
    border-bottom: 1px dashed #d4dee9;
    position: relative;
    height: 60px;
    margin-bottom: 10px;
}
.rdtjList li a{
    font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.rdtjList li .date{
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 16px;
	color: #797979;
}
.mainBox {
    padding: 15px;   
}

/* newsList */
.newsList {
	margin-top: 10px;
}

.newsList li {
    width: 100%;
    line-height: 40px;
    height: 40px;
    position: relative;
    font-size: 16px;
}
.newsList li a{
	padding-left: 17px;
    background: url(../../base/newimg/index_news_icon.png) 2px 50% no-repeat; 
}
.newsList .date {
    float: right;
    font-size: 16px;
    color: #797979;
    margin: 0 15px 0 40px;
}
.newsList .split {
    height: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e9f0;
}

.newsList .node {
    color: #999;
    margin-right: 10px;
}

.newsList li.noData {
    background: none;
    color: #999;
}
.page{
    padding: 40px 0 20px;
}
.page a, .page span{
    display: inline-block;
    _display: inline;
    font-size: 12px;
    zoom: 1;
    color: #515151;
    padding: 8px 10px;
    margin: 0 5px 0 0;
    line-height: 12px;
    height: auto;
    border-radius: 3px;
}
.page .current{
    background-color: #316c9f;
    border: 1px solid #316c9f;
}
.page a:hover, .page span:hover{
    border: 1px solid #316c9f;
    text-decoration: none;
    color: #316c9f;
}
.articleCon .title {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  
}

.conTxt {
    padding-top: 20px;
     font-size: 14px;
}


.conTxt p {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 2em;
}

/* 信息提示页  */
.Showms {
    padding: 3% 5%;
    overflow: hidden;
    max-width: 540px;
    margin: 30px auto;
}
.Showms .top,
.Showms .bottom,
.Showms .Shadow {
    display: none;
}
.Showms .MS {
    overflow: hidden;
    zoom: 1;
}
.Showms .titWrong {
    color: #c00;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 15px;
    font-size: 18px;
}
.Showms .BUT {
    padding: 25px 0 15px 0;
}
.Showms .BUT a {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
.Showms .BUT a:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}


/* 相关信息 */
#relativeInfo { margin-top:30px; margin-bottom:30px; }
#relativeInfo .bd { padding: 10px 0 20px 0; }
#relativeInfo ul { overflow: hidden; }
#relativeInfo li { float: left; width: 45%; padding-right:5% }
#relativeInfo .hd { margin-bottom: 5px; height: 38px; line-height: 38px; position: relative; border-bottom: 1px solid #ddd; font-size: 18px; }
#relativeInfo .hd h3 { border-bottom: 2px solid #0068B7; line-height: 33px; position: absolute; color: #0068B7; padding: 0 12px 4px 12px; }
#relativeInfo .hd h3 a { color: #0068B7;}

.publicTable{border-collapse: collapse;  empty-cells: show; width:100%; margin-top:10px;}
.publicTable td {background: #fff;  padding: 12px 2px;  text-align: center; font-size: 14px; border: 1px solid #E5E5E5;}
.publicTable .interval td,.publicTable .title td {background: #F7F7F7;}
.publicTable .symbol {display: none}
.publicTable .title td {border: 1px solid #E5E5E5;background: #F7F7F7;text-align: center; color: #b00007; font-size: 16px; background: #F3F3F3; padding: 8px 8px;}
.publicTable .number,.publicTable .num { width: 8%;}
.newsList .number{ display: inline-block;width: 8%;}
.publicTable .index {width: 23%;}
.publicTable .date {width: 12%;}
.publicTable .type {width: 12%;    font-size: 14px; display:none;}
.publicTable .name {text-align: left;  font-size: 14px;   z-index: 1;}


/* xxgkList  */
.xxgkList {margin:10px 0 0 10px;}
.xxgkList li { width: 100%; line-height: 20px; position: relative; font-size: 14px;  padding: 10px 0 10px 10px; border-bottom: #eee 1px dotted;}
.xxgkList .date {float: right;font-size: 12px; color: #666; margin: 0 15px 0 40px;}
.xxgkList .split {height: 13px; margin-bottom: 13px; border-bottom: 1px dashed #e5e5e5; background: none}
.xxgkList li.noData {background: none;  color: #999;}
.xxgkList li .address{ float:right; margin-left: 15px; padding: 0 8px; font-size: 12px; line-height: 21px; color: #fff; border-radius: 3px; background:#c3000e; }
.xxgkList li .address:hover{ text-decoration: none; background:#ff5e69; }
.xxgkList li .disable{ display: none; }
.xxgkList li .node{ margin-right: 5px; color: #329626; }
.xxgkList li .node a{}
.xxgkList li .ownerdept{}
.xxgkList li .number{display:inline-block; width:8%;}


/* 侧栏-多级列表 */
#sideMenuTree .hd{ height: 50px; line-height: 50px;}
#sideMenuTree .hd h3{ font-size: 18px;}
#sideMenuTree .bd{padding:10px; border:none}
#sideMenuTree .bd .h1{height:auto;}
#sideMenuTree .bd .li1{margin-bottom:5px;}
#sideMenuTree .bd .h1 .a1{display:block;height:auto;line-height:34px;padding: 0px 0 0px 20px;font-size:14px;background:#eee;}
#sideMenuTree .bd .on1 .a1,
#sideMenuTree .bd .h1 .a1:hover{background:#13589b; color:#fff}
#sideMenuTree .bd .ul1{display:none}
#sideMenuTree .bd .last2{border-bottom:none}
#sideMenuTree .bd .h2 a{display:block;line-height:32px;padding:0px 36px 0px 45px; background: url(../../base/img/subnav_bg.jpg) no-repeat 20px center;}
#sideMenuTree .bd .on2 a,
#sideMenuTree .bd .h2 a:hover{color:#13589b; font-weight:bold;background: url(../../base/img/subnav_bg.jpg) no-repeat 20px center;}
#sideMenuTree .bd .ul2{}
#sideMenuTree .bd .h3 a{display:block; line-height:20px; font-size:12px; padding:5px 36px 5px 45px;}
#sideMenuTree .bd .h3 a:hover{background-color:#eee; color:#04468b}
#sideMenuTree .bd .on3 a{color:#04468b}
#sideMenuTree .bd .ul2{display:none}
#sideMenuTree .bd .on1 .ul1,
#sideMenuTree .bd .on2 .ul2{display:block;}

.xxgkTit{height: 32px;
    text-align: center;
    margin-top:10px;
    line-height: 32px;
    background: #00479d;}
.xxgkTit a,.xxgkTit{color: #fff;
    font-size: 14px;
    font-weight: bold;}
.sideBox{border:#ccc solid 1px; padding:10px;}



/* detailTable */
.detailTable { margin-bottom: 10px; background: #fff; width: 100% }
.detailTable, .detailTable tr, .detailTable tr td { border: 1px solid #e6e6e6; border-collapse: collapse }
.detailTable thead tr { border-color: #0068B7; }
.detailTable thead th { background: #0068B7; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #0068B7; }
.detailTable tbody td { padding: 10px 15px; font-size:14px; color: #333;}
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: right; width: 25%; }
.detailTable .trTitle .tdCon { font-weight: bold; }
.detailTable .preDiv { width: 670px; overflow: auto; }
.detailTable .preDiv pre { font-size: 14px; font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }



.path {
    float:right;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #464646;
}


#Dnav{padding: 42px 0 0 0;}

.mainContent {
    overflow: hidden;
    border: solid 1px #e0e8f0;
    background: #fff;
    

}
.mainBox{padding: 20px;}


.mainContent .mHd {
    height: 43px;
    line-height: 28px;
    background: url(../../base/newimg/hd_bg.png) bottom repeat-x;
}
.mainContent .mHd .path {
	margin:0!important;
}
.mainContent .mHd h3{
	float:left;
    font-size: 20px;
    letter-spacing: 0px;
    color: #316c9f;
    padding: 0 6px;
}

.articleCon .title {
    font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #2a598c;
    font-weight: 600;
}

.property {
    overflow: hidden;
    line-height: 24px;
    margin: 40px 0 0 0;
    font-size: 14px;
    text-align: center;
    border-bottom: #c7c7c7 solid 1px;
    padding-bottom: 26px;
}
.property span{display:inline-block; text-align: center; padding:0 5px;color: #666666;}
.property span a{color: #666666;}
.order{
    height: 45px;
	background-color: #f6f8fb;
	border: solid 1px #e4e7ef;
    margin-top: 50px;
    padding: 0 20px;
}
.conTxt {
	 font-size: 14px;
    padding-top: 20px;
}


.conTxt p {   
    color: #3d3d3d;
    line-height: 2em;
}


.userControl {
    line-height: 45px;
    overflow: hidden;
    float: right;
}

.print {
    line-height: 45px;
    float:left;
    font-size: 16px;
	color: #454545;
}

.userControl span {
    float: left;
    margin-right: 20px;
}

.userControl .bdsharebuttonbox {
    margin-top: 8px;
}
.bdsharebuttonbox .hd{
    font-size: 14px;
    color: #393939;
}


.others{ margin: 30px 0 20px;}
.others .prev,.others .next{line-height: 25px; padding: 5px 0px;font-size: 14px;}

/* 信息提示页  */
.Showms {
    padding: 3% 5%;
    overflow: hidden;
    max-width: 540px;
    margin: 30px auto;
}
.Showms .top,
.Showms .bottom,
.Showms .Shadow {
    display: none;
}
.Showms .MS {
    overflow: hidden;
    zoom: 1;
}
.Showms .titWrong {
    color: #c00;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 15px;
    font-size: 18px;
}
.titWrong1{display:none;}
.Showms .BUT {
    padding: 25px 0 15px 0;
}
.Showms .BUT a {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
.Showms .BUT a:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
.power-content_voice{display: none;}
/* 领导信息 - 列表页 ----------------------------------*/
.leaderList{margin-top: 20px;}
.leaderList a{display:block;height: 200px;}
.leaderList li { border-bottom: 1px #ededed solid; padding: 25px 20px; background: #fff; overflow:hidden;width: 820px;height: 200px;}
.leaderList li:hover{background-color: #f9f9f9;border: none;}
.leaderList .title .name {width: 130px;height: 40px;background-color: #dfe8f0; margin: 10px 0 30px;line-height: 40px;font-size: 18px;color: #2b6496;text-align: center;}
.leaderList .con{float:left;width: 630px;}
.leaderList .title .zy{font-size: 16px;line-height: 35px;color: #333333;}
.leaderList .work { background-position: 3px -338px; float: left; }
.leaderList .intro span { display: block; font-size: 16px;line-height: 35px;color: #333333;}
.leaderList .text { color: #888; overflow: hidden; zoom: 1; }
.leaderList .intro .more { display: none }

.leaderList li .pic{ float:left; margin-right:40px}



/* 领导信息 - 内容页 ----------------------------------*/
.leaderContent { background: #fff; }
.leaderDetail { position: relative; overflow: hidden; padding: 50px 0 0 23px; font-size: 16px; }
.leaderDetail .sTitle { border-bottom: 0;text-align: left; margin: 10px 0;}
.leaderDetail .sTitle .ldtit{font-size: 30px;line-height: 50px;color: #3b6ab2;margin-right: 18px;}
.leaderDetail .sTitle .job{font-size: 18px;line-height: 50px;color: #555555;}
.leaderDetail .boxE { margin-bottom: 35px; }
.leaderDetail .bd { line-height: 30px; padding: 15px 5px; /* color:#777; */ }
.leaderDetail .leaderIntro { max-height: 540px; overflow-y: scroll; }
.leaderDetail .work {float:left;width: 590px;height: 70px;background-color: #f7f7f7;padding: 20px;font-size: 16px;line-height: 28px;color: #333333;}
.leaderDetail .writeBtn { float: right; margin-top: -35px; height: 40px; line-height: 40px; font-size: 20px; background: url(../../base/img/icons.png) 15px -429px no-repeat #DC221A; color: #fff; padding: 0 15px 0 50px; }
.leaderDetail .writeBtn:hover { background-color: #BB1F19; color: #fff; text-decoration: none; }
.leaderDetail .infoList li { height: 36px; line-height: 36px; }
.leaderDetail-boxWrap { overflow: hidden; }
.leaderDetail-boxWrap .boxE { width: 48%; }
.leaderDetail .leaderPic {float:left;margin-right: 40px;}

.govDetailTable { margin-bottom: 30px; }
.govDetailTable td {background: #fff;padding: 4px 5px;border: 1px solid #e6e6e6;color: #969696;word-break: break-all;font-size: 12px;}
.govDetailTable td.con {text-align: left;width: 18%;padding-right: 5px;}
.govDetailTable td.tit{text-align:center;background:#f9f9f9;}

.govDetailTable td.p1{width: 10%;}
.govDetailTable td.p2{width: 22%;}
.govDetailTable td.p3{width: 10%;}
.govDetailTable td.p4{width: 12%;}
.govDetailTable td.p5{width: 10%;}
.govDetailTable td.p6{width: 12%;}
.ueditortable table,.conTxt table{margin:auto;}

.side {margin-right: 20px;width: 280px; float: left; }
.h{margin-top:0;}
.xxgkTit{height: 42px; background: #195daf url(../../base/img/snav_bg.jpg) center bottom repeat-x; display: block; text-align: center; line-height:42px; color: #fff; font-size: 18px;margin-top:10px; }
.xxgkTit a{color:#fff;}
.sideBox{border:#ccc solid 1px; padding:10px;}


.sideNav{border: solid 1px #e0e8f0;border-top: 0;padding: 20px 20px 10px;}
.sideNav li {width: 240px;line-height: 40px;text-align:center;margin-bottom: 10px;}
.sideNav li a {line-height: 40px; width: 240px;display: block; color: #333; font-size: 16px; background-color: #f9fbfe;border-radius: 3px;border: solid 1px #e0e8f0;}
.sideNav li a:hover,.menuList li.on a { color:#fff;background-color: #6baed6; border-color:#6baed6; }
.sideNav li.hasUl1{background-color: #f9fbfe;border-radius: 3px;border: solid 1px #e0e8f0;}
.sideNav li.hasUl1 a{border: none;}
.sideNav li .on1{margin-bottom: 10px;}
.sideNav li .on1 a{background-color: #6baed6;color: #fff;}
.sideNav .li2 .h2 .a2{font-size: 14px;}
.sideNav .li2 .on2 a,.sideNav .li2:hover a{background-color: #cee1ee;color:#333;}

.newsList li .address{ float:right; margin-left: 15px; padding: 0 8px; font-size: 12px; line-height: 21px; color: #fff; border-radius: 3px; background:#c3000e; }
.newsList li .address:hover{ text-decoration: none; background:#ff5e69; }
.newsList li .disable{ display: none; }
.newsList li .node{ margin-right: 5px; color: #329626; }
.newsList li .node a{}
/*.newsList li a {background: url(../../base/img/dot-05.gif) 0px 14px no-repeat;padding-left: 1em; display: inline-block;}*/

.ueditortable{overflow: visible;}
.ueditortable table{margin:auto;}
.printArea .conTxt p{text-indent:2em;}
.printArea .conTxt table p{text-indent:0;}

.govDetailTable { margin-bottom: 30px; }
.govDetailTable td {background: #fff;padding: 15px 5px;border: 1px solid #e6e6e6;color: #969696;word-break: break-all;font-size: 12px;text-align: center;}
.govDetailTable td.con {text-align: left;width: 18%;padding-right: 5px;font-size: 16px;color: #7c7c7c;}
.govDetailTable td.tit{text-align:center;background:#f9f9f9;font-size: 16px;color:#333;}
.ueditortable{margin-bottom: 50px;}

.govDetailTable td.p1{width: 8%; text-align: center;}
.govDetailTable td.p2{width: 22%;}
.govDetailTable td.p3{width: 10%;text-align: center;}
.govDetailTable td.p4{width: 12%;}
.govDetailTable td.p5{width: 10%;text-align: center;}
.govDetailTable td.p6{width: 12%;}

.publicTable{width:100%;}
.publicTable .title td {border: 1px solid #E5E5E5;background: #F7F7F7;text-align: center; color: #000; font-size: 16px; background: #F3F3F3; padding: 8px 8px;}
.publicTable .number { width: 8%;}
.publicTable .index {width: 23%;}
.publicTable .date {width: 12%;}
.publicTable .type {width: 12%;    font-size: 14px; display:none;}
.publicTable .name {text-align: left;  font-size: 14px;   z-index: 1;}

/* 相关信息 */
#relativeInfo { border-bottom: 1px solid #ddd; margin-top: 20px; }
#relativeInfo .hd { height: 39px; line-height: 39px; position: relative; border-bottom: 1px solid #dbdbdb; background: #f8f8f8; }
#relativeInfo  h3 { position: absolute;color: #0068b7;font-weight: bold; font-size: 16px; height: 38px; line-height: 38px; padding: 0 20px; background: #fff; border: 1px solid #dbdbdb; border-top: 2px solid #0068b7; border-bottom: 0; }
#relativeInfo .bd { padding: 10px 0 20px 0; }
#relativeInfo ul { overflow: hidden; }
#relativeInfo li { float: left; width: 50%; }

/* 内容页 */
.ny-box .path{float: none;height: 43px;line-height: 25px;background: url(../../base/newimg/hd_bg.png) bottom repeat-x;margin-bottom: 20px;}
.ny-box .mainContent{border: none;}
.ny-box .mainContent .mainBox{padding: 0;}
#sideRmph{display: none;}

.leaderDetail2 .boxE{margin-top: 30px;}
.leaderDetail2 .boxE .hd{height: 50px;line-height: 50px;border-bottom: 1px solid #e8e8e8;}
.leaderDetail2 .boxE .hd h3{font-size: 16px;color: #316c9f;float:left;padding: 0 11px;border-bottom: 2px solid #316c9f;font-weight: 600; }
.leaderDetail2 .boxE .bd{padding: 20px 10px 0; font-size: 16px; line-height: 32px;}
.siteMap .h1 .a1{color: #146ac1;}
.siteMap{padding: 0;}
.siteMap .a2{font-size: 14px;}
.lmcontent .path{float: left;}



