* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ne-banner {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
    margin-top: 0.15rem;
    box-shadow: 0 5px 5px #c1c1c1;
    margin-bottom: 0.3rem;
}

    .ne-banner img {
        width: 100%;
        animation: changeScale 1 2.5s;
    }

.bg-all {
    background: #f8f8f8;
}
/* 左边-菜单 */

.left-nav {
    width: 20%;
    padding-left: 0.16rem;
    position: relative;
    color: #fff;
    box-sizing: border-box;
}

    .left-nav:after {
        width: 95%;
        position: absolute;
        left: 0;
        top: 0;
        background: #005aab;
        height: 55%;
        content: "";
        z-index: 1;
    }

.left-nav-bit {
    width: 95%;
    line-height: 0.8rem;
    font-weight: bold;
    background: url(../images/left-logo.png) no-repeat right bottom #005aab;
    font-size: 0.26rem;
    position: relative;
    z-index: 2;
    padding-left: 0.25rem;
}

    .left-nav-bit:after {
        width: 0.05rem;
        height: 0.48rem;
        position: absolute;
        content: "";
        right: -0.05rem;
        bottom: 0;
        background: #d4d4d4;
    }

.left-nav-list {
    width: 100%;
    background: url(../images/nav-bg.jpg) no-repeat right bottom #fbfbfb;
    position: relative;
    z-index: 2;
    padding-bottom: 4rem;
    box-shadow: 5px 5px 5px #c1c1c1;
}

.ne-nav {
    width: 100%;
    position: relative;
}

    .ne-nav .bit {
        width: 2.13rem;
        height: 0.6rem;
        background: rgba(211, 170, 100, 0.8);
        position: absolute;
        top: -0.6rem;
        left: 0;
        line-height: 0.6rem;
        text-align: center;
        color: #fff;
        font-size: 0.24rem;
    }

.ny-nav {
    width: 100%;
}

    .ny-nav li {
        position: relative;
        height: 0.66rem;
        width: 100%;
        border-bottom: 1px solid #dcdcdc;
    }

        .ny-nav li a {
            color: #333333;
            display: inline-block;
            width: 100%;
            line-height: 0.66rem;
            font-size: 0.18rem;
            position: relative;
            transition-duration: 1s;
            cursor: pointer;
            z-index: 2;
            padding-left: 0.35rem;
            float: left;
        }

        .ny-nav li:after {
            position: absolute;
            content: "";
            right: 0.25rem;
            top: 0.24rem;
            width: 0.1rem;
            height: 0.17rem;
            background: url(../images/nav-jt.jpg) no-repeat;
        }

        .ny-nav li a:hover {
            color: #005aab;
            font-weight: bold;
        }

        .ny-nav li .ts {
            color: #005aab;
            font-weight: bold;
        }

.right-box {
    width: 76%;
    background: #ffffff;
    padding: 0.1rem 0.38rem 0.9rem 0.38rem;
}

.ne-right-bit {
    width: 100%;
    height: 0.64rem;
    line-height: 0.64rem;
    border-bottom: 1px solid #dedede;
    padding-left: 0.2rem;
    position: relative;
    font-size: 0.16rem;
    color: #888888;
}

    .ne-right-bit h1 {
        font-size: 0.24rem;
        color: #005aab;
    }

    .ne-right-bit:after {
        position: absolute;
        content: "";
        width: 0.03rem;
        height: 0.21rem;
        left: 0;
        top: 0.21rem;
        background: #005aab;
    }

.about-padd1 {
    padding-top: 0.5rem;
}

.zs-ti {
    margin-bottom: 0.15rem;
    position: relative;
}

    .zs-ti h1 {
        font-size: 0.26rem;
        position: relative;
        z-index: 2;
        line-height: 0.26rem;
        color: #333333;
        top: -0.2rem;
    }

    .zs-ti p {
        font-size: 0.66rem;
        line-height: 0.66rem;
        text-transform: uppercase;
        color: #f7f7f7;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }

.about-box .neir {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333333;
    padding-bottom: 0.25rem;
    text-indent: 2em;
}

.about-nub {
    width: 100%;
    padding: 55px 0;
}

    .about-nub li {
        width: 25%;
        float: left;
        list-style: none;
        position: relative;
        text-align: center;
    }

        .about-nub li::after {
            width: 1px;
            height: 70%;
            top: 20%;
            position: absolute;
            content: "";
            right: 0;
            background: url(../images/a-after.jpg);
        }

        .about-nub li .cl {
            font-size: 0.18rem;
        }

            .about-nub li .cl span {
                display: inline-block;
                font-weight: bold;
                font-size: 0.54rem;
                color: #005aab;
            }

        .about-nub li .c2 {
            line-height: 0.42rem;
            font-size: 0.18rem;
            color: #333333;
        }

        .about-nub li:nth-child(4):after {
            display: none;
        }

.about-box img {
    display: block;
    width: 100%;
}

.image-list {
    width: 100%;
}

    .image-list li {
        width: 31%;
        float: left;
        margin-right: 3.5%;
        padding-bottom: 0.23rem;
        overflow: hidden;
    }

        .image-list li .pic {
            width: 100%;
            overflow: hidden;
            background: #000;
        }

        .image-list li:hover .pic img {
            transform: scale(1.1);
            opacity: 0.7;
        }

        .image-list li .pic img {
            display: block;
            width: 100%;
            transition-duration: 1s;
        }

        .image-list li p {
            text-align: center;
            line-height: 0.42rem;
            font-size: 0.18rem;
            position: relative;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

.p-bg {
    background: #f0f0f0;
    font-size: 0.16rem !important;
}

.image-list li:nth-child(3n) {
    margin-right: 0;
}

.jianT {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .jianT li {
        background: #eeeeee;
        line-height: 0.36rem;
        height: 0.36rem;
        display: inline-block;
        margin: 0 6px;
        border-radius: 5px;
        overflow: hidden;
        float: left;
    }

        .jianT li a {
            font-size: 0.15rem;
            color: #474747;
            display: block;
            padding: 0 0.15rem;
        }

        .jianT li span {
            font-size: 0.15rem;
            color: #474747;
            display: block;
            padding: 0 0.15rem;
        }

        .jianT li a:hover {
            text-decoration: none;
            background: #0156b5;
            color: #fff;
        }

        .jianT li span:hover {
            text-decoration: none;
            background: #0156b5;
            color: #fff;
        }

        .jianT li .on {
            background: #0156b5;
            color: #fff;
        }

.ne-list {
    padding-bottom: 0.5rem;
}

.in-news4 {
    width: 100%;
    padding-bottom: 0.6rem;
}

    .in-news4 li {
        position: relative;
        line-height: 0.52rem;
        padding-left: 0.27rem;
        font-size: 0.2rem;
        color: #333333;
        padding-right: 12%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
        transition-duration: 0.5s;
        cursor: pointer;
        border-bottom: 1px dashed #ececec;
        transition-duration: 1s;
    }

        .in-news4 li:after {
            position: absolute;
            width: 0.05rem;
            height: 0.05rem;
            background: #59af5c;
            border-radius: 50%;
            left: 0.07rem;
            top: 0.23rem;
            content: ""
        }

        .in-news4 li a {
            color: #000;
            transition-duration: 1s;
        }

            .in-news4 li a:hover {
                color: #014f99;
                padding-left: 0.05rem;
            }

    .in-news4 span {
        position: absolute;
        right: 0;
        top: 0;
        width: 13%;
        text-align: right;
        display: inline-block;
        font-size: 0.18rem;
        color: #333333;
        font-family: "Arial";
    }

    .in-news4 li:hover {
        padding-left: 30px;
    }

.qywh-pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .qywh-pic img {
        animation: run 12s linear infinite;
        width: 100%;
        display: block;
    }

    .qywh-pic .dw {
        width: 100%;
        left: 0;
        bottom: 0.4rem;
        padding: 0 3%;
        color: #fff;
        position: absolute;
        left: 0;
        z-index: 9;
        font-size: 0.18rem;
        line-height: 0.34rem;
    }

        .qywh-pic .dw h1 {
            font-size: 0.24rem
        }

.qywh-bg {
    width: 100%;
    margin-top: 0.2rem;
    background: url(../images/qywh-bg.png) no-repeat center 90% #f4f4f4;
    box-shadow: 0 3px 5px #d4d4d4;
    padding: 0.45rem 0 2.3rem 0;
}

    .qywh-bg h1 {
        text-align: center;
        color: #005aab;
        font-size: 0.24rem;
        line-height: 0.5rem;
    }

    .qywh-bg .wh-list {
        width: 100%;
        padding-top: 0.25rem;
    }

        .qywh-bg .wh-list li {
            width: 25%;
            float: left;
            list-style: none;
            position: relative;
            padding: 0 2.5%;
            font-size: 0.18rem;
            line-height: 0.32rem
        }

            .qywh-bg .wh-list li h1 {
                line-height: 0.28rem;
                text-align: left;
                font-size: 0.2rem;
                color: #333333;
                padding-left: 0.15rem;
                position: relative;
                margin-bottom: 0.2rem
            }

                .qywh-bg .wh-list li h1:after {
                    position: absolute;
                    left: 0;
                    width: 0.04rem;
                    height: 0.19rem;
                    background: #1772a2;
                    content: "";
                    top: 0.04rem;
                }

            .qywh-bg .wh-list li:after {
                position: absolute;
                content: "";
                width: 1px;
                height: 90%;
                top: 5%;
                background: url(../images/a-after.jpg);
                right: 0;
            }

            .qywh-bg .wh-list li:nth-child(4):after {
                display: none;
            }

.qywh-nav {
    width: 100%;
    padding-bottom: 0.4rem;
}

    .qywh-nav li {
        position: relative;
        height: 0.46rem;
        float: left;
        margin-right: 0.2rem;
    }

        .qywh-nav li a {
            color: #333333;
            display: inline-block;
            width: 100%;
            line-height: 0.46rem;
            font-size: 0.18rem;
            position: relative;
            transition-duration: 1s;
            cursor: pointer;
            z-index: 2;
            padding: 0 0.35rem;
            float: left;
            background: #d9d9d9;
        }

            .qywh-nav li a:hover {
                color: #fff;
                background: #005aab
            }

        .qywh-nav li .ts {
            color: #fff;
            background: #005aab
        }

.video-ibox {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

    .video-ibox .bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: transform 1s ease-out 0s;
        -webkit-transition: -webkit-transform 1s ease-out 0s;
        overflow: hidden;
        position: relative;
    }

        .video-ibox .bg video {
            height: 5.1rem;
        }

    .video-ibox .vico {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 0.9rem;
        height: 0.9rem;
        line-height: 1;
        transition: .3s;
        -webkit-transition: .3s;
    }

    .video-ibox:hover .vico {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .video-ibox video {
        width: 100%;
        display: block;
    }

.djsh-video {
    padding: 0.4rem 0;
}

    .djsh-video li {
        width: 100%;
        background: #f5f5f5;
        padding-right: 5%;
        margin-bottom: 0.28rem;
    }

        .djsh-video li .pic {
            width: 3.23rem;
            height: 1.73rem;
            overflow: hidden;
            margin-right: 0.35rem;
        }

            .djsh-video li .pic img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .djsh-video li .bit {
            width: 6.7rem;
            line-height: 0.54rem;
            font-size: 0.18rem;
            color: #333333;
        }

            .djsh-video li .bit h1 {
                font-size: 0.2rem;
                color: #333333;
                font-weight: normal;
            }
/* 大事记 */

.event_box .parHd {
    height: 0.45rem;
    position: relative;
}

.act-dot:before,
.act-dot:after {
    display: none;
}

.act-dot {
    bottom: 1px;
    width: 25px;
    height: 25px;
    background: url(../images/yy1.png) no-repeat;
}

.sPrev,
.sNext {
    width: 0.18rem;
    height: 0.43rem;
    background: url(../images/dsj-jt.jpg) no-repeat center center;
    background-size: cover;
}

.parBd {
    margin-top: 0.15rem;
}

.event_box {
    position: relative;
}

    .event_box .parHd {
        width: 100%;
        display: inline-block;
        height: 0.55rem;
        position: relative;
        font-size: 0.2rem;
        color: #333333;
    }

.parHd ul {
    overflow: initial !important;
}

    .parHd ul li:before {
        display: none !important;
    }

.parHd .tempWrap {
    width: 100% !important;
    height: 100%;
    overflow: hidden;
}

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    width: 1.22rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    cursor: pointer;
    background: #e9e9e9;
    color: #555555;
    position: relative;
    border-radius: 0.03rem;
    margin-right: 0.15rem;
}

.act .act-dot {
    display: block;
    width: 0.12rem;
    height: 0.06rem;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -0.06rem;
    background: url(../images/yy1-1.jpg) no-repeat;
}

.act {
    color: #fff !important;
    position: relative;
    background: #4280ca !important;
}

div#listBox {
    width: 100%;
}

.sPrev,
.sNext {
    width: 0.18rem;
    height: 0.43rem;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
}

.sPrev {
    left: 4px;
}

.sNext {
    right: 0px;
}

.dsj-list {
    width: 100%;
    text-align: center;
    background: url(../images/time-line.jpg)repeat-y top left;
}

    .dsj-list ul {
        padding: 0;
        margin: 0;
    }

        .dsj-list ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .dsj-list ul li {
            width: 95%;
            padding: 0.35rem 0.4rem 0.45rem 0.4rem;
            margin-left: 5%;
            background: #f7f7f7;
            margin-bottom: 0.4rem;
            position: relative;
            text-align: left;
        }

            .dsj-list ul li:after {
                width: 0.15rem;
                height: 0.15rem;
                position: absolute;
                top: 0;
                content: "";
                left: -6%;
                background: url(../images/dsj-dw.png) no-repeat;
                background-size: 100% 100%;
            }

            .dsj-list ul li .month {
                line-height: 0.4rem;
                font-size: 0.22rem;
                color: #005aab;
                font-weight: bold;
            }

            .dsj-list ul li .pdf {
                width: 100%;
                margin-top: 0.15rem;
                font-size: 0.18rem;
                line-height: 0.32rem;
            }

            .dsj-list ul li .dsj {
                line-height: 36px;
                font-size: 18px;
                color: #47464c;
            }

            .dsj-list ul li:before {
                display: none;
            }

            .dsj-list ul li p {
                font-size: 18px;
                color: #333;
                line-height: 24px;
                margin-top: 10px;
            }

.detail {
    line-height: 0.32rem;
    color: #111111;
    font-size: 0.32rem;
    text-align: center;
    padding-bottom: 0.25rem;
}

.xx {
    width: 100%;
    line-height: 0.46rem;
    text-align: center;
    background: #e7e8ea;
    font-size: 0.18rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.detail1 {
    padding-top: 0.2rem;
}

    .detail1 p {
        font-size: 0.19rem;
        line-height: 0.36rem;
        color: #555555;
        padding-bottom: 15px;
    }
        .detail1 p img {
            display: inline-block;
        }

.detail-padd {
    padding: 0.5rem 0;
}

/* 领导班子 */
.ldbz li{width: 100%; line-height: 0.40rem; margin-bottom: 0.18rem; color: #333333; font-size: 0.18rem; position: relative; padding-left: 0.13rem;}
.ldbz li::after{ position: absolute; left: 0; content:""; width: 2px; height: 0.14rem; top: 0.13rem; background: #ababab; }
.ldbz li:hover:after{background: #50b653;}
/* 领导班子 */

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1080px) {
    .left-nav {
        width: 25%;
        padding-left: 8px;
    }

    .right-box {
        width: 70%;
        padding: 25px 25px 50px 25px;
    }

    .left-nav:after {
        height: 15%;
    }

    .left-nav-bit {
        line-height: 70px;
        font-size: 22px;
        padding-left: 25px;
    }

    .ny-nav li {
        height: 60px;
    }

        .ny-nav li a {
            line-height: 60px;
            font-size: 20px;
        }

        .ny-nav li:after {
            top: 0.16rem;
        }

    .ne-right-bit {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
		padding-left: 15px;
    }

        .ne-right-bit h1 {
            font-size: 24px;
        }

    .about-padd1 {
        padding-top: 30px;
    }

    .zs-ti p {
        font-size: 46px;
        line-height: 56px;
    }

    .zs-ti h1 {
        font-size: 24px;
    }

    .about-box .neir {
        font-size: 17px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .ne-right-bit:after {
        top: 15px;
    }

    .about-nub li .cl span {
        font-size: 28px;
    }

    .about-nub li .cl {
        font-size: 18px;
    }

    .about-nub li .c2 {
        line-height: 32px;
        font-size: 18px;
    }

    .about-nub {
        width: 100%;
        padding: 15px 0 25px 0;
    }

    .image-list .cover {
        height: 132px;
    }

    .image-list li {
        margin-bottom: 15px;
    }

        .image-list li p {
            line-height: 36px;
            font-size: 16px;
        }

    .dsj-list ul li {
        padding: 20px;
        margin-bottom: 30px;
    }

        .dsj-list ul li .month {
            line-height: 40px;
            font-size: 20px;
        }

        .dsj-list ul li .pdf {
            margin-top: 10px;
            font-size: 16px;
            line-height: 30px;
        }

    .parHd li {
        width: 100px !important;
        height: 44px;
        line-height: 44px;
    }

    .event_box .parHd {
        font-size: 18px;
        height: 50px;
    }

    .sPrev,
    .sNext {
        width: 18px;
        height: 46px;
    }

    .image-list li p {
        line-height: 46px;
        font-size: 16px;
        overflow: hidden;
        font-size: 16px !important;
    }

    .left-nav-list {
        padding-bottom: 2.5rem;
    }

    .in-news4 li {
        line-height: 52px;
        font-size: 18px;
    }

    .in-news4 span {
        font-size: 18px;
    }

    .in-news4 li:after {
        top: 0.15rem;
    }

    .in-news4 {
        padding-bottom: 0.3rem;
    }

    .qywh-pic .dw {
        bottom: 20px;
        font-size: 18px;
        line-height: 30px;
    }

        .qywh-pic .dw h1 {
            font-size: 22px;
            margin-bottom: 10px;
        }

    .qywh-bg {
        margin-top: 20px;
        padding: 45px 45px 200px 45px;
    }

        .qywh-bg .wh-list li {
            width: 50%;
            padding: 0 20px;
            font-size: 18px;
            line-height: 40px;
            margin-bottom: 15px;
        }

            .qywh-bg .wh-list li h1 {
                font-size: 20px;
                margin-bottom: 0px;
            }

    .qywh-nav li a {
        line-height: 50px;
        font-size: 20px;
        padding: 0 30px;
    }

    .qywh-nav {
        padding-bottom: 0;
    }

    .video-ibox .bg video {
        height: 351px;
    }

    .djsh-video {
        padding: 40px 0;
    }

        .djsh-video li .bit {
            width: 40%;
            line-height: 32px;
            font-size: 18px;
        }

        .djsh-video li .pic {
            width: 60%;
            height: auto;
            overflow: hidden;
            margin-right: 30px;
        }

    .detail {
        line-height: 42px;
        font-size: 24px;
        padding-bottom: 15px;
    }

    .xx {
        width: 100%;
        line-height: 50px;
        font-size: 18px;
    }

    .detail1 p {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .ne-box {
        display: inline-block !important;
        width: 100% !important;
    }

    .left-nav {
        width: 100%;
    }

    .left-nav-list {
        width: 100%;
        background: #fbfbfb !important;
        padding-bottom: 0;
    }

    .left-nav-bit {
        width: 100%;
        line-height: 60px;
        font-size: 20px;
    }

    .ny-nav li {
        height: 40px;
        width: 33.3%;
        float: left;
    }

        .ny-nav li a {
            line-height: 40px;
            font-size: 16px;
        }

        .ny-nav li:after {
            top: 11px;
            width: 10px;
            height: 17px;
        }

    .right-box {
        width: 100%;
        padding: 15px;
    }

    .ne-right-bit h1,
    .zs-ti h1 {
        font-size: 18px;
    }

    .about-box .neir,
    .about-nub li .c2,
    .image-list li p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-nub {
        padding: 15px 0 25px 0;
    }

        .about-nub li {
            width: 50%;
        }

            .about-nub li:nth-child(2):after {
                display: none;
            }

    .image-list li {
        width: 48%;
        margin: 0 1%;
        padding-bottom: 20px;
    }

        .image-list li:nth-child(3n) {
            margin-right: 1%;
        }

    .parHd li {
        font-size: 17px;
        height: 43px;
        line-height: 43px;
    }

    .act .act-dot {
        width: 12px;
        height: 6px;
        left: 57%;
        margin-left: -10px;
        bottom: -6px;
    }

    .sPrev,
    .sNext {
        width: 18px;
        height: 43px;
    }

    .event_box .parHd {
        height: 40px;
    }

    .dsj-list ul li .month {
        font-size: 18px;
    }

    .dsj-list ul li .pdf {
        margin-top: 5px;
        font-size: 16px;
        line-height: 30px;
    }

    .image-list li p {
        line-height: 40px;
        font-size: 16px !important;
        overflow: hidden;
    }

    .left-nav:after {
        display: none;
    }

    .in-news4 li {
        position: relative;
        line-height: 36px;
        padding-left: 18px;
        font-size: 16px;
        padding-right: 18%;
    }

    .in-news4 span {
        font-size: 16px;
    }

    .qywh-pic .dw {
        width: 100%;
        padding: 15px 3%;
        color: #555;
        position: relative;
        left: 0;
        z-index: 9;
        font-size: 16px;
        line-height: 32px;
    }

        .qywh-pic .dw h1,
        .qywh-bg h1 {
            font-size: 20px;
            padding-top: 15px;
        }

    .qywh-bg .wh-list li {
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }

        .qywh-bg .wh-list li h1 {
            line-height: 30px;
            font-size: 18px;
            padding-left: 15px;
            margin-bottom: 0;
        }

            .qywh-bg .wh-list li h1:after {
                width: 4px;
                height: 19px;
                top: 6px;
            }

    .qywh-bg {
        padding: 0.45rem 0 3.6rem 0;
    }

    .qywh-nav li a {
        line-height: 36px;
        font-size: 16px;
    }

    .djsh-video li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        display: inline-block;
    }

        .djsh-video li a {
            display: inline-block !important;
            width: 100%;
        }

        .djsh-video li .pic {
            width: 100%;
            height: auto;
            margin-right: 0;
        }

        .djsh-video li .bit {
            width: 100%;
            line-height: 36px;
            font-size: 16px;
            padding: 15px;
        }

    .ne-right-bit p {
        display: none;
    }

    .ne-right-bit:after {
        width: 4px;
        height: 21px;
        top: 20px !important;
    }

    .qywh-nav {
        padding-bottom: 30px;
    }
	.detail {
	    line-height: 36px;
	    font-size: 20px;
	}
	.xx {  line-height: 36px;
	    font-size: 16px;
	}
	.detail1 p img {
	    height: auto !important;
	}
	.jianT {
	    padding-bottom: 20px;
	}
}
