.container
{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0 0 0;
}
.container-left
{
	width:68%;
	height:auto;
	float:left;
	background:#fff;
	padding:0 0;
}
.container-right
{
	width:30%;
	height:auto;
	float:right;
}

/*phan gioi thieu*/

.new
{
	width:100%;
	height:auto;
	float:left;	
}

.title
{
	width:100%;
	height:auto;
	float:left;		
}

.title h4
{
	margin:0;
	padding:10px 10px 10px 10px;
	font-size:18px;
	border-bottom: 3px solid #d33a01;
	text-transform:uppercase;
	color: #d33a01;	
}

.title h4 span
{
	margin:0 10px 0 0;
}

.new-content
{
	width:100%;
	height:auto;
	float:left;		
}
.new-content
{
	width:100%;
	height:auto;
	float:left;		
}

.new-item
{
	width:96%;
	height:auto;
	float:left;	
	margin:0 2%;
	padding:15px 0;
	border-bottom:1px solid #ddd;
}
.new-item h4
{
	display:block;
	margin:0;
	padding:0;
}
.new-item h4 a
{
	display:inline-block;
	padding:7px 0;
	color: #d33a01;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.new-item h4 a:hover
{
	text-decoration:underline;
}

.new-item-com
{
	width:100%;
	height:auto;
	float:left;		
}
.new-item-com span
{
	display:inline-block;
	padding:0 0 10px 0;
	font-size:13px;
	color:#333;
	margin:0 10px 0 0;
}

.new-item-post
{
	width:100%;
	height:auto;
	float:left;		
}
.new-item-img
{
	width:20%;
	height:auto;
	float:left;		
}
.new-item-img img
{
	width:100%;
}

.new-item-name
{
	width:79%;
	height:auto;
	float:right;
	text-align:left;	
}
.new-item-name p
{
	margin:0;
	padding:0;
	line-height:20px;
	color:#000;
}
.see-more
{
	width:100%;
	height:auto;
	float:left;	
	text-align:center;	
	padding:25px 0 25px 0;
}
.see-more a
{
	display:inline-block;
	padding:7px 25px;
	text-decoration:none;
	cursor:pointer;
	margin:0;
	border:1px solid #d33a01;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
	background:#d33a01;
}
.see-more a:hover
{
	background:#952929;
	color:#fff;
}



/*******************************/
.detail-new
{
	width:100%;
	height:auto;
	float:left;
}

.detail-title
{
	width:100%;
	height:auto;
	float:left;	
}
.detail-title h4
{
	margin:0;
	padding:10px;
	display:block;
	background-color: #F5F5F5;
    border-bottom:1px solid #CCC;
}
.detail-title h4 a
{
	display:inline-block;
	padding:0 10px;
	text-decoration:none;
	font-size:13px;
	color:#0035ff;
	font-weight:bold;
}
.detail-content
{
	width:96%;
	height:auto;
	float:left;	
	padding:0 2%;
}

.detail-name
{
	width:100%;
	height:auto;
	float:left;	
}

.detail-name h4
{
	display:block;
	padding:7px 0;
	color: #d33a01;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;	
}

.detail-date
{
	width:100%;
	height:auto;
	float:left;	
}

.detail-date span
{
	display:inline-block;
	padding:0 0 10px 0;
	font-size:13px;
	color:#333;
	margin:0 10px 0 0;	
}

.detail-info
{
	width:100%;
	height:auto;
	float:left;	
}

.detail-info p
{
	margin:0;
	padding:0 0 10px 0;
	line-height:20px;
	color:#000;	
}
.detail-info .img
{
	text-align:center;
}
.detail-info p span
{
	font-weight:bold;
}
.detail-info img
{
	max-width:100%;
}