*{
    padding: 0;
    margin: 0;
}
a{
    color: #333;
}
.header{
    width: 100%;
    height: 80px;
}
.header .span1{
    width: 20%;float: left;height: 100%;
}
.header .span1 img{
    padding-left: 20%;
    position: relative;
    top: 35%;
    width: 30pt;
    height: 20pt;
}
.header .span2{
    width: 60%;float: left;height: 100%;text-align: center;line-height: 80px;
}
.header .span2 p{
    color: #333;font-size: 14pt;font-family: "PingFang SC";
}
.header .span3{
    width: 20%;float: left;height: 100%;text-align: right;
}
.header .span3 img{
    position: relative;top: 25%;padding-right: 20%;
}

/* 文章 */
.conter{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2%;
    padding: 0 10pt;
    min-height: 700px;
}
.conter .tit{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 4%;
    margin-bottom: 4%;
}
.conter .tit p{
    width: 100%;
    text-align: center;
    font-size: 14pt;
    color: #333;
    font-weight: bold;
}
.conter .tit span{
    margin-top: 4%;
    display: block;
    font-size: 12pt;
}
.zw p img{max-width:100%}
.footer{
    width: 100%;
    height: 50pt;
    text-align: center;
    line-height: 50pt;
    background: #e3e3e3;
    margin-top: 20px;
}
.footer p{
    color: #838383;
    font-size: 12pt;
}
@media (min-width: 768px) and (max-width: 1024px){
    .conter{
        min-height: 860px;
    }
}