/*
 * iweb51-style05
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 7 / 17
 */

/* + newslist
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .content-main #newslist .list {
	padding: 15px 0;
	border-bottom: 1px #ccc solid;
	background: #fff;
	position: relative;
}

.wrapper .container section .content-wrap .content-main #newslist .list p.date {
	font-family: 'Lato', sans-serif;
	margin-bottom: 2px;
	font-size: 14px;
}

.wrapper .container section .content-wrap .content-main #newslist .list h3 a {
	margin: 5px 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #548C0E;
	overflow: hidden;
	height: auto;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.wrapper .container section .content-wrap .content-main #newslist .list p{
    overflow: hidden;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: justify;
    line-height: 150%;
    width: calc(100% - 130px);
}
.wrapper .container section .content-wrap .content-main #newslist .list .more {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 36px;
}

.wrapper .container section .content-wrap .content-main #newslist .list .more a {
	float: right;
	background: #6EB418;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
}

.wrapper .container section .content-wrap .content-main #newslist .list .more a:hover {
	background: #ff8814;
}

.wrapper .container section .content-wrap .content-main .function-site {
	margin: 10px 0;
}
.wrapper .container section .content-wrap .content-main div img{
	width: 100%;
}