
/*通用样式*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; border: 0; outline: none;}
ul, ol{list-style: none;}
a{color: black;text-decoration: none;}
a:hover {text-decoration: underline;}
html{font-family: "Microsoft YaHei",Arial;height: 100%}
body{height: 100%}

/*header头部样式*/

header{
    width: 100%;
    height: 7.7%;
    border-bottom: 0.015rem solid #E6E6E6;
}
header img {
    display: block;
    float: left;
    width: 0.38rem;

    margin-top:4.5%;
    margin-left: 4.3%;
}
header p{
    font-size: 0.26rem;
    height: 0.30rem;
    line-height: 0.30rem;

    float: left;
    color: #333434;
    margin-top: 5.5%;
    margin-left: 24.9%;

}
header span{
    display: block;
    font-size: 0.26rem;
    line-height: 0.3rem;
    width: 0.6rem;
    margin-top:5.5%;

    float: left;
    color: #333434;

}

/*内容区样式section*/
section{
    height: 100%;
   padding-left: 24px;
    margin-top: 0.3rem;
    padding-right: 24px;

}
section h3{
    font-size: 0.32rem;
    color: #333434;
}
section .name{
    font-size: 0.24rem;
    color: #333434;
    margin-top: 0.4rem;
}
section .main{
    display: inline-block;
    font-size: 0.16rem;
    color: #333434;
    line-height: 0.4rem;
    text-align: justify;
    margin-top: 0.3rem;
    letter-spacing:0.018rem;

}
section .main1{
    display: inline-block;
    font-size: 0.16rem;
    color: #333434;
    line-height: 0.4rem;
    text-align: justify;
    margin-top: 0.2rem;
    letter-spacing:0.018rem;
    white-space: pre-wrap;

}
