/* CSS Document */ 
body{margin:0px; font-size:14px; line-height:2; color:#333;font-family:'微软雅黑',MS Yahei,Verdana, Geneva, sans-serif;} 
ul,li,dl,dt,dd{list-style:none; margin:0px; padding:0px;} 
.jiange_box{height:6px;line-height:6px; overflow:hidden; font-size:0px;}
.clearboth {clear: both;}

/*通用图片列表带分页挂件样式*/
.photo_list_page li{float: left;margin-top:15px;}
.photo_list_page li a {display:block;overflow: hidden; }
.photo_list_page li a .auto-img{border: 1px solid #ddd; height: 168px; overflow: hidden;text-align: center;}
.photo_list_page li a .auto-img img{width: auto;height: 100%;transition:all 0.5s;  }
.photo_list_page li:hover img {transform:scale(1.2);}
.photo_list_page li p{text-align: center;height: 24px;}

/*通用产品图片列表带分页挂件样式*/
#product_list_page li{float: left;width: 33.3333%;margin-bottom: 15px}
#product_list_page li a {display:block;width:280px;height: 200px;overflow: hidden;border: 1px solid #ddd;text-align: center;margin:0px auto;transition: all 0.5s;}
#product_list_page li a:hover {box-shadow: 0px 5px 20px rgba(0,0,0,.2);}
#product_list_page li img{width: auto;height: 100%;transition:all 0.5s;}
#product_list_page li:hover img {transform:scale(1.2);}
#product_list_page li p{text-align: center;height: 24px;}

/*通用文章列表带分页挂件样式*/
.pagination {background: #fff;}
#article_list_page li span{float:right;}
#article_list_page li{list-style:;border-bottom: 1px dotted #ddd;line-height: 40px;background: url(../images/li-bg.jpg) left center no-repeat;padding-left:15px;}


/*通用招聘岗位信息列表带分页挂件样式*/
#recruit_list_page li span{float:right;}

/*通用列表页分页容器样式*/
#page_box {clear: both;margin-top:20px;}
#photo_img{margin-top: 20px;}

