.dmfoot {
  height: 100% !important;
}
.content-mains .area > div {

  width: 19.21%;

}
.lie .items .text .list-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.content-mains .tops {

  font-size: 26px;

  font-weight: bold;

  color: #ffffff;

  padding: 18px 0;

  text-align: center;

  background-color: #e40001;

}

.content-mains {

  margin-top: 80px;

}

.content-mains .sidebar {

  padding: 0 8px;

  border: solid 1px #e62129;

  border-top: 0;

  font-size: 16px;

  padding-top: 6px;

}

.sidebar .father {

  cursor: pointer;

  padding: 16.5px 0;

  display: flex;

  justify-content: space-between;

  align-items: center;

  background-color: #f0f0f0;

  color: #666666;

  font-weight: bold;

  padding-left: 16px;

  padding-right: 16px;

  margin-bottom: 6px;

}

.sidebar .son {

  display: none;

}
.sidebar .on+.son{display: block;}
.sidebar .son li {

  padding: 16.5px 0;

  display: flex;

  justify-content: space-between;

  align-items: center;

  background-color: #f9f9f9;

  color: #999999;

  padding-left: 16px;

  padding-right: 16px;

  margin-bottom: 6px;

}

.b {

  transform: rotate(90deg);

}

.content-mains .area {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

.content-mains .area .lie {

  width: 76.79%;

}

.lie .items {

  margin-bottom: 35px;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
  
  align-items: flex-start;

}

.lie .items .text {

  width: 45.06%;

  padding-top: 48px;

  padding-bottom: 35px;

}

.lie .items .text h4 {

  font-size: 20px;

  color: #333333;

}

.lie .items .text p {

  font-size: 14px;

  color: #666666;

  margin: 30px 0;

  line-height: 30px;

}

.lie .items .text .block {

  width: 36px;

  height: 3px;

  margin-top: 20px;

  background-color: #e40001;

}

.lie .items .imgs {

  width:48%;

}

.lie .items .imgs img {

  width: 100%;

}

.lie .items .text a {

  display: inline-block;

  font-size: 14px;

  color: #ffffff;

  padding: 12px 22px;

  background-color: #e40001;

}

/* padpro端 */

@media screen and (min-width: 991px) and (max-width: 1366px) {

  .area {

    width: 100%;

    padding: 0 10px;

  }

  .lie .items .text {

    width: 45.06%;

    padding-top: 15px;

    padding-bottom: 15px;

  }

  .lie .items .text h4 {

    font-size: 16px;

    color: #333333;

  }

  .lie .items .text .block {

    width: 30px;

    height: 3px;

    margin-top: 10px;

    background-color: #e40001;

  }

  .lie .items .text p {

    font-size: 14px;

    color: #666666;

    margin: 13px 0;

    line-height: 22px;

  }

  .lie .items .text a {

    padding: 8px 10px;

  }

}

@media (max-width: 1280px) {
  

}

/* pad端 */

@media screen and (min-width: 768px) and (max-width: 991px) {

  .area {

    width: 100%;

    padding: 0 10px;

  }

  .lie .items .text {

    width: 45.06%;

    padding-top: 15px;

    padding-bottom: 15px;

  }

  .lie .items .text h4 {

    font-size: 16px;

    color: #333333;

  }

  .lie .items .text .block {

    width: 30px;

    height: 3px;

    margin-top: 10px;

    background-color: #e40001;

  }

  .lie .items .text p {

    font-size: 14px;

    color: #666666;

    margin: 13px 0;

    line-height: 22px;

  }

  .lie .items .text a {

    padding: 8px 10px;

  }

}

/* 移动端 */

@media (max-width: 767px) {

  .area {

    width: 100%;

    padding: 0 10px;

  }

  .content-mains{

      margin-top: 30px;

  }

  .content-mains .area > div {

    width: 100%;

  }

  .content-mains .area .lie {

    width: 100%;

  }

  .lie .items .imgs,

  .lie .items .text {

    width: 96%;

    margin: auto;

  }

  .lie .items .text .block {

    width: 30px;

    height: 3px;

    margin-top: 10px;

    background-color: #e40001;

  }

  .lie .items .text p {

    font-size: 12px;

    color: #666666;

    margin: 13px 0;

    line-height: 20px;

  }

  .lie .items .text a {

    padding: 8px 10px;

  }

  .lie .items .text {

    padding-top: 15px;

    padding-bottom: 15px;

  }

  .lie .items {

    margin-top: 15px;

  }

}

