.NewsDetailContainer{
    background-image:url(../images/inbg.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}

.NewsDetailInnerContainer {
    padding: 40px 140px 20px 140px;
}
.NewsDetailTitleRow{
	margin-bottom:20px;
}
.breadcrumb {
    padding: 8px 0px 0px 0px;
    margin-bottom: 20px;
    list-style: none;
    background:none;
    border-radius: 4px;
}
.breadcrumb-item a {
	color:#595757;
}

.container-fluid {
  padding-right: auto;
  padding-left: auto;
} 
.NewsDetailArticle{
	padding:30px 30px;
	margin-bottom:60px;
	width:900px;
	height:auto;
	overflow:auto;
	opacity:0.9;
    border: solid 1px rgba(230,230,230,1);
}

.NewsDetailDay{
	float:right;
	text-align:right;
	font-size:14px;	
	color:#373737;
}
.NewsDetailList{
	float:left;
	font-size:16px;	
	font-weight:bold;
}
.NewsDetailList a{
	color:#333;
	text-decoration:none;
}
.NewsDetail{
	line-height:30px;
	font-size:16px;
}
.NewsDetailBack{
	padding:20px 0px;
}
.NewsDetailBack a{
	color:#333;
	text-decoration:none;
}
.NewsDetailBack a:hover{
	text-decoration:none;
	color:#CCC;
}

.cdArticleGuideContainer {
    padding: 20px 0px;

}

.preArticleTitle h5 a {
    font-size: 16px;
    text-decoration: none;
    color: #40BCED;
    font-weight: bolder;
}
.preArticleTitle h5 a:hover {
    color:#8B8B8B;
}
.nextArrow a, .preArrow a{
    display: block;
    padding: 10px 10px 10px 15px;
    font-size: 12px;
    color: #999;
}
.nextArticleTitle h5 a {
    font-size: 16px;
    text-decoration: none;
    color: #40BCED;
    font-weight: bolder;
}
.nextArrow {
    float: right;
}
.preArrow {
    float: left;
}
.nextArticleTitle{
	text-align:right;
}
.nextArticleTitle h5 a:hover {
    color:#8B8B8B;
}
.preArticleTitle .preArticleHint{
    padding-left: 35px;
}
.nextArticleTitle .nextArticleHint{
    padding-right: 35px;
}
@media only screen and (min-width : 1200px){

}
@media only screen and (max-width : 1199px){
.NewsDetailArticle{
	width:auto;
}
}
@media only screen and (min-width : 992px){

}
@media only screen and (max-width : 991px){
.NewsDetailInnerContainer {
    padding: 40px 70px 20px 70px;
}
.NewsDetailImg a img{ 
	width:100%;
}
}
@media only screen and (min-width : 768px){

}
@media only screen and (max-width : 767px){
.NewsDetailInnerContainer{
	padding:40px 20px;
}
.NewsBread{
	text-align:left;
	margin-bottom:-15px;
}
.breadcrumb{
	padding-left:5px;
}
.NewsDetailList{
	font-size:18px;
	padding-top:5px;
}
.NewsDetailDay{
	text-align:left;
}
}
@media only screen and (max-width : 440px){
.NewsDetailArticle{
	padding:20px 15px;
}
}
@media only screen and (max-width : 420px){

}