body::-webkit-scrollbar{
	display: none;
}
html,
body {
	margin: 0;
	padding: 0;
}

:root {
	--page-width: 0.520833;
}

.content{
	width: calc(720px * var(--page-width));
	height: calc(1620px * var(--page-width));
	position: absolute;
}
.BG{
	width: calc(720px * var(--page-width));
	height: calc(1620px * var(--page-width));
	position: absolute;
}
.back{
	width: calc(66px * var(--page-width));
	height: calc(66px * var(--page-width));
	position: absolute;
	left: calc(57px * var(--page-width));
	top: calc(23px * var(--page-width));
}
.topmenu{
	width: calc(720px * var(--page-width));
	height: calc(69px * var(--page-width));
	position: absolute;
	left: calc(0px * var(--page-width));
	top: calc(110px * var(--page-width));
}
.newstype{
	width: calc(720px * var(--page-width));
	height: calc(69px * var(--page-width));
	position: absolute;
	left: calc(0px * var(--page-width));
	top: calc(110px * var(--page-width));
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.newstype li{
	width: 25%;
	height: calc(69px * var(--page-width));
	
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: calc(28px * var(--page-width));
	color: #493F32;
	line-height: calc(69px * var(--page-width));
	text-align: center;
}
.newstype .active{
	color: #997D41;
}

.newsList{
	width: calc(720px * var(--page-width));
	height: auto;
	position: absolute;
	left: calc(0px * var(--page-width));
	top: calc(240px * var(--page-width));
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.newsList li{
	width: calc(635px * var(--page-width));
	height: calc(140px * var(--page-width));
	border-bottom: 1px solid #a99372;
}
.newsList li .type{
	display: inline-block;
	width: calc(77px * var(--page-width));
	height: calc(31px * var(--page-width));
	position: relative;
	left: calc(6px * var(--page-width));
	top: calc(40px * var(--page-width));
	
	text-align: center;
	line-height: calc(31px * var(--page-width));
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: calc(22px * var(--page-width));
	color: #403928;
	
	background-image: url("../../upload/img/typebg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.newsList li .title{
	display: inline-block;
	width: calc(479px * var(--page-width));
	height: calc(28px * var(--page-width));
	position: relative;
	left: calc(51px * var(--page-width));
	top: calc(40px * var(--page-width));
	white-space: nowrap;
	overflow: hidden;  
	text-overflow: ellipsis;
	
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: calc(28px * var(--page-width));
	color: #4F4838;
	line-height: calc(28px * var(--page-width));
}
.newsList li .time{
	display: inline-block;
	width: calc(200	px * var(--page-width));
	height: calc(20px * var(--page-width));
	position: relative;
	left: calc(138px * var(--page-width));
	top: calc(43px * var(--page-width));
	
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: calc(20px * var(--page-width));
	color: #996D31;
	line-height: calc(20px * var(--page-width));
}