@charset "utf-8";

/*CSS reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 12px;
	cursor: default;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	border: none;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
	list-style: none;
	border: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

del,
ins {
	text-decoration: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

button,
input,
select,
textarea {
	font-size: 17px;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	outline: none;
	/* star: expression(this.onFocus=this.blur()); */
}

.clearfix {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

* {
	margin: 0;
	padding: 0;
}


a {
	color: #333;
}



.cntmain {
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
}

/*分块*/
.block {
	width: 100%;
	overflow: hidden
}


/*公用列表样式*/
.topimg {
	display: block;
	margin-bottom: 15px;
	margin-left: -10px;
}

.bottomimg {
	display: block;
	width: 100%;
	height: 50px;
}

.title {
	height: 44px;
	line-height: 43px;
	border-bottom: 1px solid #2087c9;
}

.title h2 {
	float: left;
	font-size: 18px;
}

.title h2 a {
	display: block;
	float: left;
	width: 115px;
	height: 44px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	background: url(nav_bg0304.png) no-repeat left center;
	background-size: 100% 100%
}

.title h2 .noactive {
	color: #333;
	background: none;
}

.title .more {
	display: none;
	float: right;
	color: #a5a5a5;
	font-size: 14px;
}

.title .more:hover {
	color: #277ec3;
}

.list {
	display: none;
	margin-top: 10px
}

.list ul {
	padding: 10px 0px;
}

.list ul li {
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.list ul li:last-child {
	border-bottom: none;
}

.list ul li a {
	float: left;
	color: #313131;
	max-width: 72%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list ul li .date {
	float: right;
	color: #959595;
}

.list h2 a:hover,
.list ul li a:hover {
	color: #277ec3;
}

/*面包屑*/
.local {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
}

.local p {
	font-size: 15px;
	font-weight: bold;
}

.current-position a {
	color: #4e4e4e;
}