html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -moz-box-sizing:border-box;
}
* {
    vertical-align: top;
}
a,
a:link,
a:hover,
a:visited {
    text-decoration: none;
}

input {
    margin: 0px;
}

ul {
    list-style: none;
}


.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.width96per {
    width: 96%;
    margin: 0 auto;
}

.width73per {
    width: 73%;
}

.width70per {
    width: 70%;
}

.width29per {
    width: 29%;
}

.width25per {
    width: 25%;
}


body {
    min-width: 1280px;
    min-height: 600px;
}


a {
    text-decoration: none;
}

li {
    list-style: none;
}

.block {
    display: block;
}

.in-block {
    display: inline-block;
}

.wrap {
    width: 100%;
}

/* 搜索结果页 */
.p_t {
  line-height: 24px !important;
}
