                                                                                                
._news_public .template1
{
    margin-bottom: 35px;
}
	._news_public .template1 li ._item img
	{
		width: 100%;
	}
	._news_public .template1 li ._item ._title
    {
        margin-top: 13px;
        margin-bottom: 12px;
    }
    ._news_public .template1 li ._item ._author
    {
        font-size: 14px;
    }

    ._news_public .template1 li ._item ._author
    {
        margin-bottom: 19px;
        padding-bottom: 17px;
        position: relative;
    }

        ._news_public .template1 li ._item ._author:after
        {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 1px;
            background-color: #7cbc2d;
            display: block;
        }

    ._news_public .template1 li ._item ._author span:first-child
    {
        margin-right: 11px;
    }

    ._news_public .template1 li ._item ._author span:last-child
    {
        margin-left: 15px;
    }

    ._news_public .template1 li ._item ._author span i
    {
        margin-right: 10px;
        color: #313131;
    }

    ._news_public .template1 li ._item ._content
    {
        font-size: 15px;
        color: #313131;
    }

    ._news_public .template1 li ._item
    {
		background-color: transparent;
		border: none;
		padding: 0 0 15px 0;
		margin-bottom: 15px;
        border-bottom: 1px solid #e4e8ed;
    }

	._news_public .template1 li:last-child ._item
    {
		border-bottom: none;
    }


	._news_public .template1 .owl-prev, ._news_public .template1 .owl-next
	{
		background-color: #7cbc2d;
		top: -45px;
	}
	._news_public .template1 .owl-prev
	{
		right: 55px;
		left: initial;
	}
	._news_public .template1 .owl-prev i, ._news_public .template1 .owl-next i
	{
		font-size: 20px;
		height: 40px;
		width: 40px;
		top: -2px;
	}
	._news_public .template1 .owl-prev i
	{
		right: 20px;
	}
	._news_public .template1 .owl-next i
	{
		left: 32px;
	}

@media (max-width: 600px)
{
	._news_public .template1 .owl-prev, ._news_public .template1 .owl-next
	{
		display: none;
	}
}



.owl-carousel .owl-wrapper:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel
{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    margin-bottom: 15px;
}

    .owl-carousel .owl-wrapper
    {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer
    {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight
        {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item
    {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div
{
    cursor: pointer;
}

.owl-prev,
.owl-next
{
    position: absolute;
    background-color: rgba(0, 159, 60,0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    /*margin-top: -35px;*/
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

    .owl-prev:hover,
    .owl-next:hover
    {
        background-color: #009f3c;
    }

.owl-prev
{
    left: 10px;
    text-indent: 14px;
}

    .owl-prev i
    {
        right: 15px;
    }

.owl-next
{
    right: 10px;
    text-indent: -14px;
}

    .owl-next i
    {
        left: 15px;
    }

    .owl-prev i,
    .owl-next i
    {
        position: relative;
    }

.owl-controls
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 0px;
}

/* mouse grab icon */
/*.grabbing
{
    cursor: url('./themes/default/grabbing.png?v=21') 8 8, move;
}*/

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item
{
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.owl-pagination
{
    position: relative;
    text-align: center;
    top: -25px;
}

.owl-theme .owl-controls .owl-page
{
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span
    {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #009f3c;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span
    {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
    }

.owl-origin
{
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -ms-perspective: 1200px;
    perspective: 1200px;
}
/* fade */
.owl-fade-out
{
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    -o-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in
{
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    -o-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out
{
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    -o-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in
{
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    -o-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out
{
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    -o-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in
{
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    -o-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in
{
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    -o-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out
{
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    -o-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/

@-ms-keyframes empty
{
    0%
    {
        opacity: 1;
    }
}

@keyframes empty
{
    0%
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}


@keyframes backSlideOut
{
    25%
    {
        opacity: .5;
        -moz-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    75%
    {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }

    100%
    {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
        -ms-transform: translateZ(-500px) translateX(-200%);
        -o-transform: translateZ(-500px) translateX(-200%);
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideIn
{
    0%, 25%
    {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
        -ms-transform: translateZ(-500px) translateX(200%);
        -o-transform: translateZ(-500px) translateX(200%);
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }

    75%
    {
        opacity: .5;
        -moz-transform: translateZ(-500px);
        -ms-transform: translateZ(-500px);
        -o-transform: translateZ(-500px);
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    100%
    {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@keyframes scaleToFade
{
    to
    {
        opacity: 0;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

@keyframes goDown
{
    from
    {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes scaleUpFrom
{
    from
    {
        opacity: 0;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo
{
    to
    {
        opacity: 0;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo
{
    to
    {
        opacity: 0;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes scaleUpTo
{
    to
    {
        opacity: 0;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

