
pre{overflow-x:scroll;background:#ffffff;border:1px solid #cecece;padding:10px;}

.zoomed > .container{-webkit-filter:blur(3px);filter:blur(3px);}





* {padding:0;margin:0;}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, td, th, form, fieldset, img, dl, dt, dd, input, label {margin:0;padding:0;}
textarea, input, select, body {font-size:12px;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
html{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;}
ul, ol {list-style:none;}
img, input {border:none;}

table { border-collapse: collapse; border: none; width: 1200px; } 
td { border: solid #000 1px; text-align:left; padding-left:10px; font-size:15px; height:45px;} 


body {font:14px/1.5 arial,SimSun,georgia,verdana,helvetica,sans-serif;color:#333333; background-color:#fff;font-family:Microsoft Yahei;}
a:link, a:visited {color:#252525;font-style: normal;text-decoration: none;}
a:hover {color:#fe0000;text-decoration:none;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.center{ text-align:center;}
.f14{ font-size:14px; font-weight:700;}
.bold{ font-weight:bold;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
.clear {clear:both;}
.clearfix:after {clear: both;content: "";display: block;height: 0;visibility: hidden;}
.clearfix {}
.blue {color:#14bab2;}
.blue a:link, .blue a:visited {color:#14bab2;}
.blue a:hover {color:#fe0000;}
a.blue:link, a.blue:visited {color:#14bab2;}
a.blue:hover {color:#fe0000;}
.white {color:#ffffff;}
.white a:link, .white a:visited {color:#ffffff;}
.white a:hover {color:#ff6600;}
a.white:link, a.white:visited {color:#ffffff;}
a.white:hover {color:#ff6600;}
.dark {color:#666;}
.dark a:link, .dark a:visited {color:#666;}
.dark a:hover {color:#fe0000;}
a.dark:link, a.dark:visited {color:#666;}
a.dark:hover {color:#fe0000;}
.mt{ margin-top:12px;}
.c9 {color:#666;}
.c9 a:link, .c9 a:visited {color:#666;}
.c9 a:hover {color:#fe0000;}
a.c9:link, a.c9:visited {color:#666;}
a.c9:hover {color:#fe0000;}
.float {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
a img {
	border:none;
}
.caption {
	font-size:11px;
	color:#777;
	font-style:italic;
	margin:0;
}
.lhzblist{max-width:1002px; margin:0 auto;}
.lhzblist li{ padding:10px; font-size:100%;}
.lhzblist li .ndw{ float:left; width:55px; padding:0 10px;   text-align:center; border-right:1px solid #F6F6F6; font-size:1rem;   }
.lhzblist li .discript{ padding:0 15px;  text-align:justify; line-height:28px;  margin:0 0 0 75px; display:block;font-size:1rem;  }
.lhzblist li .discript img{ float:left; margin:5px 12px 0 0; width:120px; height:auto; padding:0px;  }





#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 200px;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url('http://www.ndwww.cn/zt2018/2018lianghui/images/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('http://www.ndwww.cn/zt2018/2018lianghui/images/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('http://www.ndwww.cn/zt2018/2018lianghui/images/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	background: url('http://www.ndwww.cn/zt2018/2018lianghui/images/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}
