﻿﻿/*内页样式*/
.newsList .node a{ color:#13589b;}
.ueditortable {border: none !important;}
#sideMenu,.mainContent{
    min-height: 500px;
}
.content,
#content {
    width: 980px;
    padding: 10px;
    margin: 0 auto;
    background: #fff; 
        overflow: hidden;
}/*内页样式*/
.newsList .node a{ color:#13589b;}
.content,
#content {
        width: 1000px;
    margin: 10px auto;
}
.path {
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    background: #f5f4f4;
    height: 36px;
    line-height: 36px;
    color: #666;
}

.path em {
    background: url(../../Base/img/home.png) no-repeat 5px center;
    padding-left: 30px;

}

.side {
    float: left;
    margin-right: 20px;
    background: #edf6f7;
    width: 220px;
    
}

#sideMenu{border: #cfe2f0 1px solid; border-top:none; float: left;
    margin-right: 20px;
    background: #edf6f7;
    width: 220px;}

#sideMenu .hd { 
    line-height: 32px;
    background: url(../../Base/img/nav_bg2.jpg) no-repeat;
}

#sideMenu .hd h3,#sideMenu .hd h3 a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.menuList {
    width: 186px;
    padding: 10px 16px;
}

.menuList li{padding:5px 0;}

.menuList li a {
    width: 168px;
    padding:5px 0 5px 20px;
    line-height: 22px;
    display: block;
    color: #333;
    font-size: 14px;
}

.menuList li a:hover,.menuList li.on a  {
    color: #b00007;
    font-weight: bold;
}



.mainContent {
    background: #fafafc;
    border-top: #3f87c1 2px solid;
        overflow: hidden;

}

.mainBox {
    padding: 15px;
    
}

.mainContent .mHd {
    border-bottom: #f1f1f1 1px solid;
    height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
}

.mainContent .mHd h3 {
    float: left;
    font-size: 14px;
    color: #bf0101;
    font-weight: bold;
    background: url(../../Base/img/lm_icon.jpg) left 2px no-repeat;
    height: 20px;
    padding: 0px 3px 9px 24px;
    border-bottom: #bf0101 2px solid;
}

/* newsList */
.newsList {
    margin-top: 20px;
}

.newsList li {
    width: 100%;
    line-height: 20px;
    position: relative;
    font-size: 14px;
    background: url(../../Base/img/sub_list.jpg) no-repeat left 18px;
   padding: 10px 0 10px 10px;
    border-bottom: #eee 1px dotted;
}

.newsList .date {
    float: right;
    font-size: 12px;
    color: #666;
    margin: 0 15px 0 40px;
}
.newsList .split {
    height: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #e5e5e5;
    background: none;
        display: none;
}

.newsList .node {
    color: #999;
    margin-right: 10px;
}

.newsList li.noData {
    background: none;
    color: #999;
}

.articleCon .title {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  
}

.property {
    overflow: hidden;
    line-height: 24px;
    margin: 20px 0 10px 0;
    font-size: 14px;
     text-align: center;
}

.property .fr {
    margin-right: 50px;
    float: right;
}
.property .hits{display: none;}
.property span{margin:0 5px;
       }
.conTxt {
    padding-top: 20px;
     font-size: 14px;
}


.conTxt p {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 2em;
}

.articleCon {
    padding: 20px 25px;
}

.userControl {
    border-bottom: 1px #ddd dotted;
    padding-bottom: 10px;
    line-height: 36px;
    overflow: hidden;
}

.print {
    line-height: 36px;
    text-align: right;
    font-size: 14px;
}

.userControl span {
    float: left;
    margin-right: 20px;
}

.userControl .bdsharebuttonbox {
    float: left;
}



.others{  border-bottom: dotted 1px #c4c4c4; margin-top: 30px;}
.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;
}
.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;
}

/* 领导信息 - 列表页 ----------------------------------*/
.leaderList li { border-bottom: 1px dotted #ccc; padding: 20px 20px; background: #fff; overflow:hidden;line-height: 28px;}
.leaderList .title { margin-bottom: 5px; }
.leaderList .title a { color: #0068B7; font-size: 16px; }
.leaderList .job, .leaderList .work {/* padding-left: 23px; */}
.leaderList .work { background-position: 3px -338px; float: left; }
.leaderList .intro span { display: block; }
.leaderList .text { color: #888; overflow: hidden; zoom: 1; }
.leaderList .intro .more { display: none }

.leaderList li .pic{ float:left; margin-right:30px}



/* 领导信息 - 内容页 ----------------------------------*/
.leaderContent { background: #fff; }
.leaderDetail { position: relative; overflow: hidden; padding: 2% 1%; font-size: 16px; }
.leaderDetail .sTitle { border-bottom: 0; font-size: 24px; text-align: center; }
.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 { text-indent: 2em; padding: 20px 0; /* color:#777; */ margin-bottom: 20px; }
.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: 30px;}
.govDetailTable { margin-bottom: 30px; }
.govDetailTable td {background: #fff;padding: 4px 5px;border: 1px solid #e6e6e6;color: #969696;word-break: break-all;}
.govDetailTable td.con {text-align: left;width:auto;padding-right: 5px;}
.govDetailTable td.tit{text-align:right;background:#f9f9f9;}

.govDetailTable td.p1{width: 8%;}
.govDetailTable td.p2{width: 22%;}
.govDetailTable td.p3{width: 8%;}
.govDetailTable td.p4{width: 12%;}
.govDetailTable td.p5{width: 8%;}
.govDetailTable td.p6{width: 12%;}
.ueditortable {border: none !important;}
.ueditortable table{margin:auto;}

.newsList li .address{ float:right; margin-left: 15px; padding: 0 8px; font-size: 12px; line-height: 21px; color: #fff; border-radius: 3px; background:#00479d; }
.newsList li .address:hover{ text-decoration: none; background: #018cdf; }
.newsList li .disable{ display: none; }
.newsList li .node{ margin-right: 5px; color: #329626; }
.newsList li .node a{ color: inherit; }

/* 相关信息 */
#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 a{display:block;height:auto;line-height:34px;padding: 0px 0 0px 20px;font-size:14px;background:#eee;}
#sideMenuTree .bd .on1 a,
#sideMenuTree .bd .h1 a: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 .onUl1,
#sideMenuTree .bd .onUl2{display:block;}

.xxgkTit{height: 32px;
    text-align: center;
    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 {
    background: #f3f3f3;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.path em {
    background: url(../../Base/img/home.png) no-repeat 5px center;
    padding-left: 30px;

}
.mainContent { _width: 76.5%; overflow: hidden; zoom: 1; z-index: 1;}


.menuList {
}
#Dnav{padding: 42px 0 0 0;}
.menuList li {
    height: 35px; 
}

.menuList li a {
    width: 168px;
    height: 35px;
    padding-left: 32px;
    line-height: 32px;
    display: block;
    color: #333;
    font-size: 14px;
    background: url(../../Base/img/subnav_bg.jpg) no-repeat
}

.menuList li a:hover,.menuList li.on a {
    color: #0077cf;
    font-weight: bold;
    font-size: 14px;
}



.mainContent {
    overflow: hidden;
    border: #e6e6e6 1px solid;
    background: #fff;
    

}
.mainBox{padding: 15px;}


.mainContent .mHd {
    border-bottom: #f1f1f1 1px solid;
    height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
}

.mainContent .mHd h3 {
    float: left;
    font-size: 14px;
    color: #0077cf;
    font-weight: bold;
    background: url(../../Base/img/lm_icon.jpg) left 2px no-repeat;
    height: 20px;
    padding: 0px 3px 9px 24px;
    border-bottom: #0077cf 2px solid;
}

/* newsList */
.newsList {
    margin-top: 20px;
}

.newsList li {
    width: 100%;
    line-height: 20px;
    position: relative;
    font-size: 14px;
    background: url(../../Base/img/sub_list.jpg) no-repeat left 18px;
   padding: 10px 0 10px 10px;
    border-bottom: #eee 1px dotted;
}

.newsList .date {
    float: right;
    font-size: 12px;
    color: #666;
    margin: 0 15px 0 40px;
}


.newsList .split {
    height: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #e5e5e5;
    background: none
}

.newsList .node {
    color: #999;
    margin-right: 10px;
}

.newsList li.noData {
    background: none;
    color: #999;
}

.articleCon .title {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.property {
    overflow: hidden;
    line-height: 24px;
    margin: 20px 0 10px 0;
    font-size: 14px;
    text-align: center;
    border-top: #ccc solid 1px;
    padding: 5px;
    color: #777;
}

.property .fr {
    margin-right: 50px;
        float: right;
}
.property .hits{display: none;}
.property span{display:inline-block; text-align: center; padding:0 2em;}
.conTxt {
	 font-size: 14px;
    padding-top: 20px;
}


.conTxt p {   
    color: #3d3d3d;
    line-height: 2em;
}

.articleCon {
    padding: 20px 25px;
}

.userControl {
    border-bottom: 1px #ddd dotted;
    padding-bottom: 10px;
    line-height: 36px;
    overflow: hidden;
}

.print {
    line-height: 36px;
    text-align: right;
    font-size: 14px;
}

.userControl span {
    float: left;
    margin-right: 20px;
}

.userControl .bdsharebuttonbox {
    float: left;
}



.others{ margin-top: 10px;}
.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 li { border-bottom: 1px dotted #ccc; padding: 20px 20px; background: #fff; overflow:hidden;line-height: 28px;}
.leaderList .title { margin-bottom: 5px; }
.leaderList .title a { color: #0068B7; font-size: 16px; }
.leaderList .job, .leaderList .work {/* padding-left: 23px; */}
.leaderList .work { background-position: 3px -338px; float: left; }
.leaderList .intro span { display: block; }
.leaderList .text { color: #888; overflow: hidden; zoom: 1; }
.leaderList .intro .more { display: none }

.leaderList li .pic{ float:left; margin-right:30px}



/* 领导信息 - 内容页 ----------------------------------*/
.leaderContent { background: #fff; }
.leaderDetail { position: relative; overflow: hidden; padding: 2% 1%; font-size: 16px; }
.leaderDetail .sTitle { border-bottom: 0; font-size: 24px; text-align: center; }
.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 { text-indent: 2em; padding: 20px 0; /* color:#777; */ margin-bottom: 20px; }
.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: 30px;}

.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:right;background:#f9f9f9;}

.govDetailTable td.p1{width: 8%;}
.govDetailTable td.p2{width: 22%;}
.govDetailTable td.p3{width: 8%;}
.govDetailTable td.p4{width: 12%;}
.govDetailTable td.p5{width: 8%;}
.govDetailTable td.p6{width: 12%;}
.ueditortable table,.conTxt table{margin:auto;}

.side {width: 220px;  margin-right:10px; margin-bottom: 10px; overflow: hidden;  float: left; }

.sideBox{border:#ccc solid 1px; padding:10px;}


.menuList {}
.menuList li {line-height: 35px;}
.menuList li a {line-height: 35px;  padding-left: 32px; display: block; color: #333; font-size: 14px; background: url(../../Base/img/subnav_bg.jpg) no-repeat 0px 10px;}
.menuList li a:hover,.menuList li.on a { color:#195daf;  font-weight: bold; font-size: 14px;}



.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: 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:right;background:#f9f9f9;}

.govDetailTable td.p1{width: 8%;}
.govDetailTable td.p2{width: 22%;}
.govDetailTable td.p3{width: 8%;}
.govDetailTable td.p4{width: 12%;}
.govDetailTable td.p5{width: 8%;}
.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%; }


