﻿body {
	color: #333333;
	background: #f2f3f6;
}

.w_1000 {
	width: 1000px;
	margin: 0 auto;
}

.m_r_10 {
	margin-right: 10px;
}

.m_tb_10 {
	margin: 10px 0;
}
/*渐变线条开始*/
.lineBox {
	height: 35px;
	background: #1369c0;
}
.lineBox {
	height: 35px;
	background: #1369c0;
}

.line {
	width: 1px;
	height: 35px;
	display: inline-block;
	float:left;
}

.lineLeft {
	background: -moz-linear-gradient(top, #1369c0, #0f5098, #1369c0);
	background: -webkit-linear-gradient(top, #1369c0, #0f5098, #1369c0);
	background: -o-linear-gradient(top, #1369c0, #0f5098, #1369c0);
	background: linear-gradient(top, #1369c0, #0f5098, #1369c0);
}

.lineRight {
	background: -moz-linear-gradient(top, #1369c0, #359cde, #1369c0);
	background: -webkit-linear-gradient(top, #1369c0, #359cde, #1369c0);
	background: -o-linear-gradient(top, #1369c0, #359cde, #1369c0);
	background: linear-gradient(top, #1369c0, #359cde, #1369c0);
}

/*渐变线条结束*/ /*头部样式开始*/
.bodyHeader {
}

.bodyHeader .infoTime {
	height: 30px;
	line-height: 30px;
}

.bodyHeader .indexSlide {
	height: 160px;
}

.bodyHeader .lineBox {
	line-height: 35px;
}

.bodyHeader .navBox li {
	float: left;
	width: 120px;
	height: 35px;
	text-align: center;
	position: relative;
	z-index: 200;
}

.bodyHeader .navBox li:first-child,.bodyHeader .navBox li:first-child a {
	width: 70px;
}

.bodyHeader .navBox li.lineBox {
	width: 2px;
}

.bodyHeader .navBox li a {
	color: #fff;
	display: block;
	width: 120px;
	height: 35px;
	font-size: 14px;
}

.bodyHeader .navBox li a:hover {
	background: #eee;
	color: #000;
}

/*新加导航前li定位*/
.bodyHeader .navBox li dl {
	width: 100%;
	position: absolute;
	background: #1369c0;
	z-index: 15;
	left: 0;
	top: 35px;
	display:none;
}
/*新加导航*/

.searchForm input {
	border: 0 none;
	width: 275px;
	padding-left: 5px;
	height: 35px;
	line-height: 35px;
}

.searchForm .btn {
	width: 32px;
	background: url(#) -164px 1px no-repeat #ff8a00;
	cursor: pointer;
}




/*头部样式结束*/

/*主体样式开始*/
.bodySection {
	background: #f4f4f4;
	padding-bottom: 0;
}

.bodySection>div {
	width: 1000px;
	margin: 10px auto;
}

.bodySection .tz {
	background: #fff;
	margin:0;
	padding:10px 0;
}

.bodySection .tz i {
	background: url("852635.png") no-repeat scroll 0 0;
	height: 17px;
	margin: 7px 10px 7px 12px;
	width: 17px;
}

.bodySection .tz span {
	height: 31px;
	line-height: 31px;
	padding-right: 15px;
}

.bodySection .tz i, .bodySection .tz span {
	display: inline-block;
	float: left;
}
/*异样部分开始*/
.bodySection .con_LR { background:#fff;  margin-top: 0px; padding-bottom:18px; }
.bodySection .con_LR .conl { width:238px; margin:0 10px; background:#e6e8ed; border:1px solid #c1c3c8; padding-bottom:15px; }
.bodySection .con_LR .conl li{ height:33px; background:#6db6f8; cursor:pointer; margin:10px 10px 0 10px; border-bottom:1px solid #0e72af; line-height:33px;  text-align:center; }
.bodySection .con_LR .conl li a{color:#fff; font-size:14px;  }
.bodySection .con_LR .conl li:hover { background:#5dadf6;  }

.bodySection .con_LR .conr { width:730px; margin-left:10px;}
.bodySection .con_LR .conr h2 { height:28px; line-height:28px; background:#f7f7f7; position:relative; border-bottom:1px solid #c1c3c8; }
.bodySection .con_LR .conr h2 a { font-size:14px; display:block; height:28px; position:absolute; border-left:1px solid #c1c3c8; border-right:1px solid #c1c3c8; padding:0 8px;   border-top: 2px solid #1a56a8;  background:#fff; top:-1px; left:22px;   }

.bodySection .con_LR .conr .xt { margin-bottom:10px; border:1px solid #c1c3c8; }

.bodySection .con_LR .conr .info { margin:10px;}
.bodySection .con_LR .conr .info li{ line-height:20px; border-top:1px dotted #ddd;  padding:5px 0; }
.bodySection .con_LR .conr .info li:first-child { border-top:none; }
.bodySection .con_LR .conr .info li a { padding-left:8px;}
.bodySection .con_LR .conr .info li i { float:right; padding-right:10px;}
/*底部样式开始*/
.bodyFooter {
	height: 120px;
	background: #0b66a0;
	border-top: 3px solid #cc0000;
}

.bodyFooter address {
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin-top: 30px;
}

