﻿.topbannar {
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.layui-form-item  .required:after {
    content: '*';
    color: red;
    position: absolute;
    margin-left: 4px;
    font-weight: bold;
    line-height: 1.8em;
    top: 6px;
    right: 5px;
}
.white-bg{
    background:#fff;
}
.container {
    max-width: 1250px;
    /*margin-top: 100px;*/
}
.container:first-child {
    /*margin-top: 100px;*/
}
.text-sgreen {
    color: #009c73;
}
/*网站公共样式*/
.info-content {
    font-size: 15px;
    line-height: 2.5;
    clear: both;
}
.jinghui{
    height:30px;
    margin-right:5px;
}
.info-content2 {
    border-bottom: 1px solid #fff;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #1d51d2;
    }

    a:focus {
        color: #000;
    }

    a.btn-more {
        display: inline-block;
        width: 140px;
        height: 34px;
        line-height: 34px;
        border: 1px #CCC solid;
        color: #999;
        transition: all 0.5s ease;
        font-size: 14px;
        transition: all 0.5s ease;
        text-align: center;
        margin: 0px auto;
        margin-top: 30px
    }

        a.btn-more:hover {
            background: #40312f;
            border-color: #40312f;
            color: white;
        }

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}
/*兼容ie低版*/
html {
    overflow-y: scroll;
    min-height: 101%;
}

html {
    overflow: -moz-scrollbars-vertical;
}

.text-blue {
    color: #1d51d2;
}

.clear-both {
    clear: both;
}

/*遮罩层*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(53, 53, 59, 0.8);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

    .mask-bg.active {
        display: block;
    }


/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
    /*Top*/
    .top-bg {
        /*background: url(../images/top-bg.jpg) no-repeat center;*/
        background-size: 100% 100%;
    }

        .top-bg .logo2 {
            display: none !important;
        }

        .top-bg .nav-bg .container .nav {
            background-color: #1d51d2;
        }

        .top-bg .nav-bg {
            background-color: transparent;
        }

    .top-bg2 {
        min-height: 200px;
    }

        .top-bg2 .sitelast li a, .top-bg2 .ss-box .s-input, .top-bg2 .ss-box .s-btn, .top-bg2 .sitelastQQ li a {
            color: #000;
        }

        .top-bg2 .logo1 {
            display: none !important;
        }

        .top-bg2 .nav > ul > li > a {
            color: #fff;
        }
    
    section {
        margin-bottom: -100px;
    }

        section .container .white-bg {
            background-color: #fff;
            padding: 0 0 50px 0;
        }

    .Logotop {
        padding: 30px 0 60px;
    }

    .nav-toggle {
        display: none
    }

    .logo {
        position: relative;
        top: 24px;
    }

        .logo img {
            max-height: 88px;
            margin-left: 6px;
        }

    .nav-bg {
        /*box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.07);*/
    }

        .nav-bg .col-md-3 {
            padding-right: 0;
            width: 28%;
        }

        .nav-bg .col-md-9 {
            padding-right: 0;
            width: 72%;
        }

    .top-bg .right {
        padding-left: 4%;
    }


    .nav-bg {
        /*height: 70px;*/
        background-color: #3d55a7;
    }
    .nav > ul  {
        display:flex;
        justify-content:space-around;
        /*width: 13%;*/
    }
    .nav > ul > li {
        
        display: inline-block;
        text-align: center;
        line-height: 60px;
/*        margin-top: 5px;
*/        /*width: 13%;*/
    }

        .nav > ul > li > ul {
            position: absolute;
        }

        .nav > ul > li > a {
            width: 100%;
            font-size: 18px;
            font-weight: bold;
            display: block;
            color: #fff;
        }

        .nav > ul > li > a {
            transition: .1s linear;
        }

        .nav > ul > li.active > a, .nav > ul > li:hover > a {
            text-decoration: underline;
        }

    .nav li:hover > ul {
        display: block;
    }
    /*.nav > ul > li > ul::before{display:block;margin:0px auto;position:absolute;top:-8px;left:45%;content:"";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}
*/ .nav > ul > li > ul li ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #fff;
    }

    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

        .nav ul li ul li a:hover {
            text-decoration: none;
            color: #243187;
        }

    .nav ul {
        position: relative;
    }

        .nav ul li .arrow {
            display: none
        }

        .nav ul li ul {
            background-color: rgba(255, 255, 255, 0.96);
            display: none;
            position: absolute;
            left: 0;
            z-index: 2;
            width: 100%;
            min-height: 80px;
            box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
        }
            /*二级ul样式*/
            .nav ul li ul li {
                display: inline-block;
                padding: 0 30px;
                margin-top: 14px;
            }

                .nav ul li ul li a {
                    font-weight: bold;
                    position: relative;
                }

                    .nav ul li ul li a::after {
                        content: "";
                        display: inline-block;
                        width: 4px;
                        height: 7px;
                        background: url(../images/icon.png) left;
                        background-size: contain;
                        position: absolute;
                        left: -10px;
                        top: 28px;
                    }

                .nav ul li ul li ul {
                    left: 100%;
                    top: 0px;
                    display: none;
                }
    /*三级以后ul样式*/
    /*.nav ul li ul li{display:none;}*/
    
}

@media (max-width:1000px) /*手机端*/
{
    .container {
        margin-top: 0px;
    }
    /*Top*/
    .logo img {
        max-width: 200px;
        max-height: 60px;
        padding: 10px 0;
    }

    .nav-toggle {
        position: absolute;
        right: 0px;
        top: -8px;
        font-size: 24px;
        min-width: 60px;
        height: 74px;
        line-height: 74px;
        text-align: center;
        cursor: pointer;
        z-index: 10;
    }

        .nav-toggle.active {
            color: #ccc;
        }

    .nav-bg {
        margin-bottom: 20px;
        border-bottom: 1px solid #999;
    }

    .nav {
        position: fixed;
        z-index: 100;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }

        .nav.active {
            opacity: 1;
            width: 300px;
            max-width: 60%
        }

        .nav ul li {
            line-height: 45px;
            text-align: left
        }

            .nav ul li ul {
                display: none;
            }
            /*二级ul样式*/
            .nav ul li a {
                padding-left: 30px;
                display: block;
                color: #999;
                font-size: 15px;
                line-height: 3.5;
                border-bottom: 1px solid #dcdcdc
            }

            .nav ul li ul li a {
                padding-left: 60px;
                font-size: 14px;
                background-color: #eeeeee
            }

            .nav ul li ul li ul li a {
                padding-left: 90px;
            }

            .nav ul li ul li ul li li a {
                padding-left: 120px;
            }

        .nav ul li {
            position: relative;
        }

            .nav ul li .arrow {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                transition-duration: 0s
            }

                .nav ul li .arrow:after {
                    font-family: FontAwesome;
                    content: "\f105";
                    display: block;
                    font-weight: bold;
                    font-size: 18px
                }

            .nav ul li.current > a {
                color: #5a342b;
            }

            .nav ul li.active > ul {
                display: block
            }

            .nav ul li.active > .arrow {
                transform: rotate(90deg)
            }

    .sousuo {
        padding: 30px 0 20px;
        font-size: 25px;
        text-align: center;
    }

    .sub-nav-box {
        display: none;
    }
}


/*TOP*/
@media (min-width:1000px) {
    .sitelast {
        margin-top: 24px;
        padding-right: 38px;
        float: left;
    }

        .sitelast li a {
            color: #fff;
        }

    .sitelastQQ {
        margin-top: 20px;
    }

        .sitelastQQ li {
            display: inline-block;
            text-align: right;
        }

            .sitelastQQ li a {
                border-radius: 30px;
                border: 1px solid #fff;
                width: 30px;
                height: 30px;
                display: inline-block;
                text-align: center;
                line-height: 30px;
                color: #fff;
            }

                .sitelastQQ li a .fa {
                    font-size: 16px;
                }

            .sitelastQQ li:not(:last-child) {
                margin-right: 10px;
            }
}
/*menu下拉表单*/
@media (min-width:1000px) {
    .headerTit .Service .row {
        margin: 30px 30px 0;
    }

        .headerTit .Service .row.Servicetop {
            margin-bottom: -30px;
        }
}

@media (max-width:1000px) {
    .headerTit {
        display: none !important;
    }
}

body {
    position: relative;
}

.headerTit {
    position: absolute;
    width: 1220px;
    z-index: 999;
    top: 269px;
    display: block;
}

    .headerTit .contentBg {
        background-color: rgba(255, 255, 255, 0.96);
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2) !important; /*-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;*/
        z-index: 999
    }

        .headerTit .contentBg.mouseoverHeight { /*transform: rotate3d(0, 0, 0, 0deg);*/
            height: 430px;
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
        }

.topTitle {
    padding-bottom: 20px;
    position: relative;
}

    .topTitle span {
        padding-left: 15px;
        font-weight: bold;
        position: relative;
        font-size: 18px;
    }

        .topTitle span::before {
            display: inline-block;
            content: "";
            width: 4px;
            height: 20px;
            background-color: #244398;
            position: absolute;
            left: 0;
            top: 4px;
        }

    .topTitle a {
        position: absolute;
        right: 0;
    }

.Service2 li b {
    font-size: 16px;
    padding-right: 10px;
}

.Service2 .left {
    position: relative;
}

    .Service2 .left::after {
        content: "";
        width: 1px;
        height: 350px;
        background-color: rgba(204, 204, 204, 0.6);
        position: absolute;
        right: 0;
        top: 10px;
    }


/*下拉样式*/
.rewarded {
    margin: 0 -10px !important;
}

    .rewarded .boxs {
        background: url(../images/sxs-img.png) no-repeat center;
        background-size: cover;
        color: #fff;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

        .rewarded .boxs span {
            font-weight: bold;
            font-size: 18px;
        }

        .rewarded .boxs .fa {
            font-size: 20px;
        }

.rewardedbox .pa_textlist_3 {
    margin: 0 -30px !important;
}

/*图片列表*/
.images-list .row .item a, .homeImg li a {
    display: block;
    overflow: hidden;
}

    .images-list .row .item img, .homeImg li a img {
        display: block;
        width: 100%;
        height: auto;
        transition: all 0.3s ease-out 0s;
    }

    .images-list .row .item a:hover img, .homeImg li a:hover img {
        transform: scale(1.06,1.06);
    }



/*移动端固定栏目按钮*/
.float-nav-toggle {
    z-index: 10;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}


/*移动端固定导航栏*/
.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

    .footer-fixed ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
    }

        .footer-fixed ul li a {
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 13px;
        }

        .footer-fixed ul li p {
            font-size: 1.3rem;
        }

    .footer-fixed.active {
        transform: translateX(2.8rem);
        z-index: 9;
    }

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none !important;
    }
}

@media (max-width:1000px) {
    footer {
        padding-bottom: 40px;
    }
}


/*回到顶部*/
.gotoptop_icon {
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: url(../images/backToTop.jpg) no-repeat center center;
    opacity: 1;
    z-index: 500;
}

    .gotoptop_icon:hover {
        opacity: 0.9;
    }

@media (max-width:1000px) {
    .gotoptop_icon {
        display: none !important;
    }
}






/*文在超出范围*/
.card1 {
    display: block; /*内联对象需加*/
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 52px;
    line-height: 1.8;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 60px;
}


/*页码*/
.breadcrumb > li {
    font-size: 16px;
}



/*面包屑*/
@media (min-width:1000px) {
    .breadcrumbBox .title {
        font-size: 20px;
        position: absolute;
        bottom: 5px;
    }

    .breadcrumb {
        border-bottom: 1px solid #ececec;
        padding: 35px 15px 10px;
        margin-bottom: 20px;
        text-align: right;
    }

        .breadcrumb li a, .breadcrumb li a span {
            font-size: 16px;
        }
}

@media (max-width:1000px) {
    .breadcrumbBox .title {
        text-align: center;
        margin: 20px 0 10px;
        font-size: 18px;
        color: #2d8dea;
        font-weight: bold;
    }

    .breadcrumb {
        border-bottom: 1px solid #ececec;
        padding: 10px 0 4px;
        margin-bottom: 20px;
    }

        .breadcrumb li a, .breadcrumb li a span {
            font-size: 13px;
        }
}

.breadcrumbBox {
    position: relative;
}

.breadcrumb > li + li::before {
    content: ">";
}

.breadcrumb li a, .breadcrumb li a span {
    color: #666;
}

    .breadcrumb li a:hover, .breadcrumb li a .fa {
        color: #666;
        font-size: 16px;
    }

.column-title {
    font-weight: bold;
    font-size: 20px;
    float: left;
}



/*搜索*/
.ss-box {
    position: relative;
    top: 10px;
    color: #000;
    border: 1px solid #ccc;
    background: transparent;
    width: 350px;
    height: 40px;
    margin-top: 14px;
}

    .ss-box .s-btn {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        font-size: 20px;
        position: absolute;
        background-color: transparent;
        color: #fff;
        width: 50px;
        height: 40px;
        cursor: pointer;
        line-height: 10px;
        outline: none;
        border: none;
        z-index: 2;
        right: 0
    }

    .ss-box .s-input {
        color: #fff;
        padding-left: 10px;
        background-color: transparent;
        position: absolute;
        left: 0;
        border: none;
        height: 40px;
        width: 100%
    }


/*内页新闻中心*/
@media(min-width:1000px) {
    .pa_textlist_3 {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 30px;
    }

    .home-answer li .title a {
        font-size: 16px;
    }

    .home-answer li .date {
        top: 4px;
    }
}

@media(max-width:1000px) {
    .pa_textlist_3 {
        margin-left: -10px;
        margin-right: -10px;
    }

        .pa_textlist_3 li {
            padding-left: 10px;
            padding-right: 10px;
        }

    .home-answer li .date {
        top: 0px;
    }
}

.home-answer li {
    position: relative;
    padding-right: 90px;
    line-height: 3;
    border-bottom: 1px dashed #ccc;
}

    .home-answer li .title a:hover {
        color: #2d8dea;
        text-decoration: underline;
    }

    .home-answer li .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .home-answer li .title .fa {
            color: #2d8dea;
            padding-right: 4px;
            font-size: 11px;
            position: relative;
            top: -2px;
        }

    .home-answer li .date {
        position: absolute;
        right: 0px;
        color: #999;
    }


/*图片*/
.pa_textlist_1 .item {
    border-bottom: 1px dashed #ddd;
    padding: 16px 0;
}

    .pa_textlist_1 .item .picbox {
        display: block;
        overflow: hidden;
    }

        .pa_textlist_1 .item .picbox img {
            transition: all 0.3s ease-in-out;
        }

        .pa_textlist_1 .item .picbox:hover img {
            transform: scale(1.08,1.08);
        }

    .pa_textlist_1 .item .title {
        line-height: 1.4;
        text-align: left;
        font-size: 18px;
        margin-bottom: 6px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pa_textlist_1 .item .date {
        margin-bottom: 6px;
    }

@media(max-width:992px) {
    .pa_textlist_1 .contentbox {
        padding-left: 0;
    }
}

@media(max-width:992px) {
    .pa_textlist_1 .item {
        padding: 12px 0;
    }

        .pa_textlist_1 .item .title {
            font-size: 14px;
        }

    .pa_textlist_1 .contentbox {
        padding-left: 0;
    }

    .pa_textlist_1 .item .intro {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 24px;
        height: 48px;
    }
}


/*内页-协会领导*/
@media(min-width:1000px) {
    .leader-list .row {
        line-height: 2;
    }

    .leader-list li {
        padding-right: 30px;
    }
}

@media(max-width:1000px) {
    .leader-list li {
        padding-right: 4px;
    }
}

.leader-list li {
    display: inline-block;
}

.leader-list .row {
    border-bottom: 1px solid #ececec7a;
    padding: 16px 0;
}




/*首页样式*/
@media (min-width:1000px) {
    .indexImgBox {
        padding-top: 10px;
    }

    .index-title {
        font-size: 34px;
    }

    .index-title-tips {
        font-size: 18px;
        width: 31%;
        float: left;
        text-align: center;
    }

    .homeOpen {
        margin-top: 20px;
    }

        .homeOpen .row {
            padding: 30px 10px 20px;
        }

    .homeTitle {
        font-size: 20px;
    }

    .SpecialColumn .homeTitle {
        position: absolute;
        top: 8px;
    }

    .SpecialColumn .indexImgBox {
        padding-top: 70px;
    }

    .homeOpen .title {
        width: 50px;
    }
}

@media (max-width:1000px) {
    .index-title {
        font-size: 20px;
        margin-bottom: -20px;
    }

    .index-title-tipsbox {
        margin-bottom: -20px;
    }

    .homeOpen .row {
        padding: 20px 10px 0 0;
    }

    .homeTitle {
        font-size: 18px;
        text-align: center;
    }

    .SpecialColumn {
        margin-top: 40px;
    }
}
/*首页样式*/
.indexImgBox .indexImg img {
    width: 100%;
}

.index-title a {
    color: #243187;
}

.index-title-tipsbox {
    overflow: hidden;
}

.index-title-tips {
    margin: 0 10px;
}

    .index-title-tips a {
        color: #243187;
    }

.homeOpen .title {
    color: #1d51d2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    padding-right: 0;
}

.homeOpen .boxs ul li {
    float: left;
    width: 25%;
    padding-bottom: 20px;
}

    .homeOpen .boxs ul li p {
        padding-top: 6px;
        display: block; /*内联对象需加*/
        word-break: keep-all; /* 不换行 */
        white-space: nowrap; /* 不换行 */
        overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
        text-overflow: ellipsis
    }

.homeOpen .row.boxs {
    background-color: #f6f6f6;
}

.homeTitle {
    font-weight: bold;
    color: #1d51d2;
}

/*新闻切换*/
.display-block {
    display: block;
}

.display-none {
    display: none;
}

.tabbox {
    position: relative;
}

    .tabbox .tab-title {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .tabbox .tab-title ul li {
            display: inline-block;
            font-weight: bold;
            cursor: pointer;
        }

            .tabbox .tab-title ul li.select {
                border-bottom: 1px solid #1d51d2;
                color: #1d51d2;
            }

                .tabbox .tab-title ul li.select a {
                    color: #1d51d2;
                }

@media(min-width:1000px) {
    .tabbox .tab-title ul li {
        padding: 16px 60px 16px 20px;
        font-size: 18px;
    }

    .tabbox .tab-content .tab-more {
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .home2 .news-list2 {
        min-height: 204px;
    }

    .home2 .tabbox .tab-title ul li {
        padding: 16px 30px;
    }
}

@media(max-width:1000px) {
    .tabbox .tab-title ul li {
        padding: 8px 10px;
    }

    .tabbox .tab-content .tab-more {
        font-size: 13px;
    }

    .tabbox .tab-content .tab-more {
        position: absolute;
        right: 10px;
        top: 6px;
    }
}

.home2 .news-list2 li .title .fa {
    display: none;
}

/*首页-办事窗口*/
.indexLine {
    background: #f3f7ff;
    padding: 20px 10px;
    border: 1px solid #d8deeb;
    border-radius: 5px;
    margin-top: 5px;
}

    .indexLine ul {
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        flex-wrap:wrap;
    }

        .indexLine ul li {
            /*float: left;
            width: 14.2%;
            padding-top: 10px;*/
        }

            .indexLine ul li a div {
                width: 90px;
                height: 90px;
                background: #0059a9;
                border-radius: 50%;
                position: relative;
                margin: auto;
                transition: all 0.5s;
            }

                .indexLine ul li a div i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    font-size: 40px;
                    color: #fff;
                }

            .indexLine ul li a:hover div {
                transform: scale(1.1);
            }

            .indexLine ul li a p {
                height: 28px;
                line-height: 28px;
                font-weight: 600;
                text-align: center;
                font-size: 16px;
                margin-top: 10px;
            }

            .indexLine ul li a:hover p {
                color: #004098;
            }

@media(min-width:1000px) {
    .indexLine {
        margin-top: 20px;
    }

    .index-bg .news-list .row:last-child {
        margin-bottom: 0px;
    }

    .indexLine ul li {
        /*float: left;
        width: 14.2%;*/
        padding-top: 10px;
    }

    /*.indexLine {
        margin-bottom: -50px;
    }*/
}

@media(max-width:1000px) {
    .index-bg .Img-news-list {
        margin-bottom: 20px;
    }

    .indexLine ul li {
        float: left;
        width: 50%;
        padding-top: 10px;
    }

        .indexLine ul li:last-child {
            /*display: none;*/
        }

    .indexLine {
        margin-bottom: -10px;
    }
}


/*首页-警事咨询*/
@media(min-width:1000px) {
    .PoliceConsultation {
        margin-top: 70px;
    }

        .PoliceConsultation .tab-content .tabct {
            min-height: 368px;
        }

    .ComplaintsReport .topboxs .boxs a {
        padding: 20px 0;
    }

    .addruihome {
        margin-top: 18px;
    }
}

@media(max-width:1000px) {
    .PoliceConsultation {
        margin-top: 30px;
    }

    .ComplaintsReport .topboxs .boxs a {
        padding: 20px 2px;
    }
}

.ComplaintsReport .topboxs .boxs {
    background-color: #f5f5f5;
}

    .ComplaintsReport .topboxs .boxs a {
        display: block;
        /*min-height: 77px;*/
        border: 2px solid #f5f5f5;
    }

        .ComplaintsReport .topboxs .boxs a:hover {
            border: 2px solid #295ad4;
            color: #295ad4;
        }






/*css2*/
@media (min-width:1000px) {
    .policeService {
        padding: 40px
    }

    .policeService-title {
        font-size: 22px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

        .policeService-title a {
            color: #162582;
        }

    .policeService-imgBox .title {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 34px;
        font-weight: bold;
    }

    .policeService-imgBox .content {
        font-size: 14px;
        line-height: 30px;
    }

    .policeService-imgBox .swiper-slide img {
        height: 412px !important;
    }

    .policeService-imgBox {
        margin-bottom: 30px;
    }

    .policeService-RightTitle {
        font-size: 18px;
        color: #1d51d2;
        font-weight: bold;
        line-height: 60px;
        padding-left: 25px;
    }

        .policeService-RightTitle.next {
            margin-top: 30px;
        }

    .policeService-RightBox {
        padding-left: 25px;
        margin-bottom: 20px;
    }

    .policeService-blueBox {
        border-radius: 5px;
        height: 58px;
        line-height: 58px;
        background: #1376d2;
        text-align: center;
        margin-bottom: 15px;
    }

        .policeService-blueBox a {
            color: #fff;
        }

    .policeService-greyBox {
        border-radius: 5px;
        height: 58px;
        line-height: 58px;
        background: #e1e1e1;
        text-align: center;
        margin-bottom: 15px;
    }

        .policeService-greyBox a {
            color: #000;
        }

    .policeService-ImgageBox {
        padding-left: 25px;
        height: 107px;
        overflow: hidden;
        margin-bottom: 11px;
    }

        .policeService-ImgageBox img {
            width: 100%;
        }

    .policeService-bg {
        padding-bottom: 80px;
        margin-bottom: -80px;
    }
}

@media (max-width:1000px) {
    .policeService-title {
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 12px;
    }

        .policeService-title a {
            color: #162582;
        }

    .policeService-imgBox .title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        height: 72px;
    }

    .policeService-imgBox .swiper-wrapper img {
        min-height: 150px;
    }

    .policeService {
        padding: 20px 15px;
    }

    .policeService-RightTitle {
        font-size: 18px;
        color: #1d51d2;
        font-weight: bold;
        line-height: 40px;
    }

    .policeService-bg {
        padding-bottom: 50px;
        margin-bottom: -50px;
    }

    .policeService-imgBox .content {
        font-size: 12px;
        height: 56px;
    }

    .policeService-imgBox.swiper-container-horizontal > .swiper-pagination-bullets {
        display: none;
    }

    .policeService-content .tabbox .tab-content .tab-more {
        top: 17px;
    }
}

.policeService-bg {
    background: #f5f5f5;
}

.policeService {
    background: #fff;
}

.policeService-title a:hover {
    color: #4a5bc1;
}

.policeService-imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .policeService-imgBox .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f6f6f6; /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .policeService-imgBox .swiper-slide .inner {
            width: 100%;
        }

        .policeService-imgBox .swiper-slide img {
            display: block;
            height: auto;
            width: 100%;
            margin: 0 auto;
        }

    .policeService-imgBox.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 14px;
    }

    .policeService-imgBox .swiper-pagination {
        text-align: right;
        width: auto;
        left: initial;
        right: 20px;
    }

    .policeService-imgBox .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        text-align: right;
        opacity: .5;
    }

    .policeService-imgBox .swiper-pagination-bullet-active {
        background: #2d5de2;
        opacity: 1;
    }

    .policeService-imgBox .title {
        width: 100%;
        display: block;
        text-align: left;
    }

    .policeService-imgBox .content {
        text-align: left;
    }

    .policeService-imgBox .swiper-button-next, .policeService-imgBox .swiper-button-prev {
        background-size: 20px 20px;
        background-color: rgba(225,225,225,.54);
        opacity: 0.9;
    }

.policeService-content {
    overflow: hidden;
    margin: 0 -15px;
}

    .policeService-content .tabbox .tab-title ul li {
        padding: 16px 0px;
        margin-right: 30px;
        margin-bottom: -1px;
    }

.policeService-blueBox a {
    display: block;
}






/*子栏目样式*/
.sub-nav-box {
    clear: both;
    position: relative;
}

    .sub-nav-box .sub-nav-title {
        line-height: 57px;
        text-align: center;
        background: url(../images/sxs-img.png) no-repeat;
        font-size: 22px;
        color: white;
        font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
    }

    .sub-nav-box .sub-nav {
        clear: both;
        text-align: left;
        margin-bottom: 20px;
        width: 100%;
        overflow: visible;
    }

        .sub-nav-box .sub-nav li {
            width: 100%;
            padding: 0px;
            text-align: left;
            position: relative;
            display: block;
            border-bottom: 1px solid #f0f0f0;
        }

        .sub-nav-box .sub-nav > ul {
            border-top: none;
            border-bottom: none;
        }

        .sub-nav-box .sub-nav li a {
            display: block;
            padding-left: 25px;
            line-height: 69px;
            font-size: 18px;
            font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
            border-radius: 5px;
        }

        .sub-nav-box .sub-nav li ul {
            display: none
        }

            .sub-nav-box .sub-nav li ul li a {
                padding-left: 80px;
            }

            .sub-nav-box .sub-nav li ul li ul li a {
                padding-left: 95px
            }

    .sub-nav-box li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 54px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        transition-duration: 0.1s;
        cursor: pointer
    }

        .sub-nav-box li .arrow:after {
            font-family: FontAwesome;
            content: "\f105";
            display: block;
            font-weight: bold;
            font-size: 18px
        }

    .sub-nav-box .sub-nav li.current > a {
        color: #fff;
    }

    .sub-nav-box .sub-nav li.active > ul {
        display: block
    }

    .sub-nav-box .sub-nav li.active > .arrow {
        transform: rotate(90deg)
    }

    .sub-nav-box .sub-nav li.current > a {
        background: linear-gradient(to left,#6a8bde,#1d51d2)
    }

    .sub-nav-box .sub-nav li.current:hover > a {
        color: #fff
    }

    .sub-nav-box .sub-nav li:hover > a {
        color: #4b619a;
    }
