﻿
.news-detail-title {
    width: 1200px;
    margin: 0 auto;
    height: 160px;
    text-align: center;
}

    .news-detail-title h2 {
        font-size: 30px;
        padding-top: 80px;
        font-weight: bold;
        color: #2193E0;
        letter-spacing: 3px;
    }

    .news-detail-title p {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .news-detail-title p span {
            display: inline-block;
            margin-right: 40px;
            font-size: 13px;
            color: #898989;
        }

.onetitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    color: black;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 10px;
}

.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: 1200px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 50px;
}


.xtjjdiv {
    background-color: #f4f6f9;
}


.xtjgimg {
    margin: auto;
    width: 60%;
}



.pagediv {
    width: 1200px;
    margin: auto;
}

.hxitemlist {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 1200px;
    padding-bottom: 100px;
}

.hxitem {
    width: 42%;
    float: left;
    height: 180px;
    /* background-image: linear-gradient(#ffffff,#f5f5f5); */
    border-radius: 5px;
    margin-top: 5%;
    padding: 2%;
    border: solid 1px #b7b7b7;
}

    .hxitem:hover {
        box-shadow: -3px 6px 7px 1px #dedede;
    }

.hxitemjg {
    margin-left: 4vw;
}

.hxitemimg {
    width: 100%;
    text-align: center;
}

    .hxitemimg img {
        margin-left: 5%;
        float: left;
    }

.hxitemcontent {
    width: 90%;
    margin-left: 5%;
}

.hxitemtitle {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    width: 70%;
    float: left;
    margin-left: 15px;
}

.hxitemtitle2 {
    clear: both;
    padding-top: 15px;
    font-size: 14px;
    color: #898989;
    line-height: 23px;
}