.blog_title{
	text-align: left;
	margin-top: 10px;
	border-bottom: solid 1px #286acc;
	border-left: solid 1px #286acc;
	font-weight: bold;
}

.blog_title .new{
	color: red;
}

.blog_title p{
	margin: 10px;
}

.blog_title h3{
	margin-left: 10px;
	font-size: 20px;
	width: 80%;
}

.article_lists{
	margin: 5px;
	border-bottom: dashed 2px !important;
	font-weight: bold;
	padding: 5px;
}

.article_lists a{
	color: inherit;
	text-decoration: none;
}

.article_lists a:hover{
	color: #444;
	text-decoration: none;
}


.article_lists p{
	padding: 0px 20px;
}

.article_lists:hover{
	background-color: #eee;
	transition: 0.5s;
}

.article_under{
	width: 100%;
	justify-content: space-between;
}