@charset "UTF-8";
#pl_flex_float {
    float: left;
    height: auto;
    margin: 0 0 20px 0;
    width: 100% ;
    border: 0px solid;
    
}

#pl_flex_float a {
    color: #3b5969 !important;
}
.pl_flex_float_title {
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    background: #557784;
    text-align: center;
    position: relative;
    width: 100%;
    color: #E6E6E6;
    letter-spacing: 2px;
    -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_float_item {
    width: 32.7%;
    height: 90px;
	float:left;
    position: relative;
    padding:0;
	margin: 0 0.3% 10px 0.3%;
    z-index: 20;
    overflow: hidden;
    border-bottom: 0px;
    margin-top: 5px;
    background-color: ;
    -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_float_item_50 {
    width: 49%;
    height: 90px;
	float:left;
    position: relative;
    padding:0;
	margin: 0 0.3% 10px 0.3%;
    z-index: 20;
    overflow: hidden;
    border-bottom: 0px;
    margin-top: 5px;
    background-color: ;
    -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_float_item:hover {
    background-color: #cde8ea;
}



.pl_flex_float_item_img {
	overflow: hidden;
    position: absolute;
    width: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    color: #fbfbfb;
    overflow: hidden;
	background-size:     cover;    
    background-repeat:   no-repeat;
    background-position: top center;  
}


		

.pl_flex_float_item_text {
    width: auto;
    height: 40px;
    float: left;
    position: absolute;
    left: 100px;
    padding: 0 5px 0 0 ;
    line-height: 1.1;
}
.pl_flex_float_item_text a {
    color: #3b5969 !important;
}
.pl_flex_float_item_date {
    position: absolute;
    bottom: 2px;
    right: 2px;
    
}

@media screen and (max-width: 999px) {
	
	
	
.pl_flex_float_item {
    width: 49%;
}
} 







@media screen and (max-width: 700px) {
    #pl_flex_float {
        float: left;
        height: auto;
        margin: 10px 0;
        width: 100%;
        border: 0px solid;
        padding: 0px;
        margin: auto;
    }
    .pl_flex_float_title {
        border-bottom: 0px !important;
		margin-bottom: 5px;
    }
    .pl_flex_float_item {
		width: 100%;
        height: 90px;
        position: relative;
        margin-top: 0;
        margin:  0 0 5px 0;
		
    }
    .pl_flex_float_item_text {
        width: auto;
        height: 40px;
        float: left;
        position: absolute;
        left: 95px;
        padding:0px;
        line-height: 1.1;
    }
    .pl_flex_float_item_img {
        width: 90px;
        line-height: 90px;
        float: left;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .pl_flex_float_item_img img {
        object-fit: cover;
        width: 90px;
        height: 90px;
    }
    .pl_flex_float_item_date {
        display: none;
    }
}