/* 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: 0px 10px 0px 10px;}
#photo_list_page li a {display:block;width:370px;height: 280px;overflow: hidden;border: 1px solid #ddd;}
#photo_list_page li img{width: 100%;height: auto;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;margin: 0px 5px 0px 5px;}
#product_list_page li a {display:block;width:200px;height: 200px;overflow: hidden;border: 1px solid #ddd;text-align: center;}
#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{border-bottom: 1px dotted #ddd;line-height: 36px;background:url(../../Home/images/li-bg.jpg) left center no-repeat;padding-left:10px;}


/*通用招聘岗位信息列表带分页挂件样式*/
#recruit_list_page li span{float:right;}

/*通用列表页分页容器样式*/
#page_box {clear: both;margin-top:20px;}

