/* CSS Document */
input[type="text"]:disabled{background-color: #dddddd;}
select>option:disabled{color: #dddddd;}

/*通用图片列表带分页挂件样式*/
.photo_list_page li{margin-bottom: 15px}
.photo_list_page li a {display:inline-block;position: relative;width: 100%;margin: 0px auto;}
.photo_list_page li a:hover {/*box-shadow: 0px 5px 20px rgba(0,0,0,.2);*/}
.photo_list_page li img{transition:all 0.5s;}
.photo_list_page li:hover img {transform:scale(1.2);}
.photo_list_page li p{text-align: center;}

.photo_list_page .auto-img {border: 1px solid #ddd;height:220px;margin:auto;width:100%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.photo_list_page .auto-img img {height: 100%;}

/*通用文章列表带分页挂件样式*/
.pagination {background: #fff;}
/*内页分页*/
.pagination{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}.pagination li{display:inline-block;border:solid 1px #ddd;border-radius:4px}
.pagination a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover{cursor:not-allowed;pointer-events:none;color:#ddd}
.pagination .active{pointer-events:none}
.pagination .active,.pagination a:hover{background:#f5f5f5;border-radius:4px;transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group{border-right:solid 1px #ddd;border-radius:4px}
.pagination-group li{float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child){border-radius:0}
.pagination-group li:first-child{border-radius:4px 0 0 4px}
.pagination-group li:last-child{border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover{background:#f5f5f5;border-radius:0}

#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;}

/* 内页样式 */
.left-title {background: #fff;}
.left-title h1 {text-align: center;font-size: 18px;background: #333;color: #fff;line-height: 46px}
.left-nav-list {padding: 10px;border: 1px solid #ddd;border-top: none;}
.left-nav-list li a {display: block;text-align: left;line-height: 40px;border-bottom: 1px solid #ccc;background: url(../../Home/images/icon-arrow-right.jpg) 95% center no-repeat;height: 40px;border-radius: 0px;margin-bottom: 10px;padding-left: 10px;}
.left-nav-list li a:hover {color: #c00;border-bottom: 1px solid #c00;}
.left-lianxi ul {padding: 10px;border: 1px solid #ddd;border-top: none;}
.left-lianxi ul li span {display: none/*inline-block*/;width: 18px;color: #999;text-align: center;}

#main-con {background: #fff;padding: 10px 15px;}
#nav-position {border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: 10px;}
.page-con {line-height: 2;}
.page-con img {max-width: 100%;}

/*//关键词列表*/
.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) {
	.left-nav-list {padding: 0px;border: 0px solid #ddd;border-top: none;}
	.left-nav-list >ul >li {float: left;width: 50%;padding-left: 5px;padding-right: 5px;box-sizing: border-box;}
	.left-nav-list >ul {margin-left: -5px;margin-right:-5px;}
	.left-nav-list >ul:after {content: '';display: block;clear: both;}
	#main-con {padding: 10px 0;}
	.photo_list_page li img,.photo_list_page .auto-img{height:140px;}
	.photo_list_page li,#pro_img{margin-top:10px;}
}