/**
 * ------------------------------------------------------------------------
 * 星仔码头新闻展示模块 for J3.3
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 陈星. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: 陈星
 * Websites: http://www.xingzai.org
 * ------------------------------------------------------------------------
 */
.clearfix {
	clear:both;
}
.articles_news_pro .CA{
	float: right;
	margin: 5px 0;
}
/*列表模式*/
.articles_news_pro .news-list {
	padding:10px 5px;
	margin: 0;
}
.articles_news_pro .news-title{
	list-style-type: none;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	border-bottom: dotted 1px #DDD;
}
.articles_news_pro .news-list .news-title a{
	float: left;
}
.articles_news_pro .news-list .time{
	float: right;
}
/*图文模式*/
.articles_news_pro .news-item {
	position: relative;
	padding-bottom: 1em;
	margin-top: 1em;
	border-bottom: dotted 1px #DDD;
}
.articles_news_pro .news-blog .small {
	font-size: 90%;
}
.articles_news_pro .news-info {
	font-style: italic;
	padding: 2px;
}
.articles_news_pro .news-img {
	position: absolute;
	left: 0;
	top: 0;
	border: solid 2px #DDD;
    	border-radius: 5px;
    	box-shadow: 1px 1px 5px #888;
}
.articles_news_pro .news-content {
	padding-left: 1em;
}
.articles_news_pro .news-content a.title {
	line-height: 1.6em;	
}
.articles_news_pro img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;   
}