.page {	
	padding: 10px 20px 20px;
	background: #f2f2f2;
}


.page .page-inner {
	width: 1600px;
	margin: 0 auto;
}

.page .page-inner .tab {
	margin: 20px 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: 1560px;
	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: 1600px;
	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-cat {
	position: absolute;
	left: 10px;
	top: 10px;
	display: inline-block;
	font-size: 12px;
	z-index: 11;
	background: rgba(255,255,255,.7);
	color: #f00;
	padding: 1px 6px 2px;
	border-radius: 2px;
}


.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;
}





 /*banner*/
.banner {
    margin-top: -70px;
	color: #fff;
    text-align: center;
    height: 500px;
    background-color: #333;
  
    background-image: url(../image/banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner .container {
	position: relative;
    margin: 0 auto;
	top: calc(60% + 20px);
	transform: translateY(-50%);
	z-index: 10;
}

.banner h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
}

.banner p {
	font-size: 16px;
}

.banner .search-form,.banner-archive .search-form {
	margin: 30px auto 0;
	box-sizing: content-box;
	position: relative;
}
.banner-archive .category-search-form {
	margin-top: 15px;
	margin-bottom: 5px;
}

.banner .search-form .site-search-form,.banner-archive .search-form .site-search-form {
	display: inline-block;
	position: relative;
	max-width: 650px;
}
.banner .search-form .search-input,.banner-archive .search-form .search-input {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	display: block;
	font-family: "Microsoft YaHei";
	text-indent: 20px;
	border: none;
	width: 650px;
	border-radius: 10px;
	color: #333;
}
.banner .search-form .search-btn,.banner-archive .search-form .search-btn {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 16px;
	border: none;
	display: inline-block;
	cursor: pointer;
	background: 0 0;
}

.banner .search-form .search-btn .el-icon-search,.banner-archive .search-form .search-btn .el-icon-search i {
	font-size: 28px;
	top: 1px;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
}
