﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th, figcaption {
    font-style: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

img {
    border: 0;
}

body {
    font-size: 12px;
    font-family: '微软雅黑','Microsoft YaHei','黑体',Helvetica,Arial;
    _font-family: '宋体';
    min-width: 1100px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

div, p, table {
    word-wrap: break-word;
}

img {
    border: 0;
}

a:hover {
    color: #2495e4
}

ul, ol, li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

.cont {
    width: 1100px;
    margin: 0 auto
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    clear: both;
}

.header {
    height: 40px;
    line-height: 40px;
    background: #147ac1;
    color: #FFF;
}
/*wrap*/
.wrap {
    clear: both;
    background: url(img/top_bg.jpg) no-repeat top center;
    min-height: 428px;
}

    .wrap .logo {
        text-align: center;
        padding: 45px 0 29px 0;
    }

.sou form {
    width: 407px;
    height: 40px;
    line-height: 40px;
    background: url(img/so_bg.png) no-repeat center;
    margin: 0 auto;
}

    .sou form input {
        width: 340px;
        height: 35px;
        line-height: 35px;
        float: left;
        color: #ccc;
        border: 0;
        outline: 0;
        margin: 3px 2px;
        text-indent: 5px;
    }

    .sou form button {
        width: 60px;
        height: 40px;
        float: right;
        background: none;
        outline: 0;
        border: 0;
    }

.nav {
    height: 59px;
    line-height: 59px;
    position: relative;
    z-index: 11111;
    clear: both;
    border-bottom: 3px solid #e60012;
    padding: 0 10px 0 18px;
}

    .nav a {
        color: #fff;
    }

    .nav .nLi {
        float: left;
        position: relative;
        display: inline;
    }

        .nav .nLi h3 {
            float: left;
        }

            .nav .nLi h3 a {
                margin: 0 5px 0 7px;
                display: block;
                width: 163px;
                font-size: 18px;
                color: #147ac1;
            }

    .nav .sub {
        display: none;
        width: 163px;
        left: 7px;
        top: 62px;
        position: absolute;
        background: #e60012;
    }

        .nav .sub li {
            zoom: 1;
        }

        .nav .sub a {
            display: block;
            padding: 0 10px;
            line-height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 16px;
        }

            .nav .sub a:hover {
                background: #f61224;
                color: #fff;
            }

    .nav .on h3 a {
        background: url(img/nav_bg.png) no-repeat top center;
        color: #fff;
        position: relative;
    }

    .nav .nLi h3 i {
        width: 45px;
        height: 59px;
        line-height: 59px;
        float: left;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 17px;
    }

        .nav .nLi h3 i.i2 {
            margin-left: 15px;
        }

        .nav .nLi h3 i.i1 {
            background-image: url(img/t1.png);
        }

        .nav .nLi h3 i.i2 {
            background-image: url(img/t2.png);
        }

        .nav .nLi h3 i.i3 {
            background-image: url(img/t3.png);
        }

        .nav .nLi h3 i.i4 {
            background-image: url(img/t4.png);
        }

        .nav .nLi h3 i.i5 {
            background-image: url(img/t5.png);
        }

        .nav .nLi h3 i.i6 {
            background-image: url(img/t6.png);
        }

    .nav h3 .jt {
        background: url(img/dian.png) no-repeat center;
        width: 12px;
        height: 59px;
        line-height: 59px;
        display: inline-block;
        position: absolute;
        right: 12px;
        z-index: 111;
    }

    .nav .nLi h3:hover .jt, .nav .nLi a:hover .jt, .nav .on h3 .jt {
        background-image: url(img/dian_2.png);
    }

    .nav .nLi h3:hover i.i1, .nav .nLi a:hover .i1, .nav .on h3 i.i1 {
        background-image: url(img/t1_2.png);
    }

    .nav .nLi h3:hover i.i2, .nav .nLi a:hover .i2, .nav .on h3 i.i2 {
        background-image: url(img/t2_2.png);
    }

    .nav .nLi h3:hover i.i3, .nav .nLi a:hover .i3, .nav .on h3 i.i3 {
        background-image: url(img/t3_2.png);
    }

    .nav .nLi h3:hover i.i4, .nav .nLi a:hover .i4, .nav .on h3 i.i4 {
        background-image: url(img/t4_2.png);
    }

    .nav .nLi h3:hover i.i5, .nav .nLi a:hover .i5, .nav .on h3 i.i5 {
        background-image: url(img/t5_2.png);
    }

    .nav .nLi h3:hover i.i6, .nav .nLi a:hover .i6, .nav .on h3 i.i6 {
        background-image: url(img/t6_2.png);
    }
/*box1*/
.box1 {
    clear: both;
    margin: 18px 0 25px 0;
    float: left;
    width: 100%;
}

    .box1 .box1_gg {
        width: 360px;
        float: left;
    }

    .box1 .type {
        height: 39px;
        line-height: 39px;
        background: #f8f8f8;
        border-bottom: 1px solid #ddd;
    }

        .box1 .type span {
            width: 101px;
            height: 38px;
            line-height: 38px;
            display: inline-block;
            background: #FFF;
            border: 2px solid #147ac1;
            border-bottom: 2px solid #FFF;
            text-align: center;
            font-size: 18px;
        }

    .box1 .box1_gg ul {
        padding-top: 30px;
    }

        .box1 .box1_gg ul li {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

            .box1 .box1_gg ul li a {
                font-size: 14px;
                color: #666;
            }

                .box1 .box1_gg ul li a i {
                    width: 6px;
                    height: 30px;
                    line-height: 30px;
                    float: left;
                    background: url(img/dot1.png) no-repeat center;
                    margin-right: 10px;
                }

            .box1 .box1_gg ul li span {
                color: #666;
                font-size: 12px;
            }

            .box1 .box1_gg ul li a:hover {
                color: #2181c4
            }

    .box1 .box1_hd {
        width: 715px;
        float: right;
    }

    .box1 .picScroll-left {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .box1 .picScroll-left .hd {
            overflow: hidden;
            height: 39px;
            background: #f8f8f8;
            border-bottom: 1px solid #ddd;
        }

            .box1 .picScroll-left .hd span {
                width: 101px;
                height: 37px;
                line-height: 37px;
                display: inline-block;
                background: #FFF;
                border: 2px solid #147ac1;
                border-bottom: 2px solid #FFF;
                text-align: center;
                font-size: 18px;
                position: absolute;
                z-index: 111;
            }

            .box1 .picScroll-left .hd ul {
                float: right;
                overflow: hidden;
                zoom: 1;
                margin-top: 15px;
                zoom: 1;
                margin-right: 15px;
            }

                .box1 .picScroll-left .hd ul li {
                    float: left;
                    width: 11px;
                    height: 10px;
                    overflow: hidden;
                    margin-right: 5px;
                    text-indent: -999px;
                    cursor: pointer;
                    background: url("img/icoCircle.gif") 0 -10px no-repeat;
                }

                    .box1 .picScroll-left .hd ul li.on {
                        background-position: 0 0;
                    }

        .box1 .picScroll-left .bd {
            padding: 15px 0 0 0;
        }

            .box1 .picScroll-left .bd ul {
                overflow: hidden;
                zoom: 1;
            }

                .box1 .picScroll-left .bd ul li {
                    width: 50%;
                    float: left;
                    _display: inline;
                    overflow: hidden;
                }

                    .box1 .picScroll-left .bd ul li .pic {
                        text-align: center;
                    }

                        .box1 .picScroll-left .bd ul li .pic img {
                            width: 100%;
                            height: 188px;
                            display: block;
                        }

                    .box1 .picScroll-left .bd ul li .margin {
                        margin: 0 24px 0 0;
                    }

                    .box1 .picScroll-left .bd ul li h3 {
                        font-size: 16px;
                        height: 35px;
                        line-height: 35px;
                        margin: 13px 0 5px 0;
                    }

                    .box1 .picScroll-left .bd ul li p {
                        color: #999;
                        line-height: 22px;
                        ;
                    }
/*box2*/
.box2 {
    clear: both;
    overflow: hidden;
}

    .box2 .box2_js {
        width: 480px;
        padding: 12px 20px;
        border: 1px solid #CCC;
        float: left;
    }

    .box2 .type2 {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        color: #282828;
        font-weight: normal;
    }

        .box2 .type2 span {
            font-size: 12px;
            color: #888;
            padding-left: 15px;
            text-transform: uppercase;
        }

    .box2 .box2_js ul {
        padding: 23px 8px 0 8px;
        overflow: hidden;
    }

        .box2 .box2_js ul li {
            width: 220px;
            height: 50px;
            line-height: 50px;
            float: left;
            background: url(img/xh_bg.png) no-repeat center;
            margin-right: 22px;
            margin-bottom: 21px;
        }

            .box2 .box2_js ul li.nomargin {
                margin-right: 0;
            }

            .box2 .box2_js ul li i {
                width: 37px;
                height: 50px;
                line-height: 55px;
                float: left;
                background: url(img/xh_yq.png) no-repeat center;
                text-align: center;
                margin: 0 20px 0 25px;
            }

            .box2 .box2_js ul li a {
                font-size: 18px;
            }

    /*box2_hy*/
    .box2 .box2_hy {
        width: 510px;
        float: right;
        padding: 12px 20px 0 20px;
        border: 1px solid #CCC;
    }

        .box2 .box2_hy table {
            margin: 21px 17px 13px 17px;
        }

            .box2 .box2_hy table input {
                width: 220px;
                height: 36px;
                line-height: 36px;
                border: 1px solid #ccc;
                color: #bcbcbc;
                text-indent: 10px;
                margin: 5px 10px;
            }

        .box2 .box2_hy .btn {
            width: 130px;
            height: 36px;
            line-height: 36px;
            color: #FFF;
            background: #2495e4;
            border-radius: 2px;
            border: 0;
            outline: 0;
            float: right;
            margin: 12px 9px 0 0
        }

            .box2 .box2_hy .btn:hover {
                background: #e60012;
                color: #FFF;
            }
/*footer*/
.kg60 {
    height: 60px;
    clear: both;
}

.footer {
    clear: both;
    background: #4b4b4b;
    padding: 30px 0;
    color: #FFF;
    overflow: hidden;
}

    .footer .footer_left {
        width: 650px;
        float: left;
        line-height: 30px;
    }

.bottom {
    text-align: center;
    color: #ccc;
    background: #373737;
    height: 39px;
    line-height: 39px;
}

.footer .footer_nav {
    margin-bottom: 21px;
}

    .footer .footer_nav span {
        padding: 0 16px;
    }

    .footer .footer_nav a {
        color: #eee;
        font-size: 14px;
    }

.footer .footer_lk {
    float: right;
    width: 328px;
}

    .footer .footer_lk h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer .footer_lk a {
        width: 25%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        display: inline-block;
        color: #ccc;
    }

.footer a:hover {
    color: #FFF;
}
/*weizhi*/
.weizhi {
    clear: both;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #999;
}

    .weizhi a {
        padding: 0 3px;
    }

.cont .ny_cont {
    clear: both;
}

    .cont .ny_cont .sidebar {
        width: 240px;
        float: left;
    }

.cont .sidebar .side_1 {
    border: 1px solid #DDD;
    padding: 0 9px;
}

    .cont .sidebar .side_1 li {
        height: 48px;
        line-height: 48px;
        border-bottom: 1px solid #DDD;
        padding-right: 10px;
    }

        .cont .sidebar .side_1 li i {
            width: 24px;
            height: 48px;
            line-height: 48px;
            float: left;
            text-align: center;
            display: inline-block;
        }

        .cont .sidebar .side_1 li:hover i, .cont .sidebar .side_1 li.on i {
            background-image: url(img/side_x1.png) !important;
            background-position: center;
            background-repeat: no-repeat;
        }

        .cont .sidebar .side_1 li.on a {
            color: #2495e4
        }

        .cont .sidebar .side_1 li span {
            width: 6px;
            height: 48px;
            line-height: 48px;
            float: right;
            background-image: url(img/side_x2.png);
            display: inline-block;
            background-position: center;
            background-repeat: no-repeat;
        }

        .cont .sidebar .side_1 li:hover span, .side_1 li.on span {
            background-image: url(img/side_x3.png) !important;
        }

        .cont .sidebar .side_1 li a {
            font-size: 14px;
            width: 100%;
            height: 48px;
            line-height: 48px;
            display: inline-block;
        }
/*side2*/
.sidebar .side_2 {
    margin: 10px 0;
    position: relative;
    height: 158px;
}

    .sidebar .side_2 .fdc {
        width: 100%;
        height: 32px;
        line-height: 32px;
        background: url(img/fd_bg.png) no-repeat center;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 111;
        color: #FFF;
        text-align: center;
    }

        .sidebar .side_2 .fdc a {
            color: #FFF;
            font-size: 14px;
        }

.sidebar .side_3 li {
    height: 60px;
    line-height: 60px;
    background: #147ac1;
    color: #FFF;
    margin-bottom: 10px;
    border-radius: 2px;
}

    .sidebar .side_3 li img {
        float: left;
        margin: 15px 20px 0 24px;
    }

    .sidebar .side_3 li span {
        height: 60px;
        width: 15px;
        float: right;
        margin-right: 18px;
        background: url(img/jt2.png) no-repeat center;
        display: inline-block;
    }

    .sidebar .side_3 li a {
        font-size: 20px;
        color: #FFF;
    }

    .sidebar .side_3 li:hover {
        background: #e60012;
    }
/*right*/
.cont .right {
    width: 833px;
    float: right;
}

    .cont .right .catname {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }

        .cont .right .catname b {
            font-size: 20px;
            color: #2495e4;
            border-bottom: 2px solid #147ac1;
            height: 44px;
            line-height: 43px;
            display: inline-block;
        }

    .cont .right .list_news {
        padding: 6px 0;
    }

        .cont .right .list_news li {
            height: 49px;
            line-height: 49px;
            border-bottom: 1px solid #eee;
            padding: 0 15px;
        }

            .cont .right .list_news li i {
                width: 10px;
                height: 49px;
                line-height: 49px;
                display: inline-block;
                background: url(img/dot2.png) no-repeat center;
                float: left;
            }

            .cont .right .list_news li a {
                font-size: 14px;
            }

            .cont .right .list_news li span.fr {
                color: #999;
            }


.pages {
    float: left;
    width: 100%;
    margin: 35px auto;
    text-align: center
}

    .pages a, .pages span {
        display: inline-block;
        padding: 8px 15px;
        margin-left: 7px;
        border: 1px #ccc solid;
        background: #fff;
        color: #333;
        border-radius: 4px;
    }

        .pages a:hover, .pages a.on {
            background: #147ac1;
            color: #fff;
            border: 1px #147ac1 solid;
        }
/*详情页*/
.show_cont {
    clear: both;
}

    .show_cont .title {
        font-size: 18px;
        text-align: center;
    }

    .show_cont .source {
        text-align: center;
        color: #999;
        padding: 13px 0;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
        margin-bottom: 10px;
    }

    .show_cont .show_info, .show_cont .show_info p {
        line-height: 30px;
        font-size: 14px;
        color: #444;
    }

        .show_cont .show_info img, .show_cont .show_info table {
            max-width: 100%;
        }

    .show_cont .share_link {
        padding: 35px 0 25px 0;
    }

        .show_cont .share_link table {
            font-size: 14px;
            color: #999;
        }

        .show_cont .share_link a {
            padding: 0 6px;
        }

    .show_cont .sxp {
        clear: both;
        margin: 25px 0;
        border-top: 1px solid #ccc;
        padding: 15px 0;
    }

        .show_cont .sxp li {
            height: 25px;
            line-height: 25px;
            width: 49%;
            float: left;
            color: #444;
        }

            .show_cont .sxp li:nth-child(2) {
                text-align: right;
            }

            .show_cont .sxp li a {
                color: #444;
            }

                .show_cont .sxp li a:hover {
                    color: #2495e4;
                }

