#newsCtr-section{
	padding: 50px 0;
	color: #121212;
}
.news-sideNav{
	position: relative;
	float: left;
	width: 15%;
}
.newsCtn{
	position: relative;
	float: left;
	width: 85%;
}
.newsCtn>ul{
	border-left: 1px solid #c8c8c8;
	padding: 16px 0;
}
.nsNav-list{
	padding-bottom: 4px;
	margin-bottom: 60px;
}
.nsNav-list>a{
	font-size: 24px;
	color: #121212;
}
.nsNav-active>a{
	color: #004198;
	border-bottom: 2px solid #004198;
}
.newsList{
	position: relative;
	width: 100%;
	height: 125px;
	margin-bottom: 30px;
}
.newsList>a{
    width: 100%;	
    padding-left: 4.5%;
    display: block;
}
.newsIcon-ctn{
	position: absolute;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #004198;
    border-radius: 50%;
    transform: translateY(-50%);
}
.news-msg-title{
	font-size: 20px;
	color: #121212;
}
.news-msg-icon{
	width: 20px;
	height: 2px;
	background-color: #004198;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news-msg-desc{
	font-size: 16px;
	color: #595959;
    width: 100%;
    transition: all .5s;
}
.newsInfo-ctn{
	width: 100%;
	height: 124px;
	padding: 15px;
	transition: all .5s;
}
.newsInfo-ctn:hover{
	box-shadow: 0px 6px 14px 3px rgba(0, 0, 0, 0.3);
}
.newsInfo-pic{
	float: left;
    width: 16.5%;
    height: 96px;
    margin-right: 3.5%;
}
.newsInfo-msg{
	float: left;
    width: 65%;
}
.newsInfo-date{
    float: right;
    margin-top: 10px;
    width: 15%;
    text-align: center;
}
.date-year{
	font-size: 36px;
	color: #7f7f7f;
}
.date-monthAndDay{
	font-size: 24px;
	color: #a8a8a8;
}

@media only screen and (max-width: 1080px) {
	.news-msg-desc{
		font-size: 14px;
	}
}


@media only screen and (max-width: 980px) {
	.news-sideNav,.newsCtn{
		float: unset;
		width: 100%;
	}
	.nsNav-list{
		float: left;
		width: 33%;
	}
	.newsList{
		height: auto;
		margin-bottom: 20px;
	}
	.newsInfo-ctn{
		height: auto;
	}
	.newsInfo-pic{
		float: unset;
		width: auto;
		margin-right: 0;
	}
	.newsInfo-msg{
		float: unset;
		width: 100%;
	}
	.newsInfo-date{
		float: unset;
		width: 100%;
		line-height: 47px;
	}
	.date-year,.date-monthAndDay{
		float: left;
	}
	.date-monthAndDay{
		margin-left: 10px;
	}
}