@CHARSET "UTF-8";

.list-default {
	padding-bottom: 50px;
	color: #555;
}

.list-default .pagetitle {
	height: 150px;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 20px;
	color: #00529c;
	background: url(/img/ge_pano.jpg) no-repeat center;
	
}

.list-default .pagetitle .color-overlay{
	padding-top: 106px;
	height: 100%;
	background: rgba(255,255,255,0.8);
	border-bottom: 1px solid #FFCF03;
	box-sizing: border-box;
}

.list-default .pagetitle h1{
	font-size: 40px;
}

.an-article {
	
}

.an-article h1 a,
.an-article h2 a{
	text-decoration: none;

}

.an-article h1,
.an-article h2 {
	margin-bottom: 15px;
}

.an-article .read-more{
	display: block;
	margin-top: 5px;
}

.an-article .read-more a{
	color: #fdce2d;
	text-decoration: none;
}
.an-article .read-more a:hover{
	color: #666;
}

.list-view ul {
	margin-left: 30px;
	list-style: square;
}

@media only screen and (max-width: 480px) {
	.list-default .pagetitle h1{
		font-size: 26px;
		line-height: 26px;
	}
	
	.list-default .pagetitle .color-overlay{
		padding-top: 126px;
	}
}