
body {
  height: 100%;
}

.list-o{
    margin-top: 30px;
}
.list-o li{
        height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e6e6e6;
    /* padding: 0 40px; */
    overflow: hidden
}
.list-o li a {
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 38px;
    background: url(../images/zts3_03.png) no-repeat left center;
}
.list-o span{
       float:right;
}
#eightBehavior .wrapper {
  width: 1200px;
  margin: 0px auto;
}

#eightBehavior .flex {
  display: flex;
}

#eightBehavior .flexSide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#eightBehavior .flexColumn {
  display: flex;
  flex-direction: column;
}

#eightBehavior header {
  width: 100%;
  min-height: 962px;
  background: url(../images/banner.jpg) no-repeat top left/100% 962px;
  position: relative;
}

#eightBehavior header .wrapper {
  padding-top: 20px;
}

#eightBehavior header .gov-icon {
  width: 259px;
  height: 56px;
  cursor: pointer;
}

#eightBehavior header button {
  width: 180px;
  height: 48px;
  background: #418ee8;
  border-radius: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 48px;
  box-sizing: border-box;
  cursor: pointer;
}

#eightBehavior header button:hover {
  color: #418ee8;
  background-color: #fff;
  border: 2px solid #418ee8;
  font-weight: bold;
}

#eightBehavior header .introduce-text {
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 407px;
  left: 50%;
  transform: translateX(-50%);
}

#eightBehavior .content-part {
  margin-top: -75px;
}

#eightBehavior .each-part {
  padding-bottom: 30px;
}

#eightBehavior .title-row {
  padding-top: 30px;
  position: relative;
  margin-bottom: 30px;
}

#eightBehavior .title-row .part-title {
  position: absolute;
  right: 665px;
  bottom: 30px;
}

#eightBehavior .title-row .part-title-desc {
  position: absolute;
  left: 606px;
  bottom: 16px;
}

#eightBehavior .title-row .show-more {
  width: 80px;
  height: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #1b57d5;
  position: absolute;
  right: 0px;
  bottom: 26px;
  cursor: pointer;
}

#eightBehavior .title-row .show-more:hover {
  font-weight: bold;
}

#eightBehavior .content-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#eightBehavior .content-list > li {
  width: 590px;
  height: 86px;
  padding: 19px 28px 19px 20px;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 21px;
  cursor: pointer;
position: relative;
}

#eightBehavior .content-list > li:nth-last-child(1), #eightBehavior .content-list > li:nth-last-child(2) {
  margin-bottom: 0px;
}

#eightBehavior .content-list > li:hover {
    outline: 1px solid #1b57d5;}
#eightBehavior .content-list > li:hover span {
  color: #1b57d5;
}

#eightBehavior .content-list img {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}


#eightBehavior .content-list .timer {
  float: right;
    color: #bababa;
    font-size: 14px;
position:absolute;
 bottom: -4px;
 right: 10px;
 width: auto;
}

#eightBehavior .content-list span {
  width: 484px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #1a4696;
  line-height: 30px;
  }
#eightBehavior .content-list a {

  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #1a4696;
display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 white-space: normal;
 overflow: hidden;
 
}

#eightBehavior .part1 {
  width: 1200px;
  position: absolute;
  top: 490px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 14px;
}

#eightBehavior .part3 {
  background: url(../images/part-three-bg.png) no-repeat top left/100% 460px;
}

#eightBehavior .part5 {
  background: url(../images/part-five-bg.png) no-repeat top left/100% 460px;
}

#eightBehavior .part6 .title-row .part-title-desc {
  left: 578px;
}

#eightBehavior .last-part {
  background: url(../images/part-last-bg.png) no-repeat top left/100% 618px;
}

#eightBehavior .part8 {
  margin-top: 50px;
  height: 416px;
  box-sizing: border-box;
  padding-bottom: 0px;
}

#eightBehavior .backgroundPart .content-list > li {
  background: linear-gradient(0deg, #ffffff, #dce9f9);
  box-shadow: 0px 0px 12px 1px rgba(2, 16, 32, 0.1);
  cursor: pointer;
}

#eightBehavior .borderLinePart .content-list > li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 0px !important;
}

#eightBehavior .separate-line {
  width: 100%;
  height: 8px;
  background: #13457d;
}
