@charset "utf-8";


/***************************************************************************
*
* NEWS DETAIL STYLE
*
***************************************************************************/
#content {
	margin-top: 149px;
}
/*.areaNews*/
.areaNews {
	position: relative;
	padding-bottom: 83px;
}
.areaNews .titleEn {
	font-size: 36px;
	color: #AD7B09;
	text-align: center;
}
.areaNews .newsWrap {
	margin-top: 89px;
}
.areaNews .newsWrap .newsContent {
	position: relative;
	margin-top: 14px;
}
.areaNews .newsWrap .newsContent .siderBar {
	position: absolute;
	width: 260px;
	top: 1px;
	left: -320px;
	border: 1px solid #AD7B09;
	text-align: center;
	padding: 48px 44px;
	overflow-y: auto;
}

.areaNews .newsWrap .date-cate {
	text-align: left;
	margin-left: 15px;
}
.areaNews .newsWrap .date-cate span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.areaNews .newsWrap .date-cate span.date {
	font-size: 18px;
	color: #2C2C2C;
}
.areaNews .newsWrap .date-cate span.cate {
	margin-top: -2px;
}
.areaNews .newsWrap .date-cate span.cate a {
	display: block;
	font-size: 13px;
	color: #D8B870;
	border: 1px solid #D8B870;
	padding: 1px 8px 2px;
}


.areaNews .newsWrap .newsContent .siderBar {
	position: absolute;
	width: 260px;
	top: 1px;
	left: -320px;
	border: 1px solid #AD7B09;
	text-align: center;
	padding: 48px 44px;
	overflow-y: auto;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem {
	padding-bottom: 43px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem + .siderItem {
	padding-top: 31px;
	border-top: 1px solid #AD7B09;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemName {
	font-size: 20px;
	color: #AD7B09;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .filter {
	color: #D8B870;
	margin-top: 10px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemList {
	width: 124px;
	margin: 15px auto 0;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li + li {
	margin-top: 10px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li a {
	display: block;
	font-size: 13px;
	color: #D8B870;
	border: 1px solid #D8B870;
	padding: 1px 0 2px;
}
.MacOS .areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate a, 
.MacOS .areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li a {
    padding: 3px 0 0;
}
.MacOS .areaNews .newsWrap .date-cate span.cate a {
	padding: 3px 8px 0;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemDate {
	margin-top: 2px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemDate li a {
	display: inline-block;
	color: #D8B870;
	border-bottom: 1px solid #D8B870;
	padding: 0 6px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemDate li a:hover {
	border-bottom: transparent;
}


.areaNews .newsWrap .newsContent .newsList {
	border-top: 1px solid #AD7B09;
}
.areaNews .newsWrap .newsContent .newsList .content {
	padding: 83px 10px;
}
.areaNews .newsWrap .newsContent .newsList .content p {
	/*float: left;*/
	font-size: 18px;
	line-height: 1.45;
} 
.areaNews .newsWrap .newsContent .newsList .content p.subField {
	float: left;
	width: calc(100% - 450px);
}
.areaNews .newsWrap .newsContent .newsList .content .thumnail {
    float: right;
    width: 401px;
    margin-top: 7px;
    margin-right: 34px;
}
.areaNews .newsWrap .newsContent .newsList .content .wrap {
	margin-bottom: 36px;
}
.areaNews .newsWrap .newsContent .newsList .content p.sub-2 {
	margin-top: 36px;
	padding-right: 24px;
}
.areaNews .newsWrap .backList {
	text-align: left;
}
.areaNews .newsWrap .backList a {
	font-size: 18px;
	color: #D8B870;
}
.areaNews .newsWrap .backList a:hover {
	text-decoration: underline;
}

/*BREAKPOINT*/
@media (max-width: 1663px) and (min-width: 769px) {
	.areaNews .newsWrap .newsContent {
		overflow: hidden;
	}
	.areaNews .newsWrap .newsContent .siderBar {
		float: left;
		position: static;
	}
	.areaNews .newsWrap .newsContent .newsList {
		float: right;
		width: calc(100% - 300px);
	}

}

@media all and (-ms-high-contrast:none) {
	.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate a,
	.areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li a {
		padding: 3px 0 0;
	}
}

/*SP STYLE*/
@media (max-width: 768px) {
	.areaNews {
	    padding-bottom: 54px;
	}
	.areaNews .newsWrap .newsContent .newsList .content {
	    padding: 30px 10px;
	}
	.areaNews .newsWrap .newsContent .siderBar {
	    position: static;
	    width: 100%;
	    padding: 48px 44px;
	}
	.areaNews .newsWrap .newsContent .siderBar {
   		margin-top: 53px;
	    padding: 48px 44px 10px;
	}
	.areaNews .newsWrap {
		margin-top: 79px;
	}
	.areaNews .newsWrap .newsContent .newsList .content {
		padding-bottom: 0;
	}
}