.header{
	max-height: 700px;
	position: relative;
}
.header .title{	position: absolute;
	bottom: 17%;
	width: 100%;
	color: #ffffff;
}
.header .title .line{
	width: 6%;
	height: 4px;
	margin-bottom: 2%;
	background: #ffffff;
}
.header .title h1{
	font-size: 66px;
}
.content{
	margin-top: 5%;
}
.content ul{
	position: relative;
}
.content .time{
	font-weight: bold;
	text-align: center;
	position: absolute;
	width: 100px;
	left: 0;
	top: 0;
}
.content .time .line{
	width: 15%;
	margin: 0 auto;
	height: 1px;
	background: #636a70;
	margin-bottom: 8px;
}
.content .time h2{
	font-size: 60px;
}
.content .time .month{
	font-size: 18px;
}
.content .itemBox{
	width: 100%;
	padding-left: 170px;
}
.content .itemBox .itemImg{
	width: 1000px;
}
.content .itemBox .details,.content .itemBox .line{ width: 1000px; }
.content .itemBox .itemImg img{
	width: 100%;
}
.content .itemBox .details{
	margin-top: 54px;
}
.content .itemBox .details h2{
	font-size: 30px;
	font-weight: bold;
	color: #2f3032;
}
.content .itemBox .details > p{
	margin-top: 6px;
	color: #636a70;
	font-size: 16px;
	line-height: 24px;
}


.content .itemBox .details .text:nth-of-type(1){
	margin-top: 26px;
}
.content .itemBox .line{
	width: 100%;
	height: 1px;
	background: #cecfd3;
	margin: 50px 0 40px;
}
.content .itemBox .btn .fl i{
	background: url(../img/left-i.jpg)no-repeat;
	width: 30px;
	height: 12px;
	margin-right: 16px;
	display: inline-block;
}
.content .itemBox .btn .fr i{
	background: url(../img/right-i.jpg)no-repeat;
	width: 30px;
	height: 12px;
	margin-left: 16px;
	display: inline-block;
}
.content .itemBox .btn div{
	cursor: pointer;
	font-size: 18px;
}
.content .itemBox .btn div span{
	border-bottom: 2px solid #777778;
}
.content .itemBox .btn div:nth-of-type(1){
	margin-bottom: 15px;
}
.content .tags{
	position: absolute;
	top: 0;
	right: 0;
	width: 216px;
	text-align: center;
}
.content .tags .title{
	padding: 12px 0;
	width: 100%;
	background: #2f3032;
	color: #9ca0a6;
}
.content .tags ul{
	background: #f4f5f6;
	overflow: hidden;
	padding: 8px 0 28px;
}
.content .tags ul>li{
	width: 75%;
	padding: 10px 0;
	background: #FFFFFF;
	margin: 16px auto;
}

@media screen and (max-width: 1560px){
	.content .itemBox .itemImg{
		width: 800px;
	}
	.content .itemBox .details,.content .itemBox .line{ width: 800px; }
	.content .itemBox{
		padding-left: 140px;
	}
}
@media screen and (max-width: 1280px){
	.content .itemBox{
		padding-left: 120px;
	}
	.content .itemBox .itemImg{
		width: 596px;
	}
	.content .itemBox .details, .content .itemBox .line{ width: 596px; }
	.content .time h2{
		font-size: 50px;
	}
	.content .time .month, .content .itemBox .btn div{
		font-size: 16px;
	}
	.content .itemBox .details{
		margin-top: 40px;
	}
	.content .itemBox .details h2{
		font-size: 28px;
	}
}
@media screen and (max-width: 996px){
	.content .itemBox .itemImg{
		width: 100%;
		height: auto;
	}
	.content .itemBox .details, .content .itemBox .line{ width: 100%; }
	.content .itemBox{ padding-left: 0;padding-right: 0; }
	.content .time{
		left: 2%;
	}
}
@media screen and (max-width: 776px){
	.content .itemBox{
	}
	.content .tags{
		width: 188px;
	}
	.content .itemBox .details h2{
		font-size: 24px;
	}
}

@media screen and (max-width: 600px){
	.content .itemBox{
		padding-right: 0;
	}
	.content .tags{
		position: static;
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.content .itemBox .btn div, .content .itemBox .details > p{
		font-size: 14px;
	}
	.content .itemBox .details h2{
		font-size: 20px;
	}
	.content .time h2{
		font-size: 42px;
	}
	.content .itemBox .details{
		margin-top: 30px;
	}
}

@media screen and (max-width: 450px){
	.content .itemBox .details h2{ font-size: 16px; }
}