.news-main {
	width: 100%;
	/* border: 1px solid #ccc; */
	background: #fff;
}

.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;
}

.news-main .newsList {
	background-color: rgba(255, 255, 255, 0.5);
	margin: -40px auto 0;
	width: 1020px;
}

.newsList .listitem {
	width: 100%;
	border-bottom: 1px dashed #383838;
}

.newsList .pic-wrap {
	width: 1020px;
	overflow: hidden;
	padding-top: 28px;
	padding-bottom:28px;
}

.news-main .newsList .divImg {
	float: left;
	position: relative;
	margin-left: 24px;
	margin-right: 16px;
	width: 279px;
	height: 199px;
	overflow: hidden;
}

.news-main .newsList img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-main .newsList .daytag {
	width: 60px;
	height: 58px;
	background: #1fd476;
	position: relative;
	top: -200px;
	left: 0px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

.news-main .newsList .daytag .day {
	font-family: arial;
	font-size: 35px;
	color: #fff;
}

.daytag .daydes {
	font-family: arial;
	font-size: 12px;
	color: #d9f7e7;
	margin-bottom: 10px;
}

.divImgIntr {
	float: left;
}

.spanTitle {
	background: url(../img/shoto_home_newlist_finger.png) no-repeat left;
	font-family: arial;
	font-size: 14px;
	color: #343434;
	font-weight: bold;
	padding-left: 15px;
	width: 650px;	
}

.spanSubtitle {
	font-family: arial;
	font-size: 12px;
	color: #666;
	margin-top: 24px;
	line-height: 20px;
	width: 700px;
}

.newsMoreBt {
	border-style: solid;
	border-width: 2px;
	border-color: #1fd476;
	background: #fff;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
	color: #1fd476;
	font-size: 14px;
	font-family: arial;
	margin-top: 30px;
    cursor: pointer;
    width: 60px;
}

