main {
  position: relative;
  padding-bottom: 60px;
}
.content {
  max-width: 1450px;
  min-width: 1300px;
  margin: auto;
}
.service {
  margin-top: 30px;
}
.service-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.service-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: large;
  color: #636363;
  font-weight: bolder;
  margin-right: 20px;
}
.square {
  width: 10px;
  height: 36px;
  background-color: #00a185;
}
.square2 {
  width: 36px;
  height: 10px;
  background-color: #00a185;
  margin-left: 10px;
}
.square4 {
  width: 70px;
  height: 7px;
  background-color: #d4ece8;
}
.service-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  list-style: none;
  padding-left: 20px;
}
.service-item {
  cursor: pointer;
  width: 160px;
  height: 40px;
  background-color: #d4ece8;
  color: #00a185;
  margin-right: 3px;
  line-height: 40px;
}
.service-item:hover {
  background-color: #00a185;
  color: #ffffff;
}
.service-active {
  background-color: #00a185;
  color: #ffffff;
}

.service-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  height: 120px;
}
.service-content-list {
  /* display: flex;
  flex-direction: row;
  justify-content: space-evenly; */
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  justify-items: center;
  flex: 1;
  padding: 0 20px;
    height: 123px;
}
.service-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  width: 120px;
  font-size: 14px;
  color: #697074;
}
.arrow {
  width: 30px;
  display: flex;
  padding-bottom: 12px;
  cursor: pointer;
}
.service-content-cover {
  width: 80px;
  height: 80px;
  background-color: #ebebeb;
  border-radius: 10px;
  color: #636363;
  margin: 0px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-content-img {
  transition: 0.5s;
}
 .service-content-cover a:hover .service-content-img {
  transform: rotateY(180deg);
}
.message {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  margin-top: 76px;
  margin-bottom: 0px;
}
.message-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: large;
  color: #00a185;
  font-weight: bolder;
}
.more {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
  margin-top: 12px;
}
.carousel {
  display: flex;
  flex-direction: column;
}
.carousel-item {
  position: relative;
}
.carousel-img {
  width: 100%;
  height: 247px;
  overflow: hidden;
}
.carousel-img > img {
  width: 100%;
}
.carousel-bottom {
}
.carousel-line {
  width: 100%;
  height: 15px;
  background-color: #00a185;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.carousel-date {
  position: absolute;
  z-index: 10;
  bottom: -15px;
  left: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #d4ece8;
  width: 50px;
  height: 40px;
}
.month {
  color: #00a185;
  font-size: 18px;
  font-weight: bolder;
}
.year {
  color: #00a185;
  font-size: 10px;
  font-weight: bolder;
}
.news-list {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  border-right: solid 3px #d4ece8;
  border-bottom: solid 3px #d4ece8;
}
.news-item {
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  padding: 0 10px;
}
.news-item a{
  color:#333
}
.news-item > .news-item-content {
  overflow: hidden;
  height: 40px;
}
.news-item:hover {
  color: #00a185;
  font-weight: bold;
}
.news-item:hover a{
  color: #00a185;
  font-weight: bold;
}
.item-date {
  font-size: 12px;
  color: #00a185;
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: flex-end;
}
.public-title {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: large;
  color: #00a185;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.greenLine {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}
footer {
  /* width: 1920px; */
  padding-top: 0px;
  margin-top: 0px;
  height: 307px;
  width: 100%;
  background-size: cover;
  /* background-image: url('../img/foot_dt.png'); */
}
.question {
  width: 440px;
}
.question-list {
  height: 495px;
  padding-left: 8px;
  /* margin-top: 20px; */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  list-style: none;
  box-sizing: border-box;
  border-left: solid 6px #d4ece8;
  border-bottom: solid 6px #d4ece8;
}
.question-item {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}

.question-item:hover {
  color: #00a185;
  font-weight: bold;
}
.question-item-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.question-item-text a{color:#333;}
.question-item-point {
  color: #00a185;
  margin-right: 10px;
  height: 6px;
  width: 6px;
  margin: 0 5px;
  background-color: #00a185;
  border-radius: 50%;
}
.addImg {
  display: flex;
  justify-content: center;
}
.line {
  width: 95%;
  height: 1px;
  background-color: #ebebeb;
}

.public-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  justify-items: center;
}
.public-item {
  padding: 10px;
  padding-top: 30px;
  height: 200px;
  position: relative;
  cursor: pointer;
  border: solid 2px #dadada;
}
.public-item:hover .public-item-title {
  color: #00a185;
}
.public-date-box {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.public-item-title{color:#333;}
.public-date {
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #00a185;
  height: 30px;
  border-radius: 20px;
  padding: 0 20px;
}
.public-item-content {
  font-size: 13px;
  overflow: hidden;
}
.public-item-content {color:#333;}