.border_bottom {
    border-bottom: 1px solid #F0F0F0;
}

.line_box {
    padding: 20px;
}

.right_box {
    justify-content: space-between;
    padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: baseline;
}

.right_box .h2 {
    font-size: 22px;
}

._row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.msg {
    color: #666666;
    font-size: 14px;
}

.time {
    color: #999999;
    font-size: 14px;
}

.footer_page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.newsName {
    color: #333333;
    font-size: 20px;
    font-weight: Bold;
}

.imgBox img {
    width: 200px;
}

.nodata_box {
	background-color: #fff;
	width: 100%;
	height: 566px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	._row {
		flex-direction: column;
		align-items: normal;
	}

    #News .right_box .title a {
        font-size: 18px;
    }
}