body{
    background-color: #fff !important;
}
.main{
	width: 94% !important;
}
.top{
    border-bottom: solid 1px #dcdcdc;
	width: 100%;
    max-width: 768px;
    position: fixed;
    z-index: 999;
    line-height: 1.2rem;
    height: 1.2rem;
    color: #fff;
    text-align: center;
    background-color: #525252;
    font-size: 0.4rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display:block !important;
}
.top-back {
    position: absolute;
    left: 0;
    line-height: 1rem;
}
.top-back img {
    height: 0.6rem;
    margin-top: 0.3rem;
}
.top span{
	width: 70%;
    height: 1.2rem;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.main{
    width: 94%;
    margin:0 auto;
    padding-bottom: 0.5rem;
	padding-top:1.2rem !important;
	overflow-x: hidden;
}
.pageTitle{
    font-size: 0.5rem;
    color: #333333;
    padding: 0.3rem 0 0.2rem 0;
}


.pageInfo{
    margin-bottom: 0.3rem;
    color: #666;
}
.pageInfo .newsAuthor{
    color: #a5a5a5;
    font-size: 0.3rem;
    float: left;
    background-image: url("/images/icon-author.png");
    background-repeat: no-repeat;
    background-size: 0.3rem auto;
    background-position: left center;
    text-indent: 0.4rem;
}
.pageInfo .newsTime{
    color: #a5a5a5;
    margin-left: 0.3rem;
    font-size: 0.3rem;
    float: left;
    background-image: url("/images/icon-time.png");
    background-repeat: no-repeat;
    background-size: 0.3rem auto;
    background-position: left center;
    text-indent: 0.4rem;
}
.pageInfo .newsView{
    color: #a5a5a5;
    margin-left: 0.3rem;
    font-size: 0.3rem;
    float: left;
    background-image: url("/images/icon-view.png");
    background-repeat: no-repeat;
    background-size: 0.45rem auto;
    background-position: left center;
    text-indent: 0.55rem;
}

.pageContent{
    font-size: 0.35rem;
}
.main img{
    margin: 0 auto;
    max-width: 640px;
    padding: 0.3rem 0 0.3rem 0 !important;
    display: block;
}
.pageWx{
    text-align: center;
    margin-top: 0.5rem;
	padding-bottom:0.3rem;
}
.pageWx p:nth-child(1){
    font-size: 0.4rem;
    color: #999;
}
.pageWx p:nth-child(2){
    display: block;
    width: 40%;
    margin:0.3rem auto 0.3rem auto;
    font-size: 0.5rem;
    padding: 0.3rem;
    border-radius: 0.3rem;
    color: #0084cd;
    background-color: #dcedff;
}
.pageWx p:nth-child(3) img{
	width:50% !important;
}
.pageWx p:nth-child(4){
    font-size: 0.35rem;
    color: #ff6161;
}

@media screen and (min-width: 320px) {
   .main img{
	   max-width:300px;
   }
}
@media screen and (min-width: 375px) {
   .main img{
	   max-width:355px;
   }
}
@media screen and (min-width: 414px) {
   .main img{
	   max-width:390px;
   }
}

@media screen and (min-width: 768px) {
   .main img{
	   max-width:620px;
   }
}