@charset "utf-8";
.top {
  display: block;
}

.phone {
  display: none;
}

.dpzw{min-height: 5rem;}

.banner {
  width: 19.2rem;
  height: 4.07rem;
  overflow: hidden;
  position: relative;
}

.banner .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  margin: .5rem 0rem 0rem 1.5rem;
}

.banner .logo img {
  width: 5.88rem !important;
  height: .53rem;
}

.banner img {
  width: 100%;
}

/*框架*/
.frame {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.frame .tyny .conts {
  font-size: .18rem;
  line-height: .32rem;
}

.lanmu {
  display: flex;
  align-items: center;
  color: #0252a1;
  font-size: .3rem;
  margin-top: -0.8rem;
}

.lanmu img {
  width: .4rem;
  height: .45rem;
  margin-right: .2rem;
}

.lnav {
  margin-top: .8rem;
  margin-bottom: .3rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid #e5e5e5;
  padding-bottom: 0.2rem;
}

.lnav p {
  font-size: .24rem;
}

.lnav .lnav-list {
  display: flex;
  font-size: .16rem;
}

.lnav .lnav-list a {
  font-size: .16rem;
}

.lnav .lnav-list span {
  margin: 0rem .1rem;
}

.tyny {
  display: flex;
  justify-content: space-between;
}

.tyny .lcontent {
  width: 70%;
}

.tyny .lcontent .contit {
  border-bottom: 0.01rem solid #e5e5e5;
  padding-bottom: .2rem;
}

.tyny .lcontent .contit h1 {
  font-size: .24rem;
  font-weight: bold;
}

.tyny .lcontent .contit .d {
  display: flex;
  margin-top: .2rem;
}

.tyny .lcontent .contit .d p {
  margin-right: .3rem;
}

.tyny .lcontent .cont {
  margin: .3rem 0rem;
}

.tyny .rhot {
  width: 25%;
}

.tyny .rhot .titis {
  font-size: .18rem;
  background-color: #0252a1;
  height: .5rem;
  text-align: center;
  line-height: .5rem;
  color: #fff;
}

.tyny .rhot .hot-list {
  padding: .2rem;
  background-color: #f6f6f6;
}

.tyny .rhot .hot-list ul li {
  border-bottom: 0.01rem solid #e5e5e5;
  margin-bottom: .2rem;
  padding-bottom: .1rem;
}

.tyny .rhot .hot-list ul li a {
  font-size: .16rem;
  line-height: .28rem;
}

.tyny .rhot .hot-list ul li p {
  font-size: .14rem;
  margin-top: .1rem;
}

/*小屏幕*/
@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
  .phone {
    display: block;
  }
}