.pl_flex {
	float: left;
	width: 50%;
	margin: 10px 0;
	position: relative;
	padding: 0 5px;
	
	
	-webkit-text-size-adjust: none;	
	-webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
    word-wrap: break-word;
}
.pl_flex_title {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	color: white;
	background: #3a5675;
	text-align: center;
	position: relative;
	
	-webkit-box-shadow: 0 5px 5px -5px black;
	-moz-box-shadow: 0 5px 5px -5px black;
	box-shadow: 0 5px 5px -5px black;
}
.pl_flex_item {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #E3E3E3;
	margin-top: 10px;
	
}
.pl_flex_item:hover{
	border: 1px solid #e0e4e9;
	background:#f6f7f9;
}
.pl_flex_item_img {
    height: auto; 
	width: 20%;
    position: relative;
	float: left; 
	overflow: hidden;
	margin-right: 5px;
	
	}

.pl_flex_item_img img {
    position: relative;
	height: auto;
	max-height: 100%;
	max-width: 100%;
    padding: 5px;
}

.pl_flex_item_text {
	padding: 5px;
	width: 78%;
	float: right;
    
	 }
	 
	 
	 .pl_flex_item_text hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
	 

.pl_flex_item_date {
    height: auto; 
	width: auto;
	padding: 0 3px;
    position: absolute;
	right: 0;bottom:0;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	background: #ececec;
	
 }







@media screen and (max-width: 999px) {
}
@media screen and (max-width: 700px) {
	.pl_flex {
	
	width: 100%;
	
}
.pl_flex_item {
	height: auto;
	margin-top: 5px;
}
}

