@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,
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 !important;
}

.domPc {
    display: block !important;
}

.domPcInline {
    display: inline-block !important;
}

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

.ej-banner {
    width: 100%;
    height: 499px;
    background: url(/images/banner.png) no-repeat center top;
    position: relative;
}

.ej-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;
}

.ej-banner .info span {
    font-size: 14px;
    color: #6e3627;
    font-weight: 700;
    line-height: 28px;
}

.ej-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;
}

.ej-nav {
    background-color: #c90915;
    height: 70px;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
}

.ej-nav a {
    display: inline-block;
    font-size: 16px;
    color: #fff5db;
    line-height: 70px;
    padding: 0 23.5px;
    vertical-align: middle;
}

.ej-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;
}

.ej-nav a.search {
    padding-left: 30px;
    background-image: url(/images/icon-search.png);
    background-position: 0 center;
    background-repeat: no-repeat
}

.ej-nav a.en {
    background-color: #ff2400;
    width: 87px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    padding: 0;
}

.ej-foot {
    padding: 15px 0;
    background-color: #c90915;
    font-size: 14px;
    color: #fff;
    line-height: 2.143;
    text-align: center;
}

.ej-list {
    margin: 50px auto 30px;
}

.title {
    position: relative;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    color: #c3150b;
    border-bottom: 1px solid #d3d1d1;
}

.title:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 5px;
    width: 6px;
    height: 30px;
    background: #c3150b;
}

.explain {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.explain.hide {
    display: none;
}

.list-txt {
    margin-top: 30px;
}

.list-txt li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 10px;
    line-height: 1.6;
    border-bottom: 1px dotted #d3d1d1;
}

.list-txt li .tit {
    font-size: 18px;
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-txt li .tit a {
    color: #333;
}

.list-txt li .time {
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}

.list-txt li:before {
    content: '';
    margin-right: 10px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c3160c;
}

.list-txt li:last-child {
    border-bottom: 0;
}

.list-pic {
    margin-top: 30px;
}

.list-pic ul {
    font-size: 0;
    width: 1240px;
}

.list-pic ul li {
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 280px;
    margin-right: 27px;
    margin-bottom: 15px;
}

.list-pic ul li .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.list-pic ul li .img img {
    width: 100%;
    height: auto;
}

.list-pic ul li .tit {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.6;
    min-height: 62px;
    color: #333;
}

.list-pic ul li .tit a {
    color: #333;
}

.xpage-more-btn {
    width: 140px;
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #c90915;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

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

    .domMobile {
        display: block !important;
    }

    .domMobileInline {
        display: inline-block !important;
    }

    .domPc,
    .domPcInline {
        display: none !important;
    }

    .part {
        width: 100%;
        padding: 0 16px;
    }

    .ej-banner {
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto;
    }

    .ej-banner .bg {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .ej-banner .bg img {
        width: 100%;
        height: auto;
    }

    .ej-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%;
    }

    .ej-banner .info span {
        font-size: 12px;
        color: #6e3627;
        font-weight: 700;
        line-height: 16px;
    }

    .ej-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;
    }

    .ej-nav {
        background-color: #c90915;
        height: 40px;
    }

    .ej-nav .part {
        font-size: 0;
        overflow-x: auto;
        white-space: nowrap;
    }

    .ej-nav a {
        display: inline-block;
        font-size: 14px;
        color: #fff5db;
        line-height: 40px;
        padding: 0 10px;
        vertical-align: middle;
    }

    .ej-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;
    }

    .ej-nav a.search {
        padding-left: 18px;
        background-image: url(/images/icon-search.png);
        background-position: 0 center;
        background-repeat: no-repeat;
        -webkit-background-size: auto 18px;
        -moz-background-size: auto 18px;
        background-size: auto 18px;
    }
    .ej-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;
    }

    .ej-foot {
        padding: 20px 0;
        background-color: #c90915;
        text-align: center;
        font-size: 12px;
        color: #fff;
        line-height: 2;
    }

    .ej-foot p {
        margin-bottom: 20px;
    }

    .ej-foot p:last-child {
        margin-bottom: 0;
    }

    .ej-foot span {
        display: block;
    }

    .title {
        font-size: 20px;
    }

    .title:before {
        width: 6px;
        margin-top: 5px;
        height: 20px;
    }

    .ej-list {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .list-txt {
        margin-top: 10px;
    }

    .list-txt li {
        line-height: 1.6;
    }

    .list-txt li .tit {
        font-size: 16px;
    }

    .list-txt li .time {
        display: none;
    }

    .list-txt li:before {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 11px;
        margin-right: 10px;
        width: 6px;
        height: 6px;
    }

    .list-pic {
        margin-top: 10px;
    }

    .list-pic ul {
        font-size: 0;
        width: 100%;
    }

    .list-pic ul li {
        vertical-align: top;
        display: inline-block;
        position: relative;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .list-pic ul li:nth-child(even) {
        margin-right: 0;
    }

    .list-pic ul li .img {
        height: auto;
    }

    .list-pic ul li .img img {
        width: 100%;
        height: auto;
    }

    .list-pic ul li .tit {
        padding: 5px;
        font-size: 18px;
        line-height: 1.6;
        min-height: 54px;
    }

    .xpage-more-btn {
        margin-top: 10px;
        line-height: 36px;
    }
}