/* article list start */
#article-list{
	width:100%;
}
.article-list ul{
	list-style:none;
	padding:0;
	margin:0;
}
.article-list li{	
	float:left;
	position: relative;
	margin: 2px;
	box-shadow:0px 0px 5px #555;
	width:336px;
	height:336px;
	overflow:hide;
}
.article-list li:hover{	
	position:relative;
	left:1px;
	top:1px;
	opacity:0.9;
}
.article-list li img{
	width:336px;
	/* box-shadow:0px 0px 5px #555; */
}

.article-list .inside-box-news{
	position: absolute;
	bottom:-20px;
	left: 0; 
	width: 100%;
}
.article-list .inside-box-news p{
	color: white; 
	width:100%;
	font: bold 20px/30px Microsoft JhengHei, Arial, Helvetica, Verdana; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 1px; 
}
.article-list .inside-box{
	position:absolute;
	top:220px;
	left:0; 
	width:100%;
}
.article-list h2{
	position:absolute;
	width:100%;
	color:#FFF;
	margin:0;
	padding:0;
	text-decoration:none;
	text-align:center;
	background: #057311; /* fallback color */
}
.article-list p{
	color: white; 
	font: bold 20px/30px Microsoft JhengHei, Arial, Helvetica, Verdana; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
}
.article-list span{
	color: white; 
	font: bold 20px/46px Microsoft JhengHei, Arial, Helvetica, Verdana; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px
}
.article-list li.adsense{	
	margin:0px;	
	padding:0px;
}
/* article list end */


/* categoris list start */
.article-list2{
	width:100%;
	margin:0px;
	padding:0px;
}
.read-more{
	width:80%;
	margin:auto;
	padding:5px;
	border:1px solid #DDD;
	border-radius:3px;
	box-shadow:1px 1px 1px #CCC;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	background-color:#FFF;
}
.read-more:hover{
	position:relative;
	top:1;
	left:1;
	box-shadow:none;
}
.article-list2 .outside-box{
	width:320px;
	margin:0 5px 0 5px;
	padding:2px 0;
	float:left;
	/* border-right:1px solid #DDD; */
}
.article-list2 .inside-box{
	width:150px;
	float:left;
	text-align:justify;
}
.article-list2 h2{
	font-size:30px;
	border-bottom:1px solid #DDD;
	margin-bottom:0px;
}
.article-list2 h3{
	margin:0px;
	padding:5px 0;
	/* border-bottom:1px dotted #DDD; */
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	font-weight:normal;
}
.article-list2 h4{
	margin:0px;
	padding:5px 0;
	/* border-bottom:1px dotted #DDD; */
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	text-align:right;
}
.article-list2 p{
	font-size:12px;
}
.article-list ul{
	list-style:none;
	padding:0px;
}
.article-list2 li{
	background-color:#FFF;
	margin: 10px 0 20px 0 ;
	padding:2px;
	border-bottom:1px dotted #DDD;
}
.article-list2 li:hover{
	/* background-color:#EEE; */

}
.article-list2 img{
	width:150px;
	border-radius:3px;
	margin:0 3px 3px 0;
	float:left;
	padding:0px;
	border:1px solid #DDD;
	border-radius:5px;

}
.article-list2 a{
	text-decoration:none;

}
.article-list2 a:hover{
	color:#333;
	text-decoration:underline;

}
/* categoris list end */