@charset "UTF-8";
body {background-color:#f4f9ff;}
a {
    font: normal 14px/34px "","",tahoma;
    color: #151515;
}
    a:link {
        text-decoration: none;
        color: inherit;
        /*font-size:16px;*/
    }
.all {text-align: center}
.wp {width: 1000px;margin: 0 auto;}
.logo img{
    display:block;
}
.menu {
    width: 100%;
    height: 40px;
    background-color: #185fb7
}
.menu ul{
    padding:0;
    margin:0;
    display:flex;
}
    .menu ul li {
        flex: 1;
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        font-size: 18px;
        text-align: center;
    }
    .menu ul li::after {
        content: '';
        background-image: url(../images/nimj_2.jpg);
        background-repeat: no-repeat;
        background-size:100% 100%;
        position: absolute;
        width: 8px;
        height: 100%;
        right: 0;
        top: 0;
    }
    .menu ul li:last-child::after {
        content: '';
        background-image: none;
    }
    .menu ul li:hover{
        background-color:#1f7aed;
    }
        .menu ul li a {
            font-size: 16px;
            color: #FFF;
        }
.section {
    width: 1000px;
    margin: 0 auto;
    background-color: white;
}
.section_one {
    height: 270px;
    display: flex;
    margin-top:5px;
}
.section_one_more1 {
    height: 248px;
    margin-left: 2px;
    flex: 1.6;
}
    .section_one_more1 ul {
        padding: 0;
        margin: 0;
    }
    .section_one_more1 ul li {
        list-style: none;
    }
.section_one_more2 {
    /*height: 248px;*/
    margin-left: 2px;
    flex: 1.6;
}
    .section_one_more2 .top {
        position: relative;
        height: 40px;
    }
        .section_one_more2 .top .lable {
            font-size: 18px;
            position: absolute;
            left: 0;
            margin-left: 10px;
        }
        .section_one_more2 .top .more {
            font-size: 10px;
            position: absolute;
            right: 0;
            margin-right: 5px;
            color: #919191;
        }
        .section_one_more2 .top .mj {
            position: absolute;
            bottom: 0;
            left: 0;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            margin-top:3px;
            margin-left:5px;
        }
    .section_one_more2 ul {
        margin: 0;
        padding: 0;
        margin-left: 10px;
        margin-top: 10px;
    }
        .section_one_more2 ul li {
            list-style: none;
            position: relative;
            list-style: none;
            line-height: 30px;
        }
            .section_one_more2 ul li::after {
                content: '';
                background-image: url(../images/njmj5.png);
                background-repeat: no-repeat;
                /*background-size: 100% 100%;*/
                position: absolute;
                width: 20px;
                height: 100%;
                left: 0;
                top: 0;
                margin-top:8px;
                margin-left:-8px;
            }
            .section_one_more2 ul li a {
                margin-left: 10px;
                font-size: 14px;
                text-align: left;
                display: block;
            }
.section_one_more3 {
    /*height: 248px;*/
    margin-left: 2px;
    flex: 1;
    margin-right:10px;
}
    .section_one_more3 .top {
        background-color: #185fb7;
        position: relative;
        height: 40px; 
        /*background-image:url(../images/njmj7.png)*/
    }
        .section_one_more3 .top .lable {
            font-size: 16px;
            position: absolute;
            left: 0;
            margin-left: 10px;
            color: #FFF;
        }
        .section_one_more3 .top .mj {
            position: absolute;
            bottom: 0;
            left: 0;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            margin-left: 30px;
        }
    .section_one_more3 ul {
        margin: 0;
        padding: 0;
        margin-left: 10px;
        margin-top: 10px;
    }

        .section_one_more3 ul li {
            list-style: none;
            position: relative;
            list-style: none;
            line-height: 30px;
        }

            .section_one_more3 ul li::after {
                content: '';
                background-image: url(../images/njmj5.png);
                background-repeat: no-repeat;
                /*background-size: 100% 100%;*/
                position: absolute;
                width: 20px;
                height: 100%;
                left: 0;
                top: 0;
                margin-top: 8px;
                margin-left: -8px;
            }

            .section_one_more3 ul li a {
                margin-left: 10px;
                font-size: 14px;
                text-align: left;
                display: block;
            }
.search {
    display: flex;
    margin: auto;
    align-items: center;
    margin-top:5px;
}
.search .text {
    height:22px;
    width: 150px;
    margin-left:5px;
}
    .search .icon-search {
        width: 60px;
        height: 24px;
        margin-left: 5px;
        background-color: #185fb7;
        border: #185fb7;
        color:white;
        cursor:pointer;
    }
.section_two {
    height: 80px;
    display: flex;
    margin-top: 5px;
    background-color: #f4f4f4;
    margin-left: 10px;
    margin-right: 10px;
}
.icons {
    flex: 1;
    height:60px;
    background-color:white;
    margin:auto;
    margin-left:10px;
    margin-right:10px;
    display:flex;
    align-items: center;
}
.icons_image {
    margin-left: 30px;
}
.icons_a {
    font-size:18px;
    margin-left:30px
}
.center_image {
    margin-left: 10px;
    margin-right: 10px;
}
.foot {
    height: 120px;
    width: 1000px;
    margin: 0 auto;
}
.link {
    height: 120px;
    width: 1000px;
    margin: 0 auto;
    height: 40px;
    background-color: #e9e9e9;
    /*position: relative;*/
}

.content {
    position: relative;
    /*height: 48px;*/
    margin-left:120px;
    width:800px;
}
    .content span {
        position: absolute;
        left: 0;
        margin-top:10px;
        font-size:14px;
    }
    .content ul {
        padding: 0;
        margin: 0;
        display: flex;
        margin-left:70px;
    }
        .content ul li {
            flex: 1;
            position: relative;
            list-style: none;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            text-align: center;
        }
           /* .content ul li::after {
                content: '';
                background-image: url(../images/njmj13.png);
                background-repeat: no-repeat;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                margin-left:25px;
                margin-top:15px;
            }*/
        .content ul li a{
            font-size:14px;
        }
.page{
    background-color:#185fb7;
    height:80px;
}
.page_content {
    position: relative;
    height: 80px;
    margin-left: 180px;
    width: 800px;
}
    .page_content img {
        position: absolute;
        left: 0;
        margin-top:20px;
    }
    .page_content span {
        margin-top: 10px;
        font-size: 14px;
        color: #FFF;
        position: absolute;
        left: 0;
        margin-left:70px;
    }
        .page_content span a {
            color: #FFF;
            font-size: 14px;
            margin-left: 20px;
        }
.page_content .tel {
    margin-top: 50px;
    margin-left:90px;
}
.section_list {
    width: 1000px;
    margin: 0 auto;
    background-color: white;
    display: flex;
}

.left {
    height: 300px;
    flex:0.4;
    margin:10px 5px 0 10px;
    background-color:#f6f6f6;
}
.title {
    width: 100%;
    height: 45px;
    background-color: #185fb7;
}
    .title label {
        color: white;
        text-align: center;
        margin-left:100px;
        line-height:45px;
    }
    .title ul {
        padding: 0;
        margin: 0;
        flex-direction: column;
    }

        .title ul li {
            list-style: none;
            height: 40px;
            font-size: 18px;
            color: #565656;
            padding:6px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom:1px solid #dddddd
        }
        .title ul li:hover {
            color:#71b4fc;
        }
        .title ul li a {
            font-size: 16px;
        }
        .title ul li img {
            width: 8px;
                
        }

.right {
    flex: 1;
    margin: 10px 10px 0 0;
}
.guide {
    height: 45px;
    background-color: #f6f6f6;
    display: flex;
    left:0;
    align-items: center;
    padding-left:20px;
}
    .guide img {
       /* width: 10px;
        height:10px;*/
    }
.right .guide .dqwz {
    margin-left:10px;
    font-size:14px;
    display:flex;
}
    .right .guide .dqwz span{
        left:0;
    }
    .dqwz ul {
        padding: 0;
        margin: 0;
        display: flex;
        margin-left: 5px;
    }
        .dqwz ul li {
            list-style: none;
            font-size: 14px;
            text-align: center;
            left: 0;
            margin-left: 5px;
        }
.list ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
    /*color: #565656;*/
    flex-direction: column;
}

    .list ul li {
        list-style: none;
        position: relative;
        line-height: 30px;
        font-size: 14px;
        /*color: #565656;*/
        /*padding: 6px 20px;*/
        padding-left:6px;
        padding-right:20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
/*        border-bottom: 1px solid #dddddd*/
    }

        .list ul li::after {
            content: '';
            background-image: url(../images/njmj5.png);
            background-repeat: no-repeat;
            /*background-size: 100% 100%;*/
            position: absolute;
            width: 20px;
            height: 100%;
            left: 0;
            top: 0;
            margin-top: 8px;
            margin-left: -8px;
        }

        .list ul li a {
            margin-left: 10px;
            font-size: 14px; 
            color:#383735
        }
        .list ul li span {
            color: #565656;
        }
.list hr {
    margin: 10px;
    border: none;
    border-top: 1px dotted #ccc;
}
.pagelist {
    margin-top:30px;
    font-size:14px;
    color:#999;
}
.digg {
    /*margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;*/
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
    .digg span {
        display: inline-block;
        padding: 5px 0;
        line-height: 20px;
        height: 30px;
        margin-left:20px;
    }
        .digg span .disabled {
            border: 1px solid #eee;
            padding: 5px 12px;
            margin: 0 0 0 8px;
            color: #ddd;
        }
        .digg .current {
            padding: 5px 12px;
            margin: 0 0 0 8px;
            color: #555;
            font-weight: bold;
        }
    .digg a {
        /*display: inline-block;*/
        padding: 5px 12px;
        margin: 0 0 0 8px;
        border: 1px solid #e1e2e3;
        line-height: 20px;
        height: 30px;
        color: #1c95ff;
        background: #fff;
        text-decoration: none;
    }
    /*.digg img {
        width: 25px;
        margin-left: 10px;
        margin-right: 10px;*/
    /*vertical-align: middle;*/
    /*}
    .digg .digital {
        border: 1px solid #1c95ff;
        border-radius: 4px;
        height: 20px;
        padding: 0 6px;
        background-color: #1c95ff;
        color: #fff;
        line-height: 20px;
    }*/
    .section_show {
        width: 1000px;
        margin: 0 auto;
        background-color: white;
    }
    .section_show .shwo_guide {
        height: 45px;
        background-color: #f6f6f6;
        left: 0;
        align-items: center;
        padding-left: 20px;
        display: flex;
        font-size:14px;
        color:#565656;
        margin-top:10px;
    }
        .section_show .shwo_guide .dqwz {
            margin-left: 10px;
            display: flex;
        }
        .section_show .shwo_guide .dqwz span {
            left: 0;
        }
            .section_show .shwo_guide .dqwz ul {
                padding: 0;
                margin: 0;
                display: flex;
                margin-left: 5px;
            }
                .section_show .shwo_guide .dqwz ul li {
                    list-style: none;
                    font-size: 14px;
                    text-align: center;
                    left: 0;
                    margin-left: 5px;
                }
.content_title {
        text-align: center;
        font-size: 14px;
    }
.content_time {
    padding: 0;
    color: #565656;
    font-size: 14px;
    margin-left: 30px;
}
.content_time hr{
    margin-right:20px;
    margin-top:20px;
    border-color:#fbfbfb;
}
.contents {
    font-size: 14px;
    margin:20px 20px 5px 30px;
    line-height:30px;
    text-indent:2em;
}
.searchtop .guide .dqwz {
    margin-left: 10px;
    font-size: 14px;
    display: flex;
}
    .searchtop .guide .dqwz span {
        left: 0;
    }
.search-info{
    height:30px;
    background-color:#eff3f7;
    margin-left:20px;
    margin-right:20px;
    margin-top:5px;
}
    .search-info .highlight{
        color:red;
    }
    .search-info .scount {
        line-height:30px;
        margin-left:20px;
        font-size:14px;
    }
.search-list ul li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    
}
.search-list ul li h3 a{
    font:100 18px "";
}
.search-list ul li span{
    font-size:12px;
}
.search-list ul li p{
    font-size:12px;
}
