*{margin:0;padding:0}html{overflow-x:auto}
body{position:absolute;width:100%;min-height:100%; -webkit-user-select:none;-webkit-user-drag:none;-webkit-text-size-adjust:none; }
body, input, textarea, select {color: #333; font-family: "microsoft yahei", Arial, Helvetica, sans-serif; }
button{border:0;background:transparent;font-family:'microsoft yahei','Helvetica Neue',Helvetica,Arial,sans-serif;}
input,button,.control{-webkit-tap-highlight-color:rgba(255,255,255,0)}
input { border: 0; margin: 0; padding: 0px;height: 20px; line-height: 20px; border-radius: 3px; outline: none;}
input[type="checkbox"], input[type="radio"] { margin-right: 5px; height: 14px; line-height: 30px; }
li{list-style:none}
em,i { font-style:normal; font-weight:normal;}
.clear{ clear:both;}
a { color: #333; text-decoration: none; }
a:hover { text-decoration: none; }
a img { border: 0; }
input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance: none;}
input{
    -webkit-appearance: none;
}
html{
    font-size: 100%;
}
body {
    background: #ffffff ;
    text-align: center;
}

.header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #FFF;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding-left: 72px;
    box-sizing: border-box;
    vertical-align: middle;
}
.header-name{
    display: inline-block;
    font-weight: 500;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 80px;
    
}
.header-pic{
    vertical-align: middle;
    height: 70px;
}
.line-box{
    width: 100%;
    height: 3px;
    background: #3b3b3b;
}

.news-box{
    width: 1000px;
    text-align: left;
    margin: 40px auto 0;
}
.news-title{
    font-size: 38px;
    font-size: #333;
    margin-bottom: 10px;
}

.news-tips{
    font-size: 20px;
    text-indent: 40px;
    margin-bottom: 20px;
}
.news-from{
    font-size: 14px;
    color: #888;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.news-content{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.news-word{
    font-size: 18px;
    text-indent: 36px;
    text-align: left;
}


.news-img{
    margin: 20px auto; 
}

















.footer {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 30px;
    font-size: 14px;
    background-color: #373737;
    color: #d7d7d7;
    padding-top: 20px;
    box-sizing: border-box;
    margin-top: 30px;
}
























