.center {
    margin: 0 auto;
    width: 1100px;
}

/* 导航上方图片 */
.topimage {
    width: 100%;
    height: 105px;
    line-height: 105px;
    text-align: center;
    background-image: url(../images/nav.png);
    background-size: 100% 100%;
    color: aliceblue;
    font-size: 28px;
    font-weight: 800;
}

/* 导航 */
.nav_ul {
    font-size: 18px;
    height: 44px;
    display: flex;
    background-color: rgb(66, 115, 188);
    color: aliceblue;
}

    .nav_ul li {
        width: 25%;
        text-align: center;
        line-height: 44px;
    }

        .nav_ul li:hover {
            background-color: rgb(22, 93, 168);
            cursor: pointer;
        }

/* 网上办事图片 */
.com_one_top {
    padding-bottom: 20px;
    height: 122px;
    line-height: 122px;
    text-align: center;
}


/* 网上办事 */


.com_one_ul {
    height: 40px;
    display: flex;
    background-color: rgb(152, 188, 220);
    color: aliceblue;
}

    .com_one_ul li {
        width: 20%;
        text-align: center;
        line-height: 40px;
        border-left: 1px solid rgb(240, 248, 255);
        color: rgb(0, 0, 0);
    }

        .com_one_ul li:hover {
            background-color: rgb(2, 109, 198);
            cursor: pointer;
            color: aliceblue;
        }


/* 内容展示区二 */


#com_two ul li {
    width: 80%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted gray;
}

    #com_two ul li span {
        display: inline-block;
        font-size: 16px;
        width: 560px;
        margin-left: 50px;
    }

#com_two ul button {
    width: 60px;
    height: 26px;
    padding: 0 10px;
    margin: 0 9px;
    background-color: white;
    border: 1px solid #026dcb;
    border-radius: 4px;
    color: #026dcb
}

    #com_two ul button:hover {
        background-color: rgb(2, 109, 203);
        color: white;
    }

        #com_two ul button:hover a {
            color: white;
        }

#com_two p {
    /* margin: 20px 0px 10px 0px;
	float: right; */
    font-size: 14px;
    cursor: pointer;
    color: #026dcb;
}

#com_two a {
    color: #026dcb;
}

.fudong {
    width: 100%;
    height: 5px;
}

.zw {
    width: 100%;
    height: 200px;
}

.com_three {
    height: 350px;
}

    .com_three p {
        width: 200px;
        height: 38px;
        color: #f65d00;
        cursor: pointer;
        font-size: 17px;
        border-bottom: 2px solid #f65d00;
    }

    .com_three ul {
        margin-top: 30px;
        height: 300px;
        line-height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        font-size: 14px;
    }

.com_three_div {
    width: 100%;
    height: 38px;
    color: #f65d00;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 2px solid #dddddd;
}

.com_three ul li {
    height: 100px;
    /* background-color: antiquewhite; */
    width: 30%;
    border: 2px solid rgba(37, 65, 152, .14);
    border-radius: 0 30px 0 30px;
    color: #026dcb;
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: center;
}



table td {
    border: 1px solid black;
    height: 100px;
    text-align: center;
    outline: 0;
}

.com_bottom_table {
    border-collapse: collapse;
    border-spacing: 0;
}

.com_four_table {
    position: relative;
}

.com_four table {
    width: 100%;
    border: none;
    margin-top: 30px;
    margin-bottom: 70px;
}

.jigoutable {
    margin-bottom: 20px !important;
}

.com_four table tr {
    border: none;
    outline: 20px;
}

.com_four table td {
    border: none;
    height: 50px;
    border-bottom: 2px dotted gray;
    width: 20%;
    /* border-right: 1px dotted black; */
}

.com_four table tr td:nth-of-type(3) {
    border-right: none;
}

.com_four thead td {
    font-weight: 800;
}

.com_four button {
    width: 60px;
    height: 26px;
    padding: 0 10px;
    margin: 0px 50%;
    background-color: white;
    border: 1px solid #026dcb;
    border-radius: 4px;
    color: #026dcb;
    transform: translateX(-50%);
    position: absolute;
    top: 2px;
    right: -575px;
}


    .com_four button:hover {
        background-color: rgb(2, 109, 203);
        color: white;
    }

.com_four p {
    width: 110px;
    height: 38px;
    color: #f65d00;
    cursor: pointer;
    font-size: 17px;
    border-bottom: 2px solid #f65d00;
}

.renzhengguanli {
    float: right;
    width: 180px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -180px;
    box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.504);
    background-color: rgb(252, 252, 252);
    justify-content: center;
}

    .renzhengguanli img {
        width: 100px;
        height: 100px;
    }

.com_four_div_p {
    width: 49%;
    height: 38px;
    color: #f65d00 !important;
    cursor: pointer;
    font-size: 17px;
    border-bottom: 2px solid #dddddd;
}

.com_four_div_p_two {
    width: 100%;
    height: 38px;
    color: #026dcb;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0px;
    border-bottom: 2px solid #dddddd;
}

.com_four_table_two {
    position: relative;
}

    .com_four_table_two table td:nth-of-type(1) {
        /*		padding-left: 100px;
		text-align: left;*/
    }

    .com_four_table_two table td:nth-of-type(3) {
        /*		padding-left: 100px;
		text-align: left;*/
    }

.gsxxtxhz {
    display: flex;
    justify-content: space-between;
}

    .gsxxtxhz table:nth-of-type(1) {
        width: 49%;
        border-right: 2px dotted gray;
    }

    .gsxxtxhz table:nth-of-type(2) {
        width: 49%;
        border-left: 2px dotted gray;
    }

.ttt {
    display: flex;
    height: 40px;
    justify-content: space-between;
}

.com_four_table button:nth-of-type(1) {
    margin-right: 101%;
}
