@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "Microsoft YaHei", Arial;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  overflow: inherit !important;
}

ul, li, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

div {
    margin: 0 auto;
}

.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

header.topic {
  max-width: 1920px;
  min-width: 1000px;
  height: auto;
  margin: 0 auto;
}
header.topic .mobile {
    display: none;
}
header.topic .pc {
    display: block;
}
nav.nav-tabs {
  height: auto;
  max-width: 1920px;
  min-width: 1000px;
  margin: 0 auto;
}
nav.nav-tabs .cnt {
  background-image: linear-gradient(to right, #2689e9 0%, #6ab8f8 50%, #2689e9 100%);
  padding: 0;
  height: auto;
  width: 100%;
}
nav.nav-tabs ul.menu {
  display: flex;
  width: 100%;
  height: 62px;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
}
nav.nav-tabs ul.menu li {
  font-size: 22px;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 5px;
  cursor: pointer;
}
nav.nav-tabs ul.menu li a {
  color: #fff;
}


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

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

.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;
}

.foot-03 {min-width: 1000px;padding: 10px 0;border-top: 1px solid #D2D2D2;font-size: 14px;line-height: 28px;text-align: center;margin-top: 30px}


@media screen and (max-width: 1200px) {
  header.topic {
    min-width: initial;
    width: 100%;
  }
  nav.nav-tabs {
    min-width: initial;
    width: 100%;
  }
  nav.nav-tabs .container {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .cnt-container {width: 100%;}
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 10px 20px;}

}
@media screen and (max-width: 768px) {
  header.topic .mobile {
    display: block;
  }
  header.topic .pc {
    display: none;
  }
  header.topic {
    min-width: initial;
    width: 100%;
  }
  nav.nav-tabs {
    min-width: initial;
    width: 100%;
  }
  nav.nav-tabs .container {
    width: 100%;
  }
  nav.nav-tabs ul.menu {
    justify-content: space-between;
    height: 60px;
  }
  .container {
    width: 95%;
  }

  .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;
  }
  
}
@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  nav.nav-tabs ul.menu {
    height: 40px;
  }
  nav.nav-tabs ul.menu li {
    font-size: 16px;
    line-height: 2;
  }
  .headline ul.list1 {
    gap: 4px;
  }
  .ca-news .title a h3 {
    font-size: 16px;
  }
  .sub-list {
    font-size: 14px;
  }
  .breadcrumb {
    height: auto;
  }
  ul.sub-list {
    margin: 20px auto;
    gap: 5px;
  }
}