#List_View { overflow:hidden;}

/*----------------- VIEW 1 ----------------*/
#List_View .View1 {
	float: left; 
	margin-bottom: 15px;
}

#List_View div.View1 div.item {
	float: left;
	margin: 0px;
	margin-right: 30px;
	text-align: center;
	width: 330px;
}
#List_View .View1 div.item.last {
	margin: 0px;
	margin-right: 0px;
}


#List_View .img {
	border: 1px solid #ccc;
	padding: 4px;
	background:#ffffff;
	text-align: center;
	position:relative;
}
#List_View .img img { width:320px; height:150px}

#List_View .View1 h3 {
	background:url(../images/shadow.png) ;	
	position:absolute;
	bottom:5px;
	left:5px;
	width:320px;
}

#List_View .View1 h3 a {
 	font-weight: bold;
	color:#ffffff;
	display:block;
	padding:5px 10px;
}

#List_View .View1 h3 a:hover {
 	text-decoration: none;
}


#List_View .viewMore {
	text-align: right;
	padding-right: 10px;
}

#List_View .noItem {
	padding: 50px;
	text-align: center;
	color: #ff0000;
}

/*----------------- VIEW 2 ----------------*/
.box-item {
	padding: 10px 0px 0px;
}

.box-item p {
	margin: 0px;
	padding: 5px 0px;
}

.box-item h3 {

	font-weight: bold;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left
}

.box-item h3 a {
	text-align: left;	 
}
  
.box-item .img_left {
	border: 1px solid #d4d4d4;
	padding: 2px;
	text-align: center;
	float:left;
	margin-right:15px;	
	
	border:1px solid #d2d2d2;
	-moz-box-shadow: 4px 4px 4px #e8e8e8;
	-webkit-box-shadow: 4px 4px 4px #e8e8e8;
	box-shadow: 4px 4px 4px #e8e8e8;
	
}
.box-item .img_right {
	border: 1px solid #d4d4d4;
	padding: 2px;
	text-align: center;
	float:right;
	margin-left:5px;	
}

.box-item .short {
	text-align: justify;
}

.box-item .more {
	margin: 0px;
	padding: 2px 0px;
	text-align: right;
}

.hr {
	background: url(../images/hr.gif) repeat-x center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/*DETAL*/
.boxDetail  {
	padding:5px 10px;
}
.boxDetail .title { 
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color:#f87d12;font-size:14pt;
	font-weight:bold; 
	margin-bottom:5px;
	background:url(../images/hr.gif) bottom repeat-x;
	padding-bottom:7px;
}
.boxDetail .imgDetail_left {
	display:block;
	float:left;
	margin-right:7px;
}
.boxDetail .imgDetail_right {
	display:block;
	float:right;
	margin-left:7px;
}
.boxDetail .fDespic {
	font-size:9px;
	color:#999999;
	text-align:center;
}
.font_date{ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; padding:0px;margin:0px; color:#989a9b; font-weight:normal;font-size:10px;}

 
/*OTHER*/

.list_other {margin-bottom:10px; padding:5px 10px;}
.list_other h3 { color:#FF7E00; font-size:11px;padding-left:0px; font-weight:normal}
.list_other ul { list-style:none;}
.list_other li { background:url(../images/icon_other_news.gif) 0 6px no-repeat ; padding-left:20px; line-height:18px; }
.list_other li a { text-decoration:none  }
.list_other li a:hover {  text-decoration:underline;}