.page{
	width:100%;
}

/* 新闻资讯  */
.latest-news-area{
	padding:65px 0;
	width:100%;
	background:#fff;
}

.latest-news-area .news-area{
	margin:0 auto;
	width:1128px;
}

.latest-news-area .news-area .left{
	float:left;
	width:519px;
}
.latest-news-area .left .hd{
	width:295px;height:33px;
	background:url('../img/latest-news-hd1.png') no-repeat;
}
.latest-news-area .left a{
	display:block;
	margin-top:50px;
	width:519px;height:399px;
}
.latest-news-area .left a .img-ibox{
	width:519px;height:278px;
}
.latest-news-area .left a .title{
	margin-top:20px;
	width:100%;height:37px;
	line-height:37px;
	font-size:20px;
	color:#404040;
	font-weight:700;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.latest-news-area .left a .details{
	width:100%;height:32px;
	line-height:32px;
	font-size:14px;
	color:#949494;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.latest-news-area .left a .time{
	width:100%;height:32px;
	line-height:32px;
	font-size:14px;
	color:#949494;
}

.latest-news-area .news-area .right{
	float:right;
	width:582px;
}
.latest-news-area .right .tab-ul{
	margin-top:4px;
}
.latest-news-area .right .tab-ul li{
	float:left;
	margin-right:2px;
	width:144px;height:36px;
	line-height:36px;
	background:#202020;
	font-size:14px;
	color:#999;
	text-align:center;
	cursor:pointer;
}
.latest-news-area .right .tab-ul li:last-child{
	margin-right:0;
}
.latest-news-area .right .tab-ul li.active{
	background:#00acf0;
	color:#fff;
	font-weight:700;
}

.latest-news-area .right .info-area{
	margin-top:15px;
	width:100%;height:351px;
}
.latest-news-area .right .info-area a{
	display:block;
	padding-top:18px;
	width:100%;height:117px;
	border-bottom:1px solid #d3d4d5;
	box-sizing:border-box;
}
.latest-news-area .right .info-area a .title{
	width:100%;height:28px;
	line-height:28px;
	font-size:14px;
	color:#404040;
	font-weight:700;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.latest-news-area .right .info-area a .details{
	width:100%;height:26px;
	line-height:26px;
	font-size:14px;
	color:#949494;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.latest-news-area .right .info-area a .time{
	width:100%;height:26px;
	line-height:26px;
	font-size:14px;
	color:#949494;
}

.latest-news-area .right .pageArea{
	margin:30px auto 0;
}

/* 精品攻略 */
.boutique-strategy-area{
	padding:35px 0 45px 0;
	width:100%;
	background:#222;
}

.boutique-strategy-area .hd{
	position:relative;
	margin:0 auto;
	width:1050px;height:33px;
	background:url('../img/boutique-strategy-hd1.png') no-repeat;
}
.boutique-strategy-area .hd .contribute-btn{
	position:absolute;
	top:0;right:0;
	width:130px;height:33px;
	background:url('../img/news-contribute-btn.png') no-repeat;
}

.boutique-strategy-area .strategy-area{
	margin:45px auto 0;
	width:1050px;
}
.boutique-strategy-area .strategy-area a{
	float:left;
	width:328px;
}
.boutique-strategy-area .strategy-area a:nth-child(2){
	margin:0 33px;
}
.boutique-strategy-area .strategy-area a .img-ibox{
	width:100%;height:220px;
}
.boutique-strategy-area .strategy-area a .title{
	margin-top:9px;
	width:100%;height:26px;
	line-height:26px;
	font-size:14px;
	color:#eee;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.boutique-strategy-area .strategy-area a .details{
	width:100%;height:22px;
	line-height:22px;
	font-size:14px;
	color:rgba(238,238,238,0.3);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.boutique-strategy-area .pageArea{
	margin:40px auto 0;
}
