/* CSS Document */
body {
margin:0;
padding:0;
background:#fff  repeat-x 50% 0;
min-width:1200px;
}
/* 文字样式 */
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}


/* 按钮 */
.btn{display:inline-block;border:none;text-align:center;background:#158064;color:#fff;min-height:34px;line-height:34px;padding:0 15px;-webkit-transition:background 0.3s,border 0.3s;transition:background 0.3s,border 0.3s;}
.btn:hover{background:#009966;color:#fff;}
.btn.white{background:#fff;color:#666;border:1px solid #ddd;}
.btn.white:hover{background:#666;color:#fff;border:1px solid #666;}
.btn.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:default;}

/* 边距 */
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pl5 {
	padding-left:5px;
}
.pl8 {
	padding-left:8px;
}

/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;;}
.clearfix:after{clear:both;}

/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}
.d-inline {
_display:inline;
}
/* 下拉三角符号 */
.caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:8px solid #000000;border-right:8px solid transparent;border-left:8px solid transparent;content:"";}
.caret.up{border-top:none;border-bottom:8px solid #ccc;}
.caret.down{border-top:8px solid #ccc;border-bottom:none;}

header {
	background: url(headbg.jpg) no-repeat 50% 0;
	height: 696px;
}
.main-1200 {width:1200px;margin:0 auto;}
#tout {
	background: url(ttbg.jpg) no-repeat 50% 0;
	height: 110px;
	margin-top:30px;
}
#tt h1 {line-height: 105px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;color: #e92114;
}
#tt  h1 a{
	font-size:30px;
	font-weight: bold;
	color: #e92114;
}
#c1-left {
	width:780px;
	height: 510px;
	float:left;
	background: #f00;
}
#c1-right {
	width: 400px;
	float:left;
	margin-left: 20px;
	background: #fefef6;
}
#content1 {
	margin-top:10px;
}
#c1-list ul li {
	width: 100%;
	  font-size: 16px;
            color: #333;
            border-left: 6px solid #ea2313;
            padding: 9px 15px 9px 15px;
            height: 72.5px;
          line-height: 60px;
            align-items: center;
            flex-wrap: wrap;  vertical-align: middle;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
#c1-list ul li:hover a {
	color: #fff;
}
#c1-list ul li+li {
	 border-top: 1px solid #f8e7d2;
            padding: 8px 15px 8px 15px
}
#c1-list ul li:hover {
	  background: url(jj_wz_hover.jpg) no-repeat;
            background-size: 100% 100%;
            border-left: 6px solid #ea2313;
            color: #fff;
}
.main-1200 {
	width:1200px;
}
#content2 {
	margin-top:25px;
}
#c2-right {
	width:680px;
	float:left;
	margin-left:30px;
}

#c2-left {
	width:490px;
	float:left;
}

#c2-list ul li {
	line-height: 46px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	font-size:16px;
	background: url(ico.jpg) no-repeat 5px 23px;
	text-indent: 20px;
	
}
#c2-rightlist dl {
	background: #fcedd8;
	height: 220px;
	width:680px;
	padding: 25px;
	margin-bottom:20px;
}
#c2-rightlist dl dt {
	font-size:22px;
	line-height: 60px;
	font-weight: bold;
	color: #ce0606;	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	border-bottom: 1px dashed #f7c67a;
}
#c2-rightlist dl dd {
	text-indent: 24px;
	padding-top: 10px;
	font-size:14px;
	line-height: 30px;
}

footer {
	margin-top: 30px;
	background: #ffe8c8;
	padding: 80px 0;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #f1ab49;
}
