
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: 55px;
}

.con-left-navs{
	margin-top: 20px;
}

.con-left-nav p {
	margin-top: 3.5px;
	font-size: 17.5px;
}

.siteConRight{
	width: 70%;
	margin-top: 20px;
}
.info-title{
	padding-bottom: 20px;
}
.info-article{
	padding-bottom: 20px;
	border-bottom: solid 1px #d9d9d9;
}
.info-text{
	margin-top: 0px;
}
.info-text > p{
	padding-bottom: 20px;
}
.info-text img{
	max-width: 100%;
	/*display: block;*/
	float: none;
}
.info-text span{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}




@media only screen and (max-width: 768px) {
	
.info-text img{
	max-width: 100%;
	display: block;
	float: none;
}
	
	.siteConRight{
	width: 70%;
	margin-top: 0px;
}
	
	#main{
		padding-top: 60px;
	}
	/* 2015-11-20 修改 */
	.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: 0;
		margin-bottom: 0;
	}

	.siteConRight{
		width: 100%;
		
		padding-left: 15px;
		padding-right: 15px;
	}
	.info-title{
		border-bottom:solid 1px #d2d2d2; 
	}
	.info-article{
		border: 0;
		padding-top: 15px;
		padding-bottom: 0;
	}
	.info-article > p{
		margin-bottom: 5px;
		width: 100%;
		float: left!important;
	}
	.info-text{
		margin-top: 0px;
	}

}
































