.home-news {
	display: flex;
	flex-direction: row;
}
.guide {
	background-color: #fff;
	width: 590px;
	margin-right: 10px;
}
.guide h2 {
	color: #ef5350;
	padding: 14px 20px;
	background-color: #f6f7f9;
}
.notice-content {
	padding: 20px 20px 1px;
}
.block-content {
}
.block-title {
	padding: 14px 20px;
	background-color: #f6f7f9;
}
.block-title h2 {
	color: #222;
}
.block-options a {
	display: inline-block;
	padding: 5px 20px;
	background: #5d8ced;
	color: #fff;
	border-radius: 10px;
}
.block-options a:hover {
	background-color: #3475fc;
}
.signup a:hover {
	background-color: #3475fc;
}
.table {
	 width: 100%;
	 margin-bottom: 1rem;
	 color: #575757;
 }
 .table th {
	 text-align: left;
 }
 .table td, .table th {
	 padding: 10px;
	 vertical-align: top;
	 border-bottom: 1px solid #e4e7ed;
 }
 .home-content {
	 margin-top: 20px;
	 background-color: #fff;
	margin-bottom: 40px;
 }
 .icon-mr {
	 margin-right: 10px;
 }
 .home-title {
	 text-align: center;
	 height: 260px;
	 line-height: 260px;
 }
 .home-title span {
	 color: #fff;
	 font-size: 42px;
	 font-weight: 600;
 }
.signup {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.signup a {
	display: inline-block;
	padding: 5px 20px;
	background: #5d8ced;
	color: #fff;
	border-radius: 10px;
}