html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
body {
  overflow-x: hidden;
  background: url(../images/topic_permit_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
.content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
/******************************************首页样式******************************************/
.topic_permit_top {
  position: relative;
  height: 140px;
}
.topic_permit_top .content {
  position: relative;
  z-index: 1;
}
.topic_permit_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.topic_permit_logo {
  float: left;
  margin-top: 20px;
  height: 140px;
}
.topic_permit_back {
  float: right;
  color: #fff;
  text-decoration: underline;
  margin-top: 5%;
}
.topic_permit_place {
  padding: 15px 0;
  border-bottom: 1px solid #0295f4;
  margin-bottom: 30px;
}
.topic_permit_place a {
  display: inline-block;
  color: #000;
}
.topic_permit_tab {
  overflow: hidden;
  margin-bottom: 30px;
}
.topic_permit_tab_btn {
  background: #fff;
  border-bottom: 8px solid #003cce;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  width: 32%;
  width: 31%\9;
  margin-right: 2%;
  float: left;
  text-align: center;
  cursor: pointer;
}
.topic_permit_tab_btn:nth-child(3n) {
  margin-right: 0;
}
.topic_permit_tab_btn_checked {
  border-bottom: 8px solid #f95800;
  color: #f95800;
}
.topic_permit_tab_body {
  overflow: hidden;
}
.topic_permit_tab_body li {
  float: left;
  width: 18.4%;
  width: 18%\9;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 20px;
}
.topic_permit_tab_body li:nth-child(5n) {
  margin-right: 0;
}
.topic_permit_tab_body li a {
  background: #0079ec;
  color: #fff;
  padding: 15px 0;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
}
.topic_permit_tab_body li a:hover {
  background: #f95800;
  text-decoration: underline;
}
.topic_permit_list_bigtit {
  margin: 30px 0;
  font-size: 25px;
  text-align: center;
}
.topic_permit_list_bigtit span {
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  color: #a70200;
}
.topic_permit_table_1 {
  background: #fff;
  font-size: 18px;
  padding-bottom: 30px;
}
.topic_permit_table_1 .topic_permit_title {
  font-size: 20px;
  font-weight: bold;
  background: #f3f3f3;
  color: #a70200;
}
.topic_permit_row {
  overflow: hidden;
  color: #000;
  border-bottom: 1px dashed #dddddd;
}
.topic_permit_row div {
  float: left;
  text-align: center;
  padding: 15px 0;
}
.topic_permit_row:hover {
  background: #f3f3f3;
}
.topic_permit_block_1 {
  width: 6%;
}
.topic_permit_block_1 span {
  background: #a70200;
  color: #fff;
  padding: 0 6px;
}
.topic_permit_block_2 {
  width: 8%;
}
.topic_permit_block_3 {
  width: 35%;
}
.topic_permit_block_4 {
  width: 18%;
}
.topic_permit_block_5 {
  width: 13%;
}
.topic_permit_block_6 {
  width: 18%;
}
.topic_permit_table_2 {
  font-size: 18px;
}
.topic_permit_table_2 .topic_permit_row {
  border-bottom: none;
  background: #f3f3f3;
  margin-bottom: 1px;
}
.topic_permit_table_2 .topic_permit_block_1 {
  width: 18%;
}
.topic_permit_table_2 .topic_permit_block_2 {
  float: right;
  width: 78%;
  padding: 20px 2%;
  background: #fff;
  text-align: left;
  min-height: 20px;
}
.topic_permit_content {
  margin-bottom: 60px;
}
.topic_permit_footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  background: #caf3fd\9;
}
.topic_permit_footer .content {
  padding: 40px 0;
}
.pageing {
  margin-top: 3%;
  text-align: center;
}
.pageing a {
  display: inline-block;
  font-size: 0.7em;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #000;
  border: 1px solid #dddddd;
  transition: background 0.5s, color 0.5s, border 0.5s;
  -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
  -o-transition: background 0.5s, color 0.5s, border 0.5s;
  -moz-transition: background 0.5s, color 0.5s, border 0.5s;
}
.pageing a:hover {
  background: #dddddd;
}
@media screen and (max-width: 798px) {
  .content {
    width: 96%;
  }
  .topic_permit_top,
  .topic_permit_logo {
    height: auto;
  }
  .topic_permit_top_bg {
    height: 80px;
  }
  .topic_permit_logo img {
    height: 40px;
  }
  .topic_permit_back {
    margin-top: 8%;
  }
  .topic_permit_tab_body li {
    width: 32%;
  }
  .topic_permit_tab_body li:nth-child(5n) {
    margin-right: 2%;
  }
  .topic_permit_tab_body li:nth-child(3n) {
    margin-right: 0;
  }
  .topic_permit_table_1 {
    font-size: 14px;
  }
  .topic_permit_block_1 {
    width: 7%;
  }
  .topic_permit_block_2 {
    width: 15%;
  }
  .topic_permit_block_3 {
    width: 20%;
  }
  .topic_permit_block_4 {
    width: 15%;
  }
  .topic_permit_block_5 {
    width: 20%;
  }
  .topic_permit_block_6 {
    width: 20%;
  }
  .topic_permit_table_2 {
    font-size: 16px;
  }
  .topic_permit_table_2 .topic_permit_block_2 {
    padding: 15px 2%;
  }
  .topic_permit_content {
    margin: 30px auto;
  }
  .topic_permit_footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
  }
  .topic_permit_footer .content {
    padding: 20px 0;
  }
  .pageing {
    width: 100%;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    padding: 10px 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #84faff;
    color: #fff;
  }
  /****************************************移动端 图片列表页******************************/
  /****************************************移动端 详情页******************************/
}
