.right_container
{
	background:#DCDDDE;
	/*overflow-y:scroll;*/
}

.inside_left_container
{
	float:left;
	width:175px;
	margin-left:7%;
}

.news_string
{
	background:url("../../images/news/news_string.jpg") no-repeat;
	width:48px;
	height:258px;
	margin:61px 0 0 17px;
}

.date_panel
{
	margin:80px 0 0;
	font-size:11px;
	line-height:11px;
	letter-spacing:0;
}
	.date_panel .btns
	{
		margin:16px 0 0;
	}
	.date_panel .btns:first-child
	{
		margin:0;
	}
	
	
	.date_panel .months
	{
		margin:19px 0 0 2px;
	}
		.date_panel .btns a, 
		.date_panel .months a
		{
			
		}
		.date_panel .btns a:hover, 
		.date_panel .months a:hover
		{
			text-decoration:none;
		}
		
		.date_panel .btns > div, 
		.date_panel .months > div
		{
			float:left;
		}
			.date_panel .btns > div > a.year_ctr
			{
				display:block;
				width:8px;
				height:9px;
				font-size:0;
				text-indent:-99999px;
				margin:0 0 0 20px;
			}
			.date_panel .btns > div > a.year_prev
			{
				background:url("../../images/news/year_arrow_prev.jpg") no-repeat;
			}
			.date_panel .btns > div > a.year_next
			{
				background:url("../../images/news/year_arrow_next.jpg") no-repeat;
			}
			
			
			.date_panel .months > div > a
			{
				display:block;
				margin-right:16px;
				margin:0 16px 13px 0;
			}
			.date_panel .months > div > a.now
			{
				color:#FFF;
			}
			
			
	.date_panel .line
	{
		width:35px;
		height:0;
		line-height:0;
		margin:4px 0 0;
		font-size:0;
		border-bottom:1px solid #AEABAB;
	}
	

.news_list_container
{
	position:absolute;
	top:0;
	right:0;
	left:25%;
	bottom:0;
	overflow:scroll;
	padding:61px 0 0 0;
	letter-spacing:0;
}
	.news_list_container .news_list
	{
		width:550px;
	}
		.news_list_container .news_list > li
		{
			margin-bottom:30px;
			font-size:12px;
		}
			.news_list_container .news_list > li .image
			{
				width:550px;
			}
				.news_list_container .news_list > li .image > img
				{
					max-width:550px;
				}
			
			.news_list_container .news_list > li .name
			{
				margin-top:16px;
				font-size:16px;
			}
				.news_list_container .news_list > li .name .date
				{
					font-size:13px;
					margin-left:5px;
				}
			
			.news_list_container .news_list > li .line
			{
				width:35px;
				height:0;
				line-height:0;
				font-size:0;
				border-bottom:1px solid #AEABAB;
			}
			
			.news_list_container .news_list > li .content
			{
				margin:13px 0 11px;
				text-align:justify;
				line-height:20px;
			}
			
			.news_list_container .news_list > li .share
			{
				margin-top:10px;
			}
				.news_list_container .news_list > li .share > a
				{
					display:block;
					float:left;
					width:16px;
					height:15px;
					font-size:0;
					text-indent:-99999px;
					margin-right:4px;
				}
				.news_list_container .news_list > li .share > a.facebook
				{
					background:url("../../images/news/share_facebook.jpg") no-repeat;
				}
				.news_list_container .news_list > li .share > a.twitter
				{
					background:url("../../images/news/share_twitter.jpg") no-repeat;
				}