/* CSS Document */
.bound-newslist-home{
	width: 223px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #e8e8e8;
	margin-bottom:10px;
}
.title-newslist-home{
	height:31px;
	overflow:hidden;	
	background:url(../images/titile-news-home.png) no-repeat;
	border-bottom: 1px solid #e8e8e8;
}
.title-newslist-home a{
	padding-left: 10px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.news-home-items-bound{
	width:203px;
	padding:10px;
}
.news-home-items-bound ul{
	list-style:none;
}
.newslist-home-items{
	width:203px;
	height:67px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.newslist-home-items .items-images{
	float:left;
}
.newslist-home-items .items-images img{
	width:80px;
	height:60px;
}
.newslist-home-items .items-brief{
	float:left;
	margin-left:10px;
	width:110px;
}
.newslist-home-items .items-brief .items-name a{
	color: #000000;
	font-size: 14px;
}
/*NEWS LIST*/
.bound-news-list{
	width: 695px;
	padding: 10px;
	padding-top: 0;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background: #FFF;
	margin-top: 10px;
	padding-bottom: 30px;
}
.title-news-list{
	height:25px;
	overflow:hidden;	
	border-bottom:1px solid #6C1E0D;
	margin-bottom:10px;
}
.title-news-list a{
	font-family: BebasNeueRegular,arial,Georgia, serif;
	font-size:20px;
	padding-left:5px;
	color:#6C1E0D;;
	text-transform:capitalize;
	font-weight:bold;

}
.items-bound-list{
	border-radius:5px 5px 2px 2px;
}
.items-bound-list ul{
	list-style:none;
}
.news-list-items{
	overflow:hidden;
	padding:15px 0;
	position:relative;
	border-bottom:1px dotted #999999;
}
.newslist-home-items{
	overflow:hidden;
	padding:10px 0;
	position:relative;
}
.news-list-items .items-name-list a{
	font-size: 13px;
	color: #000 !important;
	font-weight: bold;
}
.items-time-post{
	padding:5px 0;
}
.news-list-items .items-brief-list p{
	font-size:13px !important;
	margin:0;
	padding:0;
	width:695px;
}
.items-brief-list{
	width:695px;
}

.items-images-list{
	margin-top:10px;
	width:120px;
	float:left;
	height:103px;
	vertical-align:middle;
	display:table-cell;
	margin-right:15px;
	text-align:center;
	border:1px solid #ccc;
}
.news-list-items .items-images-list{
	margin-top:0 !important;
	width:120px;
	float:left;
	height:103px;
	vertical-align:middle;
	display:table-cell;
	margin-right:15px;
	text-align:center;
	border:1px solid #ccc;
}
..news-list-items{
	border-bottom:1px dotted #6C1E0D;
}

.items-images-list img{
	width:120px;
	height:103px;
}

/*NEWS DETAIL*/
.news-cat{
	width: 695px;
	padding: 10px;
	padding-top: 0;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background: #FFF;
	margin-top: 10px;
	padding-bottom: 30px;
}
.name-news-detail{
	font-size:16px;
	color:#000000;
	width: 695px;
}
.author-news-detail{
	color:#666;
}
h3.brief-news-detail{
	color:#333;
	width: 695px;
}
.news-cat .discription{
	color:#000;
	width: 695px;
}
.other h1{
	margin-bottom:15px;
}