@charset "utf-8";
/* 文章首页 -----------------------------------------*/

/* pageBox */

.pageBox{ margin-bottom:20px; }

.pageBox .hd{ height:40px; line-height:40px; overflow:hidden; background:#eee }

.pageBox .hd h3{ font-size:16px; float:left; text-align:center; min-width:33.3%; background:#0068B7 }

.pageBox .hd h3 a{ color:#fff; display:block; padding:0 10px; }

/* newsList */

.newsList li { font-size: 16px; overflow: hidden; border-bottom: 1px dotted #ccc; height: 46px; line-height: 46px; }

.newsList .date { float: right; color: #999; margin: 0 10px; }

.newsList .node { color: #999; margin-right: 10px; }

/* 友情链接列表页 -----------------------------------------*/

.friendLinkList { overflow: hidden; zoom: 1; padding: 10px 0 10px 10px; }

.friendLinkList li { width: 28%; height: 36px; line-height: 36px; padding: 0 3.5% 0 1.5%; float: left; overflow: hidden; }

/* 文章内容页 -----------------------------------------*/

.articleCon { text-align: left; padding: 3%; text-align: justify; }

.articleCon .title {font-size: 24px;line-height: 1.4;margin-bottom: 20px;}

.articleCon .subTitle { font-size: 18px; color: #555; text-align: center; margin-bottom: 10px; }

.articleCon .property { overflow: hidden; font-size: 14px; margin-bottom: 10px; color: #777; }

.articleCon .property .size { float: right; font-size: 0; }

.articleCon .property .size a { display: inline-block; border: 1px solid #ddd; color: #888; width: 24px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; vertical-align: top; margin-left: 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.articleCon .property .size .l { font-size: 16px; font-weight: 500; }

.articleCon .property span { margin-right: 15px; }

.articleCon .userControl { font-size: 14px; overflow: hidden; text-align: left; padding: 10px 0; }

.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; float: left; }

.articleCon .conTxt { color: #333; font-size: 16px; line-height: 2; padding: 0 0 20px 0; overflow: hidden; word-break: normal; word-wrap: break-word; }

.articleCon .conTxt img { max-width: 100%; height: auto !important; }

.articleCon .conTxt p { margin-bottom: 20px; }

.articleCon .conTxt a { color: blue; text-decoration: underline; }

.articleCon .conTxt em { font-style: italic; }

.articleCon .conTxt ul, .articleCon .conTxt ol { padding-left: 2em; }

.articleCon .conTxt ul li { zoom: normal; list-style: square; text-indent: 0 !important; }

.articleCon .conTxt ol li { zoom: normal; list-style: decimal; text-indent: 0 !important; }

.articleCon .page { padding: 10px 0; text-align: center; }

.articleCon .videoPlayer { background: #000; width: 100%; text-align: center; margin: 20px auto; height: auto; }

.articleCon .others { line-height: 1.5; margin-bottom: 15px; }

.articleCon .others .prev, .articleCon .others .next { padding: 5px 0; }

.articleCon .others .date { color: #999; font-size: 14px; }

/* 相关信息 */

#relativeInfo { border-bottom: 1px solid #ddd; }

#relativeInfo .bd { padding: 10px 0 20px 0; }

/* 图片-列表页 ----------------------------------------- */

.picPageList { overflow: hidden; text-align: center; }

.picPageList li { border: 1px solid #ddd; float: left; width: 48%; margin: 0 0 3% 0; display: inline; position: relative; background: #fff; overflow: hidden; }

.picPageList li:nth-child(2n) { float: right; }

.picPageList .pic { margin: 2%; }

.picPageList .pic img { height: auto; width: 100%; }

.picPageList .title, .picPageList .titleBg { position: absolute; bottom: 0; left: 0; width: 96%; margin: 2%; display: block; overflow: hidden; line-height: 28px; height: 28px; z-index: 3; color: #fff; -webkit-transition: 400ms; -o-transition: 400ms; -moz-transition: 400ms; transition: 400ms; }

.picPageList .titleBg { background: #000; filter: alpha(opacity=60); opacity: 0.6; z-index: 2; }

.picPageList .title a { color: #fff; padding: 0 10px; display: block; font-size: 14px; }

/* 图片-内容页 ----------------------------------------- */

.picSlideBox { position: relative; }

.picSlideBox .bd img { width: 100%; }

.picSlideBox .prev, .picSlideBox .next { display: block; width: 30px; height: 60px; line-height: 60px; margin-top: -50px; text-align: center; position: absolute; left: 0; top: 50%; }

.picSlideBox .next { left: auto; right: 0; }

.picSlideBox .prev::after, .picSlideBox .next::after { content: "\e616"; font-family: "iconfont"; color: #fff; font-size: 32px; text-shadow: 1px 1px 1px #000; }

.picSlideBox .next::after { content: ""; }

.picSlideBox .pageState { text-align: center; display: block; padding: 1% 0; }

.picSlideBox .pageState span { color: #f00; }

.photoCon .conTxt { text-indent: 2em; }

/* 视频-列表页 ----------------------------------------- */

.videoPageList { overflow: hidden; text-align: center; }

.videoPageList li { float: left; width: 48%; margin: 0 0 20px 0; display: inline; position: relative; background: #fff; overflow: hidden; }

.videoPageList li:nth-child(2n) { float: right; }

.videoPageList .pic img { height: auto; width: 100%; }

.videoPageList .title { font-size: 14px; text-align: left; line-height: 22px; height: 44px; overflow: hidden; padding-top: 5px; }

.videoPageList .title::before { content: "\e617"; font-family: "iconfont"; color: #0068B7; }

/* 专题-汇总页 -----------------------------------------*/

.spePageList li { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px dotted #ccc; }

.spePageList .pic img { width: 100%; height: auto; }

.spePageList .tit { display: block; background: #f2f2f2; padding: 5px 10px; text-align: center; }

/* 机构设置 ---------------------------------------------- */
.jgszBox{ margin: 0 0 30px 0; }

.jgszBox .hd{ font-family: "Microsoft YaHei"; padding: 0 0 5px 0; height:40px; line-height:40px;  }

.jgszBox .hd h3{ font-size:20px; font-weight:bold}

.jgszBox table{ width:100%; }

.jgszBox td{ padding:7px 10px; border:1px solid #EBEBEB; width:33.3%; font-size:12px; line-height:1.6 }

.jgszBox td a{color:#0068B7}

.jgszBox td a:hover{color:#c30}


/* 领导列表页 ---------------------------------------------- */

.leaderList li { padding-bottom: 25px; margin-bottom:25px; overflow: hidden; border-bottom:1px dashed #ccc;}

.leaderList .pic { float: left; width:40%; max-width: 230px; padding: 0 5px 5px 0; margin-right:15px; -webkit-box-shadow: #e1e1e1 1px 2px 3px; -moz-box-shadow: #e1e1e1 1px 2px 3px; box-shadow: #e1e1e1 1px 2px 3px; }

.leaderList .pic img { width:100%; height:auto; background: #fff; }

.leaderList .con { overflow:hidden; color: #666; font-size: 14px; }

.leaderList .title { font-size:16px; color: #0068B7; }

.leaderList .title .job{ display:block; font-size:12px; margin-bottom:5px;  }

/* 领导内容页 ---------------------------------------------- */

.leaderDetail .pic{ text-align:center; }

.leaderDetail .pic img{ max-width:100%}

.leaderDetail .title{ text-align:center; font-size:22px; color:#0068B7; padding:10px 0 0 0}

.leaderDetail .job{ text-align:center; }

/* 信息提示页 ---------------------------------------------- */

.Showms { background: #fff; padding: 3% 3%; overflow: hidden; }

.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; }

/* 网站地图 ---------------------------------------------- */

.siteMap .a1 { display: block; padding: 8px 5px; border-top: 1px dotted #ccc; color: #0068B7; }

.siteMap .sh { display: none; }

.siteMap .ul1 { overflow: hidden; padding: 0 3% 3% 3%; }

.siteMap .a2 { min-width: 48%; margin-right: 2%; float: left; font-size: 14px; color: #666; }

