* {
  margin: 0;
  padding: 0;
}
a {
  display: block;
  text-decoration: none;
  color: black;
}
img {
  width: 100%;
}
#header {
  position: relative;
  background-color: #005bac;
}
#header img {
  width: 40%;
}
.header-h {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  position: relative;
}
.h-tit {
  position: absolute;
  left: 40%;
  top: 30%;
  font-size: 32px;
  line-height: 50px;
  color: #ffffff;
}
.r-img {
  position: absolute;
  right: 0;
  top: 10%;
}
.nav {
  width: 90%;
  max-width: 1300px;
  background-color: #005bac;
  display: flex;
  margin: auto;
  border-top: 1px solid #4c84b4;
}
#showNav {
  display: none;
}
.dh {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}
#main,
#detail {
  width: 96%;
  max-width: 1300px;
  margin: auto;
}

.a-sty {
  width: 10%;
  background-color: #005bac;
}
.a-sty a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-right: 1px solid #836262;
  padding: 10px 0;
}
.a-sty:last-child a {
  border: none;
}
.a-sty a:hover {
  background-color: #ffffff;
  color: black;
}
.xx {
  display: flex;
  justify-content: space-between;
}
.tit,
.yqlj {
  width: 100%;
  margin-top: 20px;
  background-color: #005bac;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
}
.tl,
.tc {
  width: 36%;
}
.tl-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tl-item {
  width: 48%;
  height: 80px;
  display: flex;
  background-color: #def5ff;
  align-items: center;
  border-radius: 10px;
  margin-top: 10px;
  color: #149ed9;
}
.tl-item:hover {
  background-color: #fff;
  color: #005bac;
}
.tl-item .img {
  max-width: 70px;
  width: 30%;
  padding: 10px;
}
.tl-item div:last-child {
  /* text-indent: 8px; */
  width: 60%;
}

.tc-con {
}
.tc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  line-height: 44px;
}
.tc-item .img {
  display: flex;
  align-items: center;
}
.tc-item img {
  width: 6px;
}
.tc-item .text {
  text-indent: 4px;
}
.tc-item a:hover {
  color: #005bac;
}
.tr {
  width: 20%;
}
.tr .tit {
  margin-bottom: 20px;
}
.tit a {
  color: #fff;
}
.tit-list {
  display: none;
  background-color: #f8ece4;
  transition: 0.5s;
  padding: 20px 0;
}
.tit-item {
  text-indent: 20px;
}
.tit-item a:hover {
  color: #005bac;
}
.yqlj-con {
  width: 100%;
  height: 348px;
  background-color: #f4ece4;
}
.yqlj-item {
  text-align: center;
}
.yqlj-item a {
  color: #d46a43;
  line-height: 40px;
}
.yqlj-item a:hover {
  background-color: #c4b49c;
  color: #005bac;
}
.gk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xxsl,
.jdsl {
  width: 49%;
}
.gk-con {
  min-height: 150px;
  background-color: #def5ff;
  margin-top: 20px;
  padding: 40px 30px;
}
#footer {
  width: 100%;
  height: 100px;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  background-color: #005bac;
  color: #fff;
}
#detail .tc {
  width: 78%;
}
.del-tit {
  display: flex;
  background-color: #005bac;
  line-height: 44px;
  margin-top: 20px;
  padding-left: 20px;
}
.del-tit a {
  color: #fff;
  margin-left: 10px;
}
.del-tit a:hover {
  color: black;
}
#detail .gk-con {
  min-height: auto;
  background-color: #f5eee3;
  margin-bottom: 20px;
}
.detail {
  margin-top: 20px;
  min-height: 600px;
  background-color: #fcfbf7;
  padding: 20px;
}
.detail h2 {
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #f7934c;
}
.detail .time {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.link-item {
  margin-top: 10px;
}
.list {
  margin-top: 20px;
}
.list .tit {
  margin-top: 0;
  margin-bottom: 4px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-indent: 20px;
}
.list .tit a {
  color: #fff;
}
.nav-but {
  display: none;
}
.trans {
  height: 0;
  -webkit-transition: height 0.5s, -webkit-transform 0.5s; /* For Safari 3.1 to 6.0 */
  transition: height 0.5s, transform 0.5s;
}
@media (max-width: 1024px) {
  .xx {
    flex-wrap: wrap;
  }
  .xxsl,
  .jdsl,
  .tl,
  .tc,
  .tr,
  #detail .tc {
    width: 100%;
  }
  #main,
  #detail {
    top: 0;
  }
  #showNav {
    display: block;
  }
 
  #header .nav {
    position: absolute;
    left: 0;
    top: 86px;
    width: 100%;
    display: none;
  }
  #header img {
    width: 60%;
  }
   #showNav img {
    width: 100%;
  }
  .a-sty {
    width: 100%;
    text-align: center;
  }
  .nav-but {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #005bac;
  }
  .r-img {
    display: none;
  }
  .header-h {
    width: 96%;
  }
  .h-tit {
    font-size: 22px;
    left: 60%;
    top: 20%;
  }
}
