
p{
	margin: 0;
}

.banner{
	position: relative;
	width: 100%;
	height: 260px;
	background: url("../img/banner1.jpg") center no-repeat;
}

#banner-yt{
	position: absolute;
	right: 50px;
	top: 190px;
	width: 271px;
}
#banner-zt{
	position: absolute;
	right: 50px;
	top: 125px;
	width: 200px;
}

#trends-content{
	margin-bottom: 150px;
}

.con-left-navs{
	margin-top: 20px;
}

.con-left-nav p {
	margin-top: 3.5px;
	font-size: 17.5px;
}

.siteConRight{
	width: 70%;
	margin-top: 2px;
}

.pagination{
	margin-top: 20px;
}





@media only screen and (max-width: 768px) {
	/* 2015-11-20 修改 */
	#main{
		padding-top: 60px;
	}
	.banner{
		width: 100%;
		height: 100px;
		background: url("../img/banner1_1.jpg");
		background-size: 100% 100%;
	}
	#banner-yt{
		top: 60px;
		right: 20px;
		width: 138px;
	}
	#banner-zt{
		top: 20px;
		right: 20px;
		width: 84px;
	}
	/* 2015-11-20 修改 - end */
	#trends-content{
		margin-top: 20px;
		margin-bottom: 0;
	}

	.siteConRight{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.news-lists li{
		border-color: #e8e8e8;
	}
	.news-lists li > a > p{
		width: 90%;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.news-lists li > a > em{
		margin-left: 0;
	}
}