@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: Georgia;
  width: 100%;
    height: auto;
    background: url(http://www.xinhuanet.com/english/2018ciie/images/banner.png) 50% 0 no-repeat;
    overflow-x: hidden;
}

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: 430px;
}

.nav_box {
    width: 100%;
    height: 60px;
    background: url(http://www.xinhuanet.com/english/2018ciie/images/nav.png) 50% 0 no-repeat;
}

.nav_list {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    list-style: none;
}

.nav_list li {
    float: left;
    font-size: 20px;
	font-weight:bold;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.nav_list li a {
    color: #fff;
}

.nav_list li+li {
    margin-left: 150px;
}

.language-more {
    background: url(http://www.newsimg.cn/world/scosummit2018/images/arrow_down.png) no-repeat 94px 25px;
    padding-right: 50px;
}

.language-more:hover .sub {
    height: 328px;
    padding: 15px 0;
}

.sub {
    position: absolute;
    left: 0;
    width: 100px;
    transition: all 0.5s;
    overflow: hidden;
    height: 0px;
    background: #2d4aa7;
    background: linear-gradient(to top, #2d4aa7 0%, #2d4aa7 100%);
    z-index: 50;
}

.sub a {
    display: block;
    text-align: center;
    font-weight: normal;
}

.sub a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.lh-xl {
    line-height: 2;
}

.fs-sm {
    font-size: 14px;
}

.foot {
	background:#2d4aa7;
  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: #e70012;
  font-weight: bold;
  font-family: Georgia;
}

.title h3 a {
  color: #e70012;
}

.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: 161px;
}

.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) {
	body{ background:#fff;}
  .mNavCon,
  .bannerMob {
    display: block;
  }
  .bannerMob img {
    width: 100%;
    height: auto;
  }
  .mNavCon {
    width: 100%;
    overflow: auto;
    height: 36px;
    line-height: 20px;
    background: #e70012;
	position:relative;
	font-weight:bold;
  }
  .mNavCon .navleft{ height:36px; width: 58px; background:url(http://www.xinhuanet.com/english/2018ciie/images/navleft.png) top left no-repeat; background-size:cover; position:absolute; z-index:3;}
  .mNavCon .mNavList {
    white-space: nowrap;
    height: 36px;
    overflow-x: auto;
	padding-left:50px;
  }
  .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_box {
    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 */
