﻿@charset"utf-8";
 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: 1200px;
    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: 400px;
    background: url(http://www.xinhuanet.com/english/special/xzgcl70zn/images/banner.jpg) center 0 no-repeat;
}
.nav {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #c80000;
    position: relative;
    z-index: 99;
}
.nav ul {
    width: 1200px;
}
.nav li {
    float: left;
    margin-right: 21px;
    position: relative;
}
.nav a {
    color: #fff;
    font-size: 18px;
}
.nav .more {
    background: url(http://www.xinhuanet.com/english/special/Chinareform/images/down.png) 70px 23px no-repeat;
    padding-right: 22px;
}
.nav .more:hover .nav-sub {
    height: 390px;
}
.nav .edition:hover .nav-sub {
    height: 620px;
}
.nav .nav-sub {
    position: absolute;
    left: -10px;
    width: 89px;
    top: 54px;
    background: #830022;
    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;
    width: 89px;
    display: block;
    line-height: 35px;
}
.nav .nav-sub a:hover {
    background: #c80000;
    width: 100%;
}
.foot {
    background: url(http://www.xinhuanet.com/english/special/xzgcl70zn/images/footer.png) no-repeat;
    width: 100%;
    height: 166px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 134px;
    margin-top: 100px;
}
/*标题通用*/
 .title {
    width: 1200px;
    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: 266px;
    height: 230px;
    float: left;
    padding: 0 15px 0 18px;
    line-height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}
.list li.list-photo img {
    width: 266px;
    height: 150px;
}
.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) {
    html, body {
        width:100% !important;
        overflow-x:hidden !important;
    }
    .mNavCon, .bannerMob {
        display: block;
    }
    .bannerMob img {
        width: 100%;
        height: auto;
    }
    .mNavCon {
        width: 100%;
        overflow: auto;
        height: 36px;
        line-height: 20px;
        background: #c80000;
    }
    .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: 7rem;
    }
    .foot {
        text-align: center;
        height:auto;
        font-size: 14px;
        line-height:normal;
        background: #4752ff;
        background: -moz-linear-gradient(left, #4752ff 1%, #8224ef 100%);
        background: -webkit-linear-gradient(left, #4752ff 1%, #8224ef 100%);
        background: linear-gradient(to right, #4752ff 1%, #8224ef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4752ff', endColorstr='#8224ef', GradientType=1);
        padding: 30px 0;
        margin-top: 30px;
    }
}
/*# sourceMappingURL=maps/ej.css.map */
 编辑页面页面详情一键发布CDN刷新刷新本页模板管理预览模板上传模板下载模板文件上传扩展插件退出登录