/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;outline:none;}
/*html{font-size: 62.5%;}*/
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}*:focus{outline:none;}
a{color:#333;font-family:" 微软雅黑"}
a:hover{color: #355e92;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
html{font-size: 15px;}
body{font-family:"microsoft yahei"; font-size: 15px;}
input,textarea{-webkit-appearance: none;}/*去除内阴影*/
a,img{-webkit-touch-callout: none;}/*去除长时间按弹出*/
a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}/*去除点击后出现暗色*/







.place{
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.3rem;
}

.main{
    width: 88%;
    margin: 0 auto;
}
p.title{
    font-size: 0.36rem;
    line-height: 0.64rem;
    text-align: center;
}
.time{
    font-size: 0.28rem;
    color: #666666;
    display: block;
    text-align: center;
    line-height:0.42rem;
}
.see{
  font-size: 0.28rem;
    color: #666666;}
.contain{
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: justify;
}
.contain img{
    display: block;
    width:100%;
    margin-top:0.24rem;
    margin-bottom:0.24rem;
}
@media only screen and (min-width: 769px){
    html{max-width:768px;}
}