.header-nav {
  padding-left: 32px;
}
.header-nav .first-line {
  color: #fff;
  font-size: 16px;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: var(--theamColor);
  border-radius: 15px 15px 15px 15px;
  /* transform: skew(-20deg); */
  /* margin-left: 32px; */
}
.header-nav .second-line {
  border-bottom: solid 1px #eee;
  padding-bottom: 16px;
}
.header-nav .second-line ul {
  margin-top: 32px;
  display: flex;
}
.header-nav .second-line ul li{
  margin-right: 16px;
  font-size: 16px;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color:#eee;
  border-radius: 15px 15px 15px 15px;
}
.header-nav .second-line ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: all 0.3s;
}


.header-nav .second-line .cur{
  /* border-bottom: 44px solid var(--theamColor); */
  background-color: var(--theamColor);
}
.header-nav .second-line .cur a{
  color: #fff;
} 


.content-part {
  /* width: 1200px; */
  width: 1180px;
  margin-top: 16px;
}
.content-part .list-main {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.content-part .list-main li {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px 15px 20px 15px;
  border-bottom: 1px #eee solid;
  z-index: 10;
}
/* .content-part .list-main .list-li a{
  transition: all 0.3s ease-in-out;
}
.content-part .list-main .list-li a:hover {
  background-color: #224b7f;
} */
.content-part .list-main .list-li::before{
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: var(--theamColor);
  border-radius: 50%;
}
.content-part .hover-style  .list-li .inner-part-two:hover{
  color: var(--theamColor);
}

/* .content-part .hover-style .on-hovering {
  transition: all 0.3s ease-in-out;
} */
/* .content-part .hover-style .on-hovering:hover {
  background-color: #224b7f;
  background-color: var(--theamColor);
  border-radius: 0 15px 0 15px;
} */
/* .content-part .hover-style .on-hovering:hover .inner-part-one p{
  color: #fff;
  margin-bottom: 4px 
} 
.content-part .hover-style .on-hovering:hover .inner-part-two{
  color: #fff;
} */
/* .content-part .hover-style li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 0%;
  left: 0%;
  top: 50%;
  color: #fff;
  background-color: #224b7f;
  background-color: var(--theamColor);
  transition: all 0.3s ease-in-out;
  border-radius: 0 15px 0 15px;
} */
/* .content-part .hover-style li:hover::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 100%;
  left: 0%;
  top: 0%;
  color: #fff;
  background-color: var(--theamColor);
  transition: all 0.3s ease-in-out;
  border-radius: 0 15px 0 15px;
} */

.content-part .list-main .list-a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.content-part .list-main .list-a:hover {
  border: solid 1px var(--theamColor);
  border-radius: 40px;
}

.content-part .list-main .list-a .inner-part-one {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
.content-part .list-main .list-a .inner-part-one p {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #797979;
  margin-bottom: 4px 
}
.content-part .list-main .list-a .inner-part-one .date {
  color: #999;
  font-size: 16px;
}

.content-part .list-main .list-a .inner-part-two {
  position: relative;
  width: 80%;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  font-size: 20px;
  color: #555555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 24px;
  transition: all 0.3s;
}

.content-part .list-main .list-a .inner-part-two:hover {
  transform: translate(86px) scale(1.15);
}

.adjust-jzss-word{
  width: 300px !important; 
}