.breadNav{
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #d2d0d0;
}
#newsDetail-section>div{
	padding-bottom: 50px;
}
.news-content{
	color: #121212;
	padding-top: 20px;
}
.newsCont-sideBar,.newsDesc-ctn{
	float: left;
}
.newsCont-sideBar{
	width: 16%;
}
.news-sideList>a{
	display: block;
	width: 150px;
	font-size: 16px;
    color: #121212;
   	border-bottom: 2px solid #004198;
   	padding-bottom: 6px;
   	margin-top: 25px;  
}
.newsDesc-ctn{
	width: 84%;
    padding: 0 10px;
}
.newsDesc-ctn>h1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.newsDesc-ctn>h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.release-date{
	margin: 15px auto;
	text-align: center;
}
.newsDesc-ctn p{
	line-height: 30px;
    font-size: 18px;
}
.newsDesc-ctn img{
	display: block;
	margin: 20px auto 20px;
}



@media only screen and (max-width: 980px) {
	.newsCont-sideBar, .newsDesc-ctn{
		float: unset;
	}
	.newsCont-sideBar {
	    width: 100%;
	}
	.news-sideList{
		float: left;
		width: 50%;
	}
	.newsDesc-ctn{
		width: 100%;
		margin-top: 20px;
	}
	.newsDesc-ctn img{
		width: 100%;
    	height: auto;
	}
}