html,
body {
  font-family: "Microsoft YaHei", 'Avenir', Helvetica, Arial, sans-serif;
  min-height: 100%;
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.point {
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #090909;
  border-radius: 0.05rem;
  left: 0;
}
.wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 1.4rem;
}
.header .logo {
  width: 7.5rem;
  height: 1.15rem;
  background-image: url(logo.png);
  background-size: cover;
}
.header .nav {
  display: flex;
  font-size: 0.18rem;
  margin-bottom: 1px;
}
.header .nav .home-page {
  width: 0.7rem;
  height: 0.97rem;
  background-color: #0f79c7;
  color: #ffffff;
  border-right: 1px #FFFFFF solid;
  padding-top: 0.25rem;
}
.header .nav .home-page a {
  display: block;
  color: #ffffff;
}
.header .nav .home-page .homeicon {
  width: 0.31rem;
  height: 0.25rem;
  background-image: url(home.png);
  background-size: cover;
  margin: 0 auto;
}
.header .nav .home-page .home-font {
  margin-top: 0.1rem;
  width: 100%;
  text-align: center;
}
.header .nav .nav-bar {
  flex-grow: 1;
}
.header .nav .nav-bar-content {
  width: 100%;
  height: 0.49rem;
  font-size: 0.23rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #0860a0;
  border-bottom: 1px #FFFFFF solid;
}
.header .nav .nav-bar-content div {
  width: 20%;
  text-align: center;
}
.header .nav .nav-bar-content a {
  color: #ffffff;
  text-decoration: none;
}
.main .swiper-container {
  width: 100%;
  height: 4rem;
  font-size: 0.18rem;
}
.main .swiper-container img {
  width: 100%;
  height: 100%;
}
.main .swiper-container .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.24rem;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
  line-height: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .swiper-container .title a {
  color: #ffffff;
}
.main .channel {
  padding: 0.23rem 0.3rem 0rem 0.3rem;
}
.main .channel .c-header {
  font-size: 0.24rem;
}
.main .channel .c-header div {
  padding-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.36rem;
  height: 0.43rem;
  background-color: #f5f5f5;
  border-bottom: 2px #e0696a solid;
  color: #414041;
}
.main .channel .c-main {
  font-size: 0.21rem;
}
.main .channel .c-main ul {
  padding: 0.15rem;
}
.main .channel .c-main li {
  position: relative;
  line-height: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main .channel .c-main li a {
  margin-left: 0.2rem;
  color: #090909;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .channel .c-footer {
  font-size: 0.21rem;
}
.main .channel .c-footer a {
  height: 0.38rem;
  display: block;
  color: #7a7878;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 0.04rem;
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1.15rem;
  background-color: #575757;
  font-size: 0.18rem;
  color: #c4c4c4;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .web-info p {
  line-height: 0.3rem;
}
.footer .gotop {
  width: 0.55rem;
  height: 0.55rem;
  background-image: url(gotop.png);
  background-size: cover;
}
.doc-info {
  padding: 0.3rem;
}
.doc-info .title {
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.4rem;
}
.doc-info .time {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.6rem;
  border-bottom: 1px #C4C4C4 dashed;
}
.doc-info .content {
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.doc-info .content img {
  width: 100%;
}
.doc-info .content div,
.doc-info .content p,
.doc-info .content span {
  font-size: 0.25rem !important;
}
.doc-info .content table {
  width: 100%;
}
.doc-info .content table td {
  width: 12% !important;
  font-size: 0.2rem !important;
}
.gailan .channel .c-main li {
  justify-content: space-around;
}
.gailan .channel .c-main li a {
  margin-left: 0;
  width: 69%;
}
.wxjz {
  margin-top: 0.2rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wxjz .weixin-box {
  width: 50%;
  text-align: center;
  font-size: 0.25rem;
  margin-bottom: 0.1rem;
}
.wxjz .weixin-box .erweima {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
.wxjz .weixin-box img {
  width: 100%;
  height: 100%;
}
.ld ul {
  padding: 0 !important;
}
.ldinfo-box {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.2rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.ldinfo-box .ld-photo {
  width: 25%;
  display: flex;
  align-items: center;
}
.ldinfo-box .ld-photo img {
  width: 100%;
  height: 100%;
}
.ldinfo-box .ld-info {
  width: 75%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #F9F9F9;
}
.ldinfo-box .ld-info .ld-name {
  font-size: 0.3rem;
  letter-spacing: 0.02rem;
}
.ldinfo-box .ld-info .work-name {
  font-size: 0.25rem;
  color: #0860A0;
  line-height: 0.35rem;
  border-bottom: 0.01rem #C4C4C4 dashed;
}
.ldinfo-box .ld-info .ld-personalDetails {
  height: 2rem;
  overflow: auto;
  margin-top: 0.1rem;
  text-indent: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.35rem;
}
@keyframes inter {
  from {
    transform: translateY(500%);
  }
  to {
    transform: translateY(0);
  }
}