                                                                                                                                                                                                                                
._news_public .template6
{
    margin-bottom: 20px;
	overflow:hidden;
}
	._news_public .template6 li ._item img
	{
		width: 100%;
	}
	._news_public .template6 li ._item ._title
    {
              font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #6c6c6c;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 5px 0;
    min-height: 60px;
    max-height: 60px;
}
    ._news_public .template6 li ._item ._author
    {
        font-size: 12px;
    }

    ._news_public .template6 li ._item ._author
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
    }

        ._news_public .template6 li ._item ._author:after
        {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 1px;
            background-color: #7cbc2d;
            display: block;
        }

    ._news_public .template6 li ._item ._author span:first-child
    {
        margin-right: 11px;
    }

    ._news_public .template6 li ._item ._author span:last-child
    {
        margin-left: 15px;
    }

    ._news_public .template6 li ._item ._author span i
    {
        margin-right: 10px;
        color: #313131;
    }

    ._news_public .template6 li ._item ._content
    {
            font-weight: 400;
    font-size: 13px;
    color: #c6c6c6;
    line-height: 26px;
    margin: 0;
    padding-top: 0;
    }
._news_public .template6 ._image{position:relative; overflow:hidden}
    ._news_public .template6 li ._item
    {
		position:relative;
		background-color: transparent;
		border: none;
		overflow:hidden;
		padding-bottom:10px
       /* border-bottom: 1px solid #e4e8ed;*/
    }

	._news_public .template6 li:last-child ._item
    {
		border-bottom: none;
    }

._news_public .template6 ._mask{
	text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transform: scale(0);
    -webkit-transform: scale(0);
	transition: all .5s ease;}
._news_public .template6 ._image:hover ._mask
{
	transform: scale(1);
    -webkit-transform: scale(1);
}
._news_public .template6 a._btn
{
	background-color: #0175bb;
    border: 2px solid #0175bb;
    color: #ffffff;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	margin-top:25%;
}




























