@charset "utf-8";
/* 

  作者：lion
  网址：www.jdzol.com

*/

/* 全局定义 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-weight:normal;
	font-style:normal;
}
ol, ul, li {
	list-style:none;
}
div, dl, dt, dd, ol, ul, li {
	zoom:1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size:100%;
}
/* 公共样式 */
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	color:#333;
	font:14px/32px "Microsoft Yahei", "宋体";
}
a {
	color:#333;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#ba1515;
}
.clearbox {
	border:none;
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	overflow:hidden;
}
.blank {
	height:20px;
	font-size:0px;
	line-height:0;
	overflow:hidden;
}
.nodata {
	color:#f60;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.bd {
	padding:10px;
}
span.datetime {
	float: right;
	color: #999;
	font-size:12px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* 网站框架 */

#content {
	width: 1220px;
	margin: 20px auto;
	background:#fff;
}
/* banner */
.banner {
	width:1220px;
	margin:auto;
	margin-bottom:2px;
}
/* 导航 */
.navi {
	width:1220px;
	margin:auto;
	height:50px;
	line-height:50px;
	background:#c70013;
}
.navi ul {
	list-style:none;
	margin: 0;
	padding : 0;
	text-align:center;
	overflow:auto;
	zoom:1;
}
.navi li {
	float:left;
	width:150px;
	padding:0 2px;
	margin-right:0px;
	height:50px;
	line-height:50px;
	border-right:1px solid #fff;
}
.navi a {
	display:block;
	text-align:center;
	height:50px;
	font-size:20px;
}
.navi a:link {
	color:#fff;
	text-decoration:none;
}
.navi a:visited {
	color:#fff;
	text-decoration:none;
}
.navi a:hover {
	color: #fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	background:#d6570f;
}

/*--------------------友链--------------------*/
.links {
	background: url(../img/link.gif) top center repeat;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	height: 100px;
}
.links-inner {
	width: 1220px;
	margin: auto;
	text-align: left;
}
.links-title {
	width: 136px;
	float: left;
	text-align: center
}
.links-cont {
	width: 1080px;
	float: right;
}
.links-cont .txtc {
	line-height: 28px;
	color: #535353;
	text-align: left;
}
.txtc a {
	margin-right: 10px;
}
.links-cont .picc {
	padding-bottom: 10px;
	text-align: left;
}
.picc img {
	margin: 10px 15px 0 0;
	padding: 4px;
	border: 1px #ccc solid;
	width: 120;
	height: 40
}

/* 底部 */
.footer {
	background: #1d5995;
	color: #fff;
	padding: 34px 0 33px;
	font-size: 14px;
}
.footer-inner {
	width: 1220px;
	margin: 0 auto;
	text-align: left
}
.footer-part {
	float: left;
	min-height: 110px;
}
.footerNav-title {
	font-size: 20px;
	color: #fff;
	text-align: left;
	line-height: 20px;
	margin-bottom: 40px;
	padding-bottom: 15px;
	background: url(../img/bottom_bg_line.jpg) no-repeat left bottom;
	text-indent: 1em
}
.part-1 { /*padding: 0 48px 0 13px;*/
	width: 168px;
	margin-right: 55px;
}
.part-2 { /*padding: 0 30px 0 45px;*/
	width: 290px;
	margin-right: 55px;
}
.part-2 .fgs {
}
.part-2 .fgs li {
	width: 136px;
	float: left
}
.part-3 { /*padding: 0 39px 0 78px;*/
	width: 268px;
	margin-right: 55px;
}
.part-3 .footerNav-title {
	text-align: left;
}
.part-3 .info {
	line-height: 36px;
	margin-top: -11px;
	margin-bottom: 9px;
}
.part-3 .info a {
	color: #fff;
}
.footer-list {
	line-height: 36px;
	margin-top: -12px;
}
.footer-list li {
	text-align: left;
}
.footer-list a {
	color: #fff;
}
.footer-list a:hover {
	color: #fff;
}
.footer-list li span {
	display: block;
	padding-left: 15px;
}
.companys {
	display: none;
}
.companys a {
	display: block;
	margin-left: 23px;
	font-size: 12px;
	line-height: 24px;
}
.part-4 {/* padding: 0 40px 0 35px; */
	width: 323px;
	float: right;
}
.part-4 .QRcode {
	float: left;
}
.part-4 .QRcode > img {
	width: 323px;
	height: 214px;
}
.copyright {
	height: 39px;
	line-height: 39px;
	font-size: 12px;
	text-align: center;
	color: #aaa;
	background: #113f6c;
}
.copyright_1220 {
	width: 1220px;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, sans-serif
}
.copyright_1220 {
	color: #fff
}
.copyright_1220 span {
	color: #fff;
}
.copyright a:link {
	color: #fff;
}
.copyright a:visited {
	color: #fff;
}
.copyright a:hover {
	color: #fff;
}

/*内容*/
.contain {
	margin:30px 0;
}
.w600{ width:600px;}
/* toutiao */
.yaowen{ width:1220px; height:100px; background:url(../img/tt.jpg) left center no-repeat; margin:auto; margin-top:10px;}
.toutiao{ padding-left:150px; padding-top:22px;}
.toutiao a{ text-decoration: none; color: #333333; font-size:28px;}
.toutiao a:hover{ color:#F00;}
.toutiao span{ font-size:16px; color:#C00}
.toutiao p{ text-align:left; line-height:2;}


.tt{ border-bottom:1px dotted #ccc;}
.tt a{ text-decoration: none;  color:#C00; font-size:18px;}
.tt a:hover{ color:#F00;}
.tt span{ font-size:12px; color:#F60;}
.tt p{ text-align:left; line-height:2; text-indent:2em;}
/*图片*/
.box {
	margin:auto;
	margin-bottom:10px;
}
.shows{ font-size:18px; text-align:left; text-indent:2em; line-height:2;}


/* 列表 */

ul.ullist li {
	background: url(../img/icon.png) no-repeat left center;
	padding-left: 16px;
	border-bottom:1px dotted #ccc;
}
ul.ullist li a {
	font-size:16px;
}
ul.ullist li .date {
	float:right;
	color:#ccc;
	font-size:12px;
}
.mr10 {
	margin-right:10px;
}
/* 模块 */
.slides {
	width:600px;
	float:left;
}
.news{
	width:600px;
	float:right;
}
/* 栏目标题 */
.indextitle {
	height:50px;
	line-height:50px;
	background:#f1f1f1;
	overflow:hidden;
}
.indextitle span {
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	color: #999;
	padding:0 20px;
}
.indextitle em {
	float:right;
	color:#666;
	margin-right:10px;
}

/* ======================= 文章模型循环页、列表页、内容页 Css ======================= */

#contents {
	background-color: #fff;
	margin:auto;
	position: relative;
	z-index: 1;
	padding: 20px;
	width: 1220px;
	border-top:0px solid #e27765;
	height:auto !important;
	min-height:450px;
}
.ContentSide {
	width:300px;
	float: right;
}
.ContentMain {
	width:1200px;
}
/* ============== 文章列表页 ============== */



.overlist {
	text-align:left
}
.overlist ul li {
	margin:15px;
	padding:20px 15px;
	border-bottom:1px dashed #ddd;
	height:140px
}
.overlist ul li .l_pic {
	width:202px;
	float:left;
}
.overlist ul li .r_ct {
	width:900px; float:right;
	
}
.overlist ul li .r_ct .title {
	display:block;
	height:37px;
	font-weight:bold;
	text-align:left;
}
.overlist ul li .r_ct .title a {
	font-size:18px;
	color:#000;
	display:block;
	height:37px;
	font-weight:bold
}
.overlist ul li .r_ct .intro {
	line-height:2;
	color:#6d6d6d;
	text-indent:2em;
	text-align:left;
}
.overlist ul li .r_ct .intro a {
	color:#c00
}
.overlist ul li .r_ct span {
	float:right;
	color:#6d6d6d;
	font-size:12px;
}
.overlist ul li:hover {
	background:#eee
}
.overlist_page {
	text-align:right;
	padding-right:15px
}

/* 当前位置 */
.pathWrap {
	padding:0 15px;
	font-size: 14px;
	background:#f2f2f2;
}
.path {
	background: url(../img/IconPath.png) no-repeat left center;
	padding-left: 25px;
	height: 50px;
	line-height: 50px;
}
.path span.red {
	color: red;
}
/* 分页 */
.page {
	clear:both;
	padding:20px 0;
	height:20px;
	text-align:center;
	overflow:hidden;
}
.page .pager {
	display:inline-block;
*display:inline;
}
.page a {
	height:20px;
	display:inline-block;
	line-height:20px;
	background-color:#f1f1f1;
	padding:0 6px;
}
.page b a {
	color:#fff;
	background-color:#e27765;
}
/* 单页 */
.DYbd {
	padding:20px 30px;
}
/* 网站地图 */

/* ======================= 内容页 Css ======================= */
#ContentBd {
	padding:20px; /* border:1px solid #f2f2f2; border-top: none; */
}
#ContentBd .title {
	text-align:center;
}
#ContentBd .title h3 {
	color:#000;
	font:600 26px/40px "Microsoft Yahei";
}
#ContentBd .intro {
	margin-top:20px;
}
#ContentBd .author {
	line-height:40px;
	text-align:center;
	color:#777;
	height:40px;
	overflow:hidden;
	margin-top:5px;
	border-bottom:1px dotted #c8c8c8;
}
#ContentBd .contents {
	line-height:200%;
	font:18px/30px "微软雅黑";
}
#fontzoom table {
	width: 100% !important;
	max-width: 1080px !important;
	overflow: hidden;
	display: block;
	overflow-x: auto;
}
/* 分享 */
.cw {
	border-top:1px solid #ccc;
}
.cw .cwTop {
	text-align:center;
	font:16px/50px "微软雅黑";
}
.cw font {
	color:#f00;
}
.shareBox {
	background-color:#fafafa;
	height:150px;
	padding:15px;
	width:1010px;
}
.shareBox .CWimg {
	float:left;
	border-right:1px solid #ccc;
	width:132px;
	height:132px;
	padding:5px 15px 5px 0;
}
.shareBox .CWimg img {
	width:122px;
	height:122px;
	border:5px solid #fff;
}
.shareBox .CWintro {
	float:left;
	padding-left: 25px;
	border-right:1px solid #ccc;
	width:520px;
}
.shareBox .CWintro p.t {
	font:16px/28px "微软雅黑";
}
.shareBox .CWintro p.n {
	line-height:28px;
}
.CWshare {
	float:right;
	padding-top: 55px;
	width:300px;
}
/* 收藏 关闭 */
#ContentBd .collect {
	height:30px;
	line-height:30px;
	margin-left:430px;
	font-size:12px;
	margin-top:30px;
}
.contABot01, .contABot02 {
	display:block;
	width:60px;
	height:30px;
	padding-left:30px;
	float:left;
	margin-right:10px;
}
.contABot01 {
	background:url(../img/functionBar.jpg) no-repeat -190px 0;
}
.contABot02 {
	background:url(../img/functionBar.jpg) no-repeat 0 0;
}
/* 上下篇 */
.contArticle_page {
	padding-top:15px;
	border-top:1px solid #ececec;
}