.news_xq {
    padding-left: 15px;
    padding-right: 27px;
}

.news_xq .top a {
    display: flex;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 60px;
}

.news_xq .top .title {
    padding-left: 50px;
}

.news_xq .top .title h1 {
    font-size: 24px;
    color: #3b3b3b;
    font-weight: bold;
    margin-bottom: 38px;
}

.news_xq .top .title p {
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #3b3b3b;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_xq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
}

.news_xq ul li {
    width: 45%;
}

.news_xq ul li a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media (max-width: 999px) {
    .news_xq .top a {
        flex-direction: column;
    }

    .news_xq .top .title {
        padding-left: 0;
    }

    .news_xq .top .title h1 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .news_xq ul {
        padding-bottom: 0;
    }

    .news_xq ul li {
        width: 100%;
    }

    .container-bj {
        padding-bottom: 20px;
    }
}