body {
    background-color: #FFFFFF;
    background-image: url(../img/bg_xxgk_banner.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main {
    width: 1200px;
    min-width: 1100px;
    margin: 0 auto;
}
.main .header {
        width: 100%;
    }
.main .header .logo {
            padding-top: 47px;
            display: block;
            width: 614px;
            height: 100px;
            background: url(../img/jjw_logo.png) no-repeat 0px center;
        }
.main .title {
        margin: 25px auto 0 auto;
        text-align: center;
        height: 93px;
        padding-top: 7px;
    }
.main .content {
        width: 1100px;
        margin-top: 50px;
        background: #f6f6f6;
        padding-bottom: 50px;
    }
.main .search {
    width: 100%;
    height: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .search .line {
            width: 246px;
            height: 2px;
            background-color: #e1e1e1;
        }

.main .search .inputSearch {
            width: 512px;
            height: 48px;
            border: 1px #2d66a5 solid;
            border-radius: 8px;
            margin: 0 12px;
            font-family: "microsoft yahei";
            font-size: 20px;
            color: #000;
        }

.main .search .inputSearch:focus {
            outline: none;
        }

.main .content-detail {
    display: flex;
    justify-content: center;
}
.main .content-detail .left {
    width: 240px;
    margin-right: 18px;
}
.main .content-detail .left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main .content-detail .left ul li {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    background-color: #ffffff;
    position: relative;
}
.main .content-detail .left ul li .menu {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 23px;
    text-decoration: none;
    background-color: #ffffff;
    color: #2d66a5;
    background-position: 20px bottom;
    letter-spacing: 4px;
}
.main .content-detail .left ul li .menu span {
                            position: absolute;
                            right: 56px;
                        }

.main .content-detail .left ul li .menu .add:hover {
                            background-color: #2d66a5;
                            color: #ffffff;
                        }

.main .content-detail .left ul li .gkzd {
                        width: 100%;
                        background-image: url(../img/icon_ysqgk.png);
                        background-repeat: no-repeat;
                        background-position: 20px top;
                    }

.main .content-detail .left ul li .glbf {
                        width: 100%;
                        background-image: url(../img/icon_gkzn.png);
                        background-repeat: no-repeat;
                        background-position: 20px top;
                    }

.main .content-detail .left ul li .gkzn {
                        width: 100%;
                        background-image: url(../img/icon_gkzd.png);
                        background-repeat: no-repeat;
                        background-position: 20px top;
                    }

.main .content-detail .left ul li .ndbg {
                        width: 100%;
                        background-image: url(../img/icon_gknb.png);
                        background-repeat: no-repeat;
                        background-position: 20px top;
                    }

.main .content-detail .left ul li .gkml {
                        width: 100%;
                        background-image: url(../img/icon_gknr.png);
                        background-repeat: no-repeat;
                        background-position: 20px top;
                    }

.main .content-detail .left ul li .sqgk {
                        width: 100%;
                        background-image: url(../img/icon_sqgk.png);
                        background-repeat: no-repeat;
                        background-position: 20px top;
                    }

.main .content-detail .right {
    width: 770px;
    background-color: #ffffff;
    min-height: 852px;
}
.main .content-detail .right .right-title {
                width: 100%;
                height: 122px;
                text-align: center;
                line-height: 122px;
                font-size: 32px;
                color: #2d66a5;
                font-weight: bold;
            }

.footer {
    width: 100%;
    margin: 35px 0px 0px;
    padding: 30px 0px;
    background-color: #eeeeee;
    border-top: solid 1px #cccccc;
    min-width: 1200px;
}
.footer .footer-content {
    width: 1200px;
    min-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.footer .footer-content .text {
    display: flex;
    align-items: center;
    margin: 0 46px;
}
.footer .footer-content .text a{
                color: #444444;
                text-decoration: none;
            }
.footer .footer-content .text .footerText {
                font-size: 14px;
                color: #444444;
                margin: 0px 14px;
                line-height: 32px;
            }
