﻿@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: 10px;
            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-around;
        align-content: flex-start;
        margin-top: 5px;
    }




    .xtjjdiv {
        background-color: #f4f6f9;
    }

    .xtjgimg {
        margin: auto;
        width: 90%;
    }

    .pagediv {
        width: 100%;
        margin: auto;
    }


    .hxpagediv {
        margin-top: 30px;
        width: 100%;
        padding-bottom: 30px;
    }

    .hxtext {
       padding:1px
    }

    .hxitemlist {
        width: 100%;
        min-width: 100%;
        margin: auto;
        height: 1100px;
        padding-bottom: 100px;
    }

    .hxitem {
        width: 41%;
        float: left;
        height: 195px;
        /* background-image: linear-gradient(#ffffff,#f5f5f5); */
        border-radius: 5px;
        margin-top: 5%;
        padding: 2%;
        margin-left: 2%;
        border: solid 1px #b7b7b7;
    }

        .hxitem:hover {
            box-shadow: -3px 6px 7px 1px #dedede;
        }

    .yhimg {
        float: left;
        text-align: right;
        height: 35px;
    }
        .yhimg img {
           width:35px
        }

        .hxitemjg {
            margin-left: 4vw;
        }

    .hxitemimg {
        width: 100%;
        text-align: center;
    }

        .hxitemimg img {
            margin-left: 5%;
            float: left;
            width: 30px;
        }

    .hxitemcontent {
        width: 100%;
    }


    .hxtitle {
        float: left;
        text-align: left;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 36px;
        margin-left: 20px;
    }
    .hxcontent {
        clear: both;
        text-align: left;
        font-size: 0.7em;
        color: #b7b7b7;
        line-height: 23px;
        width: 95%;
        padding-top: 5px;
    }


    .hxitemtitle {
        padding-top: 1px;
        font-size: 0.8em;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        width: 65%;
        float: left;
        margin-left: 10px;
    }

    .hxitemtitle2 {
        clear: both;
        padding-top: 5px;
        font-size: 0.7em;
        color: #898989;
        line-height: 20px;
    }

    .hxbottomdiv {
        height: 280px;
        width: 100%;
    }


}
