.news-detail--desktop {
	padding-top: 85px;
	background: #fff;
}

.news-detail--desktop .news-detail__banner {
	margin: 0;
	line-height: 0;
}

.news-detail--desktop .news-detail__banner img {
	display: block;
	width: 100%;
	height: auto;
}

.news-detail--desktop .con_content {
	width: min(1280px, calc(100% - 80px));
	margin: 60px auto 0;
	color: #434343;
}

.news-detail--desktop .con_title {
	margin: 0;
	color: #434343;
	font-size: 27px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}

.news-detail--desktop .con_mark {
	margin-top: 20px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
	color: #434343;
	font-size: 16px;
	line-height: normal;
	text-align: center;
}

.news-detail--desktop .con_html {
	box-sizing: border-box;
	margin-top: 50px;
	padding: 0 130px;
	color: #434343;
	font-size: 16px;
	line-height: 30px;
}

.news-detail--desktop .con_html p {
	margin: 0 0 30px;
	text-align: justify;
	text-indent: 2em;
}

.news-detail--desktop .con_html h2 {
	margin: 42px 0 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

.news-detail--desktop .con_html figure {
	margin: 30px auto;
	text-align: center;
}

.news-detail--desktop .con_html p:has(img) {
	text-indent: unset;
}

.news-detail--desktop .con_html img {
	display: block;
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
}

.news-detail--desktop .con_html figure {
	width: 100% !important;
}

.news-detail--desktop .con_html figure figcaption {
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	max-width: 93%;
	margin-left: auto;
    margin-right: auto;
}

.news-detail--desktop .news_link {
	height: 110px;
	margin: 35px 0 0;
	color: #373737;
	font-size: 16px;
}

.news-detail--desktop .news_link .txt {
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 70px;
	background: #f7f7f7;
	color: inherit;
	line-height: 70px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.news-detail--desktop .news_link .txt:hover {
	background-color: #2fc7a0;
	color: #fff;
}

.news-detail--desktop .news_link .txt.left {
	float: left;
}

.news-detail--desktop .news_link .txt.right {
	position: relative;
	float: right;
}

.news-detail--desktop .news_link .txt span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-detail--desktop .news_link .txt.left span {
	float: left;
	width: 530px;
	margin: 0 0 0 26px;
}

.news-detail--desktop .news_link .txt.right span {
	float: right;
	width: 530px;
	margin: 0 92px 0 0;
	text-align: right;
}

.news-detail--desktop .news_link .ico {
	display: block;
	width: 42px;
	height: 22px;
	border: 0;
	background: url('../images/news-prev.png') no-repeat center;
	background-size: 42px;
	transform: none;
}

.news-detail--desktop .news_link .left .ico {
	float: left;
	margin: 24px 0 0 24px;
}

.news-detail--desktop .news_link .right .ico {
	position: absolute;
	top: 24px;
	right: 24px;
	margin: 0;
	background-image: url('../images/news-next.png');
}

.news-detail--desktop .news_link .txt.left:hover .ico {
	background-image: url('../images/news-prev-hover.png');
}

.news-detail--desktop .news_link .txt.right:hover .ico {
	background-image: url('../images/news-next-hover.png');
}

.news-detail--desktop .news_line {
	height: 1px;
	background: #eee;
}
