/* 面包屑 */
.programa-crumb {
	width: 1600px;
	margin: 0 auto;
	clear: both;
	margin: 16px auto 10px;
}

.programa-crumb .crumb {
	margin-left: 10px;
}

.programa-crumb .crumb em {
	padding: 0 4px;
	font-family: SimSun;
}

.programa-crumb .crumb a:hover {
	color: #cc0000;
}

.programa-crumb .crumb span {
	color: #444444;
}

.programa-crumb .crumb a {
	color: #0B3B8C;
	font-size: 16px;
}

.programa-crumb .crumb a:hover {
	color: #c00;
}

.ov {
	overflow: hidden;
	_zoom: 1;
}

.res-wrap {
	margin-bottom: 60px;
}

.res-list {
	margin-top: 35px;
}

.res-item {
	float: left;
	position: relative;
	width: 23.928%;
	padding-top: 14.285%;
	height: 64px;
	margin: 0 1.428% 2.142% 0;
	background: #FFFFFF;
	box-shadow: 0px 3px 15px 0px rgba(34, 87, 179, 0.1);
	border-radius: 6px;
}

.res-item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 64px;
}

.res-item:nth-child(4n) {
	margin-right: 0;
}

.res-item-img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.res-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.res-item-info {
	width: 100%;
	height: 64px;
	padding: 10px 15px 0;
	box-sizing: border-box;
	position: relative;
}

.res-item-title {
	font-size: 16px;
	color: #3D404B;
	line-height: 22px;
}

.res-item-title i {
	margin-right: 5px;
	background: linear-gradient(225deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.res-item-title em {
	display: inline-block;
	width: 38px;
	height: 14px;
	background: #15CC8F;
	border-radius: 6px;
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
	margin-left: 5px;
	vertical-align: 1px;
}

.res-item-title span {
	position: absolute;
	left: 35px;
	right: 58px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
}

.res-item-desc {
	padding-right: 40px;
	font-size: 13px;
	color: #9598A9;
	line-height: 18px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.res-item-collect {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 35px;
	height: 35px;
	background: linear-gradient(270deg, #F0F3FF 0%, #E8F5FF 50%, #EDF9FF 100%);
	text-align: center;
	line-height: 35px;
	color: #39AEFF;
	border-radius: 50%;
	cursor: pointer;
	padding-left: 1px;
	box-sizing: border-box;
}

.res-item-collect i {
	font-size: 20px;
}

.res-item-collect i.sti-yishoucangKS {
	color: #FFCC00;
}

.res-item-cover {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(57, 174, 255, 0.7) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: .3s;
}

.res-item a:hover .res-item-cover {
	bottom: 0;
}

.res-item-cover-title {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	padding: 0 30px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.res-item-cover-desc {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	margin-top: 3px;
}

.res-item-cover-btn {
	width: 110px;
	height: 28px;
	margin: 10px auto 0;
	background: #FFFFFF;
	border-radius: 15px;
	text-align: center;
	font-size: 14px;
	color: #39AEFF;
	line-height: 28px;
}




/*摄影师*/
.sys-list {
	display: flex;
	flex-wrap: wrap;
}

/*摄影师展示页*/

.sys-header {
	    background-color: #55baea;
	    color: white;
	    text-align: center;
	    padding:120px 0 20px;
		min-width: 1600px;
	}
	
#avatar {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 10px;
	transition: transform 0.3s ease; /* 添加过渡效果 */
}
#avatar:hover {
    transform: scale(1.1); /* 鼠标悬停时放大1.1倍 */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* 添加阴影效果 */
}
#about-me {
	padding: 20px;
	background-color: white;
	margin: 20px;
}
#about-me h2{
	margin-bottom: 20px;
}
#about-me p{
	text-indent: 2em;
	line-height: 32px;
	margin-bottom: 20px;
}
#about-me img{
	width: 100%;
	max-width: 1200px;
}
#portfolio {
	gap: 20px;
	padding: 20px;
	background-color: white;
	margin: 20px;
}
#portfolio h2{
	text-align: center;
	padding: 20px 0;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
}
.sys-item {
	float: left;
	position: relative;
	width: 23.928%;
	padding-top: 14.285%;
	height: 45px;
	margin: 0 1.428% 2.142% 0;
	background: #FFFFFF;
	box-shadow: 0px 3px 15px 0px rgba(34, 87, 179, 0.1);
	border-radius: 6px;
}

.sys-item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 45px;
}

.sys-item:nth-child(4n) {
	margin-right: 0;
}

.sys-item-img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.sys-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sys-item-info {
	width: 100%;
	height: 45px;
	padding: 10px 15px 0;
	box-sizing: border-box;
	position: relative;
}

.sys-item-title {
	font-size: 16px;
	color: #3D404B;
	line-height: 22px;
}
.sys-item-title span {
	position: absolute;
	left: 35px;
	right: 58px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
}
.sys-item a:hover .res-item-cover {
	bottom: 0;
}

/*分页*/
.page-box {
	margin: 20px 0 20px 10px;
}

.page-box .page a,
.page-box .page span {
	padding: 2px 7px;
	margin: 0 4px;
	font-size: 12px;
}

.page-box .page ._now {
	background-color: #2266bb;
	color: #ffffff;
	border-color: #2266bb;
}

.page-box .page li {
	float: left;
}

.page-box .page a {
	border: 1px solid #cccccc;
	float: left;
	_display: inline;
}

.page-box .page a:hover {
	background-color: #2266bb;
	color: #ffffff;
	border-color: #2266bb;
}

.page-box .page .disable,
.page-box .page .disable:hover {
	color: #cccccc;
	background-color: #FFF;
	border: 1px solid #cccccc;
}

.page-box .page .now {
	background-color: #2266bb;
	color: #ffffff;
	border-color: #2266bb;
}