﻿.group-news-home{
	width:auto;
	margin:0px auto 20px;
}


.first-news-home{
	width:40%;
	float:left;
	margin:0px 0px 10px 0%;
}
.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:##424242;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	text-align:justify;
}
.first-news-home .title:hover{
	color:#017428;
}
.first-news-home p{
	color:#333333;
	font-size:13px;
	text-align:justify;
}
.date-time-first{
	display:block;
	margin-bottom:6px;
	color:#e71e24;
	font-size:12px;
}

/* list-news-home01 */
.date-time{
	color:#8a8a8a;
	float:left;
}
.icon-hot{
	display:block;
	width:28px;
	height:29px;
	position:absolute;
	top:-2px;
	right:0px;
	z-index:1;
	background:url('../images/icon-hot.png') no-repeat 0px 0px; 

}

.views-all-news-button{
	line-height:34px;
	color:#fff;
	font-size:14px;
	background:#0071bc;
	border:0px;
	margin:13px 0px 0px 0px;
	display:block;
	text-align:center;
}
.views-all-news-button:hover{
	background:#027fd2;
}

.list-chirden-cat{
	float:right;
	list-style:none;
	margin-top:10px;
}
.list-chirden-cat li{
	float:left;
	border-left:1px #6e6e6e solid;
	height:12px;
	line-height:12px;
}
.list-chirden-cat li:first-child{
	float:left;
	border-left:none;
	height:12px;
	line-height:12px;
}

.list-chirden-cat li a{
	display:block;
	padding:0px 10px;
	color:#454444;
	font-size:14px;
}
.list-chirden-cat li a:hover{
	color:#ed1c24;
}
.list-news-home01{
	width:422px;
	float:right;
}
.list-news-home01 li{
	background:url('../images/list-style.png') no-repeat 0px 7px;
	padding-left:12px;
	margin-bottom:10px;
}
.list-news-home01 li a{
	display:block;
	line-height:20px;
	font-size: 14px; 
   color: #424242;
}
.list-news-home01 li a:hover{ 
   color: #36a445;
}


@media (max-width: 1020px) {
	.first-news-home{
		width:100%;
		float:none;
	}
.list-news-home01 {
    width: 100%;
    float: none;
}

}
