﻿@charset "utf-8";
/*当页面小于992px的时执行下面的CSS*/
@media screen and (max-width: 992px){
	.post_get{ overflow:hidden; background-color:#FFF; margin-top:10px}
	.post_get .l{width:100%; height:auto;}
	.post_get .r{width:100%; height:auto; padding:20px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
	.post_get .r h6{ font-size:0.26rem; color:#666; font-weight:500}
	.post_get .r em{display:block; font-size:0.16rem; line-height:0.28rem; color:#999; margin-top:10px}
}

/*当页面大于992px时候*/
@media screen and (min-width:992px){
	.post_get{overflow:hidden; background-color:#FFF; margin-top:35px}
	.post_get .l{ float:left; width:35%; height:auto;}
	.post_get .r{ float:right; width:60%; height:auto; padding:50px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
	.post_get .r h6{ font-size:30px; color:#666; font-weight:500}
	.post_get .r em{ font-size:18px; color:#999; display:block; margin-top:20px}
}