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(852653.png) -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("852649.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;
}

/*异样部分开始*/
.lMr .t { border:1px solid #dcdcdc;  background:#fff; padding:0 45px; }
.lMr .t h1{ text-align:center; font-size:28px; padding:36px 10px 15px 10px; line-height:50px; color:#333; font-weight:normal;  }
.lMr .t .t_s,.lMr .t .l_m_s,.lMr .t .print { text-align:center; }
.lMr .t .t_s span,.lMr .t .author span { padding:0 15px; color:#999999; }
.lMr .t .l_m_s  { padding:20px 0; }
.lMr .t .l_m_s a { padding:0 5px;}
.lMr .t .con { text-indent:2em; font-size:14px; line-height:20px; }
.lMr .t .author { text-align:right; padding:15px 0; }
.lMr .t .print  { padding-bottom:50px;}

/*底部样式开始*/
.bodyFooter {
	height: 120px;
	background: #0b66a0;
	border-top: 3px solid #cc0000;
}

.bodyFooter address {
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin-top: 30px;
}

