﻿
.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: 100%;
    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;
}


.cpjzflexwrap {
    width: 66%;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 50px;
}

.cpjzdiv {
    width:80%; 
    margin:auto;
}

.cpjzitemtitle {
  width:100%;
  text-align:center;
  line-height:60px;
  font-size:20px;
  font-weight:600;
  color:#5e8cec;
}


.xtjjdiv {
    background-color: #f4f6f9;
}

.pagediv {
    width: 1200px;
    margin: auto;
}
.xtjjdivimg {
    width: 60%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
 

.hxpagediv {
    margin-top: 50px;
    width: 1200px;
    padding-bottom: 50px;
}

.hxleftdiv {
    width: 50%;
    position:relative;
}
.hxlefttitlediv {
    padding: 50px;
}

.hxrightdiv {
    width: 50%;
}
    .hxrightdiv img{
        width:90%
    }

    .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: 17px;
    margin-left: 70px;
    padding-top: 35px;
    color: #b7b7b7;
    line-height: 30px;
    width: 77%;
}

.lddivs {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
    .lddivs img {
        height: 70%;
    }

.hxrighttitle {
    width: 72%;
    margin-top: 13%;
}

.yinhao01class {
    position: absolute;
    top: 40%;
    left: 10%;
}

.yinhao02class {
    position: absolute;
    bottom: 28%;
    right: 10%;
}

.hxitemlist {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 600px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

.hxitem {
    width: 46%; 
    height: 200px;
    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: 58%;
    float: left;
}

.hxitemtitle {
    padding-top: 15px;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.hxitemtitle2 {
    padding-top: 5px;
    font-size: 16px;
    color:#898989;
    line-height: 25px;
}


.jmflex-wrap { 
    width:80vw;
    margin: auto;
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    margin-top: 50px;
    flex-direction: row;
}

.jmimgdiv {
    width: 25%;
    padding:20px; 
}
    .jmimgdiv img{
        width:100%;
    }

    .jmbottomimg {
        position: absolute;
        bottom: 0px;
        z-index:-22;
    }

    .jmbottomimg img {
      width:100%;
    }