@charset "UTF-8"; 

/**
 * Sinrow's Common CSS 
 * http://lab.cnscene.com
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption{ 
	font-family:"微软雅黑";
	 margin: 0; padding: 0; border: 0;
	 word-break: break-all; word-wrap:break-word
}

ul {list-style-type: none;}
blockquote, q {	quotes: none;}
input[type=radio], input[type=checkbock] { cursor: pointer; }


.clearit { clear:both; font-size:0; height:0; overflow:hidden; }

.hide{
	display:none;
}

.no_info{
	text-align: center;color:gray;font-size:15px;margin:15px 0;
}
.no_margin{
	margin-top:0px;
	padding-top:15px;
}
.txt-img{width:140px; height:100px;}
.default_search{color:#bababa;}
.searching{color:#42515A;}
.vedio_div{margin:15px auto;width:500px;height:400px; }
.flash_p{margin:5px 0;text-align: center;}
.content_img{margin:auto;text-align: center;margin-bottom:15px;}
.content_img img{max-width:610px;_width:expression(this.width > 610 ? '610px': true);}
.c_img{margin:10px 0;display:block;}
.attach_div{
	width:610px;
	margin:20px auto 0 auto;
}
.attach_list{
	border: 1px solid #C6C6dd;
	border-bottom: 0px;
}
.attach_list .attach_title{
	margin:10px 0 10px 5px;
}
.attach_list li{
	width:inherit;padding-left:0px; background:url(../images/dian.png) no-repeat 15px 14px;line-height:25px; border-bottom:1px solid #CCC;height:25px;
}
.attach_list li a{
	color:blue;
}
.attach_list li a:hover{
	text-decoration:underline;
}
body{
position:relative;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

