﻿
.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;
}



.hxggdiv {
    width: 100%;
    background: url('/images/FullScene/hxbg01.png') no-repeat;
    background-size: 100% 100%;
}

.hxggdiv2 {
    width: 100%;
    background: url('/images/FullScene/hxbg02.png') no-repeat;
    background-size: 100%;
}

.pagediv {
    width: 1200px;
    margin: auto;
}

.hxpagediv {
    margin-top: 50px;
    width: 1200px;
    padding-bottom: 50px;
}

.hxleftdiv {
    width: 50%;
}

.hxrightdiv {
    width: 50%;
}

    .hxrightdiv img {
        width: 45%;
        margin-left: 20%;
    }

.yhimg {
    float: left;
    text-align: right;
    height: 35px;
}

.hxtitle {
    float: left;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 70px;
    margin-left: 20px;
}

.hxcontent {
    clear: both;
    text-align: left;
    font-size: 17px;
    margin-left: 88px;
    color: #b7b7b7;
    line-height: 30px;
    width: 72%;
}

.lddivs {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

    .lddivs img {
        height: 70%;
    }


.hxitemlist {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 600px;
    padding-bottom:100px;
}

.hxitem {
    width: 42%;
    float: left;
    height: 200px;
    /*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;
}
.xtjgimg {
    width: 50%;
    margin: auto;
}
.hxtextclass {
    padding: 50px;
}
.hxitemimg {
    width: 100%; 
    padding-top: 10px;
    text-align: center;
}

    .hxitemimg img { 
        margin-left:5%;
       float:left;
    }
    .hxitemcontent {
        width: 100%;
    }

.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: 16px;
    color: #898989;
    line-height: 25px;
}
