﻿.group-news-home{
	width:auto;
	margin:0px auto 20px;
}
.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:550px;
	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 #f93239 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:16px;
}
.list-chirden-cat li a:hover{
	color:#f93239;
}
.list-news-home01{
	width:550px;
	float:right;
}
.list-news-home01 li{
	width:255px;
	float:left;
	margin:0px 0px 5px 20px;
}
.list-news-home01 li img{
	display:block;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list-news-home01 li a.image{
	margin-bottom:7px;
	display:block;
}

.list-news-home01 li a.title{
	display:block;
	line-height:18px;
	font-size: 15px;
    color: #333;
    text-align:justify;
    height:54px;
    overflow:hidden;
}
.list-news-home01 li a:hover{
    color: #f93239;
}


.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;	
	}
	.list-news-home01 li a.title {
	    display: block;
	    line-height: 18px;
	    font-size: 14px;
	    color: #333;
	    text-align: justify;
	    height: 54px;
	    overflow: hidden;
	}

}
