﻿* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}
/*a:hover, a:visited, a:link, a:active {
   color:#333;
  
} 
a:visited{
color:#333;
}*/
.active a:hover {
    color: #fff;
}

.container {
    width: 100%;
    height: 100%;
}

body {
    background-color: #F2F2F2 !important;
}

ul, li {
    list-style: none;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
}

.header {
    background: url('/img/形状1.png');
    background-size: 100% 100%;
    width: 100%;
    margin: 0 auto;
    height: 482px;
}

.zhengjianAll {
    margin-right: 0px !important;
}


.navBar {
    display: flex;
    width: 100%;
    z-index: 2 !important;
    /* height: 10vh; */
    margin-bottom: 3%;
    background-color: #245284;
    background-size: 100% 100%;
    position: relative;
}

.navBarImg {
    margin-left: 1%;
    /* width: 100%; */
    /* background-color: #245284; */
}

.chengjianP {
    width: 50%;
    /* background-color: #245284; */
    background-size: 100% 100%;
}
/* .btnBack{
      width: 8%;
      height: 50%;
      background-color: #fff;
      color:#2D66A5 ;
      font-size:19px;
      border-radius: 3px;
      border: 0;
      margin-top: 1%;
      font-weight: bold;
       cursor: pointer;
      outline: none;
  }  */
.govermentTitle {
    text-align: center;
    font-size: 68px;
    color: #fff;
    padding-top: 10px;
}

.main {
    width: 1160px;
    /* height: 111vh; */
    margin: 0 auto;
    margin-top: -120px;
    padding: 20px;
    background-color: #fff;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
}

.mainHeader {
    /* border: 1px solid yellow; */
    padding: 2%;
    background-color: #DFE9F0;
    display: flex;
    font-size: 18px;
}

    .mainHeader input {
        width: 75% !important;
        display: inline-block;
        height: 34px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        border: 0;
        border-radius: 3px;
        outline: none;
        /* cursor: pointer; */
        /* text-align: center; */
    }


    .mainHeader label {
        width: 27%;
        text-align: justify;
        text-align-last: justify;
        margin-right: 4%;
    }

.mainHeader-left {
    width: 34%;
    display: flex;
    flex-direction: column;
}

    .mainHeader-left div {
        display: flex;
        margin: 2%;
        align-items: center;
    }

.mainHeader-content {
    width: 34%;
    display: flex;
    flex-direction: column;
}

    .mainHeader-content div {
        display: flex;
        margin: 2%;
        align-items: center;
    }

.times {
    position: absolute;
    right: 2%;
    width: 7%;
}

.mainHeader-right {
    display: flex;
}

.btnBack2 {
    width: 110px;
    height: 45px;
    background-color: #2D66A5;
    color: #FFFFFF;
    font-size: 19px;
    border-radius: 3px;
    border: 0;
    margin-top: 1%;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.btnBack3 {
    width: 110px;
    height: 45px;
    background-color: #B7DFFA;
    color: #022F60;
    font-size: 19px;
    border-radius: 3px;
    border: 0;
    margin-top: 1%;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.mainHeader-right {
    display: flex;
    align-items: center;
    margin-left: 14%;
}

    .mainHeader-right button {
        margin: 2%;
    }

.main-content {
    display: flex;
    margin-top: 20px;
}

.content-left {
    width: 210px;
    display: flex;
    flex-direction: column;
}
/* .content-left a:hover{
    background-color: #2d66a5;
    color: #fff;
 } */
.leftTabs {
    padding: 2%;
    display: flex;
    align-items: center;
    background-color: #ECECEC;
    /* margin: 2%; */
    margin-bottom: 4%;
    cursor: pointer;
}

.active {
    background-color: #2d66a5;
    color: #fff;
}

.leftTabs img {
    width: 38px;
    height: 44px;
    margin: 5% 6%;
}

.tabsTxt {
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    font-size: 18px;
}

    .tabsTxt span {
        display: flex;
        justify-content: center;
    }

.content-right {
    margin-left: 20px;
    border: 1px solid #CCCCCC;
    width: 875px;
    /* height: 550px; */
    padding: 3%;
    display: none;
    min-height: 500px;
    /* text-align: center; */
}

.rightTitle {
    color: #2D66A5;
    font-size: 24px;
    text-align: center;
    margin: 2%;
    font-weight: bold;
}

.Title1 {
    font-weight: bold;
    margin-bottom: 1%;
}

.titleContent {
    margin-bottom: 2%;
}

.navBarRight {
    flex-direction: column;
    width: 55%;
    position: absolute;
    right: 0px;
    top: 40%;
}

.navBarSearch {
    position: relative;
    display: flex;
    margin-bottom: 1%;
    /* right: 10%; */
    align-items: flex-end;
    right: -50%;
}

    .navBarSearch input {
        /* width: 50%; */
        /* padding: 2% 15%;s */
        padding: 2% 0;
        border: 0;
        border-radius: 50px;
        outline: none;
        width: 100%;
        height: 100%;
        text-align: center;
    }

.searchImg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 27%;
    left: 1%;
}

.searchImg1 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8%;
    left: 32%;
}

.navBarSearch a {
    position: relative;
    background-color: #fff;
    text-align: center;
    height: 22px;
    width: 56px;
    padding: 0%;
    line-height: 1rem;
    border-radius: 50px;
    margin-left: 2%;
}

.navBarL a {
    margin-right: 2%;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.navBarL {
}

.selected5 {
    padding: 0 !important;
    width: 946px !important;
}

    .selected5 .content .contentImg {
        width: 100%;
        background-size: 100% 100%;
        margin-bottom: 3%;
    }

.pickout1 .titleContent {
    margin-bottom: 0%;
    font-size: 24px;
    line-height: 48px;
    text-indent: 2em;
    font-family: 仿宋;
}

.selected5 .content .contentDownload {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 24%;
}

    .selected5 .content .contentDownload .contentLink {
        display: flex;
        align-items: center;
        font-size: 20px;
    }

        .selected5 .content .contentDownload .contentLink a {
            color: #4D9BEA;
            margin: 2%;
            text-decoration: none;
        }

.linkImg img {
    width: 50%;
}

/* 依申请公开内容 */
.selected4 {
    padding: 0;
    width: 946px;
}

.tablan {
    width: 100%;
    height: 40px;
    background-color: #dfe9f0;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
}

.topTabs {
    margin: 2%;
    cursor: pointer;
}

.checked {
    color: #5986b8;
    font-weight: bold;
    border-bottom: 1px solid #5986b8;
}

.titleContent1 {
    padding: 3%;
    position: relative;
}

.applyContent {
    display: none;
}

.pickout2 {
    padding: 3%;
}

.pickout2 {
    font-size: 17px;
}

    .pickout2 .danxuan {
        display: flex;
        align-items: center;
        margin-bottom: 3%;
    }

        .pickout2 .danxuan span {
            text-align-last: right;
        }

        .pickout2 .danxuan input {
            width: 20px;
            height: 20px;
            margin: 0 2%;
        }

.xing {
    color: red;
}

.zhengjian {
    display: flex;
}

.titleBolder {
    font-size: 18px;
    font-weight: bold;
}

.zhengjianAll {
    display: flex;
    margin-right: 8%;
}

    .zhengjianAll .zhengjianC {
        display: flex;
        flex-direction: column;
        text-align: right;
        justify-content: center;
    }

.zhengjianC div {
    margin-bottom: 3%;
}

.zhengjianAll .zhengjianC label {
    width: 27%;
}

.zhengjianAll .zhengjianC input {
    width: 290px;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.wenbenkuang {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3%;
}

.fujian {
    width: 73px !important;
    height: 25px !important;
    margin-bottom: 1% !important;
}

.fujianAll {
    display: flex;
    flex-direction: column;
}

.fujianBj {
    background-color: #edeaea;
    padding: 2%;
    color: gray;
}

.pickout3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .pickout3 .danxuan {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3%;
        width: 100%;
    }

        .pickout3 .danxuan span {
            text-align-last: right;
        }

        .pickout3 .danxuan input {
            width: 20px;
            height: 20px;
            margin: 0 2%;
        }

.btnBack4 {
    width: 104px;
    height: 39px;
    background-color: #2D66A5;
    color: #FFFFFF;
    font-size: 19px;
    border-radius: 3px;
    border: 0;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    position: relative;
    bottom: 7px;
    left: 45%;
}


/* tab切换 表单部分 */
form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    border-radius: 0;
}

.xn-ysqgk {
    padding-bottom: 98px !important;
}

    .xn-ysqgk .xngk-box {
        width: 770px;
    }

        .xn-ysqgk .xngk-box .content {
            width: 770px;
            padding: 0;
            /* border: 1px solid #e5e5e5; */
            background-color: #fff;
        }

            .xn-ysqgk .xngk-box .content .sq-xx {
                height: 47px;
                margin-top: 28px;
                line-height: 45px;
                /* border-top: 1px solid #e5e5e5; */
                /* border-bottom: 1px solid #e5e5e5; */
            }

                .xn-ysqgk .xngk-box .content .sq-xx .s-tit {
                    padding-right: 28px;
                    font-size: 16px;
                    font-weight: bold;
                }

                .xn-ysqgk .xngk-box .content .sq-xx .s-label {
                    margin-right: 30px;
                    font-size: 16px;
                    color: #333;
                }

                    .xn-ysqgk .xngk-box .content .sq-xx .s-label input {
                        margin-right: 4px;
                        cursor: pointer;
                    }

            .xn-ysqgk .xngk-box .content .form-input {
                padding-top: 30px;
            }

                .xn-ysqgk .xngk-box .content .form-input .input-div1 {
                    margin-bottom: 13px;
                }

                    .xn-ysqgk .xngk-box .content .form-input .input-div1 .f-span {
                        width: 130px;
                        text-align: right;
                    }

span.redstar {
    font-size: 16px;
    color: #db1f1f;
    width: auto;
    margin-right: 0;
}

.xn-ysqgk .xngk-box .content .form-input .input-div1 .po-t10 {
    position: relative;
    top: 6px;
}

.xn-ysqgk .xngk-box .content .form-input .input-div1 {
    margin-bottom: 13px;
}

.lf {
    float: left;
}

.xn-ysqgk .xngk-box .content .form-input .input-div1 .in, .xn-ysqgk .xngk-box .content .form-input .input-div1 .slect {
    width: 205px;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.xn-ysqgk .xngk-box .content .form-input {
    padding-top: 30px;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.xn-ysqgk .xngk-box .content .form-input .input-div1 {
    margin-bottom: 13px;
}

.lf {
    float: left;
}

.xn-ysqgk .xngk-box .content .form-input .input-div1 .in-area {
    width: 555px;
}

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.xn-ysqgk .xngk-box .content .form-input .input-div2 {
    position: relative;
    left: -13px;
}

.xn-ysqgk .xngk-box .content .form-input .input-div1 {
    margin-bottom: 13px;
}

    .xn-ysqgk .xngk-box .content .form-input .input-div1 .s-label {
        margin-right: 30px;
        font-size: 16px;
        color: #333;
    }

    .xn-ysqgk .xngk-box .content .form-input .input-div1 .f-span {
        display: inline-block;
        width: 130px;
        margin-right: 6px;
        font-size: 16px;
        color: #333;
        text-align: right;
        vertical-align: middle;
    }

.xn-ysqgk .xngk-box .content .form-btn {
    margin-top: 40px;
    margin-bottom: 41px;
}

    .xn-ysqgk .xngk-box .content .form-btn a:hover, .xn-ysqgk .xngk-box .content .form-btn a.cur {
        color: #fff;
        background: #338ae4;
    }

    .xn-ysqgk .xngk-box .content .form-btn a {
        display: inline-block;
        width: 140px;
        height: 49px;
        margin-right: 14px;
        line-height: 49px;
        font-size: 18px;
        color: #666;
        background: #f2f2f2;
        text-align: center;
    }

.xn-ysqgk .xngk-box .content .form-input .input-div1 .in-area {
    width: 576px;
    height: 118px;
    line-height: 28px;
    padding: 16px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.form-btn {
    margin-top: 40px;
    margin-bottom: 41px;
}

    .form-btn a {
        display: inline-block;
        width: 140px;
        height: 49px;
        margin-right: 14px;
        line-height: 49px;
        font-size: 18px;
        color: #666;
        background: #f2f2f2;
        text-align: center;
    }

        .form-btn a.cur {
            color: #fff;
            background: #338ae4;
        }

        .form-btn a:hover {
            color: #fff;
            background: #338ae4;
        }
/* tab切换 表单部分 end*/


/* 下拉列表样式 */

.lanrenzhijia ul {
    margin-top: -4%;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 19px;
    display: none;
    margin-bottom: 4%;
}

    .lanrenzhijia ul li {
        height: 24px;
        line-height: 24px;
        padding-left: 10px;
        cursor: pointer;
        margin: 4%;
    }

        .lanrenzhijia ul li a {
            color: #333;
        }

            .lanrenzhijia ul li a:hover {
                color: red;
            }
/* 下拉列表样式  end* /

/* home2 css */
.selected2 .channel {
    height: 33px;
    border-bottom: 2px solid #e7e7e7;
}

.list .channel {
    height: 33px;
    border-bottom: 2px solid #e7e7e7;
}

.selected2 .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.selected2 .listContent {
    overflow: hidden;
    margin-top: 16px;
}

    .selected2 .listContent li {
        line-height: 35px;
        font-size: 16px;
        margin-left: 30px;
        padding-right: 100px;
        position: relative;
    }

        .selected2 .listContent li a {
            display: inline-block;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: black;
        }

        .selected2 .listContent li span {
            position: absolute;
            top: 0;
            right: 10px;
            color: #a0a0a0;
            word-break: normal;
            display: inline-block;
            padding-left: 1.5em;
            vertical-align: top;
        }

.selected2 .listmore {
    margin-top: 10px;
    margin-bottom: 8px;
}

    .selected2 .listmore a {
        display: block;
        width: 100px;
        height: 32px;
        background-color: #e6e6e6;
        color: #353535;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        margin: 0 auto;
    }

.selected2 .list .channel {
    height: 33px;
    border-bottom: 2px solid #e7e7e7;
}

.selected2 .channel li {
    float: left;
    padding: 0 16px;
    height: 34px;
    background: #2d66a5;
    color: #ffffff;
    line-height: 34px;
    font-size: 16px;
}

.selected2 .listContent {
    overflow: hidden;
    margin-top: 16px;
}

    /* home2 css end*/
    .selected2 .listContent li {
        line-height: 35px;
        font-size: 16px;
        margin-left: 30px;
        padding-right: 100px;
        position: relative;
    }

        .selected2 .listContent li a {
            display: inline-block;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: black;
        }

        .selected2 .listContent li span {
            position: absolute;
            top: 0;
            right: 10px;
            color: #a0a0a0;
            word-break: normal;
            display: inline-block;
            padding-left: 1.5em;
            vertical-align: top;
        }

.selected2 .listmore {
    margin-top: 10px;
    margin-bottom: 8px;
}

    .selected2 .listmore a {
        display: block;
        width: 100px;
        height: 32px;
        background-color: #e6e6e6;
        color: #353535;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        margin: 0 auto;
    }

.selected2 .list .channel {
    height: 33px;
    border-bottom: 2px solid #e7e7e7;
}

.selected2 .channel li {
    float: left;
    padding: 0 16px;
    height: 34px;
    background: #2d66a5;
    color: #ffffff;
    line-height: 34px;
    font-size: 16px;
}

.selected2 .listContent {
    overflow: hidden;
    margin-top: 16px;
}

/* home2 css end*/
/* home6 css*/
.imgLeft {
    position: relative;
}

/* .two img{
width: 100%;
height: 100%;
background-size: 100% 100%;
} */
.imgAll {
    position: relative;
}

.quanshu {
    width: 600px;
    height: 100%;
    /* width: 70%; */
    margin-left: 11%;
    background-size: 100% 100%;
}

.linkAll {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 32%;
    top: 0%;
}

    .linkAll a {
        width: 364px;
        height: 50px;
        /* background-color: red; */
        margin-bottom: 15px;
        z-index: 6;
        font-size: 18px;
        color: #2d66a5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.qs {
    display: flex;
    width: 100%;
    height: 831px;
    margin-left: 11%;
}

    .qs img {
        height: 100%;
    }

.two {
    z-index: 5;
    margin-left: -5px;
}
/* home6 css end */
