﻿.group-news-home{
	width:auto;
	margin:0px auto 30px;
}
.header04{
	background:#fff url('../images/bg-header-new.jpg') bottom repeat-x;
}

.first-news-home{
	width:52%;
	float:left;
	margin:0px 0px 10px 0%;
}
.first-news-home .image{
	display:block;
	margin:3px 0px 15px 0px;
}
.first-news-home .image img{
	display:block;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.first-news-home .title{
	display:block;
	color:#2c2c2c;
	font-size:22px;
	line-height:26px;
	text-align:justify;
}
.first-news-home .title:hover{
	color:#9999a3;
}
.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:left;
	list-style:none;
}
.list-chirden-cat li{
	float:left;
}
.list-chirden-cat li a{
	line-height:50px;
	display:block;
	color:#999999;
	font-size:22px;
	font-weight:normal;
	padding:0px 10px;
	
}
.list-chirden-cat li a:hover{
	border-bottom:2px #ff8100 solid;
	color:#2c2c2c;
}
.list-news-home01{
	width:45%;
	float:right;
}
.list-news-home01 li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #f2f2f2 solid;
}
.list-news-home01 li a{
	display:block;
	line-height:24px;
	font-size: 16px;
    color: #2c2f39;
    font-weight:400;
}
.list-news-home01 li a:hover{
    color: #9999a3;
}


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


}
