@charset "utf-8";

/* 领导版块 */
.chn-topnews-cont {
  display: block;
}

.mod-leader-topnews {
  position: relative;
  height: 2.04rem;
  width: 100%;
  background: url("https://www.tnmpressurewashing.com/2025/images/topnews-leader-bg821.png") no-repeat bottom;
  background-size: 100%;
  padding: 0.4rem 0.6rem 0.4rem 3.78rem;
  margin-bottom: 0.68rem;
  display: flex;
  align-items: center;
}

/* 领导图片 */
.leader-topnews-img {
  position: absolute;
  left: 0.16rem;
  bottom: 0;
  width: 3.18rem;
}

.leader-topnews-img img {
  width: 100%;
  height: 100%;
}

/* 领导头条 */
.leader-topnews-headline {
  font-family: "Alimama ShuHeiTi" !important;
  width: auto;
  height: auto;
  line-height: 0.42rem;
  text-align: center;
  font-size: 0.36rem;
  margin-bottom: 0.28rem;
  display: block;
  color: rgb(118, 127, 117);
/*  -webkit-text-fill-color: transparent;
  background: linear-gradient(177deg, rgb(111, 117, 101) 26.9531%, rgb(177, 147, 165) 100%) text;*/
}

.leader-topnews-headline:hover {
  transition: all 0.5s ease-in-out;
}

/* 领导列表 */
.leader-topnews-list {
  display: flex;
  flex-wrap: wrap;
}

.leader-topnews-list li {
  width: 48%;
}

.leader-topnews-list li a {
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-inline-box;
}

.leader-topnews-list li a::before {
  content: "";
  display: inline-block;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #333333;
  margin-right: 0.08rem;
  margin-bottom: 0.03rem;
}

.leader-topnews-list li a:hover {
  color: var(--main-color);
}

.leader-topnews-list li:nth-child(odd) {
  margin-right: 4%;
}

.leader-topnews-list li:nth-child(-n + 2) {
  margin-bottom: 0.16rem;
}

/* 头条列表 */
.TopNews-list {
  position: relative;
}

.TopNews-list-cont {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.2rem;
}

.TopNews-list-cont .topnews-list-tit {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.TopNews-list-cont .topnews-list-tit:first-child {
  margin-top: 0;
}

.TopNews-list-cont .topnews-list-tit span {
  font-size: 0.18rem;
  line-height: 0.18rem;
  padding-bottom: 0.46rem;
  color: #A8A6A6;
  width: 1.2rem;
  margin-left: 0.15rem;
}

.TopNews-list-cont .topnews-list-tit a {
  font-family: "Alimama ShuHeiTi";
  font-size: 0.32rem;
  line-height: 0.42rem;
  height:1rem;
  display: flex;
	align-items: center;
  justify-content: center;
  text-align: center;
  color: #4c543d;
  width: 11rem;
  padding-bottom: 0.45rem;
  border-bottom: 0.01rem dashed #E5E5E5;
}

.TopNews-list-cont .topnews-list-tit a::before {
  content: '';
  display: block;
  width: 0.01rem;
  height: calc(100% + 0.7rem);
  border: 0.01rem dashed #E5E5E5;
  position: absolute;
  left: -0.13rem;
  bottom: 0.6rem;
  z-index: 1;
}

.TopNews-list-cont .topnews-list-tit:first-child a::before {
  display: none;
}

.TopNews-list-cont .topnews-list-tit a::after {
  content: '';
  display: inline-block;
  width: 0.13rem;
  height: 0.13rem;
  background-color: #E5E5E5;
  border-radius: 50%;
  position: absolute;
  left: -0.19rem;
  top: 0.2rem;
  z-index: 2;
}



/* 手机适配 */
@media screen and (max-width: 768px) {
  .mod-leader-topnews {
    background: none;
    padding: 0 0.3rem;
    height: auto;
    border-bottom: 0.15rem solid #F8F7FC;
    padding-bottom: 0.6rem;
  }

  /* 领导图片 */
  .leader-topnews-img {
    display: none;
  }

  .leader-topnews{
  width: 100%;
}

  /* 领导头条 */
  .leader-topnews-headline {
    line-height: 0.56rem;
    font-size: 0.42rem;
    margin-bottom: 0.35rem;
  }

  /* 领导列表 */
  .leader-topnews-list li {
    width: 100%;
    margin-bottom: 0.25rem;;
  }

  .leader-topnews-list li a {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }

  .leader-topnews-list li a::before {
    width: 0.06rem;
    height: 0.06rem;
    margin-bottom: 0.06rem;
  }


  .leader-topnews-list li:nth-child(odd) {
    margin-right: 0;
  }

  .leader-topnews-list li:nth-child(-n + 2) {
    margin-bottom: 0.25rem;
  }

  /* 头条列表 */
  .TopNews-list {
    position: relative;
    padding: 0 0.3rem;
  }

  .TopNews-list-cont {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .TopNews-list-cont .topnews-list-tit {
    flex-direction: column-reverse;
    align-items: flex-end;
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
    border-bottom: 0.01rem solid #F2F0F3;
  }

  .TopNews-list-cont .topnews-list-tit:first-child {
    margin-top: 0;
  }

  .TopNews-list-cont .topnews-list-tit span {
    font-size: 0.24rem;
    line-height: 0.24rem;
    width: 100%;
    text-align: right;
    margin-left: 0;
  }

  .TopNews-list-cont .topnews-list-tit a {
    font-size: 0.42rem;
    line-height: 0.56rem;
    padding-bottom: 0.4rem;
    border-bottom: none;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
    width: 100%;
    text-align: left;
	justify-content:flex-start;
  }

  .TopNews-list-cont .topnews-list-tit a::before {
    display: none;
  }

  .TopNews-list-cont .topnews-list-tit:nth-last-child(2) a::before {
    display: none;
  }

  .TopNews-list-cont .topnews-list-tit a::after {
    display: none;
  }


}