body{
    background-color: #f7f9fb;
}

.Content{
    overflow: hidden;
    margin-top: 112px;
}

.detailsContentMatter{

    float: left;
    width: 70%;

	border-radius: 8px;
  height: auto;

  overflow: hidden;

}
.detailsContentNews{
    float: right;
    width: 26%;
    background-color: #ffffff;
	border-radius: 8px;
    height: auto;

}
/* ==================新闻详情 start================= */
.substance{
    background-color: #ffffff;
    height: auto;
    padding:36px 30px;
    box-sizing: border-box;
}
.substance h1{
    font-weight: bold;
    line-height: 40px;
	color: #333333;

}
.contentLook{
    margin:22px 0px 40px;
}
.contentLook span{
    

    line-height: 26px;
	color: #999999;
    margin-right: 22px;
}
.contentDetails{
    height: auto;
    overflow: hidden;
}
.contentDetails > p{
    padding:25px;
    width: 100%;
    box-sizing: border-box;
    /*background-color: #f7f9fb;*/
    /*要求底色加深一点点....咱也不懂配色 随便给个eee吧*/
    background-color: #eee;
	border-radius: 8px;
    height: auto;
    

    line-height: 24px;
	color: #666666;
    margin-bottom: 40px;
}
.contentDetails p{
    font-size: 16px;
}
.contentDetailsMatter{
    width: 100%;
    height: auto;
}
.contentDetailsMatter img{
    max-width: 100%;
    height: auto;
}

.content_details_catalog{
    background-color: #ffffff;
	border-radius: 8px;
    width: 100%;
    padding:20px 0px;
    box-sizing: border-box;
    overflow: hidden;
    margin:23px 0px 82px;
}
.cutNews{
    float:left;
    width: 84%;
    padding: 0px 30px;
    box-sizing: border-box;

}
.cutNews p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cutNews p,.cutNews p a{
    

    line-height: 26px;
	color: #666666;

}
.previous{
    margin-bottom: 20px;
}
.cutNews p a:hover{
   color: #2580ff;
}
.returnNews{
    float:left;
    width: 16%;
    text-align:center;
    border-left: 1px solid  #e6e9ed;
}
.returnNews a{
    display:block;
    

    line-height: 26px;
    color: #999999;
    padding: 15px 30px;
}
.returnNews a:hover{
    color: #2580ff;
 }
.returnNews img{
    width: 18px;
	height: 16px;
    margin-bottom: 20px;
}

/* ==================新闻详情 end================= */
/*  ===================相关新闻 start=================== */
.newsHeader{
    box-sizing: border-box;
    padding:27px 30px;
    background: url(../images/newsDetailsNews.png) no-repeat center center ;
    background-size: cover;
    border-radius: 8px 8px 0px 0px;
    height:110px;
}
.newsHeader h2{
    font-family: OPPOSans-M;
	color: #fffefe;
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
}
.newsHeader p{
    font-family: OPPOSans-R;
	color: #fffefe;
	opacity: 0.5;
    filter:alpha(opacity=50);
}
.detailsContentNews ul {
    padding:30px 20px;
    height: auto;
    overflow: hidden;
}
.detailsContentNews ul li {
   overflow: hidden;

}
.detailsContentNews ul li+li{
    border-top: 1px solid #e0e7f0;
}
.detailsContentNews ul li h4{
    

	font-weight: bold;
    line-height: 32px;
	color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.detailsContentNews ul li:hover h4{
  color: #007fff;
}
.detailsContentNews ul li a{
    display: block;
}
.detailsContentNews ul li p{
    

    line-height: 26px;
	color: #b3bcc6;
    background: url(../images/newsDetailsTime.png) no-repeat left center;
    padding-left: 31px;
    margin: 20px 0px;

}
.what{
    margin-bottom:0px !important;
}
.returnHover{
    display: none;
}
.returnNews:hover .returnHover{
    display: block;
    margin:0px auto 20px;
}
.returnNews:hover .return{
    display: none;
}
/* ==============相关新闻 end==================== */

/*面包屑*/
.newDetails-crumbs{
    height: 56px;
    border-bottom: 1px solid #e6e6e6;
}
.newDetails-crumbs > div{
    height: 100%;
    padding-top: 18px;
}
.newDetails-crumbs > div>img,
.newDetails-crumbs > div>span,
.newDetails-crumbs > div>a{
    display: inline;
    vertical-align: middle;
    float: left;
}
.newDetails-crumbs > div>img{
    margin-right: 12px;
}
.newDetails-crumbs > div>span{
    margin: 0px 4px;
}
.newDetails-crumbs > div>a,
.newDetails-crumbs > div>span{
    color: #999;
    font-size: 16px;
}
.newDetails-crumbs > div>span{
    font-size: 18px;
}