@charset "utf-8";
/* CSS Document */
.local {
  margin-top: 50px;
  display: flex;
  font-size: 16px;
}
.about_group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about_group .tit {
  font-size: 54px;
  font-weight: bold;
}
.about_group .aboutcon {
  line-height: 2;
  font-size: 16px;
  margin-top: 50px;
}
.about_group .aboutcon strong {
  font-weight: bold;
}
.index-news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1.5%;
  margin-bottom: 50px;
}
.index-news ul li {
  width: 30.333333%;
  margin: 30px 1.5%;
}
.index-news ul li a img {
  width: 100%;
}
.index-news ul li a .date {
  font-size: 16px;
  margin: 10px 0;
}
.index-news ul li h3 {
  line-height: 30px;
  height: 60px;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news ul li .more {
  font-size: 16px;
  color: #2b2fc4;
}
.about_group h1 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.about_group .date {
  font-size: 16px;
  margin: 20px;
  text-align: center;
}
.imglist {
  display: flex;
  justify-content: space-around;
}
.imglist img {
  width: 45%;
  border-radius: 10px;
}
.spic {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.spic div {
  text-align: center;
  padding: 10px 0;
  display: flex;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% - 10px);
  margin: 5px;
}
.spic div img {
  max-width: 200px;
  max-height: 100px;
}
.spic2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.spic2 div {
  text-align: center;
  padding: 10px 0;
  display: flex;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 25%;
}
.spic2 div img {
  max-width: 300px;
  max-height: 200px;
}
.index-downlist {
  margin: 50px 0;
}
.index-downlist ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
}
.index-downlist ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-downlist ul li a .tit {
  display: flex;
  align-items: center;
}
.index-downlist ul li a .tit h3 {
  font-size: 16px;
  margin-left: 10px;
}
.pro {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.pro-left {
  width: 70%;
}
.pro-right {
  width: 25%;
}
.pro-right li a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.search {
  margin-bottom: 30px;
}
.search form {
  display: flex;
}
.inp_text {
  padding: 0 10px;
  margin: 0;
  line-height: 35px;
  border: 1px solid #999;
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.inp_sel {
  padding: 0 10px;
  margin: 0;
  line-height: 35px;
  height: 35px;
  border: 1px solid #999;
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.inp_sel2 {
  padding: 0 10px;
  margin: 0;
  line-height: 35px;
  height: 35px;
  border: 1px solid #999;
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.inp_button {
  display: block;
  background-color: #2b2fc4;
  line-height: 35px;
  height: 35px;
  color: white;
  width: 150px;
  border: 0;
}
.search-list h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 2px solid #333;
}
.search-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.search-list ul li {
  width: 33.333333%;
}
.search-list ul li a {
  display: block;
  line-height: 35px;
  font-size: 16px;
  border-bottom: 1px solid #666;
}
.search-con {
  font-size: 16px;
  line-height: 2;
}
.search-con b {
  font-weight: bold;
}
@media screen and (max-width: 1024px) and (min-width: 0) {
  .spic div {
    width: 30.333333%;
  }
  .spic div img {
    max-width: 100%;
  }
  .spic2 div {
    width: 30.333333%;
  }
  .spic2 div img {
    max-width: 100%;
  }
  .local {
    margin-top: 30px;
    display: flex;
    font-size: 16px;
  }
  .about_group {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about_group .tit {
    font-size: 24px;
    font-weight: bold;
  }
  .about_group .aboutcon {
    margin-top: 30px;
  }
  .index-news ul {
    margin: 0;
    margin-bottom: 30px;
  }
  .index-news ul li {
    width: 100%;
    margin: 30px 0%;
  }
  .index-downlist {
    margin: 30px 0;
  }
  .pro {
    flex-direction: column;
    margin: 30px 0;
  }
  .pro-left {
    width: 100%;
    order: 2;
  }
  .pro-right {
    width: 100%;
    margin-top: 30px;
  }
  .search form {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .inp_text {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .inp_sel {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .inp_sel2 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .search-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .search-list ul li {
    width: 100%;
  }
}
