﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    background-color: #fbe7ac;
}

body {
    min-height: 100%;
    color: #1b1b1b;
    background-color: #ffffff;
}


body, ul, li, input, img, a, dl, dt, dd, textarea, button, input, select {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Arial, Helvetica, "微软雅黑";
    font-weight: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

    a:link {
        cursor: pointer;
    }
/*common style start*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pointer {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}

button {
    border: none;
    cursor: pointer;
}

.text-green {
    color: #097c25;
}

.bg-blue a:link {
    color: #eee;
    text-decoration: none;
}

.bg-blue a:hover {
    color: #fff;
}

.bg-blue a:visited {
    color: #eee;
}

.text-white {
    color: #FFF;
}

.text-gray {
    color: #666;
    font-size: 16px;
    margin-left: 10px;
}

.text-red {
    color: #d50808;
}

.text-lightblue {
    color: #00a0e9;
}

.text-white {
    color: #fff;
}

.text-yellow {
    color: #fff100;
}

.container {
    width: 1188px; /*本次项目设计宽度*/
    margin: 0 auto;
    position: relative;
}

.bg-blue {
    background-color: #B71E23;
    min-width: 1188px;
}

.bg-blue2 {
    background-color: #1f8ad5;
}

.bg-blue3 {
    background-color: #650A0D;
}

.bg-green {
    background-color: #45b035;
}

.bg-text-blue {
    background: #0068b7;
}

.top-bar {
    height: 57px;
    color: #fff;
    text-decoration: none;
    padding-left: 14px;
}

    .top-bar ul li {
        list-style: none;
        float: left;
        line-height: 57px;
        margin-right: 5px;
    }

        .top-bar ul li a {
            margin-right: 5px;
            font-size: 15px;
        }

.banner {
    background: url('http://www.newsimg.cn/money/zhydyl2019/image/banner.png') no-repeat center;
    height: 618px;
    min-width: 1188px;
}

.page-container {
    min-width: 1188px;
    background-color: #fff;
}

.block-half-container {
    width: 50%;
    float: left;
}

.block-half {
    width: 95%;
    margin: 0 auto;
}

.footer {
    color: #fff;
    line-height: 65px;
}


.carousel-container {
    margin: 0 auto;
}

/*移动端适配*/
.show-xs {
    display: none;
}

.show-lg {
    display: block;
}

/*RTools*/
.RTools {
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 160px;
    width: 60px;
    z-index: 10000;
    display: none;
}

    .RTools .qrcode {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 5px 0;
        border: 1px solid #ccc;
        background-color: #f7f7f7 !important;
        right: 0;
        bottom: 70px;
        position: absolute;
    }

        .RTools .qrcode canvas {
            width: 100%;
            height: auto;
        }

        .RTools .qrcode:hover::after {
            content: '扫描分享';
            width: 100%;
            color: #333;
            font-size: 16px;
            display: block;
            text-align: center;
        }

        .RTools .qrcode:hover {
            transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            animation: change 1s;
            -moz-animation: change 1s;
            -webkit-animation: change 1s;
            -mozanimation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            overflow: hidden;
            width: 100%;
        }

@keyframes change {
    from {
        width: 48px;
        height: 48px;
        opacity: 1;
    }

    to {
        width: 100px;
        height: 125px;
        opacity: 1;
    }
}

.RTools .gototop {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #650A0D url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.show {
    display: block;
}

/*******block**********/
.block {
    position: relative;
}

    .block img {
        width: 100%;
    }

.block-top {
    margin: 40px 0 0 0;
}

.block-notop {
    margin: 0;
}

.block .item-container {
    width: 1188px;
    padding: 78px 20px;
    margin-left: auto;
    margin-right: auto;
}
/***************block-jingcui**************/
.block-jingcui {
    background-color: transparent;
    background: url(http://www.newsimg.cn/money/zhydyl2019/image/bg_block2.png) center center no-repeat;
    padding: 40px 0 60px 0;
    background-size: 100% 100%;
}

    .block-jingcui .title {
        font-size: 30px;
        height: 48px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }

        .block-jingcui .title .item-icon {
            width: 48px;
            height: 48px;
            display: inline-block;
            position: relative;
            z-index: 2;
        }

        .block-jingcui .title .title-container {
            margin-top: 4px;
            margin-left: -20px;
            position: relative;
            z-index: 1;
            display: inline-block;
        }

        .block-jingcui .title .title-text {
            font-size: 30px;
            background: #B71E23;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            padding-left: 20px;
            padding-right: 15px;
            border-radius: 0 18px 18px 0;
        }

    .block-jingcui .item-title-container {
        margin-top: 27px;
    }

    .block-jingcui .item-image .item-title {
        display: none;
    }

    .block-jingcui .item-title {
        font-size: 20px;
        line-height: 20px;
        color: #1b1b1b;
        text-align: center;
    }

        .block-jingcui .item-title a {
            color: #1b1b1b;
        }

    .block-jingcui .item-container {
        padding: 0 14px;
        margin-top: 20px;
    }

    .block-jingcui .item-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .block-jingcui .video-container {
        margin-top: 10px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .block-jingcui .item-image .image-name {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background-color: rgba(0,0,0,0.6);
        text-align: center;
    }

        .block-jingcui .item-image .image-name a {
            color: #ffffff;
            line-height: 50px;
            font-size: 16px;
        }

    .block-jingcui .videoButton {
        position: absolute;
        width: 94px;
        height: 94px;
        left: 50%;
        top: 50%;
        margin-left: -47px;
        margin-top: -47px;
        cursor: pointer;
    }

    .block-jingcui .arrow {
        position: absolute;
        z-index: 3;
        top: 0;
        text-align: center;
        cursor: pointer;
        background-color: rgba(255,255,255,0.3);
        width: 23px;
        height: 100%;
    }

        .block-jingcui .arrow img {
            position: absolute;
            left: 6px;
            width: 11px;
            top: 50%;
            margin-top: -23px;
            height: 46px;
        }

        .block-jingcui .arrow.arrow-left {
            left: 0;
        }

        .block-jingcui .arrow.arrow-right {
            right: 0;
        }

        .block-jingcui .arrow:hover {
            background-color: rgba(0,0,0,0.54);
        }
/*********block-duijie**********/
.block-duijie {
    background-color: #f1f1f1;
    background: url(http://www.newsimg.cn/money/zhydyl2019/image/bg-block1.png) center center no-repeat;
    background-size: 100% 100%;
    /*height: 451px;*/
}

    .block-duijie .item-image-list {
        float: left;
        width: 551px;
    }

    .block-duijie .item-news-list {
        margin-left: 581px;
        width: 567px;
    }
        .block-duijie .item-news-list .view_more {
            margin-top:10px;
            text-align:right;
            color:red;
        }
            .block-duijie .item-news-list .view_more a {
                color:red;
            }

            .block-duijie .item-image {
                position: relative;
            }

        .block-duijie .item-image .item-title {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 28px;
            background: rgba(0,0,0,0.5);
            width: 100%;
        }

            .block-duijie .item-image .item-title a {
                margin-left: 10px;
                line-height: 28px;
                font-size: 14px;
                color: #fff;
            }

    .block-duijie .item-image-list .item-desc {
        display: none;
    }

    .block-duijie .item-news-list .item-desc {
        /*margin-top: 20px;*/
    }

        .block-duijie .item-news-list .item-desc a {
            display: block;
            padding-bottom: 5px;
            font-size: 14px;
            line-height: 18px;
            color: #666;
        }

    .block-duijie .title {
        font-size: 30px;
        height: 48px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
    }

        .block-duijie .title .item-icon {
            width: 48px;
            height: 48px;
            display: inline-block;
            position: relative;
            z-index: 2;
        }

        .block-duijie .title .title-container {
            margin-top: 4px;
            margin-left: -20px;
            position: relative;
            z-index: 1;
            display: inline-block;
        }

        .block-duijie .title .title-text {
            font-size: 30px;
            background: #B71E23;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            padding-left: 20px;
            padding-right: 15px;
            border-radius: 0 18px 18px 0;
        }

    .block-duijie .item-news-list .item-news {
    }

    .block-duijie .item-news-list table {
        font-size: 16px;
        line-height: 30px;
    }

    .block-duijie .item-news-list td a {
        display: block;
        width: 100%;
        color: #1b1b1b;
        height: 35px;
        overflow: hidden;
    }

        .block-duijie .item-news-list td a:link {
            color: #1b1b1b;
        }

    .block-duijie .item-news-list .td-item-news-time {
        color: #7d7d7d;
        text-align: right;
        width: 100px;
    }

    .block-duijie .owl-theme .owl-dots {
        position: absolute;
        right: 20px;
        bottom: 0;
    }

        .block-duijie .owl-theme .owl-dots .owl-dot span {
            background: #ffffff;
        }

        .block-duijie .owl-theme .owl-dots .owl-dot.active span, .block-duijie .owl-theme .owl-dots .owl-dot:hover span {
            background: #cc0000;
        }
/***************block-news**************/
.block-news {
    background-color: transparent;
    background: url(http://www.newsimg.cn/money/zhydyl2019/image/bg_block3.png) center center no-repeat;
    padding: 60px 0 100px;
    background-size: 100% 100%;
}

    .block-news .item-container {
        padding: 0 10px;
    }

    .block-news .title {
        height: 36px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }

        .block-news .title .title-text {
            font-size: 30px;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            position: relative;
        }

            .block-news .title .title-text .title_icon_image {
                position: absolute;
                left: -43px;
                top: -3px;
                width: 37px;
                height: 36px;
            }



    .block-news .news-list {
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        /*padding-left: 10px;
        padding-right: 10px;*/
    }

    .block-news .news-item {
        width: 32.8%;
        background: #eeeeee;
    }

        .block-news .news-item .news-image {
            padding: 10px 10px 0 10px;
        }

        .block-news .news-item .news-text-container {
            padding: 20px 10px 20px 10px;
        }

            .block-news .news-item .news-text-container .news-text {
                font-size: 16px;
                line-height: 24px;
                color: #080103;
            }

                .block-news .news-item .news-text-container .news-text a {
                    color: #080103;
                }

            .block-news .news-item .news-text-container .view-more {
                color: #A40000;
                font-size: 16px;
                text-align: right;
                margin-top:5px;
            }

                .block-news .news-item .news-text-container .view-more a {
                    color: #A40000;
                }

/*******新闻列表********/
.block-newslist {    
    background-color: #f1f1f1;
    background: url(http://www.newsimg.cn/money/zhydyl2019/image/bg-block1.png) top center repeat-y;
    background-size: 100% 100%;
}

    .block-newslist .title {
        font-size: 30px;
        height: 48px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }

        .block-newslist .title .item-icon {
            width: 48px;
            height: 48px;
            display: inline-block;
            position: relative;
            z-index: 2;
        }

        .block-newslist .title .title-container {
            margin-top: 4px;
            margin-left: -20px;
            position: relative;
            z-index: 1;
            display: inline-block;
        }

        .block-newslist .title .title-text {
            font-size: 30px;
            background: #B71E23;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            padding-left: 20px;
            padding-right: 15px;
            border-radius: 0 18px 18px 0;
        }
    .block-newslist .item-container {
        background-color: #ffffff;
        padding: 20px 20px 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .block-newslist .split {
        border-bottom: 1px solid #eee;
        height: 1px;
    }

    .block-newslist .item-text {
        padding: 30px 0 10px;
        border-bottom: 1px solid #eee;
    }

    .block-newslist .item-text-title {
        font-size: 18px;
        color: #1b1b1b;
        font-weight: bold;
        margin-bottom: 10px;
    }
        .block-newslist .item-text-title a {
            font-size: 18px;
            color: #1b1b1b;
            font-weight: bold;
        }

        .block-newslist .item-text-desc {
            font-size: 16px;
            color: #626262;
            line-height: 1.5;
        }
            .block-newslist .item-text-desc a {
                font-size: 16px;
                color: #626262;
            }

            .block-newslist .btn-view-detail {
                color: red;
                font-size: 16px;
            }

    .block-newslist .btn-detail-container {
        text-align: right;
    }
/*文本超过1行显示...*/
.limit-line1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*文本超过4行显示...*/
.limit-line4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        background: transparent;
    }

    .show-lg {
        display: none;
    }

    .show-xs {
        display: block;
    }

    .banner-m {
        position: relative;
        width: 100%;
    }

    .bg-blue {
        width: 100%;
        min-width: 100%;
    }

    .container {
        margin: 0 15px;
        width: auto;
    }

    .bg-block {
        padding: 30px 0 5px;
    }

        .bg-block .title {
            font-size: 16px;
            font-weight: bold;
            line-height: 18px;
            margin-bottom: 10px;
        }

            .bg-block .title .title-left {
                left: -5px;
                top: -14px;
                width: 50px;
            }

            .bg-block .title .title-right {
                top: -14px;
                right: -20px;
                width: 40px;
            }
    /**********block**********/
    .block .item-container {
        width: 100%;
        padding: 15px 20px;
    }

    .block-top {
        margin: 20px 0 0 0;
    }

    /***************block-jingcui**************/
    .block-jingcui {
        padding: 20px 0 30px 0;
    }

        .block-jingcui .arrow {
            background:rgba(0,0,0,0.3)
        }

            .block-jingcui .arrow img {
               
            }

        .block-jingcui .item-container {
            padding: 0 0 5px 0px;
        }

        .block-jingcui .item-title {
            font-size: 14px;
            line-height: 14px;
            height: 14px;
            overflow: hidden;
        }

            .block-jingcui .item-title a {
                font-size: 14px;
                line-height: 14px;
            }

        .block-jingcui .item-title-container {
            margin-top: 10px;
        }

        .block-jingcui .video-container {
            width: 100%;
        }

        .block-jingcui .videoButton {
            width: 60px;
            height: 60px;
            margin-left: -30px;
            margin-right: -30px;
        }

        .block-jingcui .item-image .image-name {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

            .block-jingcui .item-image .image-name a {
                line-height: 30px;
                font-size: 14px;
            }

        .block-jingcui .title .title-text {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding-left: 20px;
            padding-right: 15px;
            border-radius: 0 15px 15px 0;
        }

        .block-jingcui .title .item-icon {
            width: 38px;
            height: 38px;
        }

    .pop-video-layer .video-layer-inner {
        width: 100%;
        height: auto;
        margin: 0 0 0 -50%;
        transform: translate(0, -50%);
    }

    .pop-video-layer .video-layer-detail {
        width: 100%;
        height: auto;
    }
    /******.block-duijie*******/
    .block-duijie {
        margin: 0;
    }

        .block-duijie .title {
            text-align: center;
            font-size: 20px;
        }

            .block-duijie .title .title-text {
                font-size: 20px;
                height: 30px;
                line-height: 30px;
                padding-left: 20px;
                padding-right: 15px;
                border-radius: 0 15px 15px 0;
            }

            .block-duijie .title .item-icon {
                width: 38px;
                height: 38px;
            }


        .block-duijie .item-image-list {
            float: none;
            width: 100%;
        }

        .block-duijie .owl-theme .owl-dots {
            position: relative;
            right: 0;
            bottom: 0;
        }

            .block-duijie .owl-theme .owl-dots .owl-dot span {
                background: #D6D6D6;
            }

            .block-duijie .owl-theme .owl-dots .owl-dot.active span, .block-duijie .owl-theme .owl-dots .owl-dot:hover span {
                background: #869791;
            }

        .block-duijie .item-news-list table {
            font-size: 14px;
            line-height: 24px;
        }

        .block-duijie .item-news-list td a {
            height: 24px;
        }

        .block-duijie .item-news-list .td-item-news-time {
            width: 80px;
        }

        .block-duijie .item-news-list {
            margin-left: auto;
            width: 100%;
            margin-top: 15px;
        }

            .block-duijie .item-news-list td a {
                font-size: 14px;
            }

            .block-duijie .item-news-list .td-item-news-time {
                font-size: 14px;
            }
            .block-duijie .item-news-list .view_more {
                font-size:14px;
                margin-top:6px;
            }
            .block-duijie .item-news-list .view_more a{
                font-size: 14px;
            }
            /***************block-news**************/
            .block-news {
                padding: 10px 0 50px;
            }

        .block-news .title .title-text {
            font-size: 20px;
            height: 20px;
            line-height: 20px;
        }

            .block-news .title .title-text .title_icon_image {
                position: absolute;
                left: -31px;
                top: -2px;
                width: 24px;
                height: 24px;
            }
        .block-news .news-list {
            margin-top:10px;
            display:block;
        }
        .block-news .news-item {
            margin-bottom:10px;
            width:100%;
        }
        .block-news .item-image {
            position: relative;
            float: none;
            width: 100%;
        }

            .block-news .item-image .image-name {
                position: absolute;
                bottom: 0;
                left: 0;
                height: 50px;
                width: 100%;
                background-color: rgba(0,0,0,0.6);
                text-align: center;
                color: #ffffff;
                line-height: 50px;
                font-size: 16px;
            }


    /***************block-newslist***********/
    .block-newslist .title .item-icon {
        width: 38px;
        height: 38px;
    }
    .block-newslist .title .title-text {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
        padding-right: 15px;
        border-radius: 0 15px 15px 0;
    }
    .block-newslist .item-text {
        padding: 20px 0 10px;
    }

    .block-newslist .item-text-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
        .block-newslist .item-text-title a {
            font-size: 14px;
        }
        .block-newslist .item-text-desc {
            font-size: 14px;
            line-height: 1.5;
        }
            .block-newslist .item-text-desc a {
                font-size: 14px;
            }

            .block-newslist .btn-view-detail-m {
                display: inline-block;
                font-size: 14px;
                color: #ffffff;
                background-color: #00a0e9;
                padding: 6px 30px;
                border-radius: 20px;
                margin-top: 5px;
            }
    .block-newslist .btn-view-detail {
        font-size:14px;
    }
    /***************************************8*/
    .page-container {
        background-color: #fff;
        min-width: 0;
        width: 100%;
    }

    .footer {
        font-size: 14px;
        padding: 10px;
        line-height: 25px;
    }

    .RTools {
        right: 5px;
        bottom: 46px;
        width: 40px;
    }

        .RTools .qrcode {
            display: none;
        }

        .RTools .gototop {
            width: 40px;
            height: 40px;
        }
}
