@CHARSET "UTF-8";
ul li {
	text-align: center;
	display: inline-table;
	height: 360px;
	width: 343px;
	margin: 14px 11px 12px 10px;
	box-shadow: 5px 5px 8px #e0e0e0;
}
ul{
	padding-top: 11px;
    padding-bottom: 14px;
}

ul li:hover {
	box-shadow: 5px 5px 28px #e0e0e0;
}

ul li img.myimg {
	width: 341px;
	height: 236px;
	border: 1px solid #CCCCCC;
}

.view {
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	height: 238px;
	width: 343px;
}

ul li div[data-lines-limit] {
	height: 52px;
    background: #f7f7f7;
    font-size: 16px;
    color: #656565;
    position: relative;
    /* top: -5px; */
    left: 0px;
    padding: 10px;
    
}

.foo {
	overflow: hidden;
	height: 42px;
	width: 321px;
	font-size: 14px;
 	line-height: 20px;
 	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
/*			ul li:hover .view{
	background: url(../img/colums/view.png) no-repeat 50% 50%;
}*/
/*			ul li:hover p{
	font-weight: bold;
	background: #fefefe;
}*/

.see-more {
	font-size: 13px;
	color: #E7C28B;
	position: relative;
	top: 20px;
}

.see-more img {
	position: relative;
	top: 2px;
}
#dowebok  h2{
	font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
			