<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image{
  width: 100%;
  height: 100vh;
  min-width: 80rem;
  font-size: 14px;
  background: url("../img/bg.jpg") no-repeat center 0;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 0;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  font-family: "寰蒋闆呴粦","microsoft yahei", Verdana, Arial, Helvetica, sans-serif!important;
}

body .container {
  width: 85%;
  margin: 0 auto;
  z-index: 1;
  min-width: 1080px;
  max-width: 1248px;
}

.footer_bottom{
  width:100%;
  z-index: 1;
  min-width: 1080px;
  margin: 0 auto;
}
body .container header {
  height: 176px;
  padding-top:15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body .container header h1 {
  color: white;
  font-size: 2.5rem;
  margin-top: 25px;
}
body .container header div {
  font-size: 0.875rem;
}
body .container header a {
  color: white;
  text-decoration: none;
  margin: 0 0.625rem;
}

body .navcontainer {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  /*display: flex;*/
  justify-content: center;
  background-color: #1f386e;
  min-width:1080px;
  /*max-width: 1248px;*/
}

body .navcontainer nav {
  height: 3rem;
  width: 85%;
  line-height: 3rem;
  box-sizing: border-box;
  font-size: 1.428em;
  color: white;
  margin: 0 auto;
  /*background: linear-gradient(91deg, #0060a8 -2.75%, #87c12a 124.14%);*/
  min-width: 1080px;
  max-width: 1248px;
}
body .navcontainer nav div {
  display: flex;
  height: 3rem;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px !important;
  width: 100%;
  min-width: 1080px;
  max-width: 1248px;
}
body .navcontainer nav div a {
  width: 33.3%;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: white;
}
body .navcontainer nav div a:hover {
  background-color: #2d66e2;
}
body .navcontainer nav div .active {
  background-color: #7ec914;
}

body .container main {
  width: 100%;
  margin: 24px 0 24px;
  box-sizing: border-box;
  background-color: white;
}

body .container main .selectItems {
  height: auto;
  padding-top: 30px;
  font-size: 14px;
  color: #333333;
  margin: 0 30px;
}
body .container main .selectItems .selectCity {
  width: 100%;
  height: 36px;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

body .container main .selectItems .selectCity h4 {
  width: 5em;
  margin-right: 20px;
  box-sizing: border-box;
  display: block;
}
body .container main .selectItems .selectCity ul {
  display: flex;
  line-height: 2.25rem;
  cursor: pointer;
  justify-content: space-around;
  list-style: none;
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
}
body .container main .selectItems .selectCity ul li {
  width: 100%;

}
body .container main .selectItems .selectCity ul li:hover {
  background-color: #1c5dea;
  color: white;
}
body .container main .selectItems .selectCity ul .titleActive {
  background-color: #7ec914;
  color: white;
}
body .container main .selectItems .selectLocation {
  width: 100%;
  height: 36px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
body .container main .selectItems .selectLocation h4 {
  width: 5em;
  margin-right: 20px;
  box-sizing: border-box;
}
/*
body .container main .selectItems .selectLocation select {
  width: 9.125rem;
  height: 32px;
  cursor: pointer;
  margin-right: 2rem;
  outline: none;
  padding: 5px;
}
*/

body .container main .selectItems .selectLocation &gt; div{
margin-right: 15px;
}

body .container main .selectItems .selectLocation #address {
  /*padding-left: 5px;
  width: 51.2%;
  height: 2rem;
  border: 0.0625rem solid #858585;
  box-sizing: border-box;
  outline: none;*/
  width: auto!important;
  flex-grow: 1;
  flex-shrink: 1;
}


body .container main .selectItems .keyWord {
  width: 100%;
  height: 36px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
body .container main .selectItems .keyWord h4 {
  width: 5em;
  margin-right: 20px;
  box-sizing: border-box;
}

body .container main .selectItems .keyWord input {
  padding-left: 5px;
  /*height: 2rem;*/
  outline: none;
  width: auto!important;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 15px;
}

body .container main .selectItems button {
  width: 8.125rem;
  height: 2.625rem;
  /*margin: 0.625rem 0 0 6.3125rem;*/
  padding-left: 25px;
  cursor: pointer;
  background: #284e9f url(../img/logo/icons.png) no-repeat 25px center;
  color: white;
  font-size: 1.25rem;
  border: none;
}
body .container main .selectItems button:hover {
  background-color: #1c5dea;
}
body .container main .searchResult {
  margin: 1.875rem 1.875rem 0;
  min-height: 28.875rem;
}

body .container main .searchResult table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0 0 0;
  border-spacing: 0px;
  border: none;
  text-align: center;
}

body .container main .searchResult table th {
  border-top: 3px solid #284e9f;
  border-bottom: 1px solid #dddddd;
  color: #204899;
  text-align: left ;
  padding-left: 5px;
  /* text-indent: 0.5em; */
  font-size: 14px;
  line-height: 42px;
  background-color: #f8f8f8;
}
body .container main .searchResult table tr {
  border-bottom: 1px solid #dddddd;
}
body .container main .searchResult table tr:hover {
  background-color: #f2f2f2;
}
body .container main .searchResult table td {
  text-align: left;
  /* text-indent: 0.5em; */
  font-size: 14px;
  line-height: 42px;
  color: #333333;
  vertical-align: top;
  cursor: pointer;
  padding-left: 5px;
}
body .container main .law {
  display: flex;
  margin: 0 1.875rem;
}
body .container main .law .lawLeft h3,
body .container main .law .lawRight h3 {
  width: 100%;
  font: bold 1.125rem/2.25rem "寰蒋闆呴粦";
  border-top: 3px solid #284e9f;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
body .container main .law .lawLeft h3 span,
body .container main .law .lawRight h3 span {
  position: absolute;
  right: 0;
}
body .container main .law .lawLeft h3 span a,
body .container main .law .lawRight h3 span a {
  text-decoration: none;
  color: #151515;
  font: 0.875rem "寰蒋闆呴粦";
}
body .container main .law .lawLeft ul,
body .container main .law .lawRight ul {
  list-style: none;
  padding-inline-start: 0px;
  padding-bottom: 10px;
}
body .container main .law .lawLeft ul li,
body .container main .law .lawRight ul li {
  width: 100%;
  overflow: hidden;
  background: url(../img/logo/news-ico.gif) no-repeat 0.25rem 0.75rem;
  padding-left: 20px;
  font: 0.875rem/1.75rem "寰蒋闆呴粦";
}
body .container main .law .lawLeft ul li a,
body .container main .law .lawRight ul li a {
  text-decoration: none;
  color: #333333;
}
body .container main .law .lawLeft,
body .container main .law .lawRight {
  width: 47%;
}
body .container main .law .lawLeft {
  margin-right: 3%;
}
body .container main .law .lawRight {
  margin-left: 3%;
}
body footer {
  width: 100%;
  background-color: #0c70b8;
}
body footer .footerBox {
  height: 206px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
body footer .footerBox .copyRight {
  color: white;
  display: flex;
  justify-content: center;
  padding-right: 100px;
  box-sizing: border-box;
  align-items: center;
  min-width:1080px;
  max-width: 1248px;
  margin: 0 auto;
}
body footer .footerBox .copyRight &gt; div {
  margin: 15px;
}

body footer .footerBox .copyRight &gt; div &gt; p {
  line-height: 27px;
  font-size: 14px;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

body footer .footerBox .copyRight a {
  text-decoration: none;
  color: white;
}

body footer .footerBox .copyRight a:hover {
  text-decoration: underline!important;
}


.page{
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog_nei_rong{
  width: 100%;
  height: 300px;
 margin: 20px 0 50px 0;
  border: 1px solid black;
}
</pre></body></html>