.main-news-container{
	background-image: url("../images/main_news_background.jpg");
	width:1920px;
	height:680px;
}
.news-body-container{
	width:1440px;
	height:1040px;
	margin:0 auto;
	margin-top:870px;
	display: flex;
	flex-direction:row;
	gap:10px;
}
.news-body-left{
	width:400px;
	height:1000px;
	position: relative;
}
.download-wechat{
	background-image: url("../images/download_wechat_background.png");
	width:380px;
	height:448px;
	text-align: center;
	position: relative;
}
.download-device-btn{
	width:380px;
	margin:0 auto;
	margin-top:20px;
	cursor: pointer;
}


.download-wechat-title{
	color:#fff;
	height:40px;
	width:100%;
	padding-top:50px;
	font-weight: 600;
	font-size:32px;
	text-align: center;
}
.download-wechat-image{
	margin-top:18px;
	margin-left:-4px;
	width:319px;
	border-radius: 5px;
	height:auto;
}

.download-device{
	margin-top:20px;
	background-image: url("../images/download_wechat_background.jpg");
	width:380px;
	height:448px;
}

.news-body-right{
	background-image: url("../images/news_list_background.jpg");
	width:998px;
	height:998px;
}

.news-title-container{
	width:780px;
	height:80px;
	padding:5px;
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
}
.news-title-menu{
	flex:1;
	padding-left:15px;
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
}
.news-title-column{
	border:1px solid ray;
	width:134px;
	height:46px;
	text-align: center;
	color:#f3e1bc;
	font-size:28px;
	line-height: 46px;
	cursor: pointer;
}
.news-title-column:hover{
	background-image: url("../images/main_news_title_menu_selected.png");
	background-repeat: no-repeat;
	color:#393023;
}
.news-title-column.selected{
	background-image: url("../images/main_news_title_menu_selected.png");
	background-repeat: no-repeat;
	color:#393023;
}

.news-list{
	width:920px;
	height:620px;
	padding:20px;
	margin-top:10px;
	margin-left:10px;
}

.news-list.hide{
	display: none;
}

.news-column{
	margin:0 auto;
	width:920px;
	height:55px;
	border-bottom: 2px solid #3a3532;
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	font-size:20px;
}
.news-column-link{
	flex:1;
	color:#efddb9;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-column-link a{
	color:#efddb9;
	text-decoration: none;
}
.news-column-link a:hover{
	text-decoration: underline;
}
.news-column-date{
	width:120px;
	color:#efddb9;
	text-align: right;
}
.news-column.clean{
	border:none;
}

.news-pagination{
	margin-top:50px;
	padding:10px 20px;
	text-align: center;
}

.pagination-demo{
	margin:0 auto;
	width:600px;
	color:#efddb9;
	font-size:18px;
	
}

.pagination-demo a{
	color:#efddb9;
	text-decoration: none;
	margin-right:10px;
	margin-bottom:10px;
}
.pagination-demo a:hover{
	color:#efddb9;
	text-decoration: underline;
}

.footer-fixed{
	margin-top:0px;
}

.pagination{
	width:100%;
}
.pagination-add{
	margin:0 auto;
	width:400px;
	display: flex;
	justify-content: space-between;
}
.go-home-btn{
	margin:0 auto;
	background-image: url("../images/go_home_btn.png");
	width:185px;
	height: 43px;
	color:#2a1e06;
	font-size:22px;
	text-align: center;
	padding-top:10px;
	cursor: pointer;
}

.news-title-info{
	margin: 0 auto;
	width:998px;
	height:80px;
	color:#f3e1bc;
	font-size:28px;
	line-height: 80px;
	text-align: center;
}

.news-detail{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	width:900px;
	color:#f3d687;
	font-size:16px;
	overflow-y: auto;
	overflow-x: hidden;
	height:700px;
}