.GDTopImg {
    margin-top: 122px;
}

.GDBigBox {
    padding: 100px 0 30px;
    background-color: #f3f4f4;
}


/* 集团新闻start */

.GNBox {
    padding-right: 230px;
    position: relative;
}


/* 右导航 start */

.GDRightNavBox {
    width: 260px;
    position: absolute;
    top: 0em;
    right: 0;
}

.GNTopBox {
    margin-left: 80px;
    position: relative;
    width: 180px;
    height: 190px;
    margin-bottom: 45px;
    border-radius: 8px;
    background: url(../images/revision/GDbgImg.png) no-repeat center;
    background-size: cover;
    padding: 90px 0 0 35px;
}

.GNTopBoxImg {
    position: absolute;
    top: -25px;
    right: 16px;
    width: 100px;
}

.GNTopBox-P1 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 5px;
}

.GNTopBox-P2 {
    font-size: 15px;
    color: #ffffff;
}

.directEnterprise {
    border-radius: 8px;
    height: 50px;
    margin-bottom: 5px;
    line-height: 50px;
    font-size: 14px;
    color: #9b9c9c;
    padding-left: 40px;
}

.directEnterprise:hover {
    border-radius: 8px;
    height: 50px;
    margin-bottom: 5px;
    line-height: 50px;
    font-size: 14px;
    color: #9b9c9c;
    padding-left: 40px;
    background-color: #3985c6;
    color: #ffffff;
    transition: all 0.5s;
}

.DENew {
    background-color: #3985c6;
    color: #ffffff;
}


/* 右导航 end */

.GNContentTotalBox {
    padding: 50px 110px 50px 80px;
    background-color: #ffffff;
    box-shadow: 2px 5px 5px #e9e9e9;
    border-radius: 14px;
    margin-bottom: 20px;
	min-height: 650px;
}

.GNContentSmallBox {
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.GNContentSmallBox-imgBox {
    position: relative;
    height: 200px;
    overflow: hidden;
}


/* .GNContentSmallBox-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
} */

.GNContentSmallBox-titleBox {
    padding: 18px;
}

.GNContentSmallBox-titleBox-p {
    font-size: 14px;
    color: #000000;
    display: block;
    display: -webkit-box;
    line-height: 25px;
    height: 50px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GNContentSmallBox-other {
    padding: 0 18px;
}

@media (max-width: 1000px) {
    .GNContentTotalBox {
        padding: 50px 80px 50px 10px;
    }
}

@media (max-width: 600px) {
    .GNContentTotalBox {
        padding: 550px 10px 50px 10px;
    }
    .GNBox {
        padding-right: 0px;
    }
}


/* 集团新闻end */