﻿.nws_title_img,
.nws_title_img img{
	width: 100%;
}
.news_item{
	width: 805px;
	display: flex;
	padding: 20px 40px 20px 40px;
	cursor: pointer;
}
.news_item_left{
    display: flex;
    flex-direction: column;
}
.news_item_right{
	margin-left: 60px;
}

.news_item_right a{
	color: rgb(186,186,186);
	text-decoration: revert!important;
}
.news_title{
	color: black!important;
}
.news_line{
	width: 100px;
	height: 3px;
	background-color: rgb(4,109,173);
}
.news_content{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}