@charset "utf-8";
/* 此@media查询样式单位是以效果图宽360px为例定义的大小 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}

html { font-size : 22.5px; width:100%; overflow-x:hidden;}
@media only screen and (min-width: 320px){
    html { font-size: 20px !important;}
}
@media only screen and (min-width: 360px){
    html { font-size: 22.5px !important;}
}
@media only screen and (min-width: 375px){
    html { font-size: 23.4375px !important;}
}
@media only screen and (min-width: 400px){
    html { font-size: 25px !important;}
}
@media only screen and (min-width: 414px){
    html { font-size: 25.875px !important;}
}
@media only screen and (min-width: 428px){
    html { font-size: 26.75px !important;}
}
@media only screen and (min-width: 480px){
    html { font-size: 30px !important;}
}
@media only screen and (min-width: 569px){
    html { font-size: 35px !important;}
}
@media only screen and (min-width: 640px){
    html { font-size: 40px !important;}
}
@media only screen and (min-width: 768px){
    html { font-size: 45px !important;}
}

input,select{ outline: none;}
input[type="text"],input[type="url"],input[type="submit"],input[type="button"],input[type="email"],input[type="date"],input[type="time"],input[type="tel"],input[type="password"]{ background-color:transparent; -webkit-appearance:none;}
input::-webkit-calendar-picker-indicator{ opacity:0;}/* 下拉小箭头 */
select{ background-color:transparent; -webkit-appearance:none;}
textarea{ -webkit-appearance:none;}

div{ overflow:hidden;}

body{ font:normal 0.65rem/1.2rem "SimSun"; color:black; background:#F4F5F7 url(../images/mapbg.jpg) no-repeat top center;}
.shraecard{background:#F4F5F7 url(../images/mapbg.jpg) no-repeat top center; background-size:100%;}
*{ margin:0;padding:0;outline:none}
*:not(input,textarea){-webkit-touch-callout:inherit;-webkit-user-select:auto;}

a{color:#878787;text-decoration:none;-webkit-tap-highlight-color:transparent;}
a:hover{text-decoration:none}
button,input,select,textarea{font-size:100%;margin:0;padding:0;outline:0;}
textarea,input{resize:none;outline:0}
textarea{resize:none;-webkit-appearance:none}
ul,ol,li{list-style:none}
img{ display:block; border:0;}

hgroup{ display:block; width:100%; text-align:center; margin:1.5rem 0 0 0;}
/* h1{ font:bold 1.25rem/1.5rem "SimHei,SimSun"; color:#D93202;} */
h1 img{ width:9.4rem; margin:0 auto;}
h3{ font:bolder 0.9rem/1rem "SimSun"; color:#000000; margin:0.5rem 0;}
h6{ font:normal 0.6rem/1.5rem "SimHei"; color:#888888; letter-spacing:10px;}

.content{ background:#ffffff; border-radius:0.4rem; box-shadow:0 0 12px rgba(204,204,204,0.2); padding:0.5rem 0.6rem 0.8rem; margin:0.3rem 0.6rem 0.8rem;}
.content h3{text-align: left;}
#date, #title{width: 40%;}
.date{ background:url(../images/icon_kuaixun.jpg) no-repeat 0 0.2rem; background-size:40%; text-align:right; font-size:0.5rem; height:1.5rem; margin-top:-0.4rem; border-bottom:1px dashed #dddddd; margin-bottom:0.8rem;}
.show{ display:inline-block; width:100%; text-align: justify;    /* 所有行两端对齐 */
  text-align-last: left;  /* 最后一行强制左对齐 */
}
.download *{ float:right;}
/* .download div{ border-right:1px solid #dddddd; margin-right:0.6rem; padding:0.35rem 0.6rem 0.35rem 0;}
.download div p{ width:100%; text-align:right; line-height:0.8rem;}
.download div p:first-child{ color:#333333; font-size:0.5rem;}
.download div p:nth-child(2){ color:#999999; font-size:0.5rem; transform:scale(0.85); letter-spacing:3px; margin-right:-0.64rem;} */
.download img{ float:right;}
.download img:first-child{ width:2.2rem;}
.download img:nth-child(2){ width:4.6rem; margin-right:0.8rem;}

.foot{ background:#D93202; height:3rem;}
.foot div{ color:#ffffff; display:table; margin:1rem auto;}
.foot img{ width:11rem; }


@media screen and (max-width:768px){
    body{  background-size:100%; }
    .page-width{  background-size:100%; }
}

@media screen and (min-width:769px){

    body{  background-size:720px auto;  width:720px; margin:0 auto;}
    .page-width{  background-size:720px auto;  width:720px; margin:0 auto;}
    .banner{ width:720px; margin:0 auto; height:200px;}
    .content{ width:620px; margin:0 auto 0.5rem;}
    .foot{ width:720px; margin:0 auto;}

}