﻿@charset "utf-8";

/* 内页布局 */
.side{float:right; overflow:hidden; width: 280px; margin: 0 0 0 20px; }
.mainContent{ overflow:hidden;}

/* mainBox */
.mainBox{ background: linear-gradient(180deg, #e2f5fe, #fff 100px); padding: 0 20px; border:1px solid #cceff7; border-radius: 6px; }
.mainBox .mHd{ height: 60px; line-height: 60px; border-bottom:1px dashed #ccc;}
.mainBox .mHd h3{ background:url(../../base/img/icon.png) no-repeat left center; padding-left:20px; float: left; }
.mainBox .mBd{ padding: 20px 0;}

/* 侧栏导航 */
#sideMenu{ margin-bottom: 20px; border: 1px solid #c2e3ec; background: #edfafe; border-radius: 6px; padding: 10px; }
#sideMenu .hd{ height: 50px; line-height: 50px; background: #fff; padding: 0 10px; border-radius: 6px 6px 0 0; }
#sideMenu .hd h3{  border-bottom:1px dashed #ccc; background:url(../../base/img/icon.png) no-repeat 4px center; height: 49px; padding-left:22px; font-size: 18px; color:#ff4e00; }
#sideMenu .bd ul{ padding: 0 10px 10px; background: #fff; border-radius: 0 0 6px 6px; overflow: hidden; }
#sideMenu .bd ul li{ margin: 10px 0 0; background: #f7f7f7; background: linear-gradient(180deg, #fefefe, #f1f1f1); border: 1px solid #e6eaeb; }
#sideMenu .bd ul li a{ display: block; background: url(../../base/img/dot-02.png) no-repeat 210px 16px; line-height: 24px; font-size: 16px; padding: 8px 20px; }
#sideMenu .bd ul li a:hover { color: #006cad; }
#sideMenu .bd ul li.on a{ border-left: 3px solid #006cad; color:#006cad; font-weight: bold; }

/* 快速链接 */
#quickLinks{ padding: 5px 10px; border: 1px solid #c2e3ec; border-radius: 5px; margin-bottom: 10px;}
#quickLinks .hd{ height: 44px; line-height: 44px; border-bottom:1px #CCC dashed;}
#quickLinks .hd h3{ background:url(../../base/img/icon.png) no-repeat left center; padding-left:15px; height:44px; font-size: 18px; color:#006cad; }
#quickLinks .hd h3 a{ color:#006cad; }
#quickLinks .bd ul{ padding: 10px 0; overflow: hidden; }
#quickLinks .bd ul li{ float:left; width: 33.3333%; margin: 10px 0; text-align:center;}
#quickLinks .bd ul li a{ display:block; }
#quickLinks .bd ul li a:before{ content: ''; display:block; width: 68px; height: 52px; margin: 0 auto 5px; background: url(../../base/img/kslj_icon.png) no-repeat; }
#quickLinks .bd ul li a:hover{ background: #fff; }
#quickLinks .bd ul li.li1 a:before{ background-position: 0 0 ;}
#quickLinks .bd ul li.li2 a:before{ background-position: -68px 0;}
#quickLinks .bd ul li.li3 a:before{ background-position: -136px 0;}
#quickLinks .bd ul li.li4 a:before{ background-position: -204px 0;}
#quickLinks .bd ul li.li5 a:before{ background-position: -272px 0;}
#quickLinks .bd ul li.li6 a:before{ background-position: -340px 0;}

/* 热点资讯 */
#zxzx .bd ul li{ background:url(../../base/img/point.png) no-repeat left; padding-left:10px;font-size: 16px;height: 34px;line-height: 34px;overflow: hidden;}

/* 文章-父列表页 -----------------------------------------*/
.focusWrap{height: 330px;  margin-bottom: 20px;}
.focusWrap .focusBox{float: left; width: 420px; margin-right: 20px;}
.focusWrap .focusBox .bd .pic img { height: 330px; }
.focusWrap .topicList{overflow: hidden; }
.focusWrap .topicList .t .intro{height: 40px; overflow: hidden; }

/* 循环栏目 */
.pageBoxLoop{overflow:hidden;}
.pageBox{ width: 399px; margin-bottom:20px; border: 1px solid #caeef7;  }

.pageBox .hd{ height: 40px; line-height: 40px; padding-right: 15px; background: linear-gradient(180deg, #e2f5fe, #fff); border-bottom: 1px solid #e5e5e5; }
.pageBox .hd .more{ float:right;font-size: 14px; color: #666; }
.pageBox .hd h3{ float: left; padding:0 25px; height:41px; background: #0981c7;  background: linear-gradient(180deg, #37b5fc, #047ec3); font-size:16px;font-weight:bold;}
.pageBox .hd h3 a{color:#fff;}
.pageBox .bd{ height: 204px; padding: 12px 15px; }
.pageBox .bd ul.infoList li{background:url(../../base/img/point.png) no-repeat left center;height: 34px; line-height:34px;padding-left: 10px;}
.pageBox .bd ul.infoList li span.date{ padding-right:10px;}

.pageBoxLoop1 .pageBox{width:100%;}
.pageBoxLoop1 .pageBox .bd{height:auto;}

/* 文章子-列表页 -----------------------------------------*/

/* 图文列表 */
.pageTPList{margin-top:-12px}
.pageTPList li{padding: 10px 15px 15px;border-bottom: 1px solid #E1E1E1;overflow:hidden;}
.pageTPList .pic{padding-top: 5px;float:left;margin-right: 15px;width: 140px;}
.pageTPList .pic img{width:100%;height: auto;}
.pageTPList .con{overflow:hidden; zoom:1}
.pageTPList .title{font-size: 14px;line-height: 24px;overflow:hidden;font-weight:bold; margin-bottom:5px}
.pageTPList .title a{color:#333}
.pageTPList .intro{margin-bottom: 5px;line-height: 22px;color:#999; height: 44px; overflow:hidden;font-size:12px;}
.pageTPList .title a:hover{text-decoration:none}
.pageTPList .intro .more{display:none;}
.pageTPList .others{font-size:12px; color: #999; line-height:22px}
.pageTPList .others span{margin-right:15px;}
.pageTPList .node{color: #999; margin-right: 15px; display:none}
.pageTPList .last{ border-bottom:0; margin-bottom:0; }
.pageTPList .on{background:#F9F9F9}

/* newsList */
.newsList li{ height:26px; line-height:26px;background: url(../../base/img/point.png) no-repeat 3px 17px;padding: 5px 0 5px 15px; font-size:16px;}
.newsList li.split{ padding: 0; border-bottom: 1px dotted #d8d8d8;font-size: 0; height: 0;line-height: 0;margin: 15px 0; background:none;}

/* 文章内容页 -----------------------------------------*/
.articleCon {text-align: left;padding: 20px;}
.printArea .title {font-size: 26px;line-height: 1.5;text-align:center;margin-bottom: 20px;color:#000000; font-weight: bold;}
.articleCon .printArea .title{color:#206AB5;}
.printArea .subheading {font-size: 20px; color:#555; text-align:center;margin-bottom: 30px;}
.printArea .property{height: 36px; line-height: 36px; font-size: 14px; background:#f5f5f5; text-align: center; color: #666; margin-bottom: 30px; }
.printArea .property span{ padding:0 5px;}
.printArea .conTxt {color:#333;font-size: 14px;line-height: 2;padding: 0 0 20px 0;overflow:hidden;}
.printArea .conTxt img{max-width:800px;height: auto !important;}
.printArea .conTxt p {margin-bottom: 14px;}
.printArea .conTxt a{ color:blue; text-decoration:underline; }
.printArea .conTxt em{ font-style:italic }
.printArea .conTxt ul,.printArea .conTxt ol{padding-left: 2em; }
.printArea .conTxt ul li{ zoom: normal; list-style:square; text-indent:0 !important }
.printArea .conTxt ol li{ zoom: normal; list-style:decimal; text-indent:0 !important;}
.printArea .page { padding:10px 0; text-align:center; }
.printArea .vedioPlayer{background: #000;width: 800px;text-align:center;margin:20px auto;height: 480px;}
.articleCon .userControl {font-size: 14px;border-bottom: 1px dashed #ddd;overflow: hidden;text-align: left;margin-bottom:20px;padding:10px 0;}
.articleCon .userControl .a{color:#777; margin:10px 10px 0 0; float:left;}
.articleCon .userControl .bdsharebuttonbox { float: right; }
.articleCon .others{padding: 10px 0;margin-bottom:15px;}
.articleCon .others a{color:#058cb9}
.articleCon .others .prev,.articleCon .others .next{padding: 3px 0;}

#relativeInfo{margin-bottom:10px;}
#relativeInfo .hd{ height:30px; border-bottom:1px #CCC dashed;}
#relativeInfo .hd .more{ float:right; padding-right:10px;}
#relativeInfo .hd .more a{display: block;background:url(../../base/img/more.png) no-repeat right center; height:5px; width:35px; margin-top:15px;}
#relativeInfo .hd h3{ background:url(../../base/img/icon.png) no-repeat left center; padding-left:15px;}
#relativeInfo .hd h3 span{font-size:10px; color:#ccc; padding-left:15px;}
#relativeInfo .hd h3 a{ font-size:14px; color:#006cad; }
#relativeInfo .bd{padding-top:10px;}
#relativeInfo .bd li{ background: url(../../base/img/point.png) no-repeat left center; padding-left:10px; line-height:28px;}

/* 图片-父列表页 ----------------------------------------- */
.picBoxLoop{overflow:hidden}
.picBoxLoop .pageBox{ width:100%; }
.picBoxLoop .pageBox .hd{background-image: url(../../base/img/xhlm_hd2.png);}
.picBoxLoop .pageBox .bd{background-image: url(../../base/img/xhlm_bd2.png);height: auto; padding:0px;}
.picBoxLoop .picListFl{overflow:hidden;text-align:center; width: 708px; padding-top: 12px; padding-left: 18px}
.picBoxLoop .picListFl li{float:left;width:165px; margin: 0px 12px 12px 0; display:inline; position:relative; overflow:hidden;overflow:hidden; }
.picBoxLoop .picListFl .pic{overflow:hidden;width:165px;height:133px;}
.picBoxLoop .picListFl .pic a{ display:block; height:198px; overflow:hidden;}
.picBoxLoop .picListFl .pic img{ height:auto;width:165px; height:133px}
.picBoxLoop .picListFl .title{ display:block;overflow:hidden;line-height: 20px;padding:5px 0; height:20px;}
.picBoxLoop .picListFl .title a{display:block; font-size:12px}

/* 图片-列表页 ----------------------------------------- */
.picPageList{overflow:hidden;text-align:center; }
.picPageList li{float:left;width: 23%; margin: 0 1% 1.5%; display:inline; position:relative; overflow:hidden;overflow:hidden; }
.picPageList .pic a{ display:block; position: relative; padding-bottom: 75%; height: 0; overflow:hidden;}
.picPageList .pic img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.picPageList .title{ display:block;overflow:hidden;line-height: 24px; margin: 10px 0; height:24px; font-size: 16px;}

/* 信息提示页 ---------------------------------------------- */
.Showms{background: #fff;padding:30px 40px;overflow:hidden;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: 10px 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: linear-gradient(#FFFFFF, #eee);
}
.Showms .BUT a:hover{ color:#c00; border:1px solid #aaa; text-decoration:none;}

/* 图片 */
#pictrue .boxPage .bd{padding-bottom:0;}
#pictrue .boxPage .picList li{margin-bottom:0;}

/* 友情链接 */
.friendLinkList{overflow:hidden;}
.friendLinkList li{width:33.3333%;float:left;}
.friendLinkList li a{display:block; line-height: 20px; padding: 4px 20px 4px 12px; background: url(../../base/img/point.png) no-repeat 0 14px; }
#friendLink .picList li{width:20%;float:left;text-align:center;}
#friendLink .picList li .title{overflow:hidden;height:20px;}



/*点赞与收藏*/
.likes-group { overflow: hidden; text-align: center; margin-bottom: 30px; height: auto; }
.likes-group li { width: 60px; border-radius: 30px; height: 60px; background: #f0f0f0; display: inline-block; }
.likes-group a { font-size: 12px; padding-top: 28px; display: inline-block; }
.likes-group .Likes { background: url(../../base/img/btnicon.png) no-repeat 4px -103px; }
.likes-group .Collection { background: url(../../base/img/btnicon.png) no-repeat 4px -45px; }
.likes-group .addLikes { background: url(../../base/img/btnicon.png) no-repeat 10px -346px; }
.likes-group .addCollection { background: url(../../base/img/btnicon.png) no-repeat 15px -288px; }

/* 智能标签 */
.articleCon .smart-tags{margin-bottom: 20px !important}