.page {
	margin-top: 60px;
	padding: 0 24px 30px;
	background: #f2f2f2;
}

.page .page-inner {
	width: 1400px;
	margin: 0 auto;
}

.page .page-inner .tab {
	margin: 0px 0 20px;
}

.page .page-inner .tab span {
	display: inline-block;
	letter-spacing: 2px;
	font-size: 24px;
}

.page .page-inner .tab label {
	display: inline-block;
	padding: 0 12px;
	margin: 0 8px;
	line-height: 32px;
	border-radius: 6px;
	background: #fff;
	letter-spacing: 2px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}

.page .page-inner .tab label.active {
	background: #007bfd;
	color: #fff;
}

.page .page-inner .tab label a {
	color: #999;
}

.page .page-inner .tab label.active a {
	color: #fff;
}

.page .flink {
	margin-bottom: 20px;
	width: 1360px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}

.page .flink .c-title {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding-bottom: .5em;
	margin-top: -.5em;
	position: relative
}

.page .flink .c-title:after {
	content: "";
	background-color: #0084ff;
	left: 1px;
	width: 34px;
	height: 2px;
	bottom: -1px;
	position: absolute;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.page .flink .rule {
	font-size: 14px;
	font-weight: 400;
	padding-left: 2em;
	color: #999
}

.page .flink .f-list {
	padding: 10px 0 20px;
	line-height: 25px;
	font-size: 14px;
}

.page .flink .f-list a {
	margin-right: 20px;
	color: #19a3ad;
	text-decoration: none;
}

.page .page-inner .bottom-btn {
	margin: 30px auto;
	background: #007bfd;
	width: 175px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.page .page-inner .bottom-btn a {
	color: #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 !important;
}

 /*列表*/
  
 .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;
}