.container>.header-top1{
		height: 150px;
		background: url(../img/top-1.png);
	}
	.main3>.main3-left{
		padding-bottom: 100px;
	}
	.main3>.main3-right>h3{
		font-family: "Noto Sans SC";
		color: #BD9369;
		/* font-weight: bold; */
	}
	.main3>.main3-right{
		background-color: #F4E8DC;
	}
	.main3>.main3-left>h3{
		font-family: "Noto Sans SC";
		color: #797878;
		margin-bottom: 30px;
	}
	.main3>.main3-right>.itme-rt{
		cursor: pointer;
	}
	.main3>.main3-right>.itme-rt>h3{
		color: #888;
		font-weight: normal;
		/* font-weight: 600; */
		font-weight: 500;
	}
	.main3>.main3-right>.itme-rt:hover>h3{
		color: #BD9369;
	}
	.main3>.main3-right>.itme-rt>.date{
		color: #BD9369;
		font-family: "Arial";
	}
	.main3>.main3-right>.itme-rt>.text{
		font-family: "Noto Sans SC";
		color: #797878;
	}
	.container>.main3>.main3-right>.drop{
		/* transform: translate(0,100px); */
		transform: translate(0,30px);
	}
	.main3>.main3-right>p{
		color: #BD9369;
		border-bottom: 1px solid #d6c6b6;
		line-height: 28px;
		height: 35px;
	}
	.main3>.main3-left>p{
		line-height: 26px;
	}
	.header-top1{
		position: relative;
	}
	.header-top1>.nav{
		width: 100%;
		height: 54px;
		background: rgba(70, 77, 88, 0.8);
		display: none;
	}
@media only screen and (max-width: 1500px) {

	.header-top1>.nav>.top{
		width: 1120px;
		height: 54px;
		margin: auto;
		top: 0;
		display: none;
		z-index: 9999;
	}
}
@media only screen and (min-width: 1500px) {

	.header-top1>.nav>.top{
		width: 1364px;
		height: 54px;
		margin: auto;
		top: 0;
		display: none;
		z-index: 9999;
	}
}
	.header-top1>.nav>.top>.middle{
		float: right;
	}
	.header-top1>.nav>.top>.middle>a{
		color: #F3DFCB;
		font-size: 14px;
		line-height: 54px;
		margin-right: 24px;
	}
	.container>.header-top1>.top>.middle{
		width: 1120px;
		margin: auto;
		display: none;
	}
	.bdsharebuttonbox>.ospan1{
		float: left;
		font-size: 14px;
		color: #474A50;
		margin-top: 3px;
	}
