* {
  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;
  margin-top: 80px;
}
.bottom_title {
  margin-top: 30px;
  color: #fff;
}
.bottom_title a {
  color: #fff;
}
.app {
  min-width: 1500px;
}
.top img {
  width: 100%;
}
.part1 {
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
}
.wrap {
  width: 1300px;
  padding: 20px;
  background-color: #fcefd2;
  margin-top: 20px;
}
.wrap_img {
  width: 200px;
  float: left;
}
.wrap_img img {
  width: 200px;
  height: 150px;
}
.wrap_title {
  margin-left: 20px;
  width: 900px;
  float: left;
  font-size: 20px;
  font-weight: bold;
}
.wrap_content {
  width: 1000px;
  float: left;
  margin-left: 20px;
  font-size: 16px;
  text-align: justify;
  text-indent: 2em;
  margin-top: 10px;
  line-height: 30px;
}
.more {
  font-size: 16px;
  text-align: center;
  width: 1300px;
  margin-top: 20px;
}