@charset "utf-8";
.box1{ max-width:1200px; width:96%; margin:30px auto; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.fx{ margin:20px 0 3%; padding-bottom:10px; color:#666; font-size:12px;border-bottom:1px solid #ddd;}
.fx a{ color:#666}
.fx a:hover{ color:#cfb582}

.clear{ clear:both; height:0px; line-height:0px; font-size:0px;}
 
.imgs{ vertical-align:top;}
.lf{ float:left;}
.rg{ float:right;}  
img{border:none;}

.title{ text-align:center; font-size:22px; color:#333; line-height:35px;}
.time{ margin-top:1%; text-align:center;  color:#888; padding-bottom:1%;}
.txt{ margin-top:3%; color:#333; font-size:14px; line-height:26px;}

 
.back{ margin-top:3%; margin-bottom:5%; border-top:1px solid #ddd; padding-top:1%; font-size:12px;}
.back a{ color:#666; display:block; line-height:25px}
.back a:hover{ color:#cfb582;}
 
 
@media screen and (max-width: 1024px) and (min-width:0px) {/* 移动端的尺寸 */
.box1{width:auto; padding-left:2%; padding-right:2%;}
	.title{ font-size:18px; line-height:22px; margin-top:5%;}
	.time{ font-size:14px;}
	 
	.txt img{ width:100%;}
}
 