.m_pub_item 				{float:left;width:100%;border-bottom:1px solid #ececec;padding-bottom:15px;margin-bottom:15px;}
.m_pub_item_image_container {border:1px solid #ececec;min-height:30px;}
.m_pub_item_image 			{text-align:center;padding:15px 0px;}

/*old version*/
.pub_item {
	display:inline-block;
}
.pub_item a {
	text-decoration: none;
}
.pub_item_date {
	position: absolute;
	top: 0px;
  	color:#FFF;
  	padding:5px 10px;
	right: 15px;
	font-size:14px;
}
.pub_item .pub_item_image {
	width:100%;
	clear:both;
	display:inline-block;
	min-height:100px;
	margin-bottom:20px;
}
.pub_item .pub_item_image img {
	max-width:100%;
	height:auto;
}
.pub_item .pub_item_content {
	min-height:100px;
}
.pub_item .pub_item_title {
	position: absolute;
	margin-top: -40px;
  	margin-left: 15px;
	max-width:80%;
  	padding:2px 5px;
  	font-size:18px;
  	color:#FFF;
  	-webkit-box-shadow: 5px 5px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 5px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 5px 3px 0px rgba(50, 50, 50, 0.75);
}
.pub_item.first_article {
	clear:both;
	width:100%;
	min-height:100px;
	margin-left: 0;
	margin-right: 0;
}
.pub_item.first_article .pub_item_image {
	width:100%;
	height:auto;
	clear:both;
	background-repeat:no-repeat;
	background-position:top left;
}
.pub_item.first_article .pub_item_image_container {
	
}
.pub_item.first_article .pub_item_image img {
	max-width:100%;
	height:auto;
}
.pub_item.first_article .pub_item_content {
	
}
.pub_item.first_article .pub_item_title {
	position: absolute;
	margin-top: -65px;
	margin-left: 20px;
	font-size:20px;
}

.article_row {
	border-bottom:1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


.pub_openart_container {
	
}
.pub_openart_container h1 {
	padding:0px;
	margin:0px;
}
.pub_openart_content {
	margin-top:10px;
}
.pub_openart_image_container {
	min-height:100px;
	float: left;
}
.pub_openart_image {
	width:250px;
	height:250px;
	clear:both;
	position:relative;
	border:1px solid #ededed;
	margin:0 20px 20px 0;
}
.pub_openart_image a {
	display:block;
	line-height:250px;
	width:100%;
	text-align: center;
	height:250px;
}
.pub_openart_image img {
	vertical-align: middle;
	max-width:250px;
	max-height:250px;
	width:auto;
	height:auto;
}
/*old version*/