*{ padding: 0; margin: 0;}
a, applet, b, body, code, dd, del, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, label, li, object, ol, p, pre, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, u, ul { margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}
ul, ol ,li{ list-style: none outside none;}

.list-page .page {
	margin-top: 60px;
	background: #f2f2f2;
}

.list-page .page .banner {
	width: 100%;
	height: 175px;
	text-align: center;
	color: #fff;
	position: relative;
}

.list-page .page .banner .banner-bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: blur(10px);
	background: url("../images/person1.jpg") center center no-repeat;
	background-size: cover;
}

.list-page .page .banner .banner-text {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.list-page .page .banner .banner-text .top {
	padding-top: 50px;
	margin-bottom: 10px;
	font-size: 32px;
}

.list-page .page .banner .banner-text .bottom {
	width: 520px;
	margin: 0 auto;
	line-height: 30px;
	border: solid 1px #fff;
	border-radius: 4px;
	font-size: 14px;
}

.list-page .page .banner .banner-text .bottom i {
	margin-right: 10px;
}

.list-page .choose-wrap {
	background: #fff;
}

.list-page .choose-wrap .choose {
	width: 1400px;
	margin: 0 auto;
	padding: 10px 0;
}

.list-page .choose-wrap .choose .row {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	border-bottom: dotted 1px #999;
	position: relative;
}

.list-page .choose-wrap .choose .row:last-child {
	border: none;
}

.list-page .choose-wrap .choose .row span {
	padding: 6px 0;
	line-height: 25px;
}

.list-page .choose-wrap .choose .row .type-name {
	float: left;
	display: inline-block;
	width: 80px;
	font-size: 14px;
	color: #888;
}

.list-page .choose-wrap .choose .row .type-content {
	float: left;
	display: inline-block;
	width: calc(100% - 20px);
}

.list-page .choose-wrap .choose .row .type-content span {
	float: left;
	display: inline-block;
	margin: 0 8px;
	padding: 0 8px;
	font-size: 14px;
	color: #666;
	border-radius: 4px;
	cursor: pointer;
}

.list-page .choose-wrap .choose .row .type-content span:first-child {
	margin-left: 0;
}

.list-page .choose-wrap .choose .row .type-content span.active {
	background: #eff3f4;
	color: #007bfd;
}

.list-page .choose-wrap .choose .row .type-content a {
	color: #666;
}

.list-page .choose-wrap .choose .row .type-content a.active {
	color: #007bfd;
}

.list-page .choose-wrap .choose .row .sort {
	position: absolute;
	right: 0;
	top: 10px;
}

.list-page .choose-wrap .choose .row .sort span {
	float: left;
	margin-left: 30px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.list-page .choose-wrap .choose .row .sort span i {
	margin-right: 5px;
}

.list-page .choose-wrap .choose .row .sort span.active {
	color: #007bfd;
}

.list-page .choose-wrap .choose .row .sort a {
	color: #666;
}

.list-page .choose-wrap .choose .row .sort a.active {
	color: #007bfd;
}

.list-page .page-inner {
	width: 1400px;
	margin: 0 auto;
}

.list-page .page-inner .link {
	margin: 20px 0 20px;
	font-size: 14px;
	color: #999;
}

.list-page .page-inner .link span {
	display: inline-block;
	margin: 0 5px;
}

.list-page .page-inner .link span:first-child {
	margin-left: 0;
}

.list-page .page-inner .link i {
	margin-right: 5px;
}

.list-page .page-inner .bottom-page {
	margin: 20px auto 0;
	text-align: center;
}

.list-page .page-inner .bottom-page .page-pre {
	vertical-align: middle;
	margin-top: -50px;
	display: inline-block;
	padding: 0 10px;
	line-height: 28px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

.photo-list {
	width: 1430px;
	margin: 0 auto;
	margin-left: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}

.photo-list .item {
	flex: 1 0 25%;
	max-width: 25%;
	height: 535px;
	margin: 8px 0;
	cursor: pointer;
}

.photo-list .item a {
	color: #666;
}

.photo-list .item .item-box {
	width: 330px;
	height: 100%;
	margin: 0 auto;
	border-radius: 6px;
	border: solid 1px #f2f2f2;
	overflow: hidden;
	transition: all linear 0.3s;
	box-shadow: 0 0 10px #ddd;
}

.photo-list .item .item-box .img-box {
	width: 100%;
	height: calc(100% - 82px);
	position: relative;
}

.photo-list .item .item-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo-list .item .item-box .name {
	background: #fff;
	padding: 20px;
	height: 42px;
	overflow: hidden;
	font-size: 14px;
	transition: all linear .3s;
}

.photo-list .item .item-box .name p {
	line-height: 20px;
	color: #666;
}

.photo-list .item .item-box:hover {
	border: solid 1px orange;
}

.photo-list .item .item-box:hover .name p, .photo-list .item a:hover .name p {
	color: orange;
}
  
  

/* 地区左右移动 */


.cpzlm,.qleft{width:100%;background:#fff;overflow:hidden;}
.cpzlm li{float:left;margin-left:30px;line-height:50px;line-height:50px;font-size:16px;font-weight:bold;color:#000;}
.cpzlm li a{font-size:16px;font-weight:normal;color:#666;margin-right:20px;}

#tab28 {width:96%; margin:0 auto;height:40px;}
#tab28 li { float:left; width:50px; height:38px; line-height:38px; text-align:center; color:#333;font-size:14px; font-

weight:bold;cursor:pointer; }
#tab28 li.now { border-bottom:2px solid #FF483A;}
#tab28 span{float:right;height:38px; line-height:38px; margin-right:15px;}


.daod {
	position:relative;

}


.c-menu {
	height:40px;
	overflow:hidden;
	width:100%;
	margin-left:30px;

}

.btn {
	background:#18191a;
	color:#fff;
	margin-left:1px;
	outline:none;
	padding:8px 12px;
	border:1px solid #18191a;
}
.btn:hover,.btn:focus {
	background:#18191a;
	color:#fff;
	outline:none;
}
#left {
	position:absolute;
	top:10px;
	right:-15px;
	width:36px;cursor:pointer;
	font-size:0px;background:url(../images/r.png) no-repeat left center;border:0px;
}
#right {
	position:absolute;
	top:10px;cursor:pointer;
	left:10px;
	width:36px;
	
	font-size:0px;background:url(../images/l.png) no-repeat left center;border:0px;
}



  /*列表*/
  
 .photo-list .item .item-box .names {
	background: #fff;
	padding: 20px 5px 20px 5px;
	height: 42px;
	overflow: hidden;
	font-size: 14px;
	transition: all linear .3s;
}

.photo-list .item .item-box .names p {
	line-height: 20px;
	color: #666;
}

.info { position: relative; height: 50px; }
.info-avatar { display: inline-block; vertical-align: middle;}
.info img { width: 50px; height: 50px; border-radius: 50%;}
.info-name { display: inline-block; margin-left: 5px; font-size: 14px; color: #666; text-decoration: none; vertical-align: middle;}
info-name:hover { color: #333;}
 .view {
    position: absolute;
    right: 5px;
    top: 28px;
    padding-left: 22px;
    font-size: 14px;
    color: #999;
    background: url(../images/eye.png) 0 no-repeat;
}