﻿.group-news-home{
	width:auto;
	margin:0px auto 0px;
	overflow:hidden;
}
.news-wapper .group-news-home{
	width:auto;
	margin:0px auto 0px;
	padding-bottom:10px;
	border-bottom:1px #ececec solid;
}

.header04{
	border-bottom:1px #ececec solid;
	padding-bottom:5px;
}

.first-news-home{
	width:450px;
	float:left;
	margin:0px 0px 17px 0%;
	position:relative;
}
.first-news-home .image{
	display:block;
	margin:0px 0px 10px 0px;
}
.first-news-home .image img{
	display:block;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.first-news-home .title{
	display:block;
	color:#333;
	font-size:20px;
	line-height:24px;
	text-align:justify;
}
.first-news-home .title:hover{
	color:#009ba1;
}
.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;
	margin-top:15px;
}
.list-chirden-cat li{
	float:left;
	border-left:1px #00a6bd solid;
	height:12px;
	line-height:12px;
}
.list-chirden-cat li:first-child{
	float:left;
	height:12px;
	line-height:12px;
}

.list-chirden-cat li a{
	display:block;
	padding:0px 10px;
	color:#000;
	font-size:18px;
}
.list-chirden-cat li a:hover{
	color:#009ba1;
}
.list-news-home01{

}
.list-news-home01 .item-new-home{
	width:260px;
	background:#f3f3f2;
	float:left;
	margin:0px 20px 20px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.list-news-home01 .item-new-home img{
	display:block;
	width:100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.list-news-home01 .item-new-home a.image{
	margin-bottom:10px;
	display:block;
}

.list-news-home01 .item-new-home a.title{
	display:block;
	line-height:22px;
	font-size: 16px;
	font-weight:bold;
    color: #222222;
    height:44px;
    overflow:hidden;
    margin:0px 10px 5px 10px;
}
.list-news-home01 .item-new-home a:hover{
    color: #009ba1;
}
.summary-news-home{
	margin:0px 10px 10px 10px;
	color:#5e5c59;
	line-height:20px;
	height:60px;
	overflow:hidden;
}

.list-news-mobile{
	list-style:none;
	margin-bottom:10px;
	
}
.list-news-mobile li{
	margin-bottom:10px;
	padding:10px 10px;
	margin-right:10px;
	float:left;
	border: 1px #b5c4cc solid;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.marginright0 {
    margin-right: 0px !important;
}
.image-news-mobile {
	width:27%;
	display:block;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.image-news-mobile img{
	width:100%;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.right-item-news-footer{
	width:70%;
	float:right;
}
.title-news-home{
	color: #004e7f;
	font-size:15px;
    display:block;
    margin-bottom:5px;
    line-height:20px;
}
.title-news-home:hover{
	color:#0e6433;
}


@media (max-width: 1020px) {
	.first-news-home{
		width:100%;
		float:none!important;
		margin-bottom:20px;
	}
	.list-news-home01 {
	    width:100%;
	    margin:0px 0px 10px 0px;
	    float:none;
	}
	.list-news-home01 li {
	    width: 48%;
	    float: left;
	    margin: 0px 4% 20px 0px;
	}
	.list-news-home01 li:nth-child(2n) {
	    margin: 0px 0px 20px 0px;	
	}
}
