﻿
body {
    color: #333;
    margin: 0 auto;
    font-size: 1em;
    font-family: "微软雅黑", "宋体";
    background-attachment: fixed;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.hid {
    display: none;
}

a {
    color: #333333;
    font-size: 1em;
    text-decoration: none;
}

    a:hover {
        text-decoration: none !important;
        color: #098
    }

.clearfix {
    clear: both;
}

.flex {
    display: flex;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    box-sizing: border-box;
    border: 0
}

.nav {
    width: 100%;
    height: 50px;
    background-color: #0b4fbf;
}

    .nav .head-list {
        height: 50px;
        width: 996px;
        margin: auto;
        background-color: #0b4fbf;
    }

        .nav .head-list li {
            float: left;
            width: 242px;
            height: 50px;
            line-height: 50px;
            overflow: visible;
        }

.head-list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

    .head-list li a:hover {
        background-color: #669ff6;
    }

.head-list .active {
    position: relative;
}

    .head-list .active ul li {
        width: 200px;
        height: 40px;
        background-color: #ffffff;
        border-bottom: 1px solid #d8d8d8;
    }

    .head-list .active:hover {
        background-color: #669ff6;
    }

    .head-list .active ul li a {
        display: block;
        width: 190px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 1em;
        color: #000000;
        padding-left: 10px;
        font-weight: normal;
    }

        .head-list .active ul li a:hover {
            background-color: #eee;
        }

    .head-list .active ul {
        display: none;
        position: absolute;
        top: 50px;
        left: 0px;
    }

        .head-list .active ul .line {
            border-bottom: 0;
        }



.banner-zt img {
    margin: 0 auto;
    display: block;
}

.box1 {
    width: 1200px;
    overflow: hidden;
    padding: 0px 0 0 40px;
    margin: 0 auto;
}

.section_01 {
}

.title {
    overflow: hidden;
    /* margin-bottom: 20px;*/
}

    .title h4 {
        float: left;
        height: 51px;
        padding-left: 15px;
        line-height: 40px;
        font-size: 38px;
        font-weight: 700;
        color: #d60b0d;
        background-image: url(../safe/safe_title_bg.png);
        background-repeat: no-repeat;
        background-position: bottom left;
    }

        .title h4 a {
            color: #00359b;
            font-size: inherit
        }

    .title .title_line {
        position: relative;
        float: left;
        width: 141px;
        height: 51px;
        margin-left: 11px;
        background: url(../safe/sgs_title_line.png) no-repeat left center;
        top: 50px;
    }

.item {
    width: 1200px;
    margin: 0 auto;
}

    .item::before,
    .item::after {
        content: " ";
        display: table;
    }

.s-list {
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
    float: left;
    width: 50%;
}

    .s-list h3 {
        position: relative;
        background: rgba(255, 249, 234, 0.6);
        padding: 17px 15px;
        margin: 0;
        font-size: 18px;
    }

.s-more {
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    top: 17px;
    border-radius: 50%;
    /*background: linear-gradient(to right, #ff6602, #ff8201);*/
    cursor: pointer;
}

    .s-more:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 12px;
        width: 1px;
        background: #ff6602;
        top: 50%;
        top: 10% \9;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .s-more:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 12px;
        height: 1px;
        background: #ff8201;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.w33 {
    width: 33.333%;
}

.w50 {
    width: 48%
}

.box {
    padding: 10px 20px;
    float: left;
    box-sizing: border-box;
}

.xc-box img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.xc-box h3 {
    min-height: 3.2em;
    overflow: hidden;
    font-size: 18px;
}

.step-list {
    padding: 1em 0;
    transition: .3s ease;
    position: relative;
    line-height: 1.8em;
    border-bottom: 1px dashed #ff782b;
}

    .step-list span {
        font-style: italic;
        font-size: 24px;
        font-family: "Georgia";
        display: inline-block;
        float: left;
        padding-right: 10px;
        color: #f57709;
    }

    .step-list a {
        display: block;
        font-size: 1em;
        line-height: 1.6em;
        overflow: hidden;
    }

.ting {
    border-bottom: 1px dashed #ffac99;
    position: relative;
    overflow: hidden;
    padding: 1em 0;
    display: flex;
    margin-right: 40px;
    box-sizing: border-box;
}

    .ting:nth-child(2n) {
        margin-right: 0
    }

.tiem {
    margin-right: 15px;
    width: 65px;
    font-family: "Georgia";
    float: left
}

    .tiem .day {
        font-size: 44px;
        display: block;
        text-align: center;
        line-height: 45px;
        height: 45px;
        color: #4a4f54;
        /* background-image: -webkit-gradient(linear, left center, right center, from(#f50d2f), to(#f80)); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        color: #f50d2f\9;
        color: #c42606;
    }

.h3_03 {
    float: left;
    height: 60px;
}

    .h3_03 a {
        font-size: 1em;
        overflow: hidden;
        margin: 0;
        padding: 14px 0;
    }

    .h3_03 p {
        font-size: 14px;
        color: #999;
        margin-bottom: 0;
        text-indent: 2em;
    }

.footer {
    height: auto;
    background: #fff;
    margin-top: 20px;
}

.copyright {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 0 auto;
    background: #f1f1f1;
}



.box3_1 {
    width: 585px;
    height: 412px;
    padding: 30px 20px 20px 0px;
    box-sizing: border-box;
}

.zy_list {
    list-style: none
}

    .zy_list ul li {
        height: 40px;
        line-height: 40px;
    }

        .zy_list ul li a {
            font-size: 18px;
            overflow: hidden;
            margin: 0;
            padding: 14px 0;
        }

​
.news_list ul li:hover a {
    color: #cd0804;
}





.xiaobanner {
    padding-right: 2.68%;
}

.zyjs-swiper {
    width: 55.2%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.zyjs-swiper-title {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0px;
    background: rgba(0,0,0,.3);
    width: 100%
}

    .zyjs-swiper-title a {
        font-size: 20px;
        line-height: 72px;
        color: #fff;
        text-decoration: none;
        width: 75.8%;
        padding-right: 7%;
        display: inline-block;
        float: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .zyjs-swiper-title a:hover {
            text-decoration: underline
        }

.zyjs-swiper .swiper-button-prev {
    background-image: url(../safe/onDuty_left1.png);
    left: 20px
}

.zyjs-swiper .swiper-button-next {
    background-image: url(../safe/onDuty_right1.png);
    right: 20px
}

.zyjs-swiper .swiper-button-next, .zyjs-swiper .swiper-button-prev {
    bottom: 5.5%;
    top: auto;
    width: 13px;
    margin-top: 0;
    height: 25px;
    background-size: 13px 25px
}

.zyjs-swiper-pagination {
    bottom: 4.5%;
    color: #fff;
    z-index: 1;
    font-size: 26px;
    left: 5.8% !important;
    position: absolute;
    width: auto
}

    .zyjs-swiper-pagination .swiper-pagination-current {
        font-size: 40px
    }

    .zyjs-swiper-pagination .swiper-pagination-total {
        font-size: 26px
    }

.zyjs-swiper img {
    width: 100%;
    height: 426px;
    object-fit: cover;
}

.news {
    width: 45.66666667%;
    float: left;
}

.news-text {
    /*margin-bottom: 60px;*/
}

    .news-text ul li {
        padding-left: 1em;
    }

        .news-text ul li:first-child {
            background: none;
            margin-top: -36px;
            padding-left: 30px;
        }

            .news-text ul li:first-child a {
                height: auto;
                white-space: normal;
                line-height: normal;
            }

                .news-text ul li:first-child a .media-heading {
                    font-size: 1em;
                    font-weight: bold;
                    color: #fff;
                    line-height: 63px;
                    height: 63px;
                    overflow: hidden;
                    box-sizing: border-box;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    background: url(../safe/mt-news-title.png) left center no-repeat;
                    background-size: 100%;
                    margin-left: -6.5%;
                    padding-left: 3%;
                }

                .news-text ul li:first-child a .abstract {
                    font-size: 0.8em;
                    color: #666;
                    line-height: 24px;
                    height: 72px;
                    margin: 12px 0 15px;
                    padding-right: 20px;
                    text-indent: 2em;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }

        .news-text ul li a {
            font-size: 1em;
            height: 2.4em;
            line-height: 2.4em;
            color: #333;
            overflow: hidden;
            box-sizing: border-box;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .news-text ul li + li a {
            display: block;
        }


        .news-text ul li + li {
            border-top: 1px solid #dedede;
            /* margin-right: 15px;*/
            padding-top: 7px;
            margin-left: 30px;
        }

            .news-text ul li + li + li {
                border-top: none;
                padding-top: 0px;
            }


        .news-text ul li:hover a {
            color: #067346;
        }


.news_box {
    width: 980px;
    margin: 20px auto 0px;
    padding-bottom: 50px;
    text-align: left;
}

    .news_box h2 {
        padding-left: 20px;
        font-size: 30px;
        font-weight: bold;
        color: #00359b;
        border-bottom: 1px solid #00359b;
        font-family: "微软雅黑";
        line-height: 45px;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .news_box h2 a {
            float: right;
            display: block;
            font-size: 1em;
            color: #00359b;
            padding-top: 5px;
            padding-right: 20px;
        }

    .news_box li {
        width: 980px;
        border-bottom: 1px dotted #ccc;
        margin-top: 20px;
        padding-bottom: 20px;
    }

        .news_box li h5 {
            font-size: 18px;
            color: #333333;
            font-family: Regular;
            font-weight: bold;
            padding-left: 15px;
            line-height: 25px;
        }

            .news_box li h5 a {
                font-size: 18px;
                color: #333;
                font-weight: 600;
            }
/* ========== 分页 start ========== */
.fenye {
    text-align: center;
    padding-bottom: 10px;
    font-size: 1em;
    margin-top: 40px;
}

    .fenye a {
        display: inline-table;
        padding: 6px 14px;
        border: 1px #ccc solid;
        margin: 0 2px;
        color: #666;
        text-decoration: none;
        background: #f1f1f1;
    }

        .fenye a:hover {
            color: #FFF;
            background: #c29460;
            border: 1px #c29460 solid;
        }

    .fenye .fy_text {
        width: 30px;
        height: 18px;
        line-height: 18px;
    }

    .fenye .currpage {
        background: #0b4fbf;
        display: inline-table;
        padding: 6px 10px;
        border: 1px #0b4fbf solid;
        margin: 0 2px;
        color: #fff;
        text-decoration: none;
    }

    .fenye span {
        display: inline-table;
        padding: 6px 6px;
        border: 1px #ccc solid;
        margin: 0 2px;
        color: #666;
        text-decoration: none;
        background: #f1f1f1;
    }
/* ========== 分页 end ========== */



/* ========== 手机 / 平板：放大 banner 和版权 ========== */

/* 平板 */
@media (max-width: 1024px) {
    .banner-zt img {
        width: 100%;
        height: auto;
        display: block;
    }

    .nav .head-list {
        width: 100%
    }

        .nav .head-list li {
            width: 25%
        }

    .box1 {
        width: 100%;
        padding: 0;
    }

    .title h4 {
        margin: 20px 0px 20px 50px;
    }

    .xiaobanner, .news {
        width: 100%;
    }

    .zyjs-swiper {
        width: 100%
    }
    .item{width:100%}
    .ting {
        padding-left: 40px;
        width: 100%;
    }
    .box{width:100%!important}
    .xc-box img {
        max-height:320px;
    }
}

/* 手机 */
@media (max-width: 768px) {
    /* banner 放大 */
    .banner-zt {
        width: 100%;
    }

        .banner-zt img {
            width: 100%;
            height: auto;
            display: block;
        }

    /* 版权字体放大 */
    .copyright {
        font-size: 1em;
        line-height: 1.6;
        padding: 15px 10px;
    }
}
