.content-redactor{
	padding-top: 40rem;
}

.redactor_article_list{
	font-size: 16rem;
	width: 500rem;
	padding-top: 40rem;
	margin-bottom: 40rem;
}

.redactor_article_list>div{
	padding: 5rem 15rem;
	color: #0E264A;
	font-weight: bold;
}

.redactor_article_list>.title{
	width: 100%;
	height: 20rem;
	background: #0B2035;
	color: white;
}

.redactor_article_list .item{
	cursor: pointer;
}

.redactor_save{
	width: 200rem;
	height: 30rem;
	font-size: 20rem;
	background: #0B2035;
	color: white;
	margin-top: 15rem;
	text-align: center;
	line-height: 30rem;
	display: inline-block;
	margin-right: 40rem;
}

.redactor_close{
	width: 200rem;
	height: 30rem;
	font-size: 20rem;
	background: #0B2035;
	color: white;
	margin-top: 15rem;
	text-align: center;
	line-height: 30rem;
	display: inline-block;
}


@media(max-width:1024px){


}


