@charset "UTF-8";
/* CSS Document */

.section-title4 {
	display: flex;
	align-items: center;
	font-size: 30px;
	margin-bottom: 60px;
	letter-spacing: .1em;
	font-weight: 700;
	line-height: 1.5;
}

.section-title4 img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.news-item {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 0;
	border-top: 2px solid #fff;
	letter-spacing: .2em;
	padding-left: 20px;
}
.news-item:last-child {
	border-bottom: 2px solid #fff;
}
.news-item img {
	width: 20px;
	height: 20px;
	margin: 0 15px;
}
.news-box {
	/*margin: 0 60px;*/
	/*height: 311px;*/
	height: 200px;
}
.add-time {
	width: 150px;
}
.news-title {
	/* flex-grow: 1; */
	width: 900px;
	text-align: left;
}
#page {
	position: absolute;
	right: 10%;
    z-index: 99;
}
.display-none {
	display: none !important;
}

@media (max-width: 640px) {
	.news-box {
		margin: 0;
	    height: 300px;
	}
	.add-time {
		/*width: 70px;*/
		word-wrap: break-word;
		word-break: normal;
	}
	.news-item {
	    border-top: 1px solid #fff;
	    padding-left: 10px;
	    font-size: 13px;
	}
	.news-item img {
        margin: 0 5px;
    }
    .news-item:last-child {
        border-bottom: 1px solid #fff;
    }
    .lianjie{
    padding-left: 55px;
}
}