main {
  position: relative;
  padding-bottom: 60px;
}
.content {
  max-width: 1450px;
  min-width: 1300px;
  margin: auto;
}
.bigcontent {
  display: grid;
  justify-items: center;
  margin-top: 50px;
  margin-bottom: 70px;
  grid-template-columns: 30% 70%;
}
.bigcontent2{grid-template-columns: 0% 100%;}
.leftcontent {
  height: 800px;
  width: 300px;
  margin: bottom 20px;
  margin-right: 15px;
  display: block;
}
/*lc:leftcontent*/
.lctittle {
  display: block;
  width: 100%;
  height: 120px;
  flex-direction: row;
  font-family: 微软雅黑;
  font-size: 30px;
  color: white;
  align-items: center;
  text-align: center;
  line-height: 120px;
  background-color: #00a185;
  margin: 0 auto;
}
.lcbottom {
  margin-top: 0px;
  height: 682px;
  display: block;
  width: 100%;
  background-color: #fafafa;
}
.lc-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.lc-item {
  font-size: 22px;
  font-weight: normal;
  width: 100%;
  height: 90px;
  margin: auto;
  padding: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding-top: 35px; */
}

.lc-item:hover {
  color: #00a185;
  font-weight: bold;
}
.lc-item-ulbox {
  margin: 0 auto;
  padding-top: 28px;
  width: 100%;
  height: 180px;
}
.lc-item-ulbox-text {
  font-size: 22px;
  text-align: center;
}
.lc-item-ulbox-text:hover {
  color: #00a185;
  font-weight: bold;
}
.lc-item-ul {
  margin-left: 70px;
  padding-left: 38px;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 30px;
}
.lc-item-li {
  list-style: none;
}
.lc-item a {
    color: #000;
    line-height: 90px;
}
.lc-item-point {
  color: #00a185;
  height: 3px;
  width: 10px;
  margin-top: 14px;
  margin-right: 5px;
  background-color: #00a185;
  float: left;
}
.line {
  width: 70%;
  height: 10px;
  background-color: #c9c9c9;
}

.rightcontent {
  /* height: 850px; */
  width: 1000px;
  border-top: solid 6px #00a185;
  margin-bottom: 20px;
  margin-right: 100px;
  margin-left: 10px;
}

/*rc:righttcontent*/

.rctop {
  width: 900px;
  height: 65px;

  margin-top: 50px;
  margin-left: 50px;
  clear: both;
}
.rctop2{width:1350px;}
.rctop-box {
  display: flex;
  justify-content: space-between;
  clear: both;
}
.rc-top-right {
  font-size: 20px;
  color: #00a185;
  font-weight: bolder;
}
.rc-top-left {
  font-size: 16px;
  font-weight: normal;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.rctopline {
  display: flex;
  align-items: baseline;
}
.rc-content {
  width: 875px;
  /* height: 650px; */
  margin-top: 15px;
  margin-left: 50px;
  clear: both;
}
.rc-content2{width:1320px;}
.rc-content p,.rcnews p{font-size:16px!important}
.rc-content-tittle {
  text-align: center;
  font-style: 微软雅黑;
  font-size: 35px;font-weight: 100;
}
.rc-content-body {
  line-height: 150%;
  font-size: 18px;
  text-indent: 2em;
}
.square1 {
  width: 30px;
  height: 5px;
  background-color: #00a185;
  margin-left: 1px;
}
.square2 {
  width: 850px;
  height: 3px;
  background-color: #ebebeb;
  margin-left: 0px;
  padding: 0;
  clear: right;
}
.square22{width:1300px;}
.rc-bottom {
  width: 550px;
  height: 40px;
  margin-top: 100px;
  margin-left: 360px;
  clear: both;
}

.rc-bottom-button {
  background-color: white;
  border: solid #cccccc;
  cursor: pointer;
  border-width: 1px;
}

.rc-bottom-button:hover {
  background-color: #00a185;
  font-weight: bold;
  color: white;
}

.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;
}

.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);
  flex: 1;
  padding: 0 20px;
}
.service-content-item {
  display: flex;
  flex-direction: column;
  align-items: 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: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: center;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  padding-left: 10px;
  overflow: hidden;
}
.news-item:hover {
  color: #00a185;
  font-weight: bold;
}
.item-date {
  font-size: 12px;
  margin-left: 350px;
  color: #00a185;
}
.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;
  background-size: cover;
  /* background-image: url('../img/foot_dt.png'); */
}

.question-list {
  height: 493px;
  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;
  width: 440px;
  height: 56px;
  cursor: pointer;
}

.question-item:hover {
  color: #00a185;
  font-weight: bold;
}
.question-item-text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.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: 80%;
  height: 1px;
  background-color: #ebebeb;
  margin: auto;
}

.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-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;
}