@charset "UTF-8";
/**
*
@Author: MiniHui
@Date: Tue Jul 24 2018 12:39:21 GMT+0800 (CST)
*
*/
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #3773db;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.colTit {
  font-size: 40px;
  color: #535353;
  position: relative;
  padding-left: 30px;
  font-family: Georgia;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
}

.colTit:before {
  content: "";
  width: 12px;
  height: 30px;
  background: #ce1724;
  position: absolute;
  left: 0;
  top: 10px;
}

.banner {
  width: 100%;
  height: 428px;
  background: url("http://www.xinhuanet.com/english/special/Chinareform/images/banner.jpg") center 0 no-repeat;
}

.nav {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0068b7), to(#174084));
  background: -webkit-linear-gradient(bottom, #0068b7 0%, #174084 100%);
  background: -moz-linear-gradient(bottom, #0068b7 0%, #174084 100%);
  background: linear-gradient(0deg, #0068b7 0%, #174084 100%);
  position: relative;
  z-index: 99;
}

.nav ul {
  width: 1200px;
}

.nav li {
  float: left;
  margin-right: 42px;
  position: relative;
}

.nav a {
  color: #fff;
  font-size: 20px;
}

.nav .more {
  background: url("http://www.xinhuanet.com/english/special/Chinareform/images/down.png") 50px 23px no-repeat;
  padding-right: 20px;
}

.nav .more:hover .nav-sub {
  height: 140px;
}

.nav .edition:hover .nav-sub {
  height: 320px;
}

.nav .nav-sub {
  position: absolute;
  left: -10px;
  top: 54px;
  background: #0068b7;
  padding: 0 10px;
  text-align: center;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.nav .nav-sub a {
  font-size: 14px;
  display: block;
  line-height: 35px;
}

.foot {
  background-image: -webkit-gradient(linear, left top, right top, from(#0068b7), to(#174084));
  background-image: -webkit-linear-gradient(left, #0068b7 0%, #174084 100%);
  background-image: -moz-linear-gradient(left, #0068b7 0%, #174084 100%);
  background-image: linear-gradient(90deg, #0068b7 0%, #174084 100%);
  height: 104px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 104px;
  margin-top: 100px;
}

/*标题通用*/
.title {
  width: 1000px;
  height: 30px;
  background: url(http://www.newsimg.cn/english/special/2017lh/images/ej-dht.jpg) repeat-x;
  position: relative;
  margin-bottom: 20px;
}

.title h3 {
  padding: 0px 15px 0 0px;
  background: #FFF;
  font-size: 30px;
  position: absolute;
  top: -7px;
  left: 0;
  line-height: 30px;
  color: #ce1724;
  font-weight: bold;
  font-family: Georgia;
}

.title h3 a {
  color: #ce1724;
}

.title span {
  display: inline-block;
  float: right;
  line-height: 26px;
  height: 26px;
  font-size: 14px;
  color: #8aa585;
}

.title span a {
  color: #8aa585;
}

.list {
  margin-top: 30px;
}

.list ul {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
}

.list li {
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list li i {
  width: 2px;
  height: 2px;
  display: inline-block;
  background: #000;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  position: absolute;
  top: 17px;
  left: 0;
}

.list li span {
  display: inline-block;
  color: #b1b1b1;
  margin-left: 5px;
}

.list li.list-photo {
  float: left;
  border-bottom: 0;
  width: 300px;
  height: 263px;
  float: left;
  padding: 0 15px 0 18px;
  line-height: 25px;
  margin-bottom: 20px;
  overflow: hidden;
}

.list li.list-photo img {
  width: 300px;
  height: 193px;
}

.xpage-more-btn {
  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;
}

.xpage-more-btn:hover {
  background: #ddd;
}

.xpage-more-btn:active {
  background: #ccc;
}

.mNavCon,
.bannerMob {
  display: none;
}

@media screen and (max-width: 768px) {
  .mNavCon,
  .bannerMob {
    display: block;
  }
  .bannerMob img {
    width: 100%;
    height: auto;
  }
  .mNavCon {
    width: 100%;
    overflow: auto;
    height: 36px;
    line-height: 20px;
    background: #174185;
    background: -moz-linear-gradient(top, #174185 0%, #0e5199 50%, #0166b4 100%);
    background: -webkit-linear-gradient(top, #174185 0%, #0e5199 50%, #0166b4 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#174185), color-stop(50%, #0e5199), to(#0166b4));
    background: linear-gradient(to bottom, #174185 0%, #0e5199 50%, #0166b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174185', endColorstr='#0166b4', GradientType=0);
  }
  .mNavCon .mNavList {
    white-space: nowrap;
    height: 36px;
    overflow-x: auto;
  }
  .mNavCon a {
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
  }
  .mNavCon a.on {
    background-color: #d65b2f;
  }
  .banner,
  .nav {
    display: none;
  }
  .container {
    width: 100%;
  }
  .title {
    width: 100%;
  }
  .list ul {
    width: 96%;
    height: auto;
    margin-bottom: 45px;
    padding: 0 2%;
  }
  .list li.list-photo {
    width: 48%;
    padding: 0 1%;
    height: auto;
  }
  .list li.list-photo:nth-child(odd) {
    clear: left;
  }
  .list li.list-photo img {
    width: 100%;
    height: auto;
  }
  .foot {
    text-align: center;
    font-size: 14px;
    padding: 30px 0;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=maps/ej.css.map */
