<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    * @time Fri Nov 04 2022 10:40: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,
ul {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: Georgia;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
    color: #ff9724 !important;
}

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

.part {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

i {
    font-style: normal;
}

.domMobile {
    display: none;
}

.domPc {
    display: block;
}

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

.ej-banner {
    width: 100%;
    position: relative;
    z-index: 1;
    background: url(banner.png) center top no-repeat;
    height: 350px;
}

.ej-nav {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 70px;
    background: #ce0000;
}

.ej-nav .part {
    width: 1240px;
}

.ej-nav a,
.ej-nav span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    line-height: 70px;
    padding: 0 20.5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.ej-nav a.active,
.ej-nav span.active {
    font-weight: 700;
    color: #ffa800;
}

.ej-nav .nav-sub {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
    height: 0;
    overflow: hidden;
}

.ej-nav .nav-sub a {
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 35px;
    background: #ce0000;
}

.ej-nav span:hover .nav-sub {
    height: 350px;
}

.foot {
    margin-top: 50px;
    text-align: center;
    padding: 40px 0;
    background: #ac2317;
    color: #fff;
    font: Arial;
    font-size: 16px;
    line-height: 2;
}

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

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

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

.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: 15px 0 15px 10px;
    line-height: 26px;
    border-bottom: 1px dotted #ccc;
}

.list-txt li .img {
    width: 200px;
    margin-right: 10px;
    display: none;
}

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

.list-txt li .tit {
    font-size: 20px;
    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: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ac2317;
}

.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: 26px;
    min-height: 62px;
    color: #333;
}

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

.btn {
    width: 130px;
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bbb;
    background: #eee;
    line-height: 36px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

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

    .domMobile {
        display: block;
    }

    .domPc {
        display: none !important;
    }

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

    .ej-banner {
        width: 100%;
        height: auto;
        background: 0 0;
    }

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

    .ej-nav {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 3%;
        width: 100%;
        height: 36px;
        background: #ce0000;
    }

    .ej-nav .part {
        width: 100%;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        font-size: 0;
        white-space: nowrap;
    }

    .ej-nav .part a,
    .ej-nav .part span {
        vertical-align: middle;
        display: inline-block;
        margin-right: 15px;
        padding: 0;
        font-size: 14px;
        line-height: 36px;
        color: #fff;
    }

    .ej-nav .part .nav-sub {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        height: 36px;
        width: auto;
        text-align: left;
        font-size: 0;
    }

    .ej-nav .part .nav-sub a {
        width: auto;
        vertical-align: middle;
        display: inline-block;
        margin-right: 15px;
        padding: 0;
        font-size: 16px;
        line-height: 36px;
        color: #fff;
    }

    .foot {
        font-size: 10px;
        line-height: 35px;
        padding: 25px 0;
    }

    .title {
        font-size: 26px;
    }

    .title:before {
        width: 6px;
        margin-top: 7px;
        height: 26px;
    }

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

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

    .list-txt li {
        padding: 10px 0 10px 5px;
        line-height: 1.5;
    }

    .list-txt li .img {
        width: 130px;
        margin-right: 5px;
        display: none;
    }

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

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

    .list-txt li:before {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        /* margin-top: 12px; */
        margin-right: 5px;
        width: 4px;
        height: 4px;
    }

    .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.5;
        min-height: 54px;
    }

    .xpage-more-btn {
        width: 100px;
        margin-top: 10px;
        line-height: 36px;
        font-size: 16px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}

/*20221112瀵艰埅閫氱敤鏍峰紡*/
.domPC {
    display: block;
}

.domMobile {
    display: none;
}

.part {
    width: 1200px;
    margin: 0 auto;
    position: static;
}

.nav .part a,
.nav .part a {
    text-align: center;
    float: left;
}

.nav {
    width: 100%;
    height: 70px;
    background: #ce0000;
    position: relative;
}

.nav .part {
    width: 1200px;
    margin: 0 auto;
    z-index: 500
}

.nav .part a,
.nav .part span {
    padding: 0 69px;
}

.nav .part a,
.nav .part a {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
}

.nav .part a:hover {
    color: #ffa800 !important;
}

.nav .part .on,
.nav .part .on a {
    color: #ffa800 !important;
    font-weight: bold;
}

.nav .part .home,
.nav .part .home a {
    line-height: 70px;
    height: 70px;
    margin-left: 25px;
}

.nav .m h3 {
    font-weight: normal;
    position: relative;
    color: #fff;
}

.nav .m h3:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.nav .m {
    float: left;
    width: auto;
    line-height: 70px;
    display: inline;
    text-align: center;
    cursor: pointer;
    position: static;
}

.nav .subbg {
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #e85959;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    left: 0;
    top: 70px;
}

.shownav {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    height: 35px !important;
}

.nav .m h3 {
    font-size: 18px;
}

.nav .sub {
    width: 1200px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 18px;
    border-top: none;
    font-family: "寰蒋闆呴粦";
}

.nav .sub a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    float: left;
    padding: 0;
    line-height: 35px;
    float: left;
    margin: 0 32px;
    zoom: 1;
}

.nav .sub a:hover {
    color: #ffda77;
}

.nav .m:hover .subbg {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    height: 35px;
}

@media screen and (min-width:0px) and (max-width: 1024px) {
    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .part {
        width: 100%;
        margin: 0 auto;
    }

    .mbtitle {
        width: 54%;
        margin-left: 2%;
        position: absolute;
        bottom: 2rem;
        -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;
        display: none;
    }

    .mbtitle h3 {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.2;
        color: #c70000;
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }

    .mbtitle span {
        font-size: 0.2rem;
        line-height: 1.4;
        display: inline-block;
        background: #c70000;
        color: #fff;
        padding: 0px 10px;
        margin-top: 10px;
    }

    .nav_box {
        position: relative;
        z-index: 2;
        /* margin-top: -36px; */
        width: 100%;
        height: 2.4rem;
        background: #ce0000;
        width: 94%;
        padding: 0 3% 0 3%;
        border-bottom: 2px solid #b71919;
        color: #fff;
    }

    .nav_list {
        list-style: none;
        width: 100%;
        height: 2.4rem;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 0;
        white-space: nowrap;
    }

    .nav_list a {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 2.4rem;
        padding: 0 10px;
    }

    .nav_list a {
        color: #fff;
    }
}</pre></body></html>