.pad5{
	padding: 5px 0;
}
.news_main {
    padding: 0 7px;
}
.list-edge {
    margin-left: -10px;
    margin-right: -10px;
}
.title-bg {
	/*margin-left: -10px;*/
}
.title-bg a, .title-bg{
	color: #fff;
}
.news-h-item .news-des {
	font-size: 12px;
    color: #9c9c9c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    margin-top: 15px;
    line-height: 20px;
}
.news-h-item .news-h-title {
	font-weight: 500;
	line-height: 22px;
	color: #000;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 18px;
    padding: 0 7px;
    text-transform: capitalize;
}
.news-h-item {
    width: 50% !important;
    float: left;
}
.news-h-img {
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
}
.stroke {
    width: 50%;
    height: 1px;
    background-color: #2d3e50;
    font-size: 0;
    display: block;
    position: relative;
    margin: 0 auto 15px;
}
.stroke:after, .stroke:before {
    content: "";
    width: 50%;
    height: 1px;
    display: block;
    background-color: #2d3e50;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.stroke:after {
    top: 4px;
}
.title-bgs {
    text-align: center;
    margin: 20px 0;
    color: #2d3e50;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.stroke:before {
    top: -4px;
}
.title_bg_top{
	background: linear-gradient(to right, #03468f, #4593e3 30%, transparent);
	margin-left: -10px;
}
.title-bg {
	background: none !important;
}
.title-bg:before {
	background: none !important;
}
.news_item, .news_items {
	padding: 7px !important;    
}
#home_news_2, #home_news_3, #home_news_4{
	padding: 7px;
}
#home_news_4 .news_item .news_img {
	 max-width: 100%;
}
#home_news_4 .news_title {
	padding: 10px 7px 0 7px !important ;
	font-size: 18px;
	margin-bottom: 8px !important;
	min-height: 35px;
}
#home_news_4{
	margin-bottom: 12px;
}
#home_news_2 .news_item,
#home_news_4 .news_item {
    position: relative;
    width: 50%;
    /*padding: 0 7px;*/
    margin: 2px 0;
	border: none;
}
#home_news_2 .news_item:nth-child(1) {
    width: 100%;
    /*margin: 10px 0;*/
}
#home_news_2 .news_item:nth-child(3) {
    padding-left: 5px !important;
}
#home_news_2 .news_item:nth-child(2) {
    padding-right: 5px !important;
}
#home_news_2 .img_news {
	position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
}
#home_news_2 .img_news img:hover {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
}
#home_news_2 .news_item .news_img {
    width: 100%;
    max-width: unset;
    display: block;
    margin-right: 0;
	border: none;
}
#home_news_2 .news_item .news_title {
    color: #2a4e9a;
    margin-top: 10px;
}
#home_news_2 .news_title {
    color: #000;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 15px;
	height: 44px;
}
#home_news_2 .news_item:nth-child(1) .news_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    z-index: 9;
    padding: 15px 10px;
    margin: 0;
    font-size: 18px;
	background: #00000070;
	-webkit-line-clamp: unset;
	height: unset;
}
.news_item a {
    display: block;
}
.list-col {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: left;
}
.news_img img {
    max-width: 100%;
    display: block;
}
.news_title {
    color: #000;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 15px;
	padding: 0 7px;
	text-transform: capitalize;
}
.news_main .news_des {
    color: #636363;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.news_img {
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
	justify-content: center;
	display: flex !important;	
	align-items: center;
}
.news_main .news_title {
    text-transform: capitalize !important;
    line-height: 27px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
#home_news_1 .news_des{
	display: none;
}
#home_news_1 .news_main .news_des{
    display: block;
}
#home_news_3 .news_item{
	border: none;
}
#home_news_3 .news_item:nth-child(1) .news_img{
    width: 100%;
	max-width: 100%;
	border: none;
}
.list-edge {
	background: #0000000d !important;
    border-top: 4px solid #9b9b9b;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
}
#home_news_3 .news_item:nth-child(1) .news_des {
    color: #636363;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.news_des {
	font-style: italic;
}
#home_news_3 .news_items .news_des {
	color: #636363;
    border-top: 1px solid #eeeeee;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
	padding: 7px 7px 0px 7px;
	font-style: italic;
}
#home_news_3 .news_items .news_title{
	padding: 0 7px;
}
#home_news_3 .news_item .news_title {
	padding-right: 7px;
}
#home_news_3 .news_items .news_title {
    text-transform: uppercase;
    line-height: 25px;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}