@charset "utf-8";
/* CSS Document */

	#NewsTitle{
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		padding-bottom: 10px;
		padding-top: 50px;		
	}
	#NewsDate{
		padding-bottom: 20px;
	}
	#NewsBack{
		width: 100%;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#Content{
		padding: 10px;
		box-shadow: border;
	}
	
	#NewsCover{
		width: 100%;
		padding-bottom: 30px;
	}
	#NewsCover img{
		max-width: 100%;
	}
	#Content img{
		max-width: 100%;
	}
	.BtnBack {
		box-shadow:inset 0px 1px 0px 0px #fff6af;
		background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
		background-color:#ffec64;
		border-radius:6px;
		border:1px solid #ffaa22;
		display:flex;
		justify-content: center;
		align-items: center;
		cursor:pointer;
		color:#666;
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
		padding:6px 12px;
		text-decoration:none;
	}
	.BtnBack:hover {
		background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
		background-color:#ffab23;
		text-decoration:none;
	}
	.BtnBack:active {
		position:relative;
		top:1px;
	}
	@media only screen and (max-width: 992px)	{
		#NewsTitle{
			padding-top: 10px;	

		}
	}
      