@charset "utf-8";
/* CSS Document */
.indexcon {
  display: flex;
  justify-content: space-between;
}
.indexleft {
  width: 220px;
}
.indexleft h3 {
  margin-bottom: 20px;
}
.indexcenter {
  padding: 30px;
}
.indexcenter img {
  max-width: 100%;
}
.indexabout img {
  width: 430px;
}
.indexabout p {
  text-indent: 2em;
}
.indexright p {
  margin-bottom: 10px;
}
.newslist {
  margin: 10px 0;
}
.newslist li {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}
.index-wh {
  margin-bottom: 50px;
}
.index-wh .tit {
  text-align: center;
  font-size: 18px;
  color: #666;
}
.index-wh ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.index-wh ul li {
  border: 1px solid #ddd;
  margin: 0 5px;
  padding: 10px;
  flex: 1;
  text-align: center;
  line-height: 200%;
}
