body {
  background: #f8f8f8;
  width: 100%;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
}

.box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.banner {
  height: 400px;
  background: url(/assets/image/post/xinwenbanner.png) no-repeat center center;
}

.juzibanner {
  height: 400px;
  background: url(/assets/index/juzi/images/other/xinwen.jpg) no-repeat center center;
}

.kuailian2banner {
  height: 400px;
  background: url(/assets/index/kuailian2/images/other/xinwen.jpg) no-repeat center center;
  background-size: cover;
}

.kuailian3banner {
  height: 400px;
  background: url(/assets/index/kuailian3/images/other/xinwen.jpg) no-repeat center center;
  background-size: cover;
}

.kuailianbanner {
  height: 400px;
  background: url(/assets/index/kuailian/images/other/xinwen.jpg) no-repeat center center;
  background-size: cover;
}

.xiyoubanner {
  height: 400px;
  background: url(/assets/index/xiyou/images/other/xinwen.jpg) no-repeat center center;
  background-size: cover;
}

.huojianbanner {
  height: 400px;
  background: url(/assets/index/huojian/images/other/xinwen.jpg) no-repeat center center;
  background-size: cover;
}

.feigebanner {
  height: 400px;
  background: url(/assets/index/feige/images/other/xinwen.jpg) no-repeat center center;
  background-size: cover;
}
.banner .menu {
  display: flex;
  align-items: center;
}

.banner .menu .item {
  margin: 0 40px;
  color: #fdfffd;
  font-size: 18px;
}

.footer {
  background: #0e1a34;
  height: 135px;
}

.banner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.banner .logo {
  height: 45px;
  width: 165px;
}

.banner .logo img {
  height: 45px;
  width: 165px;
  display: block;
}

.nav {
  margin-top: 18px;
}

.nav .box {
  display: flex;
  align-items: center;
}

.postlist {
  margin-top: 26px;
  margin-bottom: 50px;
}

.postlist .box {
  overflow: unset;
  display: flex;
  justify-content: space-between;
}

.postlist .list {
  width: 870px;
}

.postlist .list .none {
  color: #7a7c81;
  height: 200px;
  line-height: 200px;
  text-align: center;
}

.postlist .quick {
  width: 300px;
  margin-left: 30px;
}

.postlist .quick .card {
  width: 100%;
}

.postlist .box .card {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
}

.postlist .box .card.list {
  min-height: 300px;
}

.postlist .box .search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
}

.postlist .box .search .button {
  width: 67px;
  color: #ffffff;
  background: #2c72fe;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.postlist .box .search .input {
  width: 176px;
  background: #f8f8f8;
  height: 44px;
}

.postlist .box .search .input input {
  width: 166px;
  margin-left: 10px;
  background: #f8f8f8;
  height: 44px;
  line-height: 44px;
}

.postlist .box .card .title {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  line-height: 34px;
}

.postlist .box .class,
.postlist .box .posts,
.postlist .box .tag {
  padding: 22px;
}

.postlist .box .class .item {
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.postlist .box .class .item.active {
  color: #2890ee;
}

.postlist .box .class {
  margin-top: 25px;
}

.postlist .box .posts {
  margin-top: 30px;
}

.postlist .box .posts .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  font-size: 14px;
}

.postlist .box .tag {
  margin-top: 30px;
}

.postlist .box .tag .item {
  display: inline-block;
  padding: 5px;
  margin: 5px 5px 0 0;
  font-size: 14px;
  background: #eaf8f6;
}

.postlist .box .tag .item .name {
  display: inline-block;
}

.postlist .box .tag .item .count {
  display: inline-block;
  color: #0672d9;
}

.postlist #page {
  text-align: center;
  margin: 40px auto;
}

.postitem .posttitle {
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
}

.postitem .info {
  display: flex;
  align-items: center;
  color: #9b9b9b;
  font-size: 14px;
  height: 20px;
  margin-top: 25px;
}

.postitem .info .timeicon {
  width: 16px;
  height: 16px;
  background: url(/assets/image/post/i-sj.png) no-repeat center center;
  background-size: 100% 100%;
}

.postitem .info .time {
  margin-left: 5px;
}

.postitem .info .viewicon {
  width: 16px;
  height: 16px;
  background: url(/assets/image/post/i-yan.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 25px;
}

.postitem .info .view {
  margin-left: 5px;
}

.postitem .desc {
  display: flex;
  align-items: center;
  color: #545454;
  font-size: 14px;
  margin-top: 25px;
}

.postitem {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
}

.nav .box .item {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  color: #333333;
}

.nav .box .item span {
  color: #979797;
}

.footer .box {
  height: 100%;
  display: flex;
  align-items: center;
}

.footer .logo {
  height: 45px;
  width: 165px;
}

.footer .logo img {
  height: 45px;
  width: 165px;
  display: block;
}

.footer {
  color: #ffffff;
}

.footer .post {
  display: flex;
  margin-left: 105px;
}

.footer .post .item {
  margin-right: 24px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
}

.footer .copyright {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1;
  margin-left: 105px;
}

.banner-m {
  display: none;
}

.mdown-block {
  display: none;
}

.navbar.header_navbar {
  display: none;
}

.toggle-button-out {
  display: none;
}

@media (max-width: 800px) {
  .box {
    width: calc(100% - 10px);
  }
  
  .toggle-button-out {
    display: block;
  }

  .banner-m {
    display: block;
    width: 100%;
  }

  .banner .box {
    width: 100%;
  }

  .banner-m img {
    width: 100%;
  }

  .banner {
    height: unset;
    background: #192052;
  }

  .banner .menu {
    display: flex;
    align-items: center;
  }

  .banner .menu .item {
    margin: 0 1rem;
    color: #fdfffd;
    font-size: .7rem;
  }

  .footer {
    height: 15rem;
  }

  .footer .box {
    display: block;
  }

  .banner .top {
    display: flex;
    align-items: center;
    height: 4rem;
  }

  .banner .logo {
    height: 1.5rem;
    width: 6rem;
    margin-top: 5px;
    margin-left: 1rem;
  }

  .banner .logo img {
    height: 1.5rem;
    width: 6rem;
    display: block;
  }

  .nav {
    margin-top: 18px;
  }

  .nav .box {
    display: flex;
    align-items: center;
  }

  .postlist {
    margin-top: 26px;
    margin-bottom: 50px;
  }

  .postlist .box {
    overflow: unset;
    display: block;
  }

  .postlist .list {
    width: 100%;
    overflow: hidden;
  }

  .postlist .list .none {
    color: #7a7c81;
    height: 200px;
    line-height: 200px;
    text-align: center;
  }

  .postlist .quick {
    width: 100%;
    margin-left: 0px;
  }

  .postlist .quick .card {
    width: 100%;
  }

  .postlist .box .card {
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
  }

  .postlist .box .card.list {
    min-height: 300px;
  }

  .postlist .box .search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
  }

  .postlist .box .search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
  }

  .postlist .box .search .button {
    width: 67px;
    color: #ffffff;
    background: #2c72fe;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
  }

  .postlist .box .search .input {
    width: 176px;
    background: #f8f8f8;
    height: 44px;
  }

  .postlist .box .search .input input {
    width: 166px;
    margin-left: 10px;
    background: #f8f8f8;
    height: 44px;
    line-height: 44px;
  }

  .postlist .box .card .title {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    line-height: 34px;
  }

  .postlist .box .class,
  .postlist .box .posts,
  .postlist .box .tag {
    padding: 22px;
  }

  .postlist .box .class .item {
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
  }

  .postlist .box .class .item.active {
    color: #2890ee;
  }

  .postlist .box .class {
    margin-top: 25px;
  }

  .postlist .box .posts {
    margin-top: 30px;
  }

  .postlist .box .posts .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    font-size: 14px;
  }

  .postlist .box .tag {
    margin-top: 30px;
  }

  .postlist .box .tag .item {
    display: inline-block;
    padding: 5px;
    margin: 5px 5px 0 0;
    font-size: 14px;
    background: #eaf8f6;
  }

  .postlist .box .tag .item .name {
    display: inline-block;
  }

  .postlist .box .tag .item .count {
    display: inline-block;
    color: #0672d9;
  }

  .postlist #page {
    text-align: center;
    margin: 40px auto;
  }

  .postitem .posttitle {
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
  }

  .postitem .info {
    display: flex;
    align-items: center;
    color: #9b9b9b;
    font-size: 14px;
    height: 20px;
    margin-top: 25px;
  }

  .postitem .info .timeicon {
    width: 16px;
    height: 16px;
    background: url(/assets/image/post/i-sj.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .postitem .info .time {
    margin-left: 5px;
  }

  .postitem .info .viewicon {
    width: 16px;
    height: 16px;
    background: url(/assets/image/post/i-yan.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 25px;
  }

  .postitem .info .view {
    margin-left: 5px;
  }

  .postitem .desc {
    display: flex;
    align-items: center;
    color: #545454;
    font-size: 14px;
    margin-top: 25px;
  }

  .postitem {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
  }

  .nav .box .item {
    margin-right: 10px;
    font-size: 14px;
    line-height: 1;
    color: #333333;
  }

  .nav .box .item span {
    color: #979797;
  }

  .footer {
    height: unset;
    padding-bottom: 3rem;
  }

  .footer .logo {
    height: 2.5rem;
    width: 8rem;
    margin: 1rem auto 0;
  }

  .footer .logo img {
    height: 2.5rem;
    width: 8rem;
    display: block;
  }

  .footer .post {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    margin-top: 1rem;
  }

  .footer .post .item {
    margin-right: 1rem;
    font-size: .7rem;
    line-height: 2rem;
    color: #ffffff;
  }

  .footer .copyright {
    margin-top: 1rem;
    font-size: .7rem;
    margin-left: 1rem;
    text-align: center;
  }
  
  .footer .logo {
    display: none;
  }
  
  .mdown-block {
    height: 5rem;
    width: 100%;
    background: #31246b;
    display: block;
  }

  .mdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    height: 5rem;
    width: 100%;
    background: #0e1a34;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mdownlogo {
    height: 2rem;
    width: 7rem;
    margin-left: 1rem;
    background: unset;
  }

  .mdownlogo img{
    height: 2rem;
    width: 7rem;
  }

  .mdownburron {
    font-size: 1rem;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #ffffff;
    border-radius: 2rem;
    margin-right: 1rem;
    background: #50cab6;
  }
  
  .navbar.header_navbar {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s;
    z-index: 99;
  }

  .navbar.header_navbar.header_navbarshow {
    top: 0;
  }

  .header_navbar .navbar-nav {
    display: none;
  }

  .header_navbar .navbar-nav.show {
    display: block;
  }

  .header_navbar .navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background: #ffffff;
    border-top: #cccccc 1px solid;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav li {
    line-height: 60px;
    width: calc(100% - 3rem);
    margin: 0 auto;
  }

  .header_navbar .navbarlogo {
    width: 140px;
    height: 36px;
  }

  .header_navbar .navbarlogo img {
    width: 140px;
    height: 36px;
    display: block;
  }

  .toggle-button {
    width: 24px;
    height: 24px;
  }

  .toggle-button img {
    width: 24px;
    height: 24px;
    display: block;
  }

  .toggle-button-out {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 23px;
    right: 1rem;
    z-index: 1;
  }

  .toggle-button img {
    width: 24px;
    height: 24px;
    display: block;
  }

  .juzibanner .top {
    display: none;
  }
  
  .kuailianbanner .top .menu{
    display: none;
  } 
  
  .kuailian2banner .top .menu{
    display: none;
  } 
  
  .kuailian3banner .top .menu{
    display: none;
  } 
  
  .xiyoubanner .top .menu{
    display: none;
  }
  .feigebanner .top .menu{
    display: none;
  }
  .huojianbanner .top .menu{
    display: none;
  }
}
