@charset "UTF-8";

.leftNews {
	float:left;
	width:68%;
}

.rightNews {
	float:right;
	width:26%;
}


.lstNews > li {
	border-bottom:1px dotted #000;
	padding:25px 0;
}

.lstNews > li .date {
	font-size:12px;
	margin-bottom:10px;
}



.lstNews li .date span {
	background:#972d83;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:15px;
	font-family:'ost';
	line-height:0.9;
	color:#fff;
	display:inline-block;
	padding:5px 12px 3px;
	margin-left:10px;
}
.lstNews li .date strong span {
	display: none;
}
.lstNews li .date strong span:first-child {
	display: inline-block;
}

.lstNews li .date span.ico_blog {
	background:#00a0e9;
}

.lstNews li:first-child {
	padding-top:0;
}

.lstNews li h2 {
	-webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	font-size: 1.5em;
}

.lstNews li .title {
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}

.h3_news {
	background:#90c320;
	font-size:26px;
	font-family:'ost';
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:0 0 0 15px;
	margin-bottom:5px;
	height: 50px;
}
.h3_news span {
	display: block;
	line-height: 1;
	padding-top: 15px;
}

.wrapList_news {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:url(../../img/news/border.png) repeat left center;
	padding:10px;
	margin-bottom:20px;
}

.wrapList_news > ul  {
	padding:15px;
	background:#fff;
}

.wrapList_news > ul > li {
	background:url(../../img/news/arrow.png) no-repeat left 5px;
	padding-left:15px;
	margin-top:5px;
}

.wrapList_news ul li:first-child {
	margin-top:0;
}

.ul_cat ul {
	margin:5px 0 5px 10px;
}

.ul_cat ul li {
	margin-bottom:5px;
}

.ul_cat  ul ul li {
	margin-bottom:5px;
	padding-left:5px;
}
	
.cont_news h1 {
    font-weight: bold;
	font-size:18px;
}

.cont_news h2 {
    font-weight: bold;
	font-size:16px !important;
}

.cont_news h3 {
	font-size:15px;
}

.cont_news h4 {
	font-size:14px;
}

.cont_news h3, .cont_news h4, .cont_news strong  {
	font-weight:bold;
}


.cont_news ol, .cont_news ul  {
	list-style-type:inherit;
	list-style:inherit;
	padding-left:20px;
	margin:20px 0;
}

.cont_news ul  {
	list-style-type:disc;
}

.cont_news ol  {
	list-style-type: decimal;
}
	


@media only screen and (min-width:768px) and (max-width:1024px) {
	
}


@media only screen and (max-width:767px) {
	.leftNews {
	float:none;
	width:100%;
	}
	
	.mainImg {
		margin-bottom:25px;
	}
	
	.lstNews li  {
		font-size:12px;
	}
	.lstNews li .date {
		font-size: 10px;
		margin-bottom: 5px;
		max-width: 105px;
	}
	.lstNews li .date em {
		float: right;
		font-weight: bold;
		display: inline-block;
	}
	.lstNews li .date span {
		font-size: 11px;
		padding: 5px 8px 3px;
		margin-right: 0;
		margin-left: 0;
		float: left;
	}
	.lstNews li .title {
		font-size:14px;
		margin-bottom: 10px;
	}
	
}
