.servicesImgBox {
  padding-top: 130px;
  min-width: var(--main-width);
}

.servicesImgBox img {
  width: 100%;
}

.nei-con {
  width: 100%;
  overflow: hidden;
  /* padding-bottom: 100px; */
  min-width: var(--main-width);

}
/*文章列表*/
.nei-con .news-list {
  width: var(--main-width);
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5.6rem;
}
.nei-con .news-list .list {
  width: 100%;
  height: 253px;
  box-sizing: border-box;
  padding: 3.5rem 0;
  border-bottom:  0.1rem solid #e5e5e580;
  cursor: pointer;
}
.nei-con .news-list .list:last-child{
  border-bottom: none;
}
.nei-con .news-list .list:hover{
  background-color: #f7f8fc;
}
.nei-con .news-list .list img {
  height: 180px;
  width: 280px;
  float: left;
  margin-right: 3.5rem;
  background-color: #f5f5f5;
}
.nei-con .news-list .list .lt1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.nei-con .news-list .list .lt2 {
  font-size: 16px;
  line-height: 3.2rem;
  color: #666;
  margin-top: 1.5rem;
}
.nei-con .news-list .list .lt3 {
  margin-top: 1.5rem;
}
.nei-con .news-list .list .lt3 span{
  color: #838383;
  margin-right: 40px;
}
.nei-con .news-list .list a:hover {
  color: #1b0d65;
}

.et-hero-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 2em;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
  min-width: var(--main-width);
}
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  position: relative;
  background: #fff;
  text-align: center;
}

.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 10;
  box-sizing: border-box;
}
.et-hero-tabs-main {
  width: var(--main-width);
  display: flex;
  flex-direction: row;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 130px;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #6d6d6d;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-right: 1px solid #eeeeee;
  height: 28px;
}
.et-hero-tab:last-child {
  border-right: 0;
}
.et-hero-tab.active {
  color: #2daead;
}
.et-hero-tab:hover {
  color: #2daead;
  /* background: rgba(102, 177, 241, 0.8); */
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66b1f1;
}

.newscontent{
  padding-top: 160px;
  background-color: #f6f7fb;
  padding-bottom: 60px;  

}
.newdetail{
  width: var(--main-width);
  background-color: #fff;
  margin: 0px auto;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #e5e5e5;
}
.newdetail .location{
  color: #9d9d9b;
}
.newdetail .location .name{
  color: #898989;
}
.newdetail .cententHeader {
  padding: 30px 0px;
  margin: 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
.newdetail .cententHeader h1{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.newdetail .cententHeader .tipBox{
  display: flex;
}
.newdetail .cententHeader .tipBox .tips{
  margin-right: 40px;
  color: #898989;
}

.newdetail .htmlBox{
  padding: 30px 0px;
  margin: 0 40px;
}

.newdetail .pageBox{
  display: flex;
  flex-direction: column;
  padding: 30px 0px;
  margin: 0 40px;
}
.newdetail .pageBox p{
  line-height: 30px;
}