﻿﻿@charset "utf-8";
/* CSS Document */
/* ==========================================================================
   列表页-通用样式
   ========================================================================== */

/* pathWrap */
.topToolDate{display:none}
.topToolBox{}
.pathWrap{/* height: 50px; *//* overflow: hidden; */font-size: 14px;color: #333;/* border-bottom: 1px solid #d1d1d1; */}
.path{padding-left: 22px;background: url(images/path.png) center left no-repeat;}
.path a, .path span{margin:0 3px;color: #333;}

/*mainBox*/
.mainBox{overflow:hidden;/* padding: 20px; */}
.mainBox .wHd{height: 38px;line-height: 38px;border-bottom: 1px solid #eee;}
.mainBox .wHd .more{float:right; margin-right:10px; color:#999}
.mainBox .wHd h3{font-size: 16px;font-weight: bold;color: #006fc5;height: 38px;line-height: 38px;background: url(images/mainBg.png) left center no-repeat;border-bottom:3px solid #006fc5;float: left;padding-right: 10px;margin-top: -3px;}
.mainBox .wHd h3 span{padding-left:30px;}
.mainBox .wHd .pathWrap{width: auto; float: right;}
.mainBox .wBd{padding: 12px 0;/* overflow:hidden; *//* border: 1px solid #ececee; */}

.mainBox .wHdP{height: 38px;line-height: 38px;border-bottom: 1px solid #eee;margin: 10px 20px;}
.mainBox .wHdP .more{float:right; margin-right:10px; color:#999}
.mainBox .wHdP h3{font-size: 16px;color: #006fc5;height: 38px;line-height: 38px;background: url(images/mainBg.png) left center no-repeat;border-bottom:3px solid #006fc5;float: left;padding-right: 10px;margin-top: -3px;}
.mainBox .wHdP h3 em{font-weight: bold;}
.mainBox .wHdP h3 span{padding-left:30px;}
.mainBox .wBdP{padding:10px 20px;}

/* 侧栏菜单 */
#sideMenu {/* overflow:hidden; */}
#sideMenu .bd{/* overflow: hidden; *//* padding:10px 9px 20px; */}
#sideMenu .bd ul{/* overflow:hidden; */}
#sideMenu .bd li{/* height: 40px; *//* line-height: 40px; */font-size: 14px;margin-top:10px;}
#sideMenu .bd .li1{margin-top:0px;}
#sideMenu .bd li a{display: block;text-align: center;padding: 10px 35px 10px 10px;/* font-weight: bold; *//* height: 40px; *//* line-height: 40px; */background: #f9f9f9 url(images/sideBg.png) 190px 10px no-repeat;border: 1px solid #eee;}
#sideMenu .bd li.on a,#sideMenu .bd li a:hover{color: white;/* font-weight: bold; */background: #006fc5 url(images/sideBgOn.png) 190px 10px no-repeat;border: 1px solid #006fc5;/* padding-right: 5px; */padding: 10px 35px 10px 10px;}


/*通用侧边栏*/
.sideBox{overflow:hidden;/* margin-top: 10px; */}
.sideBox .hd{height: 48px;line-height: 40px;background: url(images/sideHd.png) 0px 0px no-repeat;text-align: center;}
.sideBox .hd h3{/* margin-left: 10px; *//* padding-left: 14px; */font-size: 16px;font-weight: bold;color: #fff;}
.sideBox .hd h3 a{color: #fff;}
.sideBox .hd .more{float:right; margin-right:10px; }
.sideBox .bd{padding: 20px;border: 1px solid #eee;margin-top: -7px;border-top: none;}

/* 侧栏-信息公开 */
#sideXxgk .bd{ overflow: hidden; padding:4px 9px 12px;}
#sideXxgk .bd ul{ overflow:hidden;}
#sideXxgk .bd li{height:40px; line-height:40px; font-size: 14px; overflow:hidden; margin-top: 8px;}
#sideXxgk .bd li a{position: relative; z-index: 1; display: block; height: 38px; line-height: 38px; text-align: left; border: 1px solid #e5e5e5; border-radius: 3px; background-color: #fff;}
#sideXxgk .bd li.on a,#sideXxgk .bd li a:hover{color: #007bd9; font-weight: bold;}
#sideXxgk .bd li a .icon{width: 16px; height: 38px; float: left; margin: 0 10px 0 14px; display: inline; overflow: hidden; background: url(images/sideXxgkIcon.png) left 11px no-repeat;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
#sideXxgk .bd li a:hover .icon{
-webkit-transform:rotateY(360deg);
 -moz-transform:rotateY(360deg);
 -ms-transform:rotateY(360deg);
 -o-transform:rotateY(360deg);
 transform:rotateY(360deg);
}
#sideXxgk .bd li.li1 a .icon{background-position: left 11px;}
#sideXxgk .bd li.li2 a .icon{background-position: left -37px;}
#sideXxgk .bd li.li3 a .icon{background-position: left -85px;}


/* url_方块样式分页 */
.pageShow{text-align:center; padding:15px 0;  font-size:12px; clear:both; margin: 0 auto;}
.pageShow span.pagecss{width: auto; margin: 0 auto; text-align: center;}
.pageShow a,.pageShow span{ display:inline-block; *display:inline;  zoom:1; line-height:20px; vertical-align:middle;  }
.pageShow .pager{width: auto; float: left;}
.pageShow .pager a,.pageShow .pager a:active,.pageShow .pager span.current,.pageShow .pager span.disabled,.pageShow .pager input{padding: 1px 8px; margin: 0 3px;  }
.pageShow .pager input{padding:2px 5px; border: 1px solid #d4d4d4;}

.pageShow .pager a,.pageShow .pager a:active{ display:inline-block; *display:inline; zoom:1; border:1px solid #c5c5c5; color:#4e4e4e;}
.pageShow .pager span.current,.pageShow .pager a:hover{border-color: #006fc5;background-color: #006fc5;color: white;}
.pageShow .pager a:hover{ border-color:#006fc5;}




/* ==========================================================================
   文章-列表页
   ========================================================================== */
.newsList{overflow:hidden;padding-bottom:20px;display:block;}
.newsList li{height:30px;line-height:30px;overflow:hidden;padding-left: 18px;font-size: 14px;background: url(images/list.png) left center no-repeat;}
.newsList li font{font-size:14px;}
.newsList li .date{float:right;color:#999;font-size: 12px;}
.newsList li.split{height:15px;border-top: 1px dotted #eee;margin-top:15px;background:none;}
.newsList li.noData{background:none; color:#999;}


/* ==========================================================================
   文章-内容页
   ========================================================================== */
#detailsBox .wBd{/* border-color: #d1d1d1; */}
.articleCon {overflow: hidden;width: 1000px;margin: 22px auto;}
.articleCon .title {font-size: 24px;line-height: 210%;color: #000000;text-align:center;padding: 10px 0;}
.articleCon .subTitle{ height:18px; line-height:18px;  text-align:right; padding:10px 0 5px;}
.articleCon .property{height: 30px;line-height: 30px;text-align:center;margin:20px 0 0;color: #999;background-color: #f9f9f9;margin: 0 auto;border: 1px solid #eee;}
.articleCon .property span{font-size:12px;color: #999;margin:0 5px;}
.articleCon .property .small,.articleCon .property .big{ height:24px; line-height:24px; padding-right:8px;}
.articleCon .property2{height:32px; line-height:32px; text-align:left; margin:20px 0 0; color: #333; border-bottom: 1px solid #c9c9c9;}
.articleCon .property2 a{color: #333;}
.articleCon #dmfxBox{float: right;}
.articleCon #dmfxBox div{width: auto; float: left;}
.articleCon .conTxt {padding: 20px 0 10px;overflow:hidden;color: #666;font-size:14px;line-height:250%;}
.articleCon .conTxt font{font-size: 14px;}
.articleCon .conTxt  #fontzoom  table  tr  td {padding : 5px 10px;}
.articleCon .page { padding:0 10px 0 0; text-align:center; }
.articleCon .others{ padding-top:22px; overflow:hidden; font-size:14px; color: #999;}
.articleCon .others font{font-size:14px; color: #333;}
.articleCon .others span{color:#333;}
.articleCon .others a{margin-right:5px; color: #333;}
.articleCon .others .prev,.articleCon .others .next { padding-left:15px; height:32px; line-height:32px; background: url(images/others.png) left 12px no-repeat;}
.articleCon .others .next{background-position: left -24px;}
.articleCon p { text-indent: 0em; }

/* ==========================================================================
   通用-单页
   ========================================================================== */
#singleBox .articleCon{margin: 0;}
#singleBox .articleCon .conTxt{padding: 0; border-top: none;}

/* ==========================================================================
   领导信息-列表页
   ========================================================================== */
.picInfoList{overflow: hidden; margin-top: -40px;}
.picInfoList li{ overflow: hidden; margin: 40px 0 0;}
.picInfoList li .pic{width: auto; float: left; margin-right: 22px; display: inline;}
.picInfoList li .pic img{width: 128px; height: 168px;}
.picInfoList li .con{overflow: hidden;}
.picInfoList li .con .title{font-size: 16px; line-height: 36px;  font-weight: bold; color: #cd0027;}
.picInfoList li .con .title a{color: #cd0027;}
.picInfoList li .con .intro{color: #333; line-height: 26px;}
.picInfoList li .con .intro h4{font-size: 14px; font-weight: bold; color: #302f2f; line-height: 28px;}
.picInfoList li .con .intro .more{display: none;}


/* ==========================================================================
   友情链接-列表页
   ========================================================================== */
.friendLinkList{overflow:hidden;}
.friendLinkList li{width:33%; height:28px; margin-top:10px; line-height:28px; float:left; display:inline; text-indent:10px; background:url(images/dot01.png) no-repeat left center;}
.friendLinkList li.noData{background:none; color:#666;}


