﻿.header-parent-cat{
	height: 30px;
    line-height: 30px;
    background: #0095da;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    color: #fff;
}
.header-parent-cat h2{
    font-size: 15px;
}

    
.group-news-home{
	width:100%;
	margin:0px auto 10px;
}
.first-news-home{
	width:46%;
	float:left;
	margin-bottom:10px;
}
.first-news-home .image{
	display:block;
	margin:3px 0px 10px 0px;
}
.first-news-home .image img{
	display:block;
	width:100%;
}

.first-news-home .title{
	display:block;
	color:#0094d8;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	line-height:22px;
}
.first-news-home .title:hover{
	color:#70bb2e;
}
.first-news-home p{
	color:#333333;
	font-size:13px;
	text-align:justify;
}

/* list-news-home01 */
.list-news-home01{
	width:52%;
	list-style:none;
	float:right;
}
.list-news-home01 li{
	margin-bottom:15px;
}
.list-news-home01 .image{
	width:33%;
	display:block;
	float:left;
	margin-top:3px;
}
.list-news-home01 .image img{
	width:100%;
}

.list-news-home01 li .content-news-home{
	width:64%;
	float:right;
	text-align:justify;
}
.list-news-home01 li .content-news-home a{
	color:#0094d8;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}
.list-news-home01 li .content-news-home a:hover{
	color:#017428;
}
.list-news-home01 li .content-news-home p{
	color:#333333;
	text-align:justify;
}



/* list-news-home02 */
.list-news-home02{
	width:280px;
	list-style:none;
}
.list-news-home02 li{
	padding:10px 0px 10px 15px;
	border-bottom:1px #e0e0e0 dashed;
	background:url('../images/list-style01.png') no-repeat 0px 16px; 
}
.list-news-home02 li:first-child{
	padding:0px 0px 10px 15px;
	background:url('../images/list-style01.png') no-repeat 0px 6px; 
}

.list-news-home02 li a{
	color:#000000;
	line-height:18px;
	display:block;
}
.list-news-home02 li a:hover{
	color:#017428;
}

@media (max-width: 459px) {
	.first-news-home{
		width:100%;
		float:none;
	}
	.list-news-home01{
		width:100%;
		float:none;
	}
	.list-news-home01 li .content-news-home p{
		display:none;;
	}



}
