* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
a:link{
  color: #000;
}
a:visited{
  color: #000;
}
a:hover {
  color: #000;
}
ul li {
  list-style: none;
  padding: 10px;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body::-webkit-scrollbar-track-piece {
  background-color:#f8f8f8;
}
body::-webkit-scrollbar {
  width:9px;
  height:9px;
}
body::-webkit-scrollbar-thumb {
  background-color:#ccc;
  background-clip:padding-box;
  min-height:28px;
  border-radius: 50px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color:#bbb;
}
.bottom {
  height: 80px;
  width: 100%;
  background: #d60018;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.bottom_title {
  margin-top: 30px;
  color: #fff;
}
.bottom_title a {
  color: #fff;
}
.app {
  min-width: 1500px;
}
.top img {
  width: 100%;
}
.wrap {
  display: flex;
  width: 1300px;
  margin-bottom: 63px;
}
.xwbd_wrap {
  margin-top: 50px;
  width: 800px;
}
.xwbd_all {
  width: 700px;
  padding: 20px;
  border-bottom: 1px #bbbbbb dashed;
}
.xwbd_title {
  font-size: 20px;
  font-weight: bold;
}
.xwbd_content {
  font-size: 16px;
  text-indent: 2em;
  margin-top: 10px;
  text-align: justify;
}
.xwbd_more {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.gzh_wrap {
  width: 400px;
  margin-top: 50px;
}
.gzh_all {
  margin-bottom: 15px;
}
.gzh_img {

}
.gzh_img img{
  width: 400px;
  height: 260px;
}
.gzh_title {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}