﻿@media screen and (min-width:985px) and (max-width:2800px) {
    .location {
        height: 50px;
        width: 1090px;
        border-bottom: 1px solid #dbdcdc;
        line-height: 50px;
        font-size: 14px;
        padding-left: 10px;
        margin: 0px auto;
    }

    .content_wrap {
        width: 1100px;
        margin: 0px auto;
        background-color: #f9f9f9;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

        .content_wrap h3 {
            font-size: 24px;
            font-weight: bold;
            color: black;
            text-align: center;
            text-justify: auto;
            width: 80%;
            margin: 0px auto;
        }

    .fbsj {
        font-size: 12px;
        color: #837c7c;
        text-align: center;
        padding-top: 30px;
        margin: 0px auto;
        width: 848px; /*border:1px solid red;*/
    }

    .content_wrap_div {
        width: 848px;
        margin: 0px auto;
        border-top: 1px solid #dbdcdc;
        line-height: 24px;
        margin-top: 20px; /*border:1px solid red;*/
    }


        .content_wrap_div article p {
            margin: 10px 0px;
            font-size: 16px;
        }

        .content_wrap_div article span {
            font-size: 16px;
        }

        .content_wrap_div article p span {
            font-size: 16px;
        }

        .content_wrap_div article {
            text-align: justify;
            margin-top: 30px;
            line-height: 24px; /*border:1px solid red;*/
            font-family: '思源黑体';
        }

            .content_wrap_div article table {
                margin-left: auto;
                margin-right: auto;
            }

                .content_wrap_div article table tbody tr td {
                    border: 1px solid #000;
                    text-indent: 0em;
                    text-align: center;
                    min-height: 36px;
                    height: 36px;
                }

    /* .content_wrap_div p span{ */
    /* font-size: 16px; */
    /* font-family: '思源黑体'; */
    /* } */


    .content_wrap_img {
        width: 848px;
        text-align: center;
        margin-top: 40px;
    }

    .dy_btn {
        width: 848px;
        text-align: center;
        margin-top: 40px;
    }

        .dy_btn a {
            font-size: 15px;
            color: black;
        }
}

@media screen and (min-width:300px) and (max-width:980px) {

    .location {
        height: 50px;
        width: 100%;
        border-bottom: 1px solid #dbdcdc;
        line-height: 50px;
        font-size: 14px;
        padding-left: 10px;
        margin: 0px auto;
    }

    .content_wrap {
        width: 100%;
        margin: 0px auto;
        background-color: #f9f9f9;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

        .content_wrap h3 {
            font-size: 24px;
            width: 95%;
            font-weight: bold;
            color: black;
            margin: 0px auto;
            text-align: center;
            text-justify: auto;
        }

    .fbsj {
        font-size: 12px;
        color: #837c7c;
        text-align: center;
        padding-top: 10px;
        margin: 0px auto;
        width: 100%; /*border:1px solid red;*/
    }

    .content_wrap_div {
        width: 95%;
        margin: 0px auto;
        border-top: 1px solid #dbdcdc;
        line-height: 24px;
        margin-top: 10px; /*border:1px solid red;*/
    }

        .content_wrap_div article p {
            font-size: 16px;
            margin: 10px 0px;
        }

        .content_wrap_div article span {
            font-size: 16px;
        }

        .content_wrap_div article p span {
            font-size: 16px;
        }

        .content_wrap_div article {
            text-align: justify;
            margin-top: 10px;
            line-height: 24px; /*border:1px solid red;*/
            font-family: '思源黑体';
        }

            .content_wrap_div article table {
                width: 100%;
                margin: 0px auto;
            }

                .content_wrap_div article table tbody tr td {
                    border: 1px solid #000;
                    text-indent: 0em;
                    text-align: center;
                    min-height: 36px;
                    height: 36px;
                }


    /* .content_wrap_div article img {
                width: auto;
                height:auto;
            }*/
    .content_wrap_img {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .dy_btn {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

        .dy_btn a {
            font-size: 15px;
            color: black;
        }
}
