/* 閺嶅嘲绱￠崚婵嗩潗閸栵拷 */
body,
h1,
h2,
h3,
p,
ul,
form,
input,
dl,
dd {
	margin: 0;
	padding: 0;
}
input{
	
	outline: none;
}
ul {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input {
	border: 0 none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
body {
	font: 12px "寰蒋闆呴粦";
	background-color: #fff;
	
}

/* 閸忣剛鏁ら弽宄扮础 */

* {
	padding: 0;
	margin: 0;
}

.head {
	height: 36px;
	background-color: #f6f6f6;
	line-height: 36px;
	border-bottom: 1px solid #ded6d4;
}

ul,
li {
	list-style: none;
}
.m12{
	min-width: 1200px;
}
.w{
	width: 1200px;
	margin: 0 auto;
}
.dan{
	overflow:hidden;
text-overflow:ellipsis; 
white-space:nowrap; 
}
.fl{
	float: left;
}
.fr{
	float: right;
}


.pagination li{
	display: inline-block;

}
.pagination span{
	display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    color: #333333;
    border: 1px solid #d0d0d0;
    margin-right: 10px;
}
.pagination .active span{
	    color: #fff!important;
    background-color: #007bc7!important;
}
.NewsDetailContent  pre{
	    white-space: pre-wrap;
    word-wrap: break-word;
}
