@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, cite, dfn, em, var {
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
	font-weight:normal;
}



/* 链接 */
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#004284;
	text-decoration: underline;
}
a:active {
	outline:none;
}
/* 自定义 */
body { font-family:microsoft yahei, "微软雅黑"; font-size:14px; background: #fff;}



.listIco li {
	background: url("../images/site/ico_sj.jpg") 10px center no-repeat;
	padding-left: 20px;
	text-align:left;
}
.hidden { display:none; }
.display{ display:block; }

/*******************************************\
 		首页样式
\*******************************************/




.forCenter {
	width: 1000px;
	margin: 10px auto 0;
	overflow: hidden;
}

.content {
	overflow: hidden;
	margin-bottom: 10px;
}
.mark {
	height: 30px;
	float: left;
	/*background: #eee;*/
	line-height: 30px;
	margin-top: 10px;
}
.mark span {
	float: left;
	height: 30px;
}


.contentBox { position: relative;}
.contentLeft {
	height: auto;
	overflow: hidden;
}
.contentLeft h1 {
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color: #000;
	margin: 20px 0;
}

.contentRight {
	width: 200px;
	/*height: 700px;*/
	float: right;
	overflow: hidden;
	margin-top: 40px;
}
.contentLeft .infoMark {
	width: 95%;
	height: 40px;
	margin: 0 auto;
	line-height:40px;
	border-top: 2px #1F3653 solid;
	text-align: center;
}
.contentLeft .infoMark span {
	padding: 0 10px;
	color: #666;
	font-size: 12px;
}
.contentLeft .info {
	width: 90%;
	margin: 10px auto;
	line-height: 35px;
	font-size: 16px;
	text-align:left;
}





.others {
	width:120px;
	padding: 20px 40px 10px;
	background: #eee;
}
.others a {
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #1F3653;
	color: #fff;
	margin-bottom: 10px;
	text-decoration: none;
}
.shareBox {
	background: #eee;
	padding-top: 30px;
	margin-bottom: 10px;
}
.qrcode {
	width: 120px;
	height: 120px;
	margin: 0 auto 30px auto;
	padding: 10px;
	background: #fff;
}
.qrcode img {
}
.share {
	width: 160px;
	height: 100px;
	padding: 0 20px;
}
.narrow {
	position: fixed;
	width: 30px;
	top: 50%;
	right: 0;
	z-index: 3;
	display: none;
	background: #1F3653;
	color: #fff;
	line-height: 25px;
	padding: 10px;
}
.narrow:hover {
	color: #fff;
	text-decoration: none;
}


.conHotNews {
	width: 200px;
	height: 320px;
	overflow: hidden;
	margin-top: 10px;
	background: #F8F8F6;
}
.conHotNews  h1 { background: #1F3653; height: 40px; line-height: 40px; padding-left: 20px; color: #fff; text-align:left;}
.conHotNews ul { padding: 6px 0; }
.conHotNews li { line-height: 30px; }













