﻿body {
    background: url(bg_yqfkx.png) top center no-repeat #f5f5f5;
}

.clear {
    clear: both;
}

#mobile_footer {
    display: none;
}

.header_fk {
    height: 330px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.header_fk a.logo {
    position: absolute;
    top: 20px;
    left: 10px;
}

.container1 {
    width: 1100px;
    background: #fff;
    padding: 48px 36px;
    margin: 0 auto;
}

.left_con {
    width: 245px;
    float: left;
}

.left_con li {
    height: 90px;
    line-height: 90px;
    margin-bottom: 30px;
    cursor: pointer;
}

.left_con li a {
    display: block;
    height: 90px;
}

.left_con li:nth-child(1) {
    background: url(shengji.png) center no-repeat;
}

.left_con li:nth-child(2) {
    background: url(diji.png) center no-repeat;
}

.left_con li:nth-child(3) {
    background: url(rexian.png) center no-repeat;
}

.left_con li:nth-child(4) {
    background: url(gedi.png) center no-repeat;
}

.left_con li:nth-child(1):hover,
.left_con li:nth-child(1).on {
    background: url(sj_on.png) center no-repeat;
}

.left_con li:nth-child(2):hover,
.left_con li:nth-child(2).on {
    background: url(dj_on.png) center no-repeat;
}

.left_con li:nth-child(3):hover,
.left_con li:nth-child(3).on {
    background: url(rx_on.png) center no-repeat;
}

.left_con li:nth-child(4):hover,
.left_con li:nth-child(4).on {
    background: url(gedi_on.png) center no-repeat;
}

.right_con {
    width: 810px;
    float: left;
    display: block;
    padding: 15px;
    background: #f5f5f5;
    margin-left: 14px;
}

.right_con li {
    display: block;
    overflow: hidden;
    line-height: 46px;
    height: 46px;
}

.right_con li a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    background: url(ccdian1.png) no-repeat left center;
    padding-left: 15px;
    max-width: 75%;
}

.right_con li span {
    float: right;
    color: #999;
    font-size: 14px;
    padding-left: 20px;
}

.right_con .mslist {
    margin: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.right_con .mslist a {
    float: left;
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #f5f5f5;
    margin-left: 10px;
    margin-bottom: 10px;
}

.right_con .mslist a:hover,
.right_con .mslist a.on {
    background: #0855c3;
    color: #fff;
}

.right_con h1 {
    text-align: center;
    padding-top: 20px;
}

.right_con .right_content table {
    max-width: 100% !important;
    border-spacing: inherit;
    border-left: 1px solid #333 !important;
    border-top: 1px solid #333 !important;
    margin-bottom: 50px;
}

.right_con .right_content table td {
    padding: 5px;
    border: none !important;
    border-right: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
}

.right_con .right_content table th {
    padding: 5px;
    border: none !important;
    border-right: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
}

#mobile_footer {
    display: none;
}

.footer_mobile {
    display: none;
}

.xll_pagebox {
    margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 750px) {
    body,
    html {
        max-width: 750px;
        min-width: 320px !important;
    }
    body {
        background: url(bg_yqfkx_mobile.jpg) top center no-repeat;
        background-size: 100%;
    }
    .header_fk {
        width: 100%;
        height: 2.5rem;
    }
    .header_fk a.logo {
        top: 10px;
    }
    .header_fk a.logo img {
        width: 2.5rem;
    }
    .left_con {
        width: 100%;
        float: initial;
    }
    .left_con li {
        float: left;
        height: 1rem;
        margin-bottom: 0;
        line-height: 1rem;
        cursor: pointer;
        width: 32%;
        margin-right: 2%;
    }
    .left_con li:nth-child(3) {
        margin-right: 0;
    }
    .left_con li a {
        display: block;
        height: 1rem;
    }
    .container1 {
        width: 100%;
        max-width: 750px;
        padding: 0;
        margin: 0;
    }
    .left_con li:nth-child(1) {
        background: url(shengji.png) center no-repeat;
        background-size: 100%;
    }
    .left_con li:nth-child(2) {
        background: url(diji.png) center no-repeat;
        background-size: 100%;
    }
    .left_con li:nth-child(3) {
        background: url(rexian.png) center no-repeat;
        background-size: 100%;
    }
    .left_con li:nth-child(4) {
        background: url(gedi.png) center no-repeat;
        background-size: 100%;
    }
    .left_con li:nth-child(1):hover,
    .left_con li:nth-child(1).on {
        background: url(sj_on.png) center no-repeat;
        background-size: 100%;
    }
    .left_con li:nth-child(2):hover,
    .left_con li:nth-child(2).on {
        background: url(dj_on.png) center no-repeat;
        background-size: 100%;
    }
    .left_con li:nth-child(3):hover,
    .left_con li:nth-child(3).on {
        background: url(rx_on.png) center no-repeat;
        background-size: 100%;
    }
    .left_con li:nth-child(4):hover,
    .left_con li:nth-child(4).on {
        background: url(gedi_on.png) center no-repeat;
        background-size: 100%;
    }
    .right_con {
        width: 100%;
        float: initial;
        margin-left: 0;
        padding: 0.3rem 0;
    }
    .right_con ul {
        padding: 0 10px;
    }
    .right_con li {
        display: block;
        overflow: hidden;
        height: auto;
        padding: 0.2rem 0;
        border-bottom: 1px dashed #b7b7b7;
    }
    .right_con li a {
        color: #333;
        font-size: 16px;
        background: none;
        padding-left: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: inherit;
        line-height: 0.5rem;
    }
    .right_con li span {
        float: inherit;
        color: #999;
        font-size: 14px;
        padding-left: 20px;
        display: block;
        text-align: right;
        line-height: 0.6rem;
    }
    .right_con .mslist {
        margin: 0.2rem 0;
    }
    .right_con .mslist a {
        width: 30%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #fff;
        border: 1px solid #f5f5f5;
        margin-left: 2%;
        margin-bottom: 10px;
        font-size: 0.28rem;
    }
    .right_con h1 {
        font-size: 0.5rem;
    }
    .footer {
        display: none;
    }
    #mobile_footer {
        display: block;
    }
    .xll_pagebox {
        display: none;
    }
    .xll_pagebox_mobile {
        display: block;
    }
}