/**
 * @Author: minihui
 * @Date:   2017-06-07-Wed-15-57-56
 * @Last modified by:   minihui
 * @Last modified time: 2017-06-21-Wed-16-22-17
 * @Copyright: Copyright © 2000 - 2017 XINHUANET.com　All Rights Reserved.
制作单位：新华网股份有限公司　　版权所有 新华网股份有限公司
 */

/********************************************************************************
                               banner
 ********************************************************************************/
.banner {
  background-image: url("//www.xinhuanet.com/world/jzwsbz2017/img/banner.jpg");
  width: 100%;
  height: 502px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  overflow: hidden;
}
/********************************************************************************
                              nav
********************************************************************************/
.nav {
  width: 100%;
  height: 65px;
  margin-top: 10px;
  background-color: #006ab8;
}
.nav .part {
  position: relative;
}

.nav-cont {
  /*margin-left: 330px;*/
}
.nav-cont li {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 65px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.nav-cont li a {
  color: #fff;
}
.nav-cont li::before {
  content: "/";
  color: #fff;
  font-size: 18px;
  line-height: 65px;
  position: absolute;
  left: -18px;
  top: 0;
}
.nav-cont li:first-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .domPC {
    display: none;
  }
}

/*# sourceMappingURL=top.css.map */
