.newbt {
    width: 1440px;
    margin: auto;
    font-size: 24px;
    color: #595757;
    padding-bottom: 9px;
    border-bottom: 2px solid #c9c9c9;
}

.newlist {
    width: 1452px;
    overflow: hidden;
    margin: auto;
    padding-bottom: 15px;
}

.nldiv {
    width: 25%;
    float: left;
    height: 369px;
    margin-top: 46px;
    height: 390px;
    margin-bottom: 9px;
}

.nvv {
    width: 93%;
    height: 100%;
    padding-top: 15px;
    margin: auto;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
}

.nvv:hover {
    box-shadow: 5px 5px 10px #b6b6b6;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    z-index: 3;
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
}

.nvimg {
    width: 92.5%;
    height: 230px;
    position: relative;
    overflow: hidden;
    margin: auto
}

.nvp {
    font-size: 17px;
    font-weight: bold;
    width: 92.5%;
    margin: auto;
    margin-top: 17px;
    color:black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nvpdiv {
    font-size: 14px;
    color: #a7a7a7;
    width: 92.5%;
    margin: auto;
    margin-top: 12px;
}

.nvdate {
    font-size: 14px;
    color: #595757;
    float: right;
    margin-top: 10px;
}

.nvdateq {
    font-size: 14px;
    color: #595757;
    float: left;
    margin-top: 10px;
}

.nvvimg {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
}

.nvbottom {
    width: 90%;
    margin: auto;
}

.gddiv {
    width: 65px;
    display: block;
    margin: auto;
    margin-top: 38px;
    margin-bottom: 79px;
    cursor: pointer;
}

.gdimg {
    display: block;
    margin: auto;
    margin-top: 7px;
}

.newyc{
    display: none;
}

.guanbi{
    display: none;
}

.timu{
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

.newsj{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ncontent{
    width: 1440px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 80px;
}

.ncontent p img{
    max-width: 100%;
}

.share-list{
    width: 217px;
    height: 25px;
    margin: auto;
    margin-top: 10px;
}
.share-container li {
    position: relative;
    float: left;
    width: 23px;
    height: 23px;
    list-style: none;
    margin-left: 4px;
    margin-right: 4px;
}

.share-container li a {
    display: inline-block;
    width: 100%;
    height: 23px;
}

.share-container li a img {
    width: 100%;
}

.wechat-share {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 9;
    margin-left: 8px;
}

.bds_weixin:hover~.wechat-share {
    display: block;
}

.wechat-share img {
    width: 100%;
}

@media screen and (max-width: 1550px) {
    .newbt {
        width: 90%;
    }

    .newlist {
        width: 90%;
    }

    .nvimg {
        height: 210px;
    }

    .nldiv {
        height: 380px;
    }

    .ncontent{
        width:90%;
    }
}

@media screen and (max-width: 1500px) {
    .nvimg {
        height: 200px;
    }

    .nldiv {
        height: 370px;
    }
}

@media screen and (max-width: 1400px) {
    .nvimg {
        height: 190px;
    }

    .nldiv {
        height: 360px;
    }
}

@media screen and (max-width: 1300px) {
    .nvimg {
        height: 177px;
    }

    .nldiv {
        height: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .nvimg {
        height: 165px;
    }

    .nldiv {
        height: 340px;
    }
}

@media screen and (max-width: 1100px) {
    .nvimg {
        height: 150px;
    }

    .nldiv {
        height: 330px;
    }
}

@media screen and (max-width: 768px) {
    .nvimg {
        height: 107px;
    }

    .nldiv {
        height: 335px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 450px) {
    .nldiv {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .nvimg {
        height: 90px;
    }

    .nvp {
        margin-top: 10px;
        font-size: 15px;
    }

    .nvpdiv {
        margin-top: 8px;
    }

    .gddiv {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .newbt{
        font-size: 20px;
    }

    .newlist {
        width: 95%;
    }

    .nldiv {
        height: 310px;
    }

    .timu {
        font-size: 18px;
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
}