﻿/*** 详情，列表样式 ***/
.breadcrumbs {
    margin-top: 80px !important;
}

    .breadcrumbs ol a {
        color: #47b2e4
    }

    .breadcrumbs ol li:first-child a {
        color: #000
    }

.navbar a:hover, .navbar .active, .navbar li:hover > a {
    color: #FFEA00;
}

@media (max-width: 575px) {
    .breadcrumbs {
        margin-top: 60px !important;
    }
}

section.inner-page {
    background: #F5F5F5;
    padding-top: 0;
    padding-bottom: 0;
}

    section.inner-page .container {
        background: #fff;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.inner-page .news-detail-title {
        font-size: 24px;
        text-align: center
    }

    section.inner-page .news-detail-info {
        font-size: 16px;
        text-align: center;
        color: #999;
    }

    section.inner-page .news-content-area {
        padding-top: 30px;
        border-top: 1px solid #DCDCDC;
        margin-top: 30px;
        min-height: 50vh;
    }


@media (max-width: 992px) {
    section.inner-page .container {
        max-width: 100% !important;
    }

    section.inner-page .news-content-area img {
        max-width: 100% !important;
    }
}


@media (max-width: 575px) {
    section .inner-page .news-content-area video {
        width: 96% !important
    }
}

/*** 列表 ***/
section.inner-page div.news-list-page .news-list-page-item {
    height: 35vh;
    padding: 20px;
}

    section.inner-page div.news-list-page .news-list-page-item div.news-list-item-box {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 10px #999;
        padding-bottom: 2%;
        position: relative
    }

    section.inner-page div.news-list-page .news-list-page-item div.news-list-item-img {
        overflow: hidden;
        height: 70%;
    }

        section.inner-page div.news-list-page .news-list-page-item div.news-list-item-img img {
            width: 100%;
            height: 100%;
            transition: all 0.6s;
            cursor: pointer;
        }

            section.inner-page div.news-list-page .news-list-page-item div.news-list-item-img img:hover {
                transform: scale(1.1);
            }

    section.inner-page div.news-list-page .news-list-page-item div.news-list-item-box div.news-list-item-title {
        width: 96%;
        margin: 0 auto;
        top: 1%;
    }

        section.inner-page div.news-list-page .news-list-page-item div.news-list-item-box div.news-list-item-title a {
            color: #000;
            font-size: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            section.inner-page div.news-list-page .news-list-page-item div.news-list-item-box div.news-list-item-title a:hover {
                text-decoration: underline;
                color: #152d79
            }

    section.inner-page div.news-list-page .news-list-page-item div.news-list-item-box div.news-list-item-desc {
        width: 96%;
        margin: 0 auto;
        margin-top: 3%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    section.inner-page div.news-list-page .news-list-page-item div.news-list-item-box div.news-list-item-time {
        width: 96%;
        margin: 0 auto;
        text-align: right;
        position: absolute;
        bottom: 2%;
        right: 2%
    }

@media (max-width: 768px) {
    section.inner-page div.news-list-page {
    }
}

@media (max-width: 1200px) {
    section.inner-page div.news-list-page {
    }
}

@media (max-width: 1024px) {
    section.inner-page div.news-list-page {
    }
}

@media (max-width: 992px) {
    section.inner-page div.news-list-page {
        padding: 20px !important;
        max-width: 90%
    }

        section.inner-page div.news-list-page .news-list-page-item {
            height: 50vh;
            padding: 20px;
        }

            section.inner-page div.news-list-page .news-list-page-item div.news-list-item-box div.news-list-item-title {
                padding-top: 2%;
            }

                section.inner-page div.news-list-page .news-list-page-item div.news-list-item-box div.news-list-item-title a {
                    font-size: 24px;
                }
}

@media (max-width: 575px) {
    section.inner-page div.news-list-page {
        padding: 20px !important;
        max-width: 100%
    }

        section.inner-page div.news-list-page .news-list-page-item {
            height: 40vh;
            padding: 20px;
        }
}
/*^
 * 列表分页
 * @author zx
 */
.page {
    padding: 30px 10px 50px 0px;
    overflow: hidden;
    clear: both;
    height: 35px;
    line-height: 35px;
    margin: 0px auto;
    text-align: center;
}

    .page a {
        padding: 9px 12px;
        color: #383838;
        border-radius: 4px;
        border: 1px solid #dddcdc;
        margin-right: 3px;
        font-family: "宋体";
    }

        .page a:hover {
            background: #152d79;
            color: #fff;
            border: 1px solid #152d79;
        }

        .page a.hover {
            background: #152d79;
            color: #fff;
            border: 1px solid #152d79;
        }

    .page input {
        vertical-align: middle;
        height: 20px;
        border: 1px solid #dddcdc;
    }

    .page .lable {
        color: #383838;
        font-family: "宋体";
    }

    .page input.pageDetail {
        width: 30px;
        height: 30px;
        margin-right: 3px;
        text-align: center;
        border-radius: 4px;
        color: #383838;
        font-family: "宋体";
        margin-bottom: 2px;
    }

    .page input.page_bnt {
        border: none;
        width: 50px;
        height: 30px;
        margin-left: 3px;
        border-radius: 4px;
        cursor: pointer;
    }


@media (max-width: 768px) {
    section.contact div.contact-map {
        margin-top: -120px;
    }

    #footer .copy-right2 {
        display: block
    }

    #footer .copy-right1 {
        display: none
    }
}

div.cpfw div.align-items-stretch {
    height: 450px;
    margin-bottom: 30px;
}

    div.cpfw div.align-items-stretch:nth-child(4n+1) div.icon-box {
        background: url(../images/service-bg1.png);
        background-size: 100%
    }

    div.cpfw div.align-items-stretch:nth-child(4n+2) div.icon-box {
        background: url(../images/service-bg2.png);
        background-size: 100%
    }

    div.cpfw div.align-items-stretch:nth-child(4n+3) div.icon-box {
        background: url(../images/service-bg3.png);
        background-size: 100%
    }

    div.cpfw div.align-items-stretch:nth-child(4n+4) div.icon-box {
        background: url(../images/service-bg4.png);
        background-size: 100%
    }

    div.cpfw div.align-items-stretch div.icon-box {
        padding: 0;
        width: 100%;
        text-align: center;
        color: #3D3D3D;
        position: relative
    }

        div.cpfw div.align-items-stretch div.icon-box div.icon {
            height: 120px;
            text-align: right;
            width: 90%;
            margin: 0 auto;
            position: absolute;
            right: 5%;
            bottom: 2%
        }

        div.cpfw div.align-items-stretch div.icon-box:hover div.icon {
            height: 130px;
        }

        div.cpfw div.align-items-stretch div.icon-box h4 {
            position: relative;
            margin-bottom: 30px;
            text-align: left;
            color: #fff;
            width: 90%;
            margin: 0 auto;
            margin-top: 20px;
        }

            div.cpfw div.align-items-stretch div.icon-box h4 a {
                color: #fff
            }


            div.cpfw div.align-items-stretch div.icon-box h4::after {
                content: '';
                position: absolute;
                display: block;
                width: 40px;
                height: 4px;
                background: #fff;
                bottom: -30px;
                left: 0;
            }

        div.cpfw div.align-items-stretch div.icon-box p {
            width: 90%;
            margin: 0 auto;
            margin-top: 40px;
            color: #fff;
            text-align: left
        }

@media (max-width: 768px) {
    section.contact div.contact-map {
        margin-top: -120px;
    }

    #footer .copy-right2 {
        display: block
    }

    #footer .copy-right1 {
        display: none
    }
}
