.head-container {
	margin-bottom: 30px;
}

.head-container h1.logo {
	background: url(//kjt.hubei.gov.cn/material/images/cxq/hd.png) no-repeat center top;
	height: 400px;
	text-indent: -999em;
}

.block {
	display: block;
	text-align: center;
}

.title-t {
	height: 64px;
	line-height: 54px;
	font-size: 22px;
	padding-bottom: 10px;
	background: url(//kjt.hubei.gov.cn/material/images/cxq/lmt_1.png) no-repeat left bottom;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.list-t li {
	font-size: 18px;
	line-height: 46px;
}

.banner {
	display: block;
	max-height: 160px;
	margin-bottom: 30px;
}

.banner img {
	display: block;
	width: 100%;
	height: 100%;
}





@media (max-width: 480px) {
	.head-container h1.logo{
		height: 138px;
		text-indent: -999em;
		background-size: 180%;
	}
	.head-container {
		margin-bottom: 20px;
	}
}