.txtoh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a:hover {
    color: inherit;
    -webkit-touch-callout: none;
}

a:active,
a:hover {
    color: #ff7834 !important;
    /* font-family: "微软雅黑"; */
}

/* 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;
    min-width: 1200px;
}

.domPc {
    display: block;
}

.domMobile {
    display: none;
}

.banner {
    width: 100%;
    height: 851px;
    background: url('ej-banner-cn.jpg') 50% 0 no-repeat;
    margin: 0 auto;
    position: relative;
}

.banner h2 {
    width: 216px;
    height: 40px;
    background: url('http://www.news.cn/world/zt/boaoforum2022/images/backXinhua.png')
        no-repeat;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 450px;
    left: 50%;
    margin-left: -93px;
    display: none;
}

.banner .fhsy {
    width: 170px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.banner .version {
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -619px;
    font-size: 30px;
    line-height: 42px;
    color: #fff;
}

.banner .version a {
    color: #fff;
    position: relative;
}

.banner .version a.active {
    color: #0d72c8;
}

.banner .version a.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #ffcf4e;
}
.boxBg01 {
    height: auto;
    background: url(http://www.xinhuanet.com/world/ciie2020/images/bg01.png)
        no-repeat 0 208px;
}

/*导航*/
#topHeader {
    height: 32px;
    text-align: center;
    border-bottom: 1px solid #2d4aa9;
    background: #2d4aa9;
    display: none;
}

#topHeader .top {
    width: 1000px;
    height: inherit;
    margin: 0px auto;
}

#topHeader a {
    float: left;
    height: 32px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin: 0px 10px;
}

.nav_box {
    width: 100%;

    margin-top: 478px;
    background: #023a9c;
    height: 85px;
}

.nav_list {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    list-style: none;
    padding-top: 24px;
}

.nav_list li {
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 400;
}

.nav_list li a {
    color: #fff;
}

.nav_list li + li {
    margin-left: 36px;
}

.nav_sy,
.nav_sy a {
    color: #ffd133 !important;
}

.language-more {
    background: url(http://www.newsimg.cn/world/scosummit2018/images/arrow_down.png)
        no-repeat 94px 15px;
    padding-right: 50px;
}

.language-more:hover .sub {
    height: 250px;
    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;
}

.footer {
    padding: 25px 0 25px 0;
    background: #0b569e;
    text-align: center;
    /* margin-top: 65px; */
}

.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.hide {
    display: none;
}

html body .hide {
    display: none;
}

.noEvt {
    pointer-events: none;
}

.box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 0;
}

.container {
    padding-bottom: 32px;
    margin-top: 20px;
}

.fhztsy {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 5;
    /* top: 757px; */
    margin-left: -58px;
    background: #0a569e;
}
.fhztsy a {
    color: #fff;
    padding: 20px 10px;
    line-height: 35px;
    font-size: 14px;
}

/* @media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    .footer {
        padding: 25px 0 25px 0;
        background: #7d5932;
        text-align: center;
        margin-top: 0;
    }

    .footer p {
        line-height: 30px;
        font-size: 12px;
        color: #fff;
    }

    .box {
        width: 96%;
        margin: 0 auto;
        margin-top: 0;
    }

    .banner .box {
        height: auto;
    }

    .nav {
        height: auto;
        overflow-x: auto;
        background-color: #75a5e1;
    }

    .nav .box {
        width: 100%;
        font-size: 0;
        white-space: nowrap;
        line-height: inherit;
    }

    .nav a {
        padding: 0.25rem 0.22rem;
        margin-left: 0;
        font-size: 0.36111111rem;
        line-height: 100%;
        color: #fff;
    }

    .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: 2.44444444rem;
        line-height: 2.44444444rem;
        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;
    }
    .m_fh{ height: 35px;  background: #0a569e; text-align: center; line-height: 20px;}
    .m_fh a{color: #fff;  font-size: 14px; }
    
} */

.main {
    float: left;
    width: 1200px;
    margin-top: 0;
}

.slide {
    float: right;
    width: 300px;
}

.tit {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 0 0 0;
    font-size: 26px;
    color: #0f367a;
    font-weight: bold;
    line-height: 40px;
}

.tit:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #305798;
}

.list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 30px 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 140px 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;
    font-size: 20px;
    line-height: 36px;
    color: #333;
}

.sub-txt .slide .slide-pic-item {
    padding: 10px 0;
}

.sub-txt .slide .slide-pic-item:first-child {
    padding-top: 0;
}

.sub-txt .slide .slide-pic-item img {
    display: block;
    width: 100%;
    height: 180px;
}

.sub-txt .slide .slide-pic-item a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #333;
}

.sub-txt .slide .slide-video-item {
    float: left;
    width: 48%;
}

.sub-txt .slide .slide-video-item img {
    display: block;
    width: 100%;
    height: 91px;
}

.sub-txt .slide .slide-video-item a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #333;
}

.sub-txt .slide .slide-video-item + .slide-video-item {
    float: right;
}

.sub-pic .list li {
    float: left;
    width: 272px;
    margin: 10px 6px;
    font-size: 0;
    line-height: 100%;
}

.sub-pic .list a,
.sub-pic .list img,
.sub-pic .list span {
    display: block;
    width: 100%;
}

.sub-pic .list img {
    height: auto;
}

.sub-pic .list li > a {
    margin-bottom: 4px;
}

.sub-pic .list a + span {
    height: 44px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-align: center;
}

.subpage-big-pic .list img {
    height: 107px;
}

.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;
    }

    .tit:before {
        bottom: 0;
    }

    .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: 16px;
        line-height: 1.5;
    }

    .sub-txt .list li a+a {
        margin-left: 6px;
    }

    .sub-pic .list li {
        width: 4.2rem;
        margin: 10px 0;
        font-size: 0;
        line-height: 100%;
    }

    .sub-pic .list li:nth-child(odd) {
        float: left;
    }

    .sub-pic .list li:nth-child(even) {
        float: right;
    }

    .sub-pic .list a,
    .sub-pic .list img,
    .sub-pic .list span {
        display: block;
        width: 100%;
    }

    .sub-pic .list img {
        height: auto;
    }

    .sub-pic .list li>a {
        margin-bottom: 4px;
    }

    .sub-pic .list a+span {
        height: 40px;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        text-align: center;
    }

    .main {
        width: 100%;
        margin-top: 0;
    }

    .more {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .slide {
        display: none;
    }

    .subpage-big-pic .list img {
        height: 2.016rem;
    }
}

@media all and (max-width: 768px) {
    .domPc {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .m_banner {
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto;
    }

    .m_banner img {
        width: 100%;
        height: auto;
    }

    .nav_m_box {
        position: relative;
        z-index: 2;
        margin-top: 0px;
        width: 100%;
        height: 36px;
    }

    .nav_m_list {
        list-style: none;
        width: 100%;
        height: 36px;
        overflow-x: scroll;
        font-size: 0;
        white-space: nowrap;
        background: #276cf0;
    }

    .nav_m_list li {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 36px;
        padding: 0 10px;
    }

    .nav_m_list li a {
        color: #fff;
    }
} */

.sub-pic .list a + span {
    height: 65px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-align: center;
}

/* .language-more {
    display: none;
} */

/*END*/
@media all and (max-width: 768px) {
    #topHeader {
        display: none;
    }
    html,
    body {
        min-width: 100%;
    }
    .box,
    .main {
        width: 100%;
    }
    .domPc {
        display: none !important;
    }

    .domMobile {
        display: block;
    }
    .banner {
        width: 100%;
        height: auto;
        position: relative;
        background: none;
    }

    .banner img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .banner .version {
        position: absolute;
        z-index: 5;
        left: 3%;
        top: 7%;
        margin-left: 0;
        font-size: 20px;
        line-height: 42px;
        color: #fff;
    }

    .banner .version a {
        color: #fff;
        position: relative;
    }

    .banner .version a.active {
        color: #0d72c8;
    }

    .banner .version a.active:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #ffcf4e;
    }
    .sub-txt .list li:before {
        top: 23px;
    }
    .sub-txt .list li {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 0;
    }
    .sub-txt .list li::after {
        display: none;
    }
    .sub-txt .list li a {
        line-height: 28px;
    }
    .more {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .fhztsy {
        bottom: 10px;
    }
    .fhztsy a {
        padding: 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .footer p{
        font-size: 12px;
    }
}
