html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  display: block;
}

a:link,
a:visited {
  color: #5e5e5e;
  text-decoration: none;
}

a {
  text-decoration: none;
}

/* * {
  box-sizing: border-box;
} */

body {
  width: 100%;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
}

.banner {
  background-size: 1920px 1198px;
  background-color: #FFF4F3;
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navlist {
  margin-top: 642px;
  text-align: center;
  clear: both;
  height: 60px;
  line-height: 60px;
  margin-bottom: 12px;
}

.navlist li {
  float: left;
  font-size: 24px;
  color: #fff;
  padding: 0px 20px;
}

.navlist li a {
  color: #fff;
}

.navlist li a:hover {
  color: #ffbc58;
  text-decoration: none;
}

.content {
  background: #FFF;
  padding: 40px;
  width: 1200px;
  margin-bottom: 50px;
}

.content .breadcrumb {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: #f4f4f4;
  padding-left: 15px;
  margin-bottom: 30px;
}

.content .list li {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: #CCC 1px dashed;
  font-size: 16px;
  background: url(../img/list_point.png) no-repeat left center;
  padding-left: 25px;
  padding-right: 92px;
}

.content .list a {
  color: #323232;
  text-decoration: none;
  word-break: break-all;
}

.content .list li .time {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media(max-width:720px) {
  .banner {
    background: url("../img/banner.png") no-repeat top center;
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navlist {
    margin-top: 70vh;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .navlist li {
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 0px 5px;
  }

  .content {
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  .content .breadcrumb {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #f4f4f4;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .content .list li {
    height: auto;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 78px;
  }

}

@media(max-width:480px) {
  .navlist {
    margin-top: 20vh;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}