/*
    * @time Tue Feb 20 2024 15:25:44 GMT+0800 (中国标准时间)
    */
@charset 'utf-8';

.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
figure,
ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica,
        Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体',
        'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

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

iframe,
img {
    border: 0;
}

img {
    vertical-align: top;
}

.clearfix {
    display: block;
}

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

i {
    font-style: normal;
}

/* .domMobile, */
.domMobileInline {
    display: none;
}

/* .domPc {
    display: block;
} */

.domPcInline {
    display: inline-block;
}

.part {
    width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.player-container {
    text-align: left;
}

.xl-banner {
    width: 100%;
    height: 499px;
    background: url(/english/images/banner.png) no-repeat center top;
    position: relative;
}
.xl-banner .info {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 0;
}
.xl-banner .info span {
    font-size: 14px;
    color: #6e3627;
    font-weight: 700;
    line-height: 28px;
}
.xl-banner .info .map {
    padding-left: 35px;
    padding-right: 15px;
    margin-left: 10px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(/images/icon-pot.png);
    background-position: 18px 5px;
    background-repeat: no-repeat;
    background-color: #bf7555;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    color: #fde9d3;
}
.xl-nav {
    background-color: #c90915;
    height: 70px;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
}
.xl-nav a {
    display: inline-block;
    font-size: 16px;
    color: #fff5db;
    line-height: 70px;
    padding: 0 18px;
    vertical-align: middle;
}
.xl-nav a.active {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#e5b767),
        color-stop(52%, #feb),
        color-stop(99%, #e5b868)
    );
    background-image: -webkit-linear-gradient(
        bottom,
        #e5b767 0,
        #feb 52%,
        #e5b868 99%
    );
    background-image: -moz-linear-gradient(
        bottom,
        #e5b767 0,
        #feb 52%,
        #e5b868 99%
    );
    background-image: linear-gradient(0deg, #e5b767 0, #feb 52%, #e5b868 99%);
    font-size: 20px;
    color: #c90915;
}
.xl-nav a.search {
    padding-left: 30px;
    background-image: url(/english/images/icon-search.png);
    background-position: 0 center;
    background-repeat: no-repeat
}
.xl-nav a.en {
    background-color: #ff2400;
    width: 88px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
}
.xl-foot {
    padding: 15px 0;
    background-color: #c90915;
    font-size: 14px;
    color: #fff;
    line-height: 2.143;
    text-align: center;
}

.xl-cont .part {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 100px 20px;
}

.xl-cont .xl-cont-head {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    padding: 0 20px 20px;
}

.xl-cont .xl-cont-head h1 {
    text-align: center;
    line-height: 1.5;
    font-size: 36px;
    /* color: #c00 */
}

.xl-cont .xl-cont-head .info {
    margin: 20px auto;
    text-align: center;
    font-size: 0;
}

.xl-cont .xl-cont-head .info .source,
.xl-cont .xl-cont-head .info .time {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #999;
}

.xl-cont .xl-cont-head .info .source {
    margin-left: 20px;
}

.xl-cont .xl-cont-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 2em;
}

.xl-cont .xl-cont-main p {
    margin-bottom: 20px;
}

.xl-cont .xl-cont-main p img {
    max-width: 90%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
.xl-cont .xl-cont-main img {
    max-width: 90%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.xl-cont .xl-cont-main #articleEdit {
    padding: 30px 0 10px;
    margin: 0 10px 20px 10px;
    text-align: right;
    font-size: 12px;
}
.tiyi1 {
    display: none;
}
.xl-cont .tiyi1 .advise,
.xl-cont .tiyi1 .advise2 {
    cursor: pointer;
    color: #8a0000;
}

#detail .pageVideo {
    width: 640px;
    height: 360px;
    margin: 0 auto;
    display: none;
}

#div_currpage {
    margin-top: 20px;
    text-align: center;
}

#div_currpage span {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-bottom: 10px;
    background-color: #c00;
    margin-left: 2px;
    margin-right: 2px;
}

#div_currpage a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    font-size: 12px;
    color: #818181;
    text-align: center;
    line-height: 26px;
    margin-bottom: 10px;
    background-color: #f1f3f5;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 2px;
    margin-right: 2px;
}

#div_currpage a:hover {
    color: #fff !important;
    background-color: #c00;
}

.columBox {
    margin-bottom: 20px;
}

.columBox .col-tit {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    overflow: hidden;
}

.columBox .col-tit span {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px 0 30px;
    background: url(//www.xinhuanet.com/detail2020/images/icon-colum.png) 0 50%
        no-repeat;
    border-bottom: 3px solid #2a3d96;
    z-index: 3;
}

.relatedNews li {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.relatedNews li a {
    display: block;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}

.relatedNews li .info {
    font-size: 14px;
    color: grey;
    line-height: 28px;
}

.relatedNews li .time {
    font-size: 14px;
    color: grey;
    line-height: 28px;
}

.share {
    display: inline-block;
    color: #999;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
    position: relative;
}

.share a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    top: -5px;
}

.share .wx {
    left: 57px;
    background: url(//www.xinhuanet.com/detail2020/images/share.png) 0 0
        no-repeat;
}

.share .wb {
    left: 102px;
    background: url(//www.xinhuanet.com/detail2020/images/share.png) -45px 0 no-repeat;
}

.share .wx-ewm {
    margin-bottom: 24px;
    width: 150px;
    height: 150px;
    background-color: #348cec;
    color: grey;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 100px;
    top: -11px;
    z-index: 99;
    display: none;
}

.share .wx-ewm img {
    display: block;
    width: 135px;
    height: 135px;
    margin: 8px auto;
}

@media screen and (max-width: 1125px) {
    body {
        position: relative;
        height: auto;
        max-width: 1125px;
        margin: 0 auto;
    }

    /* .domMobile {
        display: block;
    } */

    .domMobileInline {
        display: inline-block;
    }

    /* .domPc, */
    .domPcInline {
        display: none;
    }

    .part {
        width: 100%;
        padding: 0 3%;
    }

    .xl-banner {
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto;
    }
    .xl-banner .bg {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }
    .xl-banner .bg img {
        width: 100%;
        height: auto;
    }
    .xl-banner .info {
        position: absolute;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 5;
        text-align: center;
        font-size: 0;
        width: 100%;
    }
    .xl-banner .info span {
        font-size: 12px;
        color: #6e3627;
        font-weight: 700;
        line-height: 16px;
    }
    .xl-banner .info .map {
        padding-left: 26px;
        padding-right: 10px;
        margin-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-image: url(/images/icon-pot.png);
        background-position: 10px 5px;
        background-repeat: no-repeat;
        background-color: #bf7555;
        -webkit-background-size: auto 15px;
        -moz-background-size: auto 15px;
        background-size: auto 15px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        border-radius: 19px;
        color: #fde9d3;
    }
    .xl-nav {
        background-color: #c90915;
        height: 40px;
    }
    .xl-nav .part {
        font-size: 0;
        overflow-x: auto;
        white-space: nowrap;
    }
    .xl-nav a {
        display: inline-block;
        font-size: 14px;
        color: #fff5db;
        line-height: 40px;
        padding: 0 10px;
        vertical-align: middle;
    }
    .xl-nav a.active {
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#e5b767),
            color-stop(52%, #feb),
            color-stop(99%, #e5b868)
        );
        background-image: -webkit-linear-gradient(
            bottom,
            #e5b767 0,
            #feb 52%,
            #e5b868 99%
        );
        background-image: -moz-linear-gradient(
            bottom,
            #e5b767 0,
            #feb 52%,
            #e5b868 99%
        );
        background-image: linear-gradient(
            0deg,
            #e5b767 0,
            #feb 52%,
            #e5b868 99%
        );
        font-size: 16px;
        color: #c90915;
        font-weight: 700;
    }
    .xl-nav a.search {
        padding-left: 18px;
        -webkit-background-size: auto 18px;
        -moz-background-size: auto 18px;
        background-size: auto 18px;
    }
    .xl-nav a.en {
        background-color: #ff2400;
        width: 80px;
        height: 22px;
        line-height: 22px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        color: #fff;
        text-align: center;
    }
    .xl-foot {
        padding: 20px 0;
        background-color: #c90915;
        text-align: center;
        font-size: 12px;
        color: #fff;
        line-height: 2;
    }
    .xl-foot p {
        margin-bottom: 20px;
    }
    .xl-foot p:last-child {
        margin-bottom: 0;
    }
    .xl-foot span {
        display: block;
    }

    .xl-cont .part {
        padding: 20px 3% 10px;
    }

    .xl-cont .xl-cont-head {
        padding: 0 10px 20px;
    }

    .xl-cont .xl-cont-head h1 {
        font-size: 32px;
    }

    .xl-cont .xl-cont-head .info {
        margin: 10px auto;
    }

    .xl-cont .xl-cont-head .info .source,
    .xl-cont .xl-cont-head .info .time {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
    }

    .xl-cont .xl-cont-main {
        padding: 20px 0 0;
    }

    .xl-cont .xl-cont-main p {
        margin-bottom: 10px;
    }

    .xl-cont #detail .pageVideo {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: none;
    }

    .share {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .xl-cont .xl-cont-head h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 460px) {
    .xl-cont .xl-cont-head {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
    }

    .xl-cont .xl-cont-head h1 {
        font-size: 24px;
    }
}
