#category-news{
	width: 100%;
	float: left;
	margin-top: 30px;
}
#category-news .content{
	width: 100%;
	float: left;
}
.item-news{
	width: 32%;
	float: left;
	margin-bottom: 30px;
}
.item-news:nth-child(3n+2){
	margin: 0 2%;
}
.item-news .image{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
.item-news .image img{
    max-width: 90%;
    max-height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.item-news h3.name{
	font-size: 16px;
    font-weight: 700;
    margin: 0 0 11px;
    clear: both;
    padding-top: 10px;
    line-height: 24px;
}
.item-news h3.name a{
	color: #555;
}
.item-news .time{
	color: #999;
	padding-bottom: 10px;
}
.item-news i.fa.fa-calendar-o {
	font-size: 14px;
	padding-right: 5px;
	position: relative;bottom: 1px;
}
.item-news i.fa.fa-comments-o {
    font-size: 16px;
    padding-left: 10px;
    border-left: 1px solid #999;
    margin-left: 5px;
    padding-right: 5px;
}
.item-news .intro{
	color: #555;
	text-align: justify;
	font-size: 15px;
	line-height: 20px;
}
.item-news .read-more{
	float: left;
	padding-top: 10px;
}
.item-news .read-more a{
	border: 1px solid #e5e5e5;
    color: #999;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
    font-size: 16px;
}
#category-news .item-news:nth-child(3n+1){
	clear: both;
}
.item-news:hover .image img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}
.item-news .read-more a:hover{
	color: #ffbd00;
	border: 1px solid #ffbd00;
	transition: .5s;
}
#news-detail{
	width: 100%;
	float: left;
	margin-top: 10px;
}
#news-detail .sidebar{
	width: 270px;
	float: left;
	margin-top: 20px;
}
#news-detail .content{
	width: 870px;
	float: right;
}
#news-detail .list-cate-news, #news-detail .news-new{
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
#news-detail .sidebar .title{
	border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #333;
}
#news-detail .list-cate-news ul{
	padding: 10px 20px;
	box-sizing: border-box;
}
#news-detail .list-cate-news li{
	padding-bottom: 10px;
    line-height: 22px;
    text-align: right;
    width: 100%;
    color: #999;
}
#news-detail .list-cate-news li:last-child{
	padding-bottom: 0;
}
#news-detail .list-cate-news li a{
	color: #333;
	float: left;
}
#news-detail .news-new .item{
	width: 100%;
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
#news-detail .news-new .image{
	width: 120px;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
#news-detail .news-new .image img{
	width: 100%;
}
#news-detail .news-new .text{
	width: 120px;
	float: left;
	margin-left: 20px;
}
#news-detail .news-new h3{
	font-size: 14px;
	max-height: 38px;
    overflow: hidden;
    font-weight: bold;
    line-height: 18px;
    margin: -5px 0 5px;
}
#news-detail .news-new h3 a{
	color: #555;
}
#news-detail .news-new .time{
	font-size: 12px;
	color: #999;
	padding-top: 5px;
}
#news-detail .news-new:last-child{
	border-bottom: none;
}
#news-detail .content h1{
	color: #333;
	font-size: 30px;
	font-weight: 700;
    margin-bottom: 20px;
}
#news-detail .content .time{
	color: #999;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#news-detail .content i.fa.fa-calendar-o {
	font-size: 14px;
	padding-right: 5px;
	position: relative;bottom: 1px;
}
#news-detail .content i.fa.fa-comments-o {
    font-size: 16px;
    padding-left: 10px;
    border-left: 1px solid #999;
    margin-left: 5px;
    padding-right: 5px;
}
#news-detail .item-news .image {
    height: 190px;
}
#news-detail .item-news .time {
    color: #999;
    padding-bottom: 10px;
    border-bottom: none!important;
}
#news-detail .news-related{
	width: 100%;
	float: left;
	margin-top: 30px;
}
#news-detail .news-related .title{
	font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 25px;
}