﻿.lf-detail-wrap {
	min-width: 1320px;
	background-color: #f9faff;
}
.lf-detail-wrap .container {
	max-width: 1272px;
	margin: 0 auto;
}
.lf-detail-wrap .container .py-30 {
	padding: 30px 0;
}
.lf-detail-wrap .container .flex {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.breadcrumb-wrap {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 20px 0;
}
.breadcrumb-wrap .item {
	color: #333333;
	font-size: 14px;
}
.breadcrumb-wrap a.item:hover {
	color: #6358ed;
}
.breadcrumb-wrap span {
	padding: 0 10px;
}

.information-wrap {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	background-color: #fff;
}

.information-wrap-left {
	position: relative;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	min-width: 0;
}

.information-wrap .information-wrap-left {
	padding: 56px 60px 30px 50px;
}
.information-wrap .information-wrap-left::before {
	content: "";
	position: absolute;
	top: 65px;
	right: 0;
	width: 1px;
	height: -webkit-calc(100% - 95px);
	height: -moz-calc(100% - 95px);
	height: calc(100% - 95px);
	background: #cccccc;
}

.information-detail .title {
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	color: #31375a;
	text-align: center;
}
.information-detail .essa-detail-info {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	padding-bottom: 30px;
	color: #aaaaaa;
	font-size: 14px;
}
.information-detail .essa-detail-info .author {
	padding-left: 6px;
	color: #2f54eb;
}
.information-detail .essa-detail-info .author:hover {
	text-decoration: underline;
}
.information-detail .essa-detail-info .time {
	margin: 0 16px 0 26px;
}
.information-detail .essa-detail-info .label {
	display: inline-block;
	color: #aaaaaa;
	padding: 2px 10px;
	margin-right: 10px;
	border: 1px solid #6358ed;
}
.information-detail .essa-detail-info .label:hover {
	color: #6358ed;
}
.information-detail .cont {
	font-size: 16px;
	line-height: 36px;
	min-height: 300px;
}
.information-detail .cont p {
	line-height: 1.6;
	padding-top: 1.4em;
	font-size: 15px;
}
.information-detail .cont a {
	color: #2f54eb;
}
.information-detail .cont img {
	max-width: 96%;
}

.information-wrap-right {
	width: 312px !important;
	padding: 65px 20px 0 20px;
}

.related-wrap-right {
	width: 312px !important;
	padding: 0 20px 0 20px;
}

.footer-poster-wrap {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.footer-poster-wrap .footer-poster {
	width: 100%;
	margin: 40px 0 20px;
}

.essa-detail-provenance {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	height: 45px;
	color: #7f7f7f;
	font-size: 16px;
}
.essa-detail-provenance a {
	color: #2f54eb;
}

.essa-detail-paging-wrap {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	margin: 30px 0 20px;
}
.essa-detail-paging-wrap .essa-detail-paging-box {
	margin-right: 20px;
}
.essa-detail-paging-wrap .essa-detail-paging {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	border-radius: 8px;
	font-size: 13px;
	color: #6358ed;
	border: 1px solid #6358ed;
	font-size: 13px;
}
.essa-detail-paging-wrap .essa-detail-paging:hover {
	color: #ffffff;
	background-color: #6358ed;
}
.essa-detail-paging-wrap .essa-detail-paging div.end {
	-webkit-justify-content: end;
	-moz-box-pack: end;
	justify-content: end;
}
.essa-detail-paging-wrap .essa-detail-paging span {
	display: block;
	height: 44px;
	line-height: 22px;
	-o-text-overflow: -o-ellipsis-lastline;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recommend-information-wrap {
	margin-bottom: 20px;
	background: #ffffff;
	border-radius: 10px;
}

.recommend-information-title {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	color: #31375a;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.recommend-information-title img {
	margin-right: 10px;
}

.recommend-information-link {
	display: inline-block;
	width: 100%;
	height: auto;
}

.recommend-information-cover {
	width: 80%;
	margin-bottom: 50px;
	border-radius: 10px;
}

.recommend-information-item-wrap {
	line-height: 28px;
	margin-bottom: 0;
}
.recommend-information-item-wrap .item .text {
	position: relative;
	line-height: 18px;
	padding-left: 40px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 14px;
}
.recommend-information-item-wrap .item .text:hover {
	color: #6358ed;
}
.recommend-information-item-wrap .item .text::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 20px;
	width: 6px;
	height: 6px;
}

.recommend-information-label-wrap {
	padding-left: 40px;
}
.recommend-information-label-wrap .label {
	display: inline-block;
	padding: 2px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #6358ed;
	color: #aaaaaa;
}
.recommend-information-label-wrap .label:hover {
	color: #6358ed;
}

.related-wrap {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 35px;
}

.related-title {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	padding: 0 46px 30px;
	color: #31375a;
	font-size: 20px;
}
.related-title img {
	margin-right: 6px;
}

.essay-list-wrap-y {
	padding: 0 46px;
	margin-bottom: 56px;
	border: none;
}
.essay-list-wrap-y .essay-list-y {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}
.essay-list-wrap-y .essay-list-y-cover {
	width: 200px;
	height: 120px;
}
.essay-list-wrap-y .essay-list-y-cover-wrap {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 200px;
	height: 120px;
	background: #6358ed;
}
.essay-list-wrap-y .essay-list-y-cover-wrap .info {
	width: 70%;
	padding: 10px;
	color: #ffffff;
	border-radius: 6px;
	text-align: center;
	font-size: 10px;
}
.essay-list-wrap-y .essay-list-y-cover-wrap .info .title {
	color: #ffffff;
	margin-bottom: 24px;
	font-size: 19px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.essay-list-wrap-y .essay-list-y-cover-wrap .info p {
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.essay-list-wrap-y .essay-list-y-info-wrap {
	width: -webkit-calc(100% - 230px);
	width: -moz-calc(100% - 230px);
	width: calc(100% - 230px);
	height: 120px;
	line-height: 1;
	font-size: 14px;
}
.essay-list-wrap-y .essay-list-y-info-wrap .name {
	color: #31375a;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
}
.essay-list-wrap-y .essay-list-y-info-wrap a:hover .name {
	color: #6358ed;
}
.essay-list-wrap-y .essay-list-y-info-wrap a:hover .introduce {
	text-decoration: underline;
}
.essay-list-wrap-y .essay-list-y-info-wrap .introduce {
	height: 40px;
	line-height: 20px;
	margin: 15px 0;
	color: #707070;
	font-size: 14px;
	-o-text-overflow: -o-ellipsis-lastline;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.essay-list-wrap-y .essay-list-y-info-wrap .label {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	padding-top: 10px;
	margin-top: 10px;
	color: #aaaaaa;
	border-top: 1px solid #e1e1e1;
}
.essay-list-wrap-y .essay-list-y-info-wrap .label .author {
	color: #6358ed;
}
.essay-list-wrap-y .essay-list-y-info-wrap .label .author:hover {
	text-decoration: underline;
}
.essay-list-wrap-y .essay-list-y-info-wrap .label .time {
	padding: 0 10px;
}
.essay-list-wrap-y .essay-list-y-info-wrap .label-list {
	display: inline-block;
	max-width: 80px;
	height: 18px;
	line-height: 20px;
	color: #aaaaaa;
	padding: 0 10px;
	margin-right: 10px;
	border: 1px solid #6358ed;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.essay-list-wrap-y .essay-list-y-info-wrap .label-list:hover {
	color: #6358ed;
}
