﻿@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: 20px;
            font-weight: bold;
            color: #2193E0;
            letter-spacing: 3px;
        }

        .news-detail-title p {
            padding-top: 3px;
            padding-bottom: 8px;
        }

            .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;
        padding-top: 25px;
        margin-bottom: 10px;
    }

    .twotitle {
        margin: 0 auto;
        font-size: 0.8em;
        text-align: center;
        padding-top: 5px;
        color: #898989;
    }

    .onecontent {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        margin-top: 30px;
        font-size: 18px;
        color: #999999;
    }

    .flex-wrap {
        width: 100%;
        margin: auto;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        margin-top: 30px;
    }

    .xtjgimg {
       width:90%;
       margin:auto;
    }
    .hxggdiv {
        width: 100%;
        background: url('/images/FullScene/hxbg01.png') no-repeat;
        background-size: 100% 100%;
    }
    .hxtextclass {
      padding:5px;
    }
    .hxggdiv2 {
        width: 100%;
        background: url('/images/FullScene/hxbg02.png') no-repeat;
        background-size: 100%;
    }

    .pagediv {
        width: 100%;
        margin: auto;
    }

    .hxpagediv {
        margin-top: 30px;
        width: 100%;
        padding-bottom: 15px;
    }

    .hxleftdiv {
        width: 50%;
    }

    .hxrightdiv {
        width: 50%;
    }

        .hxrightdiv img {
            width: 45%;
            margin-left: 30%;
            margin-top:10%;
        }

    .yhimg {
        float: left;
        text-align: right;
        height: 35px;
    }
        .yhimg img {
          width:35px;
        }
    .hxtitle {
        float: left;
        text-align: left;
        font-size: 1em;
        font-weight: 600;
        line-height: 35px;
        margin-left: 10px;
    }

    .hxcontent {
        clear: both;
        text-align: left;
        font-size: 0.8em;
        margin-left: 45px;
        color: #b7b7b7;
        line-height: 24px;
        width: 75%;
    }

    .lddivs {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

        .lddivs img {
            height: 70%;
            width:100px;
        }


    .hxitemlist {
        width: 100%;
        min-width: 100%;
        margin: auto;
        height: 600px;
        padding-bottom: 100px;
    }

    .hxitem {
        width: 42%;
        float: left;
        height: 265px;
        /*background-image: linear-gradient(#ffffff,#f5f5f5);*/

        box-shadow: 0px 2px 10px 0px rgb(181 189 201 / 50%);
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
    }

        .hxitem:hover {
            box-shadow: -1px 3px 16px 3px #dedede;
        }

    .hxitemjg {
        margin-left: 4vw;
    }

    .hxitemimg {
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }

        .hxitemimg img {
            width:35px;
            margin-left: 5%;
            float: left;
        }

    .hxitemcontent {
        width: 100%;
    }

    .hxitemtitle {
        padding-top: 1px;
        font-size: 0.9em;
        font-weight: 500;
        line-height: 34px;
        text-align: left;
        width: 65%;
        float: left;
        margin-left: 12px;
    }

    .hxitemtitle2 {
        clear: both;
        padding-top: 15px;
        font-size: 0.8em;
        color: #898989;
        line-height: 23px;
    }

}
