body {
  font-size: 14px;
}

div {
  margin: 0 auto;
}

.cnt-container {
  width: 1000px;
  margin: 0 auto;
}

.ca-news .title {
  line-height: 50px;
  height: 55px;
}

.footer-bg {
  overflow: hidden;
  background: #f7f7f7;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
  width: 100%;
  min-width: 1000px;
}

footer {
  width: 1000px;
  border-top: 1px solid #d5d5d5;
  height: auto;
  margin: 20px auto;
  padding-top: 10px;
  text-align: center;
  height: auto;
  line-height: 28px;
  color: #333;
  font-family: "Microsoft YaHei";
}


.breadcrumb {
  height: 60px;
  margin-top: 15px;
}

.ca-news .title a {
  width: 100%;
  font-size: 26px;
  color: #0f74c9;
}

.ca-news .title::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  background: url(../images/line01.gif) no-repeat;
}

.list li a {
  display: block;
  max-width: 600px;
  width: 93vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.list li::marker {
  display: inline-block;
}

.list ul, .list li {
  list-style-type: disc;
}

.sub-list {
  font-size: 18px;
  /* border-bottom: #c1c1c1 1px dashed; */
  padding: 20px;
}

.sub-list span {
  float: right;
}

.p2_con div.page_n {
  width: 90%;
  text-align: center;
}

.page_n {
  text-align: center;
  margin: 20px;
}

.page_n a {
  border: #dddad2 1px solid;
  background: #f7f6f3;
  padding: 10px 15px;
  margin: 0 5px;
}

.page_n a:hover {
  background: #0f74c9;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .cnt-container {width: 100%;}
  .footer-bg {min-width:0;}
  footer {width:95vw;}
}
@media screen and (max-width: 800px) {
  .ca-news .title {
      height: auto;
      margin: 20px 0;
      line-height: 35px;
  }
  .list li a {
    white-space: normal;
    text-align: justify;
  }
  .layer0 {
    width: 100vw;
  }
  .layer0 ul {
    width: 100vw;
  }
  .layer1 {
    width: 95vw;
    height: auto;
  }
  .layer1 ul {
    width: 92vw;
  }
  ul.sub-list {
    display: flex;
    width: 93vw;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 30px auto;
    padding: 0;
  }
  .footer-bg {
    min-width: 0px;
    font-size: 14px;
  }
  footer {
    width: 95vw;
    font-size: 14px;
  }
  .nav ul {
    display: flex;
    overflow-x: auto;
  }
  .nav li {
    flex-shrink: 0;
  }
  .tt h1 a {
    line-height: 42px;
  }
  li {
    list-style: none;
  }
}
@media screen and (max-width: 576px) {
  .ca-news .title a h3 {
    font-size: 16px;
  }
  .sub-list {
    font-size: 14px;
  }
  .breadcrumb {
    height: auto;
  }
  ul.sub-list {
    margin: 20px auto;
    gap: 5px;
  }
}/*# sourceMappingURL=list.css.map */