.party-building-wrap {
	background: url("../images/banner-3.jpg") no-repeat #fc2d25;
	background-size: cover;
    background-position: top center;
}
.company-business-wrap{
    background: url('../images/banner-4.jpg') no-repeat #1577F6;
	background-size: cover;
	background-position: top center;
}
.news-item {
    margin-bottom: 40px;
}

.news-text {
    width: 1200px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.news-item-hover {
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	transition: all .3s;
}

.news-left>h4 {
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
	margin: 0px 0px 10px 0px;
}

.news-left>div {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.news-left>p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 20px 0 30px 0;
}

.news-left>a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.news-left>a::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #222222;
}

.news-right {
	margin-left: 100px;
}


.pages-wrap>.container{
    display: flex;
    justify-content: center;
}
.pages-wrap{
    margin-bottom: 150px;
}