.news_detail
{
	background-color: #eee;
    padding: 20px 30%;
    border-radius: 8px;
	display:flex;
}
.login_form
{
  align-items: center;
}
.form
{
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.form input
{
	margin:10px 0px;
	font-size: 20px;
}
.news_bigtitle
{
	font-size: 36px;
	padding:24px 0px;
}

.news_nothing
{
	background-color: #eee;
    padding: 20px 30% !important;
    border-radius: 8px;
}

.news_div
{
	#background-color: #eee;
	#border-radius: 8px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 40px;
	width: 80%;
    box-shadow: 5px 5px 15px 1px;
border-radius: 12px;
margin: 16px;
}
.news_title
{
    font-size: 24px;
    padding: 0px 0% !important;
}
.news_title a
{
	color:#000;
	text-decoration: none; 
	transition:.3s all;
}
.news_title a:hover
{
	color:#2894FF;
	transition:.3s all;
}
.news_time
{
	font-size: 16px;
	color:#000;
	text-decoration: none; 
	padding: 0px 0% !important;
}
.page
{
	display:flex;
	align-items: center;
	justify-content: center;
	padding:30px 0px;
	font-size:28px;
}
.page_arrow
{
	cursor:pointer;
	font-size:28px;
	transition:.3s all;
}
.page_arrow:hover
{
	color:#00B5B9;
	transition:.3s all;
}