﻿/* Home */
.home .main_content .l_column
{
	float:left;
	margin-right:10px;	
}

.home .main_content .l_column p
{
	margin:inherit 10px;
}

.home .main_content .l_column .news1 p
{
	font-size: 1.10em;
	line-height:140%;	
}

.home .main_content .content_item .title h1
{
	font-size: 1.10em;
	margin-left: 10px;
}

.home .main_content .group .content_item .publishedDate
{
	margin:0;
}

/* News */
.news1
{
	height:352px;
	margin-bottom: 9px;
}

.news2
{
	height:199px;
	float:left;
}
.news2 p,
.news3 p
{
	line-height:1.15em;
}

.news1 .news_img,
.news2 .news_img
{
	float:left;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.news1 .content
{
	float:left;
	margin:0 0 0 -79px;
	padding:0 0 0 79px;
	background-image: url(../../Img/mask24.png);
	background-repeat: no-repeat;
}

.news2 .content
{
	float:left;
	width:212px;
}

.news1 .content .content_item
{
	width:340px;
	height:326px;
	padding:16px 10px 10px 10px;
	background-color: #dce0e4;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

.news2 .content .content_item
{
	padding: 16px 10px 20px 10px;
	background-color: #dce0e4;
	height:163px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.news3 .content
{
	float:left;
	width:341px;
	height:197px;
	margin-left: 10px;
	border:solid 1px #dce0e4;
	border-radius:5px;
}

.news3 .content .content_item
{
	padding: 10px;
}

.news3 .content .content_item .news_img img
{
	padding-right: 10px;
	float:left;
}

.news3 .content .content_item .title
{
	font-size: 1.0em;
	font-weight:normal;
}

.news3 .content .separator
{
	margin:0 10px;
	height:1px;
	background-color: #999;
}