@media only screen and (max-width: 1800px){
	._index-4 .content .details h2{ font-size: 22px; }
	._index-4 .content .details .text{ font-size: 15px; }
}
@media only screen and (max-width: 1560px){
	._index-4 .content .itemImg{width: 400px; height: 280px; margin-left: 30px;}
	._index-4 .content .details{width: 430px; margin-left: 15px;}
	._index-4 .content .details .btn{width: 272px;height: 44px;line-height: 44px;right: 240px;}

}
@media only screen and (max-width: 1280px){
	._index-4 .content .itemBox{padding: 0 196px 0 86px;}
	._index-4 .content .time .time-content{width: 86px;}
	._index-4 .content .tags{width: 196px;}
	._index-4 .content .itemImg{width: 300px;height: 230px;margin-left: 20px;}
	._index-4 .content .details{width: 290px;margin-left: 10px;}
	._index-4 .content .time .time-content .text{font-size: 54px;}
	._index-4 .content .details h2{font-size: 20px;}
	._index-4 .content .details .btn{width: 210px;right: 256px;}
	._index-4 .content .details .text{ font-size: 14px; }

}

@media only screen and (max-width: 996px){
	._index-4 .content .itemImg, ._index-4 .content .details{float: none; width: 100%;}
	._index-4 .content .itemImg{height: auto;}
	._index-4 .content .itemBox{padding: 0 220px 0 76px;}
	._index-4 .content .time .time-content{width: 76px;}
	._index-4 .content .details{margin: 10px 0 0 20px;}
	._index-4 .content .details .btn{position: static;margin-top: 26px;}
	._index-4 .content .time .time-content .text{font-size: 48px;}

}
@media only screen and (max-width: 750px){
	.content .time{float: none; padding-right: 200px; position: absolute; z-index: 10;}
	._index-4 .content .time .time-content{position: static;width: 100px;margin: 0 auto;}
	._index-4 .content .itemImg, ._index-4 .content .details{margin-left: 0;}
	._index-4 .content .itemBox{padding: 0 220px 0 0;}
	._index-4 .content .time .time-content .text{font-size: 40px;}
}
@media only screen and (max-width: 570px){
	._index-4 .content .itemBox{padding: 0;}
	._index-4 .content .tags{position: static; width: 80%; margin: 0 auto; min-width: 216px;}
	._index-4 .content .details .btn{width: 100%;}
	._index-4 .content .time .time-content .text{font-size: 32px;}
}

@media only screen and (max-width: 1440px){
	._index-4 .header .title h1{
		font-size: 55px;
	}
}
@media screen and (max-width: 1200px){
	._index-4 .header .title h1{
		font-size: 36px;
	}
}
@media screen and (max-width: 1000px){
	._index-4 .content .details h2{
		font-size: 20px;
	}
}
@media screen and (max-width: 776px){
	._index-4 .content{ margin-top: 60px; }
	._index-4 .content .details h2{
		font-size: 18px;
	}
}
@media screen and (max-width: 450px){
	._index-4 .content .details h2{ font-size: 16px; }
	._index-4 .content{ margin-top: 40px; }
	._index-4 .content .details .text{ font-size: 12px; }
	._index-4 .content .details .btn{ font-size: 16px; }
}