@charset "utf-8";

.menuT
{
	width:740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

.menuT td
{
	text-align:center;
}

.cyui
{
	width:800px;
	border:1px solid #999999;
	padding:10px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}

.cyui ul
{
	margin-left:20px;
	padding:0px;
}

.cyui li
{
	list-style-type:square
}

.register-button
{
	float:right;
	margin-top:20px;
}

.news
{
	border: 2px solid rgba(30, 65, 105, 1);
	margin-top: 10px;
	display: flex;
}

.news-item
{
	padding: 0;
}

.news-hr
{
	border: 1px solid rgba(30, 65, 105, 1);
}

.news-title-container
{
	border-right: 2px solid rgba(30, 65, 105, 1);
	position: relative;
	line-height: 20px;
	vertical-align: middle;
	width: 13%;
	background: #EEEEEE;
	color: #333333;
	text-align: center;
	
}

.news-title
{
	margin: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.news-title-container p.title1
{
	font-size: 13px;
}

.news-title-container p.title2
{
	font-size: 12px;
}

.news-list
{
	border-left: none;
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 0;
	width: 77%;
}

.no-news-message
{
	width: 77%;
	min-height: 25px;
	margin: 12px 0 0 10px;
}

.news-elm
{
	display: list-item;
	padding: 5px 0;
}

.news-elm-category
{
	background: #0d4da1;
	color: white;
	padding: 2px 25px;
	margin-left: 10px;
	font-size: 13px;
	border-radius: 3px;
}

.news-elm-date
{
	margin-left: 10px;
	display: inline-block;
	width: 9%;
}

span.news-elm-title
{
	margin-left: 10px;
}

.news-page-link
{
	margin-top: auto;
	margin-bottom: 5px;
}