body {
  font-family: "微软雅黑", "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1, "PingFang SC", "Lantinghei SC", "Helvetica Neue", "Helvetica, Arial", "STHeitiSC-Light", "simsun", "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  height: auto;
}
.domPc {
  display: block;
}
.domMobile {
  display: none;
}
@media all and (max-width: 768px) {
  .domPC {
    display: none !important;
  }
  .domMobile {
    display: block;
  }
}
.hide {
  display: none;
}
html body .hide {
  display: none;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.box {
  width: 1000px;
  margin: 0 auto;
}
.container {
  padding-bottom: 32px;
}
.banner {
  height: 333px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/fortune/baihuajinrong/images/bg_pcbanner.png");
}
.banner .box {
  position: relative;
}
.logo {
  position: absolute;
  top: 38px;
  left: 42px;
  display: block;
  width: 110px;
  height: 68px;
  text-indent: -9999px;
  overflow: hidden;
}
.nav {
  height: 70px;
  line-height: 70px;
  background-color: #004eaf;
}
.nav a {
  float: left;
  margin: 0 24px;
  font-size: 24px;
  color: #fff;
}

.footer {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 148px;
  padding-top: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("//www.xinhuanet.com/fortune/baihuajinrong/images/bq_pcfooter.png");
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .box {
    width: 96%;
    margin: 0 auto;
  }
  .banner {
    height: auto;
    background: none;
  }
  .banner img{
    display: block;
    width: 100%;
    height: auto;
  }
  .banner .box {
    height: auto;
  }

  .nav {
    height: auto;
    overflow-x: auto;
    line-height: inherit;
  }
  .nav .box {
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    line-height: inherit;
  }
  .nav a {
    float: none;
    display: inline-block;
    color: #fff;
    line-height: 2;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .nav .box:after {
    display: none;
  }
  .nav-on-m {
    background-color: #d65b2f;
  }
  .nav .nav-xyz-wrap {
    margin-left: 0;
  }
  .nav-xyz:after {
    display: none;
  }
  .sub-nav {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
  }
  .sub-nav .sub-nav-wrap {
    position: static;
    display: inline-block;
    font-size: 0.36111111rem;
    background: none;
    white-space: nowrap;
    font-size: 0;
  }
  .sub-nav .sub-nav-wrap a {
    display: inline-block;
    height: auto;
  }
  .foot {
    font-size: 0;
    height: 2rem;
    line-height: 2rem;
    background-color: #004ea1;
    background-color: rgba(0, 78, 161, 0.3);
    vertical-align: middle;
  }
  .foot-box {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #fff;
  }
  html {
    background: none;
  }
}
.main {
  float: left;
  width: 100%;
}

.tit {
  position: relative;
  display: inline-block;
  height: 72px;
  padding-top: 20px;
  font-size: 34px;
  color: #333;
  font-weight: bold;
  line-height: 72px;
  border-bottom: 1px solid;
}

.list {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.sub-txt .list li {
  position: relative;
  padding: 15px 0 17px 0;
  border-bottom: 1px solid #ccc;
}
.sub-txt .list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 32px;
  left: -16px;
  width: 5px;
  height: 5px;
  background-color: #305798;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  margin-top: -2px;
}
.sub-txt .list li:after {
  content: "";
  position: absolute;
  display: block;
  content: attr(data-pubtime);
  top: 24px;
  right: 0;
  color: #999;
  font-size: 12px;
  line-height: inherit;
}
.sub-txt .list li a {
  display: inline-block;
  max-width: 420px;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}


.more {
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #bbb;
  background: #eee;
  line-height: 2em;
  -webkit-border-radius: 0.5em;
     -moz-border-radius: 0.5em;
          border-radius: 0.5em;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .tit {
    height: 0.8rem;
    padding: 0.1rem 0 0.25rem 0;
    line-height: 0.8rem;
    font-size: 0.6rem;
    -webkit-background-size: 0.6rem auto;
       -moz-background-size: 0.6rem auto;
            background-size: 0.6rem auto;
    background-position: 0 center;
  }
  
  .list {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.35rem;
    font-size: 0;
    line-height: 100%;
  }
  .sub-txt .list li:before,
  .sub-txt .list li:after {
    display: none;
  }
  .sub-txt .list li {
    display: inline-block;
    width: 100%;
    padding: 0.3rem 0;
    vertical-align: middle;
  }
  .sub-txt .list li a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .sub-txt .list li a + a {
    margin-left: 6px;
  }
  .main {
    width: 100%;
  }
  .more {
    font-size: 14px;
  }
  .subpage-big-pic .list img {
    height: 2.016rem;
  }
}
@media all and (max-width: 768px) {
  .domPc {
    display: none;
  }
  .domMobile {
    display: block;
  }
}
