.mix-ellipsis-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .news-top-background-image {
  width: 100%;
  height: auto;
}

.news .news-top-background-image .news-background-image {
  width: 100%;
  height: auto;
}

.news .header-title-style {
  margin-top: 10rem;
  text-align: center;
}

.news .header-title-style .header-title {
  background: linear-gradient(to right, #4598b5, #42b2be);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 54px;
  font-weight: 700;
}

.news .header-title-style .header-title-en {
  font-size: 22px;
  color: #494949;
}

.news .list {
  margin: 4rem 0 2rem 0;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}

.news .list .content-style {
  background-color: #f5f5f5;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.news .list .content-style .image-style {
  width: 10vw;
  height: 7vw;
  margin-right: 2rem;
}

.news .list .content-style .image-style .image {
  max-width: 10vw;
  height: 100%;
}

.news .list .content-style .news-content {
  height: 7vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .list .content-style .news-content .title {
  font-size: 18px;
  color: #5e5e62;
  font-weight: 400;
}

.news .list .content-style .news-content .detail {
  width: 100%;
  font-size: 14px;
  color:#959597;
}

.news .list .content-style .news-content .date {
  background-color: #ffffff;
  padding: 0.3rem 1rem;
  border-radius: 10px;
  color:#5e5e62;
}

.news .news-bottom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.news .news-bottom-button .news-button-style {
  padding: 1rem 1.3rem;
  color: #000000;
  font-size: 14px;
  margin-right: 2rem;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.service .news-top-background-image {
  width: 100%;
  height: auto;
}

.service .news-top-background-image .news-background-image {
  width: 100%;
  height: auto;
}

.service .header-title-style {
  margin-top: 10rem;
  text-align: center;
}

.service .header-title-style .header-title {
  background: linear-gradient(to right, #4598b5, #42b2be);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 54px;
  font-weight: 700;
}

.service .header-title-style .header-title-en {
  font-size: 22px;
  color: #494949;
}

.service .service-content-style {
  margin: 3rem 0rem 0 0rem;
}

.service .service-content-style .map-style {
  background-color: #f2f2f2;
  width: 100%;
  height: 50rem;
}

.service .service-content-style .service-center-content-style {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 0.76rem));
  grid-column-gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}

.service .service-content-style .service-center-content-style .center-content {
  background-color: #f6f6f6;
  padding: 1rem 1.1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service .service-content-style .service-center-content-style .center-content .image-style {
  margin-bottom: 0.5rem;
}

.service .service-content-style .service-center-content-style .center-content .image-style .image {
  width: 2rem;
  height: auto;
}

.service .service-content-style .service-center-content-style .center-content .content-title {
  line-height: 2rem;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 600;
}

.service .service-content-style .service-center-content-style .center-content .content-text {
  line-height: 2rem;
  color: #286d84;
  font-size: 0.9rem;
}

.service .service-content-style .service-instrument-style .input-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service .service-content-style .service-instrument-style .input-one .label{
    width: 31%;
}

.service .service-content-style .service-instrument-style .input-one .label .in .input-style {
  width: 100%;
  height: 44px;
  background-color: #f6f6f6;
  border: none;
  color: #000000;
  font-size: 0.9rem;
  padding: 0 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.service .service-content-style .service-instrument-style .label-detail {
  margin-top: 2rem;
}

.service .service-content-style .service-instrument-style .label-detail .in .detail {
  width: 100%;
  height: 20vh;
  background-color: #f6f6f6;
  color: #000000;
  border: none;
  padding: 1rem;
  font-size: 0.9rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.service .service-content-style .service-instrument-style .bottom-button-style {
  margin: 3rem 0;
}

.service .service-content-style .service-instrument-style .bottom-button-style .bottom-button {
  text-align: center;
}

.service .service-content-style .service-instrument-style .bottom-button-style .bottom-button .button {
  font-size: 1.1rem;
  background-color: #286d84;
  color: #ffffff;
  border: none;
  padding: 0.8rem 5.3rem;
}

.service .service-content-style-background {
  background-image: ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5rem 10rem;
  margin-top: 10rem;
}

.service .service-content-style-background .header-title-style {
  margin-top: 0;
}

.service .service-content-style-background .service-solution-content-style {
  margin-top: 3rem;
  background-color: #ffffff;
  padding: 2rem 3.5rem;
}

.service .service-content-style-background .service-solution-content-style .content-title {
  color: #286d84;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  margin: 1.5rem;
}

.service .service-content-style-background .service-solution-content-style .content-detail {
  color: #808080;
}

.service .service-content-style-background .service-solution-content-style .content-detail .detail-one {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33333% - 0.77rem));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
