.pagination{
    display: flex;
}

/*stylebox_top*/ /*stylebox_link*/
.e_ContentMajorStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    height: inherit;
    display: table;
    padding: 0 15px;
    border-width: 0px;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_ContentMajorStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: rgba(101, 190, 186, 1);
}

.e_ContentMajorStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
    font-size: medium;
}

.e_ContentMajorStyleBox-001 .title_icon::before {
    content: "";
}

.e_ContentMajorStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_ContentMajorStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_ContentMajorStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
    padding-right: 22px;
    vertical-align: top;
}

.e_ContentMajorStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_ContentMajorStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_ContentMajorStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_ContentMajorStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}



.e_ContentMajorStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}



/*stylebox_link*/
.e_FlowCommonStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}

.e_FlowCommonStyleBox-001 .stylebox_link:hover {
    color: rgba(101, 190, 186, 1);
}

.e_FlowCommonStyleBox-001 .stylebox_link:active {
    color: rgba(101, 190, 186, 1);
}

.e_FlowCommonStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: #1890FF;
}

.e_FlowCommonStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
    font-size: medium;
}

.e_FlowCommonStyleBox-001 .title_icon::before {
    content: "";
}

.e_FlowCommonStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e_FlowCommonStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.e_FlowCommonStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: #1890FF;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

.e_FlowCommonStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.e_FlowCommonStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}

.e_FlowCommonStyleBox-001 .link_icon::before {
    content: '\e6af';
}

.e_FlowCommonStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}


.e_FlowCommonStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}

#scrolltop {
    position: absolute;
    right: 0px;
    top: -20px;
    cursor: pointer;
    height: 48px;
    width: 48px;
    text-align: center;
    display: block;
    background-color: rgba(215, 1, 15, 1);
}

#scrolltop span {
    padding-top: 12px;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

#scrolltop span:after {
    display: block;
    margin: 7px auto 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    width: 12px;
    content: '';
    -webkit-animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-top {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-top {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        opacity: 0;
    }
}

.cpfl {
    font-size: 14px;
    line-height: 1.8;
}

.cpfl a {
    font-size: 14px;
    line-height: 1.8;
    color: #96c7e4;
}

.cpfl sup {
    font-size: 12px;
    padding: 0px 4px;
}

.note {
    height: 60px;
    width: 100%;
    background: rgba(65, 174, 193, 1);
    position: fixed;
    bottom: 0px;
    z-index: 99;
    left: 0px;
    border: none;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
}

.cookies_k {
    width: 94%;
    max-width: 1480px;
    min-width: 0px;
    height: 60px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

.guanbi {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin: auto;
    margin-right: 0px;
    padding: 0px 20px;
    background: #fff;
    font-size: 13px;
    line-height: 32px;
    color: #222;
    white-space: nowrap;
    border-radius: 30px;
}

.guanbi.ju {
    margin-right: 30px;
    margin-left: 50px;
}

.ysnr {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.ysnr .gdtk {
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    text-decoration: underline;
}

.yyfnfl {
    text-align: center;
}

.yyfnfl .yy_an {
    font-size: 15px;
    line-height: 48px;
    width: 200px;
    color: #fff;
    margin: 0 30px;
    text-align: center;
    display: inline-block;
    background-color: #1080c2;
}

#swiper-history {
    width: 100%;
    position: relative;
}

#swiper-history .swiper-container {
    height: 160px;
    margin: 0 40px;
}

#swiper-history .short-line {
    height: 79px;
    border-bottom: 2px dashed #007aff;
    width: 30px;
    position: absolute;
    top: 0px;
}

#swiper-history .long-line {
    height: 79px;
    border-bottom: 2px solid #d7000e;
    width: calc(100% - 30px);
    position: absolute;
    top: 0px;
    left: 30px;
}

#swiper-history .swiper-slide span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    transition: 700ms;
}

#swiper-history .swiper-slide .detail {
    height: auto;
    line-height: 20px;
    bottom: 110px;
    color: #222;
    opacity: 0;
    font-size: 16px;
}

#swiper-history .swiper-slide .date {
    color: #d7000e;
    position: absolute;
    bottom: 0px;
    height: 40px;
    opacity: 0;
    font-size: 24px;
    text-align: center;
}

#swiper-history .swiper-slide .date .sjz {
    font-size: 28px;
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(to right, #41aec1, #d7000e);
    -webkit-background-clip: text;
    color: transparent;
}

#swiper-history .swiper-slide-active span {
    transition: 700ms 700ms;
}

#swiper-history .swiper-pagination-bullets {
    white-space: nowrap;
    width: auto;
    bottom: 72px;
    height: 20px;
    line-height: 20px;
    transition: 700ms;
    box-sizing: content-box;
}

#swiper-history .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

#swiper-history .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 2px solid #41aec1;
    border-radius: 100%;
    opacity: 1;
    box-sizing: content-box;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 0 0 0px #888;
}

#swiper-history .swiper-pagination-bullet-active {
    background: #d7000e;
    border: 2px solid #d7000e;
    opacity: 1;
    box-shadow: 0 0 0 3px #fff, 0 0 0 0px #888;
}

#swiper-history .swiper-button-next, #swiper-history .swiper-button-prev {
    background-size: 20px auto;
}

#shuzi {
    height: 90px;
    margin: 20px 0px;
}

#shuzi .sz {
    display: inline-block;
    float: left;
    height: 90px;
    border-left: solid 1px #eee;
    text-align: left;
    width: calc((100% - 0px) / 4);
    padding-left: 20px;
}

#shuzi .sz:first-of-type {
    border-left: none;
    padding-left: 0px;
}

#video .video {
    width: 100%;
}

#video:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -1px;
    height: 17px;
    left: 0%;
    background-color: #000000;
    filter: blur(6px);
    opacity: 0.07;
}

#video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    opacity: 0.2;
    -webkit-filter: blur(18.2px);
    filter: blur(18.2px);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05) 53%, rgba(255, 255, 255, 0));
    bottom: -79px;
    left: 0%;
}

#shuzi:before, #shuzi:after {
    content: '';
    height: 0px;
    display: block;
    clear: both;
}

#shuzi .sz_sz {
    display: inline-block;
    position: relative;
    line-height: 60px;
    height: 60px;
}

#shuzi .sz_wz {
    color: #666;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
}

#shuzi .sz .counter {
    font-size: 46px;
    line-height: 60px;
    font-weight: bold;
    height: 60px;
    color: #d7000e;
    font-family: "iconfont";
}

#shuzi .sz sup {
    position: absolute;
    font-size: 14px;
    right: -20px;
    top: 20px;
    color: #d7000e;
    height: 40px;
    line-height: 40px;
}

.zcfdcd {
    position: fixed;
    right: 0;
    margin-right: 0px;
    top: 25%;
    z-index: 99;
    display: none;
}

.zcfdcd .btn {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 0px;
    line-height: 48px;
    border: none;
    align-items: center;
    display: flex;
}

.zcfdcd .btn .yctb {
    display: block;
    width: 2pc;
    height: 2pc;
    line-height: 2pc;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    fill: rgb(255, 255, 255);
}

.zcfdcd .btn-ly {
    background-color: rgba(4, 55, 135, 1);
}

.zcfdcd .btn-ly .yctb {
    width: 1.6pc;
    height: 1.6pc;
    line-height: 1.6pc;
}

.zcfdcd .btn-ly:hover {
    background-color: rgba(229, 0, 110, 1);
}

.zcfdcd a.btn-ly, .izl-rmenu a.btn-ly:visited {
    text-decoration: none;
}

.zcfdcd .btn-qq:hover {
    background-color: rgba(220, 20, 40, 1);
}


.zcfdcd .btn-wx {
    background-color: rgba(80, 158, 18, 1);
}

.zcfdcd .btn-wx:hover {
    background-color: rgba(229, 0, 110, 1);
}

.zcfdcd .btn-wx .pic {
    position: absolute;
    left: -166px;
    top: -46px;
    display: none;
    width: 166px;
    height: 166px;
}

.zcfdcd .btn-Whats {
    background-color: rgba(80, 158, 18, 1);
}

.zcfdcd .btn-Whats .yctb {
    width: 1.6pc;
    height: 1.6pc;
    line-height: 1.6pc;
}

.zcfdcd .btn-phone:hover {
    background-color: rgba(229, 0, 110, 1);
}

.zcfdcd .btn-Whats .phone {
    background-color: rgba(229, 0, 110, 1);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 48px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.zcfdcd .btn-Whats .phone.dh {
    background-color: rgba(229, 0, 110, 1);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 20px;
    color: #FFF;
    padding: 4px 0px;
    font-size: 16px;
    text-align: center;
}

.zcfdcd .btn-Whats .phone a {
    color: #FFF;
}

.zcfdcd .btn-phone {
    background-color: rgba(112, 171, 66, 1);
}

.zcfdcd .btn-phone .yctb {
    width: 1.6pc;
    height: 1.6pc;
    line-height: 1.6pc;
}

.zcfdcd .btn-phone:hover {
    background-color: rgba(229, 0, 110, 1);
}

.zcfdcd .btn-phone .phone {
    background-color: rgba(229, 0, 110, 1);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 48px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.zcfdcd .btn-phone .phone.dh {
    background-color: rgba(229, 0, 110, 1);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 20px;
    color: #FFF;
    padding: 4px 0px;
    font-size: 16px;
    text-align: center;
}

.zcfdcd .btn-phone .phone a {
    color: #FFF;
}

.zcfdcd .btn-top {
    background-color: rgba(229, 0, 110, 1);
    display: none;
    padding-top: 6px;
}

.zcfdcd .btn-top:hover {
    background-color: rgba(229, 0, 110, 1);
}

#at4-follow-label, #at4-share-label, #at4-whatsnext-label, .at4-recommended-label.hidden {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    text-indent: -9999em;
}

#at4-share, #at4-soc {
    top: 25% !important;
    bottom: auto;
}

.slideInDown.addthis-animated, .slideInLeft.addthis-animated, .slideInRight.addthis-animated, .slideInUp.addthis-animated, .slideOutDown.addthis-animated, .slideOutLeft.addthis-animated, .slideOutRight.addthis-animated, .slideOutUp.addthis-animated {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.addthis-animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.atss-left {
    left: 0;
    float: left;
    right: auto;
}

.atss {
    position: fixed;
    top: 20%;
    width: 3pc;
    z-index: 100020;
    background: none;
}

.atss .at-share-btn, .atss a {
    position: relative;
    display: block;
    width: 3pc;
    margin: 0;
    outline-offset: -1px;
    text-align: center;
    float: left;
    transition: width .15s ease-in-out;
    overflow: hidden;
    background: #e8e8e8;
    z-index: 100030;
    cursor: pointer;
}

.at4-visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden;
}

.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
}

a .at-icon-wrapper {
    cursor: pointer;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    display: block;
    padding: 8px 0;
}

.addthis_32x32_style .at-icon {
    width: 2pc;
    height: 2pc;
}

.atss .at-share-btn span .at-icon, .atss a span .at-icon {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 2pc;
    height: 2pc;
    line-height: 2pc;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.atss .at-share-btn span .at-icon-google_plusone_share, .atss a span .at-icon-google_plusone_share {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 1.6pc;
    height: 2pc;
    line-height: 2pc;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

title {
    display: none;
}

.at4-share .at4-share-count-container {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: inherit;
}

.at4-share .at4-share-count, .at4-share .at4-share-count-container {
    line-height: 1pc;
    font-size: 10px;
}

.at4-share .at4-share-count {
    text-indent: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 200;
    width: 100%;
    height: 1pc;
}

.at-share-close-control {
    position: relative;
    width: 3pc;
    overflow: auto;
}

.at4-show {
    display: block !important;
    opacity: 1 !important;
}

.at4-hide-content {
    opacity: 0 !important;
    visibility: hidden;
}

.atss .at-share-btn:focus, .atss .at-share-btn:hover, .atss a:focus, .atss a:hover {
    width: 4pc;
}

@media only screen and (max-width: 768px) {
    #shuzi .sz:nth-of-type(3) {
        border-left: none;
        padding-left: 0px;
    }

    #shuzi .sz sup {
        position: absolute;
        font-size: 14px;
        right: -20px;
        top: 5px;
        color: #d7000e;
        height: 40px;
        line-height: 40px;
    }

    /*小屏*/
    .c_portalResPublic_codeContainer-01001 {
        min-height: 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    /*大屏*/
    .c_portalResPublic_codeContainer-01001 {
        min-height: 20px;
        width: 100%;
    }

    #swiper-history .swiper-container {
        height: 200px;
        margin: 0 40px;
    }

    #swiper-history .swiper-slide .detail {
        height: auto;
        line-height: 30px;
        bottom: 160px;
        color: #222;
        opacity: 0;
        font-size: 24px;
    }

    #swiper-history .short-line {
        height: 100px;
        border-bottom: 1px solid rgba(17, 128, 194, 1);
        width: calc(100% - 0px);
        position: absolute;
        top: 0px;
    }

    #swiper-history .long-line {
        height: 102px;
        border-bottom: 5px dotted rgba(17, 128, 194, 0.8);
        width: calc(100% - 0px);
        position: absolute;
        top: 0px;
        left: 0px;
    }

    #swiper-history .swiper-pagination-bullets {
        white-space: nowrap;
        width: auto;
        bottom: 91px;
        height: 20px;
        line-height: 20px;
        transition: 700ms;
        box-sizing: content-box;
    }

    #swiper-history .swiper-slide .date .sjz {
        font-size: 30px;
        display: inline-block;
        font-weight: bold;
        background: linear-gradient(to right, #41aec1, #d7000e);
        -webkit-background-clip: text;
        color: transparent;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    /*中屏*/
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -200px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -200px 0;
    }
}

.separator {
    position: relative;
    width: 60px;
    height: 14px;
    background-position: center;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
    background-image: url(../images/separator.png);
}

/* */
.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    padding: 12px 0px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    padding: 0px 10px 0px 64px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 14px;
    top: 0px;
    font-size: 18px;
    color: #ffaa00;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 300;
}

.fa-plus:before {
    content: '\e633';
}

.fa-minus:before {
    content: '\e690';
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #ffffff !important;
    background-color: #ffaa00;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 10px 30px 10px 30px;
}

.accordion-box .block .content .text {
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 15px;
    color: #8e8d8d;
    font-family: 'Open Sans', sans-serif;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .note {
        height: auto;
        width: 100%;
        background: rgba(65, 174, 193, 1);
        position: fixed;
        bottom: 0px;
        z-index: 99;
        left: 0px;
        border: none;
        animation-name: fadeInUp;
        animation-duration: 0.5s;
        animation-delay: 1.2s;
        animation-fill-mode: both;
    }

    .cookies_k {
        width: 94%;
        max-width: 1480px;
        min-width: 0px;
        height: auto;
        max-height: none;
        min-height: 0px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        display: inline-block;
        align-items: center;
    }

    .guanbi {
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        padding: 0px 20px;
        background: #fff;
        font-size: 13px;
        line-height: 32px;
        color: #222;
        white-space: nowrap;
        border-radius: 30px;
    }

    #shuzi {
        height: auto;
        margin: 20px 0px;
    }

    #shuzi .sz {
        display: inline-block;
        float: left;
        height: 90px;
        border-left: none;
        text-align: center;
        width: calc((100% - 0px) / 2);
    }

    #shuzi .sz_sz {
        display: inline-block;
        position: relative;
        color: #d7000e;
        line-height: 40px;
        height: 40px;
    }

    #shuzi .sz .counter {
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        height: 40px;
    }
}

.c_portalResNews_category-01001 .p_image {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 6px;
}

.c_portalResNews_category-01001 .nav ul {
    padding: 0;
}

.c_portalResNews_category-01001 .nav ul li {
    float: left;
}

.c_portalResNews_category-01001 .nav ul li a {
    display: block;
    z-index: 1;
    padding: 0 40px;
    line-height: 50px;
    position: relative;
    color: #222;
    font-size: 16px;
}

.c_portalResNews_category-01001 .nav ul li a.gl {
    color: #dd0000;
}

.c_portalResNews_category-01001 .nav ul li a:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 30%;
    width: 1px;
    height: 40%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
}

.c_portalResNews_category-01001 .nav ul li:last-child a:after {
    display: none;
}

.c_portalResNews_category-01001 .nav ul li a:hover {
    color: #fff;
}

.c_portalResNews_category-01001 .nav ul li a:hover {
  
    color: #dc1414;
}

@media only screen and (max-width: 768px) {
    .c_portalResNews_category-01001 .nav ul li a:after {
        display: none;
    }

    .c_portalResNews_category-01001 .btn {
        border: none;
        width: 100%;
        line-height: 50px;
        border-radius: 0;
        background-color: #d92121;
        padding: 0;
    }

    .c_portalResNews_category-01001 .js_categoryBox {
        background: #fff;
    }

    .c_portalResNews_category-01001 .nav ul li {
        display: block;
        border-bottom: 1px solid #eee;
        float: none;
    }

    .c_portalResNews_category-01001 .nav ul li a {
        color: #666;
    }

    .c_portalResNews_category-01001 .nav ul li a:hover {
        background-color: #dc1414;
        color: #fff;
    }

    .c_portalResNews_category-01001 .nav .p_btn-hide {
        background: rgba(0, 0, 0, .5);
    }

    .c_portalResNews_category-01001 .nav .p_btn-hide .p_c-fff {
        background: #dc1414;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResNews_category-01001 .nav ul {
        padding: 0;
        text-align: center;
    }

    .c_portalResNews_category-01001 .nav ul li {
        float: none;
        display: inline-flex;
    }

    .c_portalResNews_category-01001 .p_btn-show, .c_portalResNews_category-01001 .p_btn-hide {
        display: none;
    }

    .c_portalResNews_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.c_portalResEbizads_banner-01001003 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

.c_portalResEbizads_banner-01001003 > div {
    animation-fill-mode: both;
}

.c_portalResEbizads_banner-01001003 .subpage_ad {
    position: relative;
    height: 480px;
    overflow: hidden;
    margin-top: 0px;
    background-color: rgba(4, 55, 135, 1);
}

.c_portalResEbizads_banner-01001003 .bgimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: no-repeat center/cover;
}

.c_portalResEbizads_banner-01001003 .subpage_ad .bgimg {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    opacity: 0.6;
}

.c_portalResEbizads_banner-01001003 .mobitem {
    display: none;
}

.c_portalResEbizads_banner-01001003 .subpage_ad .text {
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    top: 40%;
    left: 0px;
    line-height: 1.6;
    transform: translate(0, 0);
    z-index: 4;
}

.c_portalResEbizads_banner-01001003 .subpage_ad .wenzi {
    width: 94%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0px 20px;
    text-align: center;
    -webkit-animation-name: "fadeInUp";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.c_portalResEbizads_banner-01001003 .capitalize {
    text-transform: capitalize;
}

.c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

.c_portalResEbizads_banner-01001003 .subpage_ad .ad-line {
    height: 2px;
    width: 3%;
    background: #fff;
    margin: 20px auto;
}

.c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum {
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    text-transform: Uppercase;
    font-family: "iconfont";
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .c_portalResEbizads_banner-01001003 .subpage_ad {
        height: 450px;
        margin-top: -60px;
    }

    .c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit {
        font-size: 30px;
    }

    .c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .c_portalResEbizads_banner-01001003 .subpage_ad {
        height: 400px;
    }

    .c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit {
        font-size: 30px;
    }

    .c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .c_portalResEbizads_banner-01001003 .subpage_ad .ad-line {
        height: 2px;
        width: 3%;
        background: #fff;
        margin: 0px auto;
    }

    .c_portalResEbizads_banner-01001003 .subpage_ad {
        height: 40vh;
        margin-top: 0px;
    }

    .c_portalResEbizads_banner-01001003 .pcitem {
        display: none !important;
    }

    .c_portalResEbizads_banner-01001003 .mobitem {
        display: block;
    }

    .c_portalResEbizads_banner-01001003 .subpage_ad .text {
        top: 30%;
    }

    .c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit {
        font-size: 30px;
        font-weight: bold;
    }

    .c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum {
        font-size: 20px;
        line-height: 40px;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#w_grid-1574238193060 > div > .p_gridbox {
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-000 > div > div > .p_gridCell {
    float: left;
    position: static;
}

.w_grid-000 > div > div:before {
    content: '';
    height: 0px;
    display: block;
    clear: both;
}

.w_grid-000 > div > div:after {
    content: '';
    height: 0px;
    display: block;
    clear: both;
}

.w_grid-000 > div > div > .p_gridCell:not(:empty):before {
    content: '';
    height: 0px;
    display: block;
}

.w_grid-000 > .w_grid.signal {
    min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox {
    min-height: inherit;
}

.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
    min-height: inherit;
}

.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    #w_grid-1561429988503 {
        padding-left: 0 !important;
    }

    .w_grid-000 > div > div > .p_gridCell {
        float: left;
        position: static;
    }

    #content_box-1569387413808-0 {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-000 > div > div > .p_gridCell {
        position: static;
    }

    .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.c_portalResNews_list-01001 {
    min-width: 320px;
    width: 100%;
}

.listBoxs {
    overflow: hidden;
}

.listBoxs .list {
    width: calc((100%) / 2);
}

.listBoxs .list:not(:first-child) .listCotentBox {
    border-left: 1px solid #e8e8e8;
}

.listBoxs .list:not(:first-child) .list_link {
    display: none;
}

.listBoxs .listBoxs {
    padding: 10px;
}

.listBoxs .p_news {
    overflow: hidden;
}

.listBoxs .list {
    float: left;
    transition: all .5s ease;
}

.listBoxs .list:first-child {
    display: flex;
    flex-wrap: wrap;
    float: left; /* margin-right: 80px; */
    position: relative;
}

.listBoxs .list:first-child .list_images {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.listBoxs .list:first-child .list_images img {
    width: 100%;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
    display: none;
}

.listBoxs .list:first-child .cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 33.9rem;
}

.listBoxs .list:first-child .pic {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.listBoxs .list:first-child .list_images .pic {
    transition: 600ms;
    -webkit-transition: 600ms;
}

.listBoxs .list:hover .pic {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.listBoxs .list:first-child .list_thumb {
    width: 100%;
    height: 100%;
}

.listBoxs .list:first-child .listTimeBox {
    display: none;
}

.listBoxs .list:first-child .gyBox {
    display: none;
}

.listBoxs .list:first-child .listCotentBox {
    padding: 0;
    width: 100%;
}

.listBoxs .list:first-child .cotentBox {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    padding: 20px;
    right: 0;
    left: 0;
}

.listBoxs .list:first-child .cotentBox .titleh5 {
    color: #fff;
}

.listBoxs .cotentBox {
    display: flex;
    width: 100%;
}

.listBoxs .listTimeBox {
    width: 140px;
    height: 100%;
}

.listBoxs .list:first-child .listTimeBox {
    margin-top: -8px;
}

.listBoxs .list:not(:first-child) .listTimeBox {
    margin-top: 1rem;
}

.listBoxs .list:not(:first-child) .titleBox {
    margin-top: 1.4rem;
}

.listBoxs .listTime {
    display: none;
}

.listBoxs .list:nth-child(2) {
    margin-top: 0px;
}

.listBoxs .listYear {
    font-size: 1.5rem;
    text-align: center;
}

.listBoxs .listmd {
    text-align: center;
    margin-top: 0.65rem;
}

.listBoxs .listCotentBox {
    width: calc((100% - 140px) / 1);
    padding: 0 1rem;
}

.listBoxs .titleh5 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #02376b;
}

.listBoxs .lsitSummary {
    font-size: 0.875rem;
    height: 3rem;
    line-height: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 2rem;
}

.listBoxs .gyBox {
    margin-top: 1rem;
}

.listBoxs .list:hover {
    background-color: #f7f7f7;
}

.newList ul, .caseList ul {
    margin-left: -2%;
    margin-top: 0%;
}

.newList ul li {
    width: 23%;
    float: left;
    margin-left: 2%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-bottom: 2%;
}

.newList ul li .pic {
    overflow: hidden;
}

.newList ul li .pic img {
    width: 100%;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}

.newList ul li .img00 {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.newList ul li:hover .img00 {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.newList ul li:hover {
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.newList ul .img00 {
    transition: 600ms;
    -webkit-transition: 600ms;
}

.newList .con {
    background-color: #ffffff;
    padding: 8px 25px;
    position: relative;
}

.newList .con .time {
    color: #d7000e;
    margin-bottom: 14px;
}

.newList .con .c {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-weight: bold;
    white-space: nowrap;
}

.newList .sumrry {
    color: #666;
    height: 40px;
    overflow: hidden;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newList .bot {
    border-top: 1px solid #eaeaea;
    padding-top: 18px;
}

.newList .bot .ico {
    background: url(../images/rbqbg1y2lbmej69qaaaaappyzjq829.png) repeat;
    width: 10px;
    height: 17px;
    float: right;
    display: block;
}

.newList .bot .txt {
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
}

.newList ul li:hover .img00 {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.newList ul li:hover {
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.newList ul li:hover .c {
    color: #d7000e;
}

.caseList ul li {
    width: 23%;
    float: left;
    margin-left: 2%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-bottom: 2%;
}

.caseList ul li .pic {
    overflow: hidden;
    position: relative;
}

.caseList ul li .pic img {
    width: 100%;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}

.caseList ul li .img00 {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.caseList ul li:hover .img00 {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.caseList ul .img00 {
    transition: 600ms;
    -webkit-transition: 600ms;
}

.caseList ul p {
    font-size: 14px;
    overflow: hidden;
    line-height: 50px;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
    background-color: #f9f9f9;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.caseList ul li:hover p {
    background: #d7000e;
    color: #fff;
}

.caseList .cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 600ms;
    transition: 600ms;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.caseList ul li:hover .cover {
    opacity: 1;
    visibility: visible;
}

.caseList .cs-add {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
}

.caseList .cs-add:before, .caseList .cs-add:after {
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.caseList .cs-add:after {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 38px;
    height: 2px;
    margin-left: -19px;
    content: '';
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
}

.caseList .cs-add:before {
    position: absolute;
    top: -18px;
    left: 50%;
    width: 2px;
    height: 38px;
    margin-left: -1px;
    content: '';
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
}

.caseList ul li:hover .cs-add:before {
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.caseList ul li:hover .cs-add:after {
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 1260px) {
    .newList ul li, .caseList ul li {
        width: 48%;
    }
}

@media only screen and (max-width: 1024px) {
    .listBoxs .list {
        width: calc((100%) / 1);
    }

    .listBoxs .listCotentBox {
    }

    .listBoxs .list:first-child .list_images img {
        display: block;
    }

    .listBoxs .list:first-child .cover {
        display: none;
    }

    .listBoxs .list:first-child .pic {
        padding-bottom: 60%;
    }

    .listBoxs .lsitSummary {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .listBoxs .listYear {
        font-size: 1rem;
    }

    .listBoxs .listTimeBox {
        width: 60px;
    }

    .listBoxs .listCotentBox {
        width: calc((100% - 60px) / 1);
    }

    .listBoxs .titleh5 {
        font-size: 0.8rem;
        height: 20px;
    }

    .listBoxs .gyBox {
        margin-top: 0.5rem;
    }

    .listBoxs .lsitSummary {
        font-size: 0.5rem;
        height: 2rem;
        line-height: 1rem;
        margin-bottom: 1rem;
    }

    .listBoxs .list:first-child .pic {
        padding-bottom: 50%;
    }

    .newList ul, .caseList ul {
        margin: 0;
    }

    .newList ul li, .caseList ul li {
        width: 100%;
        float: none;
        margin: 5% 0;
    }
}

@media only screen and (min-width: 769px) {
}

@CHARSET "UTF-8";
* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

/*page property_start*/
.pagebox, #-remove--flag {
}

/*page property_end*//*page property_start*/
body, #-remove--flag {
}

/*page property_end*/
@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -200px 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#c_portalResPublic_codeContainer-1577436936448 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 20px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_portalResNews_list-1577436936443 .p_articles {
    width: calc((100% - 0px) / 4);
}

#c_portalResNews_list-1577436936443 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResNews_list-1577436936443 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResNews_list-1577436936443 > div {
    animation-fill-mode: both;
}

#c_portalResNews_list-1577436936443 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-1577436936443 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-1577436936443 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-1577436936443 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-1577436936443 .p_hot .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-1577436936443 .p_new .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResNews_list-1577436936443 {
    width: auto;
    max-width: none;
    min-width: 320px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResNews_category-1577436936438 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResNews_category-1577436936438 > div {
    animation-fill-mode: both;
}

#c_portalResNews_category-1577436936438 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 50px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResEbizads_banner-1577436936433 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResEbizads_banner-1577436936433 > div {
    animation-fill-mode: both;
}

#c_portalResEbizads_banner-1577436936433 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}


#w_grid-1577436936393 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1577436936393 > div {
    animation-fill-mode: both;
}

#w_grid-1577436936393 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1577436936393*/ /*w_grid-1577436936393*/
@media only screen and (min-width: 769px) {
    #w_grid-1577436936393 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

    #w_grid-1577436936393 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1577436936393 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

/*w_grid-1577436936393*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1577436936393 .p_gridbox {
    background-position: center center;
    background-attachment: fixed;
}



#w_grid-1577436936403 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1577436936403 > div {
    animation-fill-mode: both;
}

#w_grid-1577436936403 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1577436936403*/
@media only screen and (min-width: 769px) {
    #w_grid-1577436936403 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1577436936403 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1577436936403 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

/*w_grid-1577436936403*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1577436936403 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 3rem;
        margin-top: 3rem;
        margin-left: 0;
    }

    #w_grid-1577436936403 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1577436936403 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

#w_grid-1577436936413 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1577436936413 > div {
    animation-fill-mode: both;
}

#w_grid-1577436936413 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1577436936413*/
@media only screen and (max-width: 768px) {
    #w_grid-1577436936413 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 3rem;
        margin-top: 3rem;
        margin-left: 0px;
    }
}

/*w_grid-1577436936413*/
@media only screen and (min-width: 769px) {
    #w_grid-1577436936413 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 3rem;
        margin-top: 3rem;
        margin-left: 0px;
    }

    #w_grid-1577436936413 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1577436936413 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

/*w_grid-1577436936413*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1577436936413 .p_gridbox {
    background-position: center center;
    background-attachment: fixed;
    overflow: visible;
}

#w_grid-1577436936423 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1577436936423 > div {
    animation-fill-mode: both;
    overflow: visible;
}

#w_grid-1577436936423 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1577436936423*/
@media only screen and (min-width: 769px) {
    #w_grid-1577436936423 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1577436936423 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        clear: none;
    }

    #w_grid-1577436936423 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0px;
    }
}

/*w_grid-1577436936423*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1577436936423 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 3rem;
        margin-top: 3rem;
        margin-left: 0;
    }

    #w_grid-1577436936423 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1577436936423 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

#w_grid-1577436936393 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 20px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1577436936403 {
    width: 100%;
    max-width: 1480px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 10px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

#w_grid-1577436936413 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1577436936423 {
    width: 100%;
    max-width: 1480px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}
.pagination>li>a, .pagination>li>span{
	color: #000000;
	border-radius:6px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	
	background-color: #d7000e;
    border-color: #d7000e;
}
.pagination>li>a, .pagination>li>span{
	margin-left:6px;
}