html,
body {
	/* height: 100vh;
	overflow: hidden; */
}

.plr15 {
	padding: 0 60px;
}

.ygfcbanner {
	width: 100%;
	/* height: 9vh; */
	padding-top: 90px;
}

.ygfcbanner img {
	width: 100%;
	height: 9vh;
}
@media (max-width: 1024px) {
    .ygfcbanner {
        padding-top: 70px;
    }
}
/* 员工风采 */
.ygfc {
	width: 100%;
	background: url(../images/ny-ygfcbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 15px 0 50px;
}

.ygfc-title {
	width: 100%;
	height: 30px;
	background: url(../images/ygfc-titlebg.png) bottom repeat-x;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
}

.ygfc-title-name {
	font-size: 18px;
	color: red;
	font-weight: bold;
	padding-left: 20px;
	transform: scale(1.2,1);
	transform-origin: 0 0;
}

.ygfc-title-more a {
	font-size: 14px;
	color: #0a0a0a;
	font-weight: bold;
	padding-right: 20px;
}

.ygfc-con {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 5px 0;
}

.ygfc-con p {
	margin: 10px 0;
	text-align: center;
}

.ygfc-con-name {
	height: 20px;
	overflow: hidden;
}

.ygfc-con-name a {
	line-height: 20px;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.ygfc-con-img img {
	width: 60%;
	height: 13.5vh;
}

.ygfc-con-details {
	position: absolute;
	width: 60px;
	height: 24px;
	top: 50%;
	right: 50px;
	line-height: 24px;
}

.ygfc-con-details a {
	font-size: 14px;
	color: #55a6f1;
	font-weight: bold;
}

/* 员工风采列表 */
.ygfc-list {
	width: 100%;
	height: 700px;
	background: #fff;
	padding: 20px 30px;
	overflow: auto;
}

.ygfc-list-title {
	height: 54px;
	border-bottom: 2px solid #ff0000;
	display: flex;
	justify-content: space-between;
}

.ygfc-list-title-name {
	width: 288px;
	height: 54px;
	background: #ff0000;
	text-align: center;
	line-height: 54px;
	font-size: 24px;
	color: #ffe85d;
}

.ygfc-list-title-back {
	width: 100px;
	padding-top: 25px;
}

.ygfc-list-title-back a {
	font-size: 14px;
	color: #0a0a0a;
	font-weight: bold;
}

.ygfc-list-con {
	width: 100%;
	padding: 20px;
}

.ygfc-list-con li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}

.ygfc-list-con li a:hover {
	color: #ff0000;
}

/* 员工风采详情 */
.ygfc-details {
	padding-top: 20px;
}


.ygfc-details-con {
	width: 100%;
	border: 1px solid #ddd;
	padding: 30px 0;
}

.ygfc-details-con-title {
	padding: 0 20px;
	line-height: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ddd;
	text-align: center;
	font-size: 18px;
	color: #0a0a0a;
	font-weight: bold;
}

.ygfc-details-con-time {
	text-align: center;
	color: #666;
	line-height: 24px;
	padding: 10px 0;
}

.ygfc-details-con-con {
	padding: 10px;
}

.ygfc-details-con-con p {
	margin-top: 15px;
	text-indent: 2em;
	line-height: 30px;
}

@media (max-width: 768px) {

	.pl15,
	.pr15,
	.plr15 {
		padding: 0;
	}

	.ygfc-details-con {
		margin-top: 20px;
	}
	.ygfc-title-name{
		padding-left: 0;
	}
	.ygfc-title-more a{
		padding-right: 0;
	}
}

@media (max-width: 1440px) {

	.ygfc-con-details {
		position: absolute;
		top: 50%;
		right: 20px;
	}
}

@media (max-width: 500px) {
	.ygfc-con {
		padding-bottom: 24px;
	}

	.ygfc-con-details {
		position: absolute;
		bottom: 0;
		top: auto;
	}

	.ygfc-list-con {
		width: 100%;
		padding: 20px 0;
	}

}