﻿@media only screen and (max-width: 1080px) {

    .news-detail-title {
        width: 100%;
        margin: 0 auto;
        height: 100px;
        text-align: center;
    }

        .news-detail-title h2 {
            font-size: 1em;
            padding-top: 30px;
            font-weight: bold;
            color: #2193E0;
            letter-spacing: 3px;
        }

        .news-detail-title p {
            padding-top: 3px;
            padding-bottom: 4px;
        }

            .news-detail-title p span {
                display: inline-block;
                margin-right: 40px;
                font-size: 13px;
                color: #898989;
            }

    .onetitle {
        width: 100%;
        margin: 0 auto;
        font-size: 1em;
        text-align: center;
        color: black;
        margin-top:  0px;  
    }

    .twotitle {
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
        padding-top: 5px;
        color: #898989;
    }

    .onecontent {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        margin-top: 30px;
        font-size: 18px;
        color: #999999;
    }

    .flex-wrap {
        width: 90%;
        margin: auto;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        margin-top: 50px;
    }


    .cpjzflexwrap {
        width:90%;
        margin: auto;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        margin-top: 50px;
    }
    .cpjzitem {
    text-align:center;
    width:50%;
    }

        .cpjzitem img {
          width:70%;
        }
        .cpjzdiv {
            width: 90%;
            margin: auto;
        }

    .cpjzitemtitle {
        width: 100%;
        text-align: center;
        line-height: 60px;
        font-size: 1em;
        font-weight: 600;
        color: #5e8cec;
    }
    .xtjjdivimg {
        width: 90%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .xtjjdiv {
        background-color: #f4f6f9;
    }

    .pagediv {
        width: 100%;
        margin: auto;
    }



    .hxpagediv {
        margin-top: 50px;
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    .hxleftdiv {
        width: 100%;
        position: relative;
    }

    .hxlefttitlediv {
        padding: 5px;
    }

    .hxrightdiv {
        width: 100%;
    }

    .yhimg {
        float: left;
        text-align: right;
        height: 35px;
        margin-left: 70px;
    }

    .hxtitle {
        float: left;
        text-align: left;
        font-size: 25px;
        font-weight: 600;
        line-height: 48px;
        margin-left: 20px;
    }

    .hxcontent {
        clear: both;
        text-align: left;
        font-size: 15px;
        margin-left: 53px;
        padding-top: 44px;
        color: #b7b7b7;
        line-height: 30px;
        width: 78%;
    }

    .lddivs {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

        .lddivs img {
            height: 70%;
            width:100px;
        }

    .hxrighttitle {
        width: 72%;
        margin-top: 13%;
    }

    .yinhao01class {
        position: absolute;
        top: 39%;
        left: 5%;
        width: 35px;
        height: 30px;
    }

    .yinhao02class {
        position: absolute;
        bottom: -11%;
        right: 3%;
        height: 30px;
        width: 35px;
    }

    .hxitemlist {
        width: 90%;
        min-width: 100%;
        margin: auto;
        height: 800px;
        display: flex;
        flex-flow: wrap;
    }

    .hxitem {
        width: 90%;
        margin: auto; 
        height: 180px;
        background-image: linear-gradient(#ffffff,#f5f5f5);
        box-shadow: -3px 6px 7px 1px #dedede;
        border-radius: 5px;
        margin-top: 5%;
      
    }

        .hxitem:hover {
            background-image: linear-gradient(#3860f4,#3860f4);
            color: white !important;
        }

    .hxitemjg {
        margin-left: 4vw;
    }

    .hxitemimg {
        width: 30%;
        float: left;
        padding-top: 30px;
        text-align: center;
    }

    .hxitemcontent {
        width: 65%;
        float: left;
    }

    .hxitemtitle {
        padding-top: 10px;
        font-size: 1em;
        font-weight: 600;
        line-height: 35px;
    }

    .hxitemtitle2 {
        padding-top: 5px;
        font-size: 0.8em;
        color: #898989;
        line-height: 20px;
    }


    .jmflex-wrap {
        width: 90%;
        margin: auto;
        flex-wrap: nowrap;
        display: flex;
        justify-content: center;
        align-content: flex-start;
        margin-top: 50px;
        flex-direction: row;
        flex-flow:wrap;
    }

    .jmimgdiv {
        width: 46%;
        margin:1%;
        padding:0px;
    }

        .jmimgdiv img {
            width: 100%;
        }

    .jmbottomimg {
        position: absolute;
        bottom: 0px;
        z-index: -22;
    }

        .jmbottomimg img {
            width: 100%;
        }
}
