body{
	background-color:#EFEFEF;
}
.main{
	width:1090px;margin:0 auto;
}
.website{
	margin:15px auto 15px;
	font-size: 12px;
    padding: 4px 0 4px 10px;
    border-left: 2px solid #C1494A;
    line-height: 1;
}
.content_w850{
	background-color:#FFF;padding:20px;
}
.content-title{
	text-align:center;
}
.content-inf{
	text-align:right;
	padding-top: 10px;
}

.content_w850 img{max-width:700px;}

@media only screen and (max-width: 760px){
	.main{
		width:100%;
	}
	.website{
		margin-top:10px;
		margin-bottom:7px;
	}
	.right-fixed{
		display:none;
	}
	.content-inf{
		margin-top: 3px;
    	margin-bottom: 5px;
	}
	 .content-txt img{
	   width:100%;
	}
	.content_w850 img{
	   max-width:100%;
	}
	
	.content-txt section{margin: 0 auto!important;}
	
	.content-txt section img{
        margin: 0 auto!important;
        width: 100%!important;
        height: auto!important;
    }
	
	
	
}
