.culture-main {
	width: 100%;
	/* border: 1px solid #ccc; */
	background: #f8f8f8;
}

.newsColumn {
	height: 146px;
	display: block;
	width: 1024px;
	margin: 0 auto;
}

.newsColumn .title {
	font-family: arial;
	font-size: 36px;
	color: #fff;
	margin-left: 24px;
	padding-top: 64px;
}

.newsColumn .location {
	font-family: arial;
	font-size: 12px;
	height: 36px;
	color: #fff;
	margin-left: 24px;
	margin-top: 10px;
}

.newsColumn .location a{
	display: inline-block;
	color: #ffffff;
}

.culture-main .culturePanels {
	background-color: rgba(255, 255, 255, 0.5);
	margin: -40px auto 0;
	width: 1020px;
}

.imgtxt-list {
	overflow: hidden;
	margin: 0 0 30px;
}

.imgtxt-list dt {
	float: left;
	width: 300px;
}

.imgtxt-list dt a img {
	display: block;
	width: 280px;
	height: 200px;
}

.imgtxt-list dd {
	margin-left: 320px;
}

.imgtxt-list dd h4 {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 40px;
	color: #333;
	font-weight: 100;
}

.imgtxt-list dd p {
	margin: 0 0 10px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.imgtxt-list dd p a.simg-more {
	border: 1px solid #00cc66;
	border-radius: 4px;
	color: #00cc66;
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 98px;
}

.imgtxt-list dd p a.simg-more:hover {
	background: #00cc66;
	color: #f5f5f5;
}
.btn {
    display: block;
    width: 160px;
    height: 40px;
    background:url(../../img/download_btn.png) no-repeat;
    color: #fff;
    line-height: 40px;
    text-indent: 60px;
    width: 160px;
    cursor: pointer;
}