@font-face {
	font-family: FZZH;
	src: url('../font/FZZHJW.TTF');
}

@font-face {
	font-family: FZZXH;
	src: url('../font/FZZXHJW.TTF');
}

* {
	padding: 0;
	margin: 0;
	font-family: FZZXH;
}

.font-fzzxh {
	font-family: FZZXH;
}

.font-fzzh {
	font-family: FZZH;
}

.content-width {
	width: 1160px;
}

.width-660 {
	width: 660px;
}

.margin-auto {
	margin: auto;
}

.video-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.intro-content {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.center-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.width-890 {
	width: 890px;
}

.height-500 {
	height: 500px;
}

.width-380 {
	width: 380px;
}

.height-640 {
	height: 640px;
}

.height-40 {
	height: 40px;
}

.height-140 {
	height: 140px;
}

.width-270 {
	width: 270px;
}

.width-400 {
	width: 400px;
}

.width-200 {
	width: 200px;
}

.width-220 {
	width: 220px;
}

.height-200 {
	height: 200px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.font-size-17 {
	font-size: 17px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-26 {
	font-size: 26px;
}

.font-size-28 {
	font-size: 28px;
}

.font-size-23 {
	font-size: 23px;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-14 {
	font-size: 14px;
}

.position-relative {
	position: relative;
}

.position-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.width-5-percent {
	width: 5%;
}

.width-10-percent {
	width: 10%;
}

.width-15-percent {
	width: 15%;
}

.width-85-percent {
	width: 85%;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-8 {
	margin-top: 8px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-left-35 {
	margin-left: 35px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-40 {
	margin-left: 40px;
}

.color-000 {
	color: #000;
}

.color-888 {
	color: #888;
}

.color-1e {
	color: #1e1e1e;
}

.color-333 {
	color: #333;
}

.color-d72427 {
	color: #d72427;
}

.border-bottom-2-dc0000 {
	border-bottom: 2px solid #dc0000;
}

.border-bottom-1-5a5a5a {
	border-bottom: 1px solid #5a5a5a;
}

.border-left-2-dc0000 {
	border-left: 3px solid #dc0000;
}

.border-bottom-dcdcdc {
	border-bottom: 1px solid #dcdcdc;
}

.background-fff {
	background: #fff;
}

.position-underline {
	position: absolute;
	bottom: 0;
	right: 7px;
}

.padding-bottom-2 {
	padding-bottom: 2px;
}

.font-weight-normal {
	font-weight: normal;
}

.width-20 {
	width: 20px;
}

.height-20 {
	height: 16px;
}

.position-left-line {
	position: absolute;
	top: 5px;
	left: 0;
}

.position-left-content {
	position: absolute;
	top: -70px;
	left: 0;
}

.position-left-bottom-content {
	position: absolute;
	bottom: 5px;
	left: 20px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-15 {
	padding-left: 15px;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

.padding-20-0 {
	padding: 20px 0;
}

.padding-50-0 {
	padding: 50px 0;
}

.padding-top-8 {
	padding-top: 8px;
}
/*// 瓒呭嚭鐪佺暐铏�*/
.text-overflow {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.text-overflow-2 {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
}

.text-overflow-3 {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	overflow: hidden !important;
}

a {
	color: #888;
	text-decoration: none;
	cursor: pointer;
}

.page.page-disabled {
	cursor: not-allowed;
}

.btn {
	cursor: pointer;
}

@font-face {
	font-family: 'iconfont';
	src: url('../iconfont/iconfont.eot');
	src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../iconfont/iconfont.woff2') format('woff2'),
		url('../iconfont/iconfont.woff') format('woff'),
		url('../iconfont/iconfont.ttf') format('truetype'),
		url('../iconfont/iconfont.svg#iconfont') format('svg');
}

.like-share {
	height: 50px;
	line-height: 50px;
}

.like-share>span {
	vertical-align: top;
}

.like-share>span>i {
	cursor: pointer;
}

.like-share>span.like {
	margin-right: 10px;
}

.like-share>span.like>i {
	margin-left: 10px;
}

.like-share>span.share>i {
	margin-left: 10px;
}

.like-float {
	display: inline-block;
	width: 60px;
}

.like-share>i {
	margin-right: 10px;
	cursor: pointer;
}

.font-size-32 {
	font-size: 32px;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	color: #D1D1D1;
	line-height: 50px;
	height: 50px;
}

.color-red {
	color: #FF3030;
}

.color-orange {
	color: #FF7F00;
}

.color-green {
	color: #32CD32;
}

.change-language {
	cursor: pointer;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
	float: none !important;
	font-size: 40px !important;
	padding-left: 0 !important;
	line-height: 40px !important;
	height: 40px !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	cursor: pointer !important;
	margin: 0 !important;
	color: #32CD32 !important;
}

.bdshare-button-style0-16 a:hover {
	color: #32CD32 !important;
	opacity: 1 !important;
}

#nav>div.active>div>a, #nav>div.active>div {
	color: #323232;
	font-weight: 600;
	font-family: FZZH;
}

#nav>div.active>div>div a {
	color: #888;
	font-weight: 400;
}

#nav>div.active>div>div a.active {
	color: #333;
	font-weight: 600;
	font-family: FZZH;
}

#nav>div.active>div.nav-underline {
	background: #dc0000;
	height: 2px;
	width: 17px;
	float: right;
	margin-right: 9px;
	border-bottom: none;
	margin-top: 2px;
}

#nav {
	height: 504px;
}

.newsItem:last-child {
	border-bottom: none;
}

#home-news>div:first-child {
	margin-bottom: 10px;
}

#home-news>div.home-news-top-20>div:first-child {
	padding-top: 2px;
	box-sizing: border-box;
}

#home-news>div.home-news-top-20>div:last-child {
	padding-top: 4px;
	box-sizing: border-box;
}

.color-323232 {
	color: #323232;
}

.bg-paintings {
	background: url("../img/bg-paintings.png");
	position: absolute;
	width: 143px;
	height: 219px;
	right: 0;
	bottom: 0;
}

.width-460 {
	width: 460px;
}
.drawingSupernatant{
	width: 66%;
	text-align: left;
	z-index: 2;
}
#profile p{
	min-height:28px;
	line-height: 28px;
}
#detail-content p{
	margin: 20px 0;
}
#detail-content p:first-child{
	margin: 0;
}
#detail-content .news_img_cont{
	font-size: 12px;
}
.font-size-18{
	font-size: 18px;
}
body{
	background: #f8f8f8;
}
/* @media ( max-width : 1400px) {
	body {
		padding-left: 20px;
	}
	.content-width {
		width: 1000px
	}
	.width-890 {
		width: 740px;
	}
	.width-380 {
		width: 320px;
	}
	.height-640 {
		height: 530px;
	}
	.height-500 {
		height: 416px;
	}
	.width-460 {
		width: 370px;
	}
} */