/* CSS Document */
/*通用图片列表带分页挂件样式*/
.photo_list_page li{/*float: left;width: 33.3333%;*/margin-bottom: 15px}
.photo_list_page li a {display:inline-block;/*transition: all 0.5s;*/position: relative;width: 100%;margin: 0px auto;}
.photo_list_page li a div.auto-height {/*margin-top: 100%;*/}
.photo_list_page li a div.ctn-con {/*position: absolute;left: 0;top:0;right:0;bottom:0;*/box-sizing: content-box;overflow: hidden;border: 1px solid #ddd;text-align: center;background:#fff;height: 276px;}
.photo_list_page li a:hover {/*box-shadow: 0px 5px 20px rgba(0,0,0,.2);*/}
.photo_list_page li img{width: auto;height: 240px;transition:all 0.5s;}
.photo_list_page li:hover img {/*transform:scale(1.2);*/}
.photo_list_page li p{text-align: center;height: 24px;}

.photo_list_page .auto-img {border: 1px solid #ddd;height:240px;margin:auto;width:100%;margin:auto;text-align: center;}

/*通用文章列表带分页挂件样式*/
.pagination {background: #fff;}
#article_list_page li span{float:right;font-size: 12px;}
#article_list_page li{list-style:;border-bottom: 1px dotted #ddd;line-height: 40px;background: url(../images/li-bg0.gif) left center no-repeat;padding-left:15px;}


/*通用招聘岗位信息列表带分页挂件样式*/
#recruit_list_page li span{float:right;}

/*通用列表页分页容器样式*/
#page_box {clear: both;margin-top:20px;}

/*//关键词列表*/
.keywords_input input {margin-bottom: 8px;margin-right: 5px;}
.tongyong_input input {margin-bottom: 8px;margin-right: 5px;}
.pinpai_input input {margin-bottom: 8px;margin-right: 5px;}
.text-center {text-align: center;}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	.photo_list_page li img,.photo_list_page .auto-img{height:140px;}
	.photo_list_page li,#pro_img{margin-top:10px;}
}