@charset "utf-8";
/* CSS Document */

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font:12px"宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;} 
a{color:#2d374b;text-decoration:none} 
em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word} 

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}


.allw {
	width: 100%;
	background-color: #f5f5f5;
}

.lmain {
	margin: 0 auto;
	max-width: 900px;
	    padding: 2rem 0.5rem;
}

.lmain ul li{
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	/* float: left; */
	padding: 0px 5px 15px 5px;
	width: 50%;
	    display: inline-block;
	    vertical-align: top;
}
.lmain a{
	display: block;
}
.lmain ul li:hover {
	opacity:0.7;
filter:Alpha(opacity=70); /* IE8 以及更早的浏览器 */


}
.lboxd{
	width: 100%;
	padding-top: 10px;
	-moz-border-radius: 5px; /* Firefox */
 	 -webkit-border-radius: 5px; /* Safari 和 Chrome */
  	border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	box-shadow: 0 0px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.2);
	background: #FFFFFF;
	overflow:hidden;
    text-align: center;
}
.lboxd img{
	width:170px;
}
.imgtitle {
	font-size: 16px;
    padding: 10px 0;
    text-align: center;

}
.lboxd p{
	color: #848484;
	font-size: 10px;
	padding: 0px 10px 10px 10px;

}
