@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {
.page_content{ width:1000px; margin:0 auto; height:auto; display:table;}
.tj_adr{ width:1000px; height:50px; line-height:50px;}
.tj_adr span{ float:left;}
.tj_adr em{ float:left; width:20px; text-align:center;}
.tj_adr p{ float:left;}

.content_t{ text-align:center; width:1000px; }
.content_t h1{ font-size:25px; line-height:30px;}

.time{ float:left; width:33%; color:#CCCCCC; font-size:14px; line-height:30px;}
.edit{ float:left; width:33%; color:#CCCCCC; font-size:14px; line-height:30px;}
.laiy{ float:left; width:33%; color:#CCCCCC; font-size:14px; line-height:30px;}

.content{ width:1000px; float:left; font-size:16px; line-height:30px;}
.content p{ text-indent:2em; margin-top:15px; color:#666666;}
}

@media (max-width: 767px) {
.page_content{ width:98%; margin:0 auto; height:auto; display:table;}
.tj_adr{ width:100%; height:50px; line-height:50px;}
.tj_adr span{ float:left;}
.tj_adr em{ float:left; width:20px; text-align:center;}
.tj_adr p{ float:left;}

.content_t{ text-align:center; width:100%; }
.content_t h1{ font-size:25px; line-height:30px;}

.time{ float:left; width:33%; color:#CCCCCC; font-size:14px; line-height:30px;}
.edit{ float:left; width:33%; color:#CCCCCC; font-size:14px; line-height:30px;}
.laiy{ float:left; width:33%; color:#CCCCCC; font-size:14px; line-height:30px;}

.content{ width:100%; float:left; font-size:16px; line-height:30px;}
.content p{ text-indent:2em; margin-top:15px; color:#666666;}
}